/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #492914 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:13px/18px Arial, Verdana, Helvetica, sans-serif; 
	color:#6C5A39;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:5px; }

h1	{ font-size:16px; color:#593421; }
h2	{ font-size:14px; color:#492914; }
h3	{ font-size:12px; color:#ae6f66; }

span	{ display:none; }

a:link,a:visited	{ color:#6C5A39; text-decoration:underline; }
a:hover,a:active	{ color:#5E6771; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:16px;
	font-size:12px;
	} 

p.learn {
	text-align:right;
	display:block;
	background:url("../images/bg-learn.jpg") right no-repeat;
	padding-right:21px;
	font-size:12px;
	} 

img.img-left { 
	float:left; 
	margin:2px 10px 3px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 10px 10px; 
	}
	
.disclaimer {
	font-size: 9px;
	line-height: 10px;
	}	

	
/* ----- global form elements ----- */ 

form { 
	width:130px; 
	padding:10px 0 15px 0; 
	}

form label	{ font-size:10px; color:#6C5A39; }

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

input, textarea, select { 
	background:#ffffe8; 
	border:1px solid #492914;
	color:#492914;
	width:130px; /* 5 pixles smaller than form width !important */
	height:18px;
	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, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	}
	
textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit { 
	width:60px; 
	cursor:pointer; 
	padding:0;
	background-color:#ffffe8;
	color:#492914;
	border:none;
	}
	
input.submit-contact-main { 
	margin:95px 0 0 255px; 
	width:60px; 
	cursor:pointer; 
	padding:0;
	background-color:#492914;
	color:#ffffe8;
	border:none;
	}


/* ----- main contact form ----- */ 

#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:230px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	color:#6C5A39;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:180px;
	position:absolute; 
	left:110%; 
	top:-0px;
	line-height:18px;
	background:#ffffe8; 
	border:1px solid #492914;
	color:#492914;
	}
	
#contact-main label select {
	width:185px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap-index {
	width:758px;
	margin:0 auto; 
	text-align:left; 
	background:url("../images/bg-wrap-index-welcome.jpg") repeat-y;
}

#wrap {
	width:758px;
	margin:0 auto; 
	text-align:left; 
	background:url("../images/bg-wrap.jpg") repeat-y;
}

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:132px;
	}
	/* home link within header */		
	#masthead a {
		position:absolute;
		left:36px;
		width:400px;
		top:50px;
		height:45px;
		}

#header-graphic {
	height:209px;
	background:url("../images/header.jpg");
	}
		
#column-left { 
	width:299px; 
	float:left; 
	}
	#column-left .content-left {
		padding:10px 30px 0 43px;
		}
	
	#skincenter {
		width:299px;
		background:url("../images/bg-skincenter.jpg") repeat-y;
		}
	#bottom-skincenter {
		height:35px;
		background:url("../images/bottom-skincenter.jpg") no-repeat;
		}
	#skincenter p {
		color:#FFFFE8;
		}

#column-center {
	width:273px;
	float:left;
	}
	#column-center .content-center {
		padding:10px 30px 0 20px;
		}
	#column-center .content-center-logos {
		padding:10px 30px 0 20px;
		text-align: center;
		}
		
#column-right { 
	width:186px; 
	float:left; 
	text-align:center;
	font-size:11px;
	background:url("../images/bg-column-right.jpg") no-repeat;
	}
	#column-right .content-right, .logos {
		padding:10px 40px 0 9px;
		}
		
#welcome-sub {
	width:758px;
	float:left;
	background:url("../images/bg-wrap-welcome-sub.jpg") repeat-y;
	}
	
	#evaluation-assisstant {
		width:299px;
		float:left;
		}
		#evaluation-assisstant .content-evaluation {
			padding:10px 40px 0 40px;
			}
	
	#contemporary-facial {
		width:459px;
		float:left;
		}
		#contemporary-facial .content-facial {
			padding:10px 30px 0 20px;
			}

#bottom-wrap-welcome {
	background:url("../images/bottom-wrap-welcome.jpg") no-repeat;
	height:62px;
	clear:both;
	}

#column-left-inside { 
	width:572px; 
	float:left; 
	}
	#column-left-inside .content-left-inside {
		padding:10px 30px 0 43px;
		}

/* background image list items */
#column-left-inside ul { 
	margin:5px 0 15px 10px; 
	} 

#column-left-inside ul li { 
	background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
	padding-left:16px; 
	}
 
#bottom-wrap-index { 
	background:url("../images/bottom-wrap-index.jpg"); 
	width:758px; 
	height:56px; 
	clear:both; 
	overflow:hidden; 
	}

#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	width:758px; 
	height:37px; 
	clear:both; 
	overflow:hidden; 
	}

/* page titles
 * ------------------------------------------------------------------------- */

#subhead {
	height:35px; /* sets height for all subheads */
	}

body#drcohen #subhead {
	background:url("../images/subhead-dr-cohen.jpg"); 
	}

body#blepharoplasty #subhead {
	background:url("../images/subhead-blepharoplasty.jpg"); 
	}
	
body#facelift-browlift #subhead {
	background:url("../images/subhead-face-browlift.jpg"); 
	}
	
body#injectables #subhead {
	background:url("../images/subhead-injectables.jpg"); 
	}
	
body#laser #subhead {
	background:url("../images/subhead-laser.jpg"); 
	}
	
body#liposuctionpage #subhead {
	background:url("../images/subhead-liposuction.jpg"); 
	}
	
body#rhinoplasty #subhead {
	background:url("../images/subhead-rhinoplasty.jpg"); 
	}

body#the-skin-center #subhead {
	background:url("../images/subhead-skin-center.jpg"); 
	}

body#evaluation-assistant #subhead {
	background:url("../images/subhead-evaluation-asst.jpg"); 
	}

body#contact #subhead {
	background:url("../images/subhead-contact.jpg"); 
	}

body#gallery #subhead {
	background:url("../images/subhead-gallery.jpg"); 
	}
	
body#sitemap #subhead {
	background:url("../images/subhead-sitemap.jpg"); 
	}

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg"); 
	}


/* page images
 * ------------------------------------------------------------------------- */
#subhead-turnback {
	height:35px;
	background:url("../images/subhead-turnback.jpg") ;
	}

#subhead-complementary-facial {
	height:35px;
	background:url("../images/subhead-complementary-facia.jpg");
	}
	
#subhead-evaluation {
	height:35px;
	background:url("../images/subhead-evaluation.jpg");
	}
	
#subhead-contactus {
	height:35px;
	background:url("../images/subhead-contactus.jpg");
	}

#subhead-directions {
	height:35px;
	background:url("../images/subhead-directions.jpg");
	}

#subhead-featured-procedures {
	height:35px;
	background:url("../images/subhead-featured-procedures.jpg");
	}

#subhead-specials {
	height:35px;
	background:url("../images/subhead-specials.jpg");
	}
#subhead-jenna {
	height:35px;
	background:url("../images/subhead-jenna.jpg");
	}
#subhead-featured {
	height:35px;
	background:url("../images/subhead-featured.jpg");
	}

#subhead-drcohen {
	height:35px;
	background:url("../images/subhead-drcohen.jpg");
	}
	


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

#footer { 
	width:758px; 
	background:url("../images/bg-footer-img.jpg") no-repeat;
	}

#footer p {
	color:#6C5A39;
	margin:5px 10px 0px 10px;
	}

#footer a:link, #footer a:visited {
	color:#6C5A39;
	}

#footer a:hover, #footer a:active {
	color:#5E6771;
	}

#footer ul { margin-bottom:3px; padding-top:20px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #6C5A39;
	font-weight:bold;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:758px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 30px; display: block; }

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

#nav-01 { width: 67px; margin-left: 22px;}
#nav-02 { width: 142px;}
#nav-03 { width: 150px;}
#nav-04 { width: 180px;}
#nav-05 { width: 85px;}
#nav-06 { width: 89px;}

#nav-01 a:hover {background: transparent url("../images/nav.jpg")  -22px -30px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg") -89px -30px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -231px -30px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -381px -30px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -561px -30px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.jpg") -646px -30px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#edcd92;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #273854;
	border-top:none;

	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#38280b;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#492914;
	color:#f9e8b7;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:200px; }		




/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-inside { 
	background: url("../images/nav-inside.jpg") no-repeat; 
	width:758px; 
	height:28px; 
	margin:0;
	padding:0; 
	}

#nav-inside span { display: none; }

#nav-inside li, #nav-inside a { height: 28px; display: block; }

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

#nav-inside-01 { width: 67px; margin-left: 22px;}
#nav-inside-02 { width: 142px;}
#nav-inside-03 { width: 150px;}
#nav-inside-04 { width: 180px;}
#nav-inside-05 { width: 85px;}
#nav-inside-06 { width: 89px;}

#nav-inside-01 a:hover {background: transparent url("../images/nav-inside.jpg")  -22px -28px no-repeat;}
#nav-inside-02 a:hover {background: transparent url("../images/nav-inside.jpg") -89px -28px no-repeat;}
#nav-inside-03 a:hover {background: transparent url("../images/nav-inside.jpg") -231px -28px no-repeat;}
#nav-inside-04 a:hover {background: transparent url("../images/nav-inside.jpg") -381px -28px no-repeat;}
#nav-inside-05 a:hover {background: transparent url("../images/nav-inside.jpg") -561px -28px no-repeat;}
#nav-inside-06 a:hover {background: transparent url("../images/nav-inside.jpg") -646px -28px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav-inside li ul {
	position:absolute;
	left:-9999px;
	background-color:#edcd92;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav-inside li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #273854;
	border-top:none;

	}	

#nav-inside li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav-inside li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav-inside a:link, #nav-inside a:visited, #nav-inside a:hover, #nav-inside a:active {
	font-size:1.0em;
	color:#38280b;
	text-decoration:none;
	}

#nav-inside li:hover ul, #nav-inside li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-inside-03 ul a:hover { 
	background-image:none;
	background-color:#492914;
	color:#f9e8b7;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-inside-03 ul, #nav-inside-03 li { width:200px; }	


