/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#ffffff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/19px Arial, Helvetica, sans-serif; 
	color:#666666;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#656667; }
h2	{ font-size:1.1em; color:#05689C; }
h3	{ font-size:1.0em; color:#34A0D9; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#666666; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#b35a47; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	clear:both;
	}
div.clear-h2	{ 
	height:10px; 
	overflow:hidden; 
	clear: both;
	}
p.back-to-top {
    text-align:right;
	display:block;
	padding-right:15px;
	
}

img.img-left { 
	float:left; 
	margin: 0px 4px 0px 69px;
	}

img.img-right { 
	float:right; 
	margin: 0px 0px 0px 4px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:200px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

body#index input, body#index textarea, body#index select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #AEAFAF;
	color:#656667;
	width:195px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #AEAFAF;
	color:#656667;
	width:195px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
select { width:150px; padding:0; height:20px; } /* same width as form - !important */

body#index textarea { height:58px; overflow:auto; }
textarea { height:70px; overflow:auto; }
#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:67px;
	height:26px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, body#index input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:67px;
	height:26px;
	border:none;
	cursor:pointer;
	
}


/* ------------------------------------- Buttons ---------------------------------------- */
.btn-readmore {
	width:83px;
	height:26px;
	display:block;
	background:url("../images/btn-readmore.jpg") no-repeat;	
	float: right;
	margin-right:20px;
	}

	.btn-readmore span { display:none; }
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:67px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:71px;
		width:500px;
		top:6px;
		height:54px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:603px;
	float:left;
	display:inline;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 25px 10px 82px;
		}
   #column-left form { margin:30px 30px 10px 75px; }
	
	#faqs-list {position:relative; width:600px; height:595px;}
	
	#faqs-list #faq-list-left {
		width:305px;
		height:595px; 
		position:absolute;
		top:0px;
		left:2px;
		}
		
	#faqs-list #faq-list-right {
		width:120px;
		height:595px;
		position:absolute;
		top:0px;
		left:350px;
		}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:297px;
	float:right;
	display:inline;
	}
	
body#index #column-right {
	width:297px;
	float:right;
	padding-bottom: 10px;
	}
	
	#column-right p{
		margin:10px 70px 10px 20px;
		}
		
    #column-right form { margin:10px 0px 10px 20px; }

	#title-sub-contact p.top-padding {padding-top:65px; margin:10px 70px 10px 20px;}




/* ------------------------ header framework ------------------------ */
#header-graphic { height:237px; background:url("../images/header-index.jpg"); } 

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#hair #header-graphic { background:url("../images/header-hair.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-testimonials.jpg"); }
	body#faqs #header-graphic { background:url("../images/header-faqs.jpg"); }
    body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top: 88px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat;   }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#hair #subhead { background:url("../images/subhead-hair.jpg") top no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") top no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */



/* ------------------------ title framework with varying heights ------------------------- */

#title-index-contact {
    background: url("../images/img-contact.jpg") no-repeat;
    width:603px;
	padding-top: 5px;
}
	#title-index-contact form { padding-top: 20px; float:left; margin-left: 100px;  display:inline;}
    #title-index-contact p { margin-left: 25px;}
	#title-index-contact p.top-pad { padding-top:65px;}
		
#title-sub-contact {
	background: url("../images/subpage-contact.jpg") no-repeat;
	width:297px;
	float:right;
	}
	
	#title-sub-contact p{
		margin:10px 60px 10px 10px;
		}	

#title-sub-locate {
	background: url("../images/subpage-locate.jpg") no-repeat;
	width:297px;
	height: 154px;
	float:right;
	}
	#title-sub-locate p{
		margin:75px 70px 10px 10px;
		
		}	
body#contact #title-contact, body#thankyou #title-contact {
	background: url("../images/locate-us-today.jpg");
	height: 34px;
	}
#coupon {
	background: url("../images/img-coupon.jpg") no-repeat;
	height: 55px;
	}
	
	.coup {margin:0 0 0 10px;}
		
	



/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url("../images/bottom-wrapper.jpg");
	width:100%; /* fix for Safar */
	height:45px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background: url("../images/footer-wrap.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#656667;
	margin:0 80px 10px 80px;
	}

#footer a:link, #footer a:visited { color:#656667; }
#footer a:hover, #footer a:active { color:#656667; text-decoration: none;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #656667;
		}
	#footer li.first { border: none; }
	
#bottom-footer {
	background: url("../images/bg-bottom.jpg");
	height: 51px;
	}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:900px; 
	height:29px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:29px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 94px; margin-left: 75px;}
#nav-02 { width: 90px;}
#nav-03 { width: 165px;}
#nav-04 { width: 115px;}
#nav-05 { width: 66px;}
#nav-06 { width: 85px;}
#nav-07 { width: 135px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -75px -29px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -169px -29px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -259px -29px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -424px -29px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -539px -29px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -605px -29px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -690px -29px no-repeat; }



/* ------------------------ vertical nav ------------------------ */

#nav-procedures {
	background:url("../images/procedures.jpg") left no-repeat;					
	width:297px;		/* Width of buttons, not entite image (or half of entire image) */
	height:459px;		/* Height of entire image */
   
}
#nav-procedures li span { display: none; }

#nav-procedures li {
	float:right;
	list-style:none;
	}

#nav-procedures li, #nav-procedures a { 
	height:55px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the areas-nav should begin */
#nav-procedures-01 { margin-top:9px; width:297px; }

/* margin-top if there is a spacing between each areas-nav button */
#nav-procedures-02, #nav-procedures-03, #nav-procedures-04, #nav-procedures-05, #nav-procedures-06, #nav-procedures-07, #nav-procedures-08, #nav-procedures-09 { margin-top:0; width:297px; }

#nav-procedures-01 a:hover { background:url("../images/procedures.jpg") -297px  -9px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/procedures.jpg") -297px  -64px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/procedures.jpg") -297px  -119px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/procedures.jpg") -297px  -174px no-repeat; }
#nav-procedures-05 a:hover { background:url("../images/procedures.jpg") -297px  -229px no-repeat; }
#nav-procedures-06 a:hover { background:url("../images/procedures.jpg") -297px  -284px no-repeat; }
#nav-procedures-07 a:hover { background:url("../images/procedures.jpg") -297px  -339px no-repeat; }
#nav-procedures-08 a:hover { background:url("../images/procedures.jpg") -297px  -394px no-repeat; }
#nav-procedures-09 a:hover { background:url("../images/procedures.jpg") -297px  -449px no-repeat; }
