/* @override 
	http://www.sallysofomagh.com/sallys.css
	http://www.sallysofomagh.com/sallys_new.css
*/

/* --------------------------------------------------------------------- */
/*  sallysofomagh.com CSS													 */
/* --------------------------------------------------------------------- */
/*  Last modification: June 20 2008										 */


/* ------------- LIGHTVIEW IMPORT (ONLY IF NEEDED) -------------------------------------------------- */

@import "scripts/lightview.css";

/* -------------------------------------------------------------------------------------------------- */

/* PNG Fix */
img, div { behavior: url(scripts/iepngfix.htc) }

html, body {
	height: 100%; 
	background-color: #424C45;
	background-image: url(images/tile_sallyslogo.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	text-align: left;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0; 
}


/* ------------- TEXT -------------------------------------------------- */

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	text-decoration: none;
}

.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	text-decoration: none;
}

.title_onoffer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight:bold;
	text-shadow: #424C45 2px 2px;
	text-decoration: none;
	}
	.body_onoffer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight:normal;
	line-height: 16px;
	text-decoration: none;
	}

.bodygreyback {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	background-color: #4c5b52;
	text-decoration: none;
}

label {
	color:#FFF;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0pt;
}

/* ------------- LINKS -------------------------------------------------- */

a.mainlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #00e447;
}
a.mainlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #00e447;
}
a.mainlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00e447;
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #00e447;
}
a.mainlink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #00e447;
}

a.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}
a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}
a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #CCC;
}
a.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}

.imgcell{
opacity: 1;
border: none;
}
.imgcell:hover{
opacity: 0.6;
border: none;
}

input.regbtn {width:92px; height:32px; background: url(images/submitbutt_off.png) no-repeat; outline: none }
input.regbtn:hover {background: url(images/submitbutt_over.png) no-repeat; outline: none }

/* ------------- MENU -------------------------------------------------- */

.menuselected {
	font-family: Arial, Helvetica, clean, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
	text-decoration : none;
	border-bottom: 1px solid #00E447;
	margin-left: 20px;
}

a.menulink:link {
	font-family: Arial, Helvetica, clean, sans-serif;
	color: #CCC;
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
	text-decoration: none;
	margin-left: 20px;
}
a.menulink:visited {
	font-family: Arial, Helvetica, clean, sans-serif;
	color: #CCC;
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
	text-decoration: none;
	margin-left: 20px;
}
a.menulink:hover {
	font-family: Arial, Helvetica, clean, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
	text-decoration: none;
	margin-left: 20px;
}
a.menulink:active {
	font-family: Arial, Helvetica, clean, sans-serif;
	color: #CCC;
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
	text-decoration: none;
	margin-left: 20px;
}


/* -------------- DIVs  -------------------------------------------------*/

#pagecontainer {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 944px;
     text-align: left;
     }
	 
#homepageflash {
  position: relative; /*or absolute*/
  width:462px;
  height:300px;
  z-index: 0;
}

#homepageonoffer {
  position: absolute;
  width:126px;
  height:130px;
  left: 462px;
  top: 620px;
  z-index: 1;
}
#drinkaware a img  {
	width:104px;
	height:20px;
	left: 821px;
	top: 20px; 
	background-image:url(images/drinkaware_logo_off.jpg);
	background-position:top, left;
	background-repeat:no-repeat;
	position: absolute;
	z-index: 5;
	}
	#drinkaware a:hover img {
		background-image:url(images/drinkaware_logo_on.jpg);
		}
#socialLinks {
	width: 240px;
	position: absolute;
	left: 697px;
	top: 60px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
ul#socialList {
	list-style: none;
	height: 50px;
	width: 240px;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
}
ul#socialList li, ul#socialList li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000000 0px 1px 0px;
}
ul#socialList li.socialTitle, ul#socialList li.locationTitle a {
	padding: 0 0 0 18px;
	line-height: 2em;
	background:url(images/sociallinks_arrow.jpg) no-repeat 0 7px;
}
ul#socialList li.locationTitle {
	clear: both;
	padding: 0 0 0 115px;
	}
ul#socialList li a.socialTitle:hover {
		color: #CCC;
	}
ul#socialList li a.bebo {
	width: 24px;
	height: 24px;
	display: block;
	background: url(images/social_icons.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 10px;
	}
	ul#socialList li a.bebo:hover {
		background-position: 0 -24px;
		}
ul#socialList li a.facebook {
	width: 24px;
	height: 24px;
	display: block;
	background:url(images/social_icons.jpg) no-repeat -24px 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 10px;
	}
	ul#socialList li a.facebook:hover {
		background-position: -24px -24px;
		}
ul#socialList li a.twitter {
	width: 24px;
	height: 24px;
	display: block;
	background:url(images/social_icons.jpg) no-repeat -48px 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 10px;
	}
	ul#socialList li a.twitter:hover {
		background-position: -48px -24px;
		}

/* -------------- HOMEPAGE EVENTS AND NEWS  -------------------------*/
#homeEvents, #homeNews {
	width: 442px;
	float: left;
	padding: 125px 0 0 20px;
}
#homeEvents {
	background: url(images/homepage_eventstitle.jpg) no-repeat 20px 0;
}
#homeNews {
	background: url(images/homepage_newstitle.jpg) no-repeat 20px 0;
}

	