/*--------------------- Last Modified --> 2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #AAB4BE url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1,p.h2,p.h3 { margin-bottom:8px; }

p.h1	{ font-size:1.2em; color:#fff; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#97C2FA; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#84B9FD; font-weight:bold; }

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#97C2FA; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#AAB4BE; text-decoration:underline; outline:none; }

#column-left a:link,#column-left a:visited	{ color:#073662; text-decoration:underline; outline:none; }
#column-left a:hover,#column-left a:active	{ color:#97C2FA; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

div.clear-img	{ 
	clear:both;
	height:29px; 
	overflow:hidden;
	background:url("../images/featured-divider.jpg") no-repeat;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.map {
	padding:108px 0 0 40px;
	}
	
/* ----- global form elements ----- */ 

form {
	width:175px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#EAEFF3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #073662;
	color:#073662;
	width:175px; /* 5 pixles smaller than form width !important */
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:180px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:52px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:59px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 200px; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	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:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:185px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:75px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:35px;
		width:271px;
		top:30px;
		height:27px; 
		}
	#masthead a span {
		display:none;
		}

#wrap-content {
	float:left;
	padding-bottom:20px;
	background:url("../images/bg-wrap-content.jpg") bottom no-repeat;
	}
	
/* ----- column-left ----- */

#column-left {
	width:273px;
	float:left;
	color:#073662;
	}
	
	.contactus {
		background:url("../images/subhead-contactus.jpg") no-repeat;
		}
		
	.directions {
		background:url("../images/subhead-directions.jpg") no-repeat;
		}

	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left form {
		margin:0 40px 8px 40px;
		}
	#column-left form {
		padding-top:108px;
		}
	
	#featured-case {
		float:left;
		width:273px;
		padding-bottom:10px;
		background:url("../images/bg-testimonials-column-left.jpg") repeat-y;
		}
		#subhead-featured-case img {
			padding:73px 0 0 17px;
			}
		#subhead-featured-case-2 img {
			padding:73px 0 0 17px;
			}
			
	#subhead-testimonials p.first-p {
		padding-top:100px;
		}
		
#logos img {
			padding:12px 0 0 42px;
			}
/* ----- column-right ----- */

#column-right {
	width:507px;
	float:left;
	}

	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3, #column-right ul, #column-right form {
		margin:0 40px 8px 22px;
		}
	
	/* background image list items */
	#column-right ul { 
		padding-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:10px; 
		}
		
	#welcome-content {
		float:left;
		background:url("../images/bg-welcome.jpg") bottom no-repeat;
		padding-bottom:20px;
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:52px;
	clear:both;
	width:100%;
	}

/* header framework
 * ------------------------------------------------------------------------- */
#header-flash {
	height:257px;
	background:url("../images/bg-header-flash.jpg");
	}
	
#header-graphic {
	height:257px;
	}

	body#about #header-graphic {
		background:url("../images/header-about.jpg"); 
		}
		
	body#procedures #header-graphic {
		background:url("../images/header-procedures.jpg"); 
		}

	body#cosmetic #header-graphic {
		background:url("../images/header-cosmetic.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-thankyou.jpg"); 
		}
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:91px; /* sets height for all subheads */
	}

	body#welcome #subhead {
		background:url("../images/subhead-welcome.jpg"); 
		}
	
	body#about #subhead {
		background:url("../images/subhead-about.jpg"); 
		}
		
	body#procedures #subhead {
		background:url("../images/subhead-procedures.jpg"); 
		}

	body#cosmetic #subhead {
		background:url("../images/subhead-cosmetic.jpg"); 
		}

	body#faqs #subhead {
		background:url("../images/subhead-faqs.jpg"); 
		}

	body#contact #subhead {
		background:url("../images/subhead-contact.jpg"); 
		}

	body#thankyou #subhead {
		background:url("../images/subhead-thankyou.jpg"); 
		}

#subhead-featured-index {
	background:url("../images/subhead-featured-index.jpg");
	height:91px;
	}

#subhead-testimonials {
	width:273px;
	background:url("../images/subhead-testimonials.jpg") no-repeat;
	}
	
#subhead-featured-case {
	background:url("../images/subhead-featured-case.jpg") no-repeat;
	}

#subhead-featured-case-2 {
	background:url("../images/subhead-featured-case-2.jpg") no-repeat;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer ul {margin-top:10px;}

#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 #000;
	}

	#footer li.first { border: none; }
	
#ptt {
	margin:15px 0px 10px 30px; 
	}



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:507px; 
	height:54px; 
	margin-bottom:0;
	float:right;
	}

#nav span { display: none; }

#nav li, #nav a { height:54px; display:block; }

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 65px; margin-left: 0px;}
#nav-02 { width: 58px;}
#nav-03 { width: 95px;}
#nav-04 { width: 142px;}
#nav-05 { width: 52px;}
#nav-06 { width: 82px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -0px -54px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -65px -54px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -123px -54px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -218px -54px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -360px -54px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -412px -54px no-repeat;}
