@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
background-image:url(../images/BG_main.jpg);
background-position:center top;
background-repeat:no-repeat;
margin:0px;
padding:0px;
}

#content {
width:808px;
height:550px;
background-color:#000000;
border:1px #FFFFFF solid;
}

#nav {
width:1100px;
margin-top:-105px;
}

#navBG {
width:100%;
height:47px;
background-image:url(../images/BG_nav.jpg);
background-repeat:repeat-x;
margin-top:75px;
}
#findSalon {
	position: relative;
	height: 544px;
	width: 648px;
	background-image: url(../images/findasalon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #070707;
}
#findSalonTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	position: absolute;
	top: 37px;
	left: 100px;
}
#findSalonInvis {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 150px;
}
#findSalonState {
	position: absolute;
	top: 259px;
	left: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
}
#findSalonForm {
	position: absolute;
	top: 184px;
	left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #9A6601;
	border: #FFFFFF;
	background-color: #030303;
}
.browned {
	color: #9A6601;
}
.textFields {
	color: #040402;
	background-color: #FFFFFF;
	background-image: url(../images/findasalon-form-bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#findSalonResults {
	background-color: #020202;
	position: absolute;
	top: 335px;
	width: 778px;
	height: 642px;
	overflow: auto;
	left: 1px;
	padding: 12px 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FBFBFC;
	border-right-color: #FBFBFC;
	border-bottom-color: #FBFBFC;
	border-left-color: #FBFBFC;
}
#findSalonResultPage {
	position: relative;
	height: 544px;
	width: 800px;
	background-image: url(../images/findasalon2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #070707;
	border: none;
}
#findSalonMap {
	position: absolute;
	top: 148px;
	left: 25px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.warnings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFE590;
	border: 2px solid #FF6600;
	background-color: #EF8209;
}
.success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	background-color: #191919;
	border: 1px solid #CCCCCC;
}
#loginTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0DFE3;
	font-weight: normal;
}
#loginTable h1{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CC9900;
}
.franchiseeLoginTable {
	background-color: #000000;
	background-image: url(../images/franchisee-login.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
