/*--------------------- 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:#F5F5F5 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#5C2B43;
	}

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

h1	{ font-size:1.2em; color:#5C2B43; }
h2	{ font-size:1.1em; color:#5C2B43; }
h3	{ font-size:1.0em; color:#5C2B43; }
h4	{ font-size:1.0em; color:#5C2B43; font-style:italic; }


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

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

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

.clear {
	clear:both;
	}

div.clear	{
	clear:both;
	width: 100%;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}

p.learn-more {
	text-align:right;
	display:block;
	}
	
p.forms { text-transform:uppercase; padding-top:20px;}

img.img-left { 
	float:left; 
	margin:3px 7px 4px 35px; 
	}
	
img.img-right { 
	float:right; 
	margin:3px 20px 5px 7px; 
	}
	
img.thumbnails { 
	float:none; 
	margin:0 0px 15px 200px; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:206px;
	margin:0 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:201px; /* 5 pixels 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, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:206px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

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

input.submit-contact-main { margin:85px 0 5px 243px; }


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:830px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	height:78px;
	background-image: url(../images/masthead.jpg);
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:39px;
		width:292px;
		top:28px;
		height:44px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:572px;
	float:left;
	}
	
#column-left p, #column-left ul, #column-left dl {
		margin:0 16px 18px 34px;
		}
		
#column-left h1, #column-left h2, #column-left h3, #column-left h4 {
		margin:0 16px 10px 34px;
		}
		
	#column-left form { margin-left:20px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-on-white.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

/* ----- column-right ----- */

#column-right {
	width:258px;
	float:left;
	color:#fff;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 39px 18px 17px;
		}
		
	#column-right a { color:#fff; }
	
	#column-right form { margin-left:17px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-on-gray.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	
	
	#column-right p.testimonials {
		font-style:italic;
		margin-left:65px;
		margin-top:-15px;
		}
	
/* ----- bottom-blurb on index ----- */

#blurb-wrap {
	background:url("../images/bg-blurb.jpg");
	width:572px;
	}
	
	#col-community {
		width:208px;
		float:left;
		}
	
		#title-community {
			background:url("../images/title-community.jpg");
			height:169px;
			}
			
		#col-community p, #col-community h2, #col-community h3, #col-community h4, #col-community ul {
			margin:0 11px 18px 45px;
			}

	#col-breast-procedures {
		width:173px;
		float:left;
		}

		#title-breast-procedures {
			background:url("../images/title-breast-procedures.jpg");
			height:169px;
			}
			
		#col-breast-procedures p, #col-breast-procedures h2, #col-breast-procedures h3, #col-breast-procedures h4, #col-breast-procedures ul {
			margin:0 11px 18px 12px;
			}

	#col-results{
		width:191px;
		float:left;
		}

		#title-results {
			background:url("../images/title-results.jpg");
			height:169px;
			}

		#col-results p, #col-results h2, #col-results h3, #col-results h4, #col-results ul {
			margin:0 28px 18px 11px;
			}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:46px;
	clear:both;
	width:100%; 
	}

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

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

body#about #header-graphic {background:url("../images/header-img-about.jpg"); } 

body#reconstruction #header-graphic {background:url("../images/header-img-breast.jpg"); } 
body#augmentation #header-graphic {background:url("../images/header-img-breast.jpg"); } 
body#lift #header-graphic {background:url("../images/header-img-breast.jpg"); } 
body#reduction #header-graphic {background:url("../images/header-img-breast.jpg"); } 

body#body #header-graphic {background:url("../images/header-img-body.jpg"); } 
body#face #header-graphic {background:url("../images/header-img-face.jpg"); } 
body#eyelid #header-graphic {background:url("../images/header-img-face.jpg"); } 
body#skin #header-graphic {background:url("../images/header-img-skin.jpg"); } 
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:333px; margin-bottom:-255px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#eyelid #subhead { background:url("../images/subhead-eyelid.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#reconstruction #subhead { background:url("../images/subhead-reconstruction.jpg"); }
	body#augmentation #subhead { background:url("../images/subhead-augmentation.jpg"); }
	body#reduction #subhead { background:url("../images/subhead-reduction.jpg"); }
	body#lift #subhead { background:url("../images/subhead-lift.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:333px;
	background:url("../images/title-qcontact.jpg") ;
	margin-bottom:-245px;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:333px;
	background:url("../images/title-locate.jpg") ;
	margin-bottom:-245px;
	}
	
#title-testimonials {
	height:333px;
	background:url("../images/title-testimonials.jpg") no-repeat ;
	margin-bottom:-275px;
	margin-top:20px;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:830px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	margin:0 15px 18px 15px;
	}

#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 #5C2B43;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 121px; margin-left: 23px;}
#nav-02 { width: 124px;}
#nav-03 { width: 102px;}
#nav-04 { width: 106px;}
#nav-05 { width: 102px;}
#nav-06 { width: 94px;}
#nav-07 { width: 135px;}


/*-------------- (-79px) X position of button / (-45px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -23px -45px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -144px -45px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -268px -45px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -370px -45px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -476px -45px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -578px -45px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -672px -45px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01  { background:url("../images/nav.jpg")  -23px -45px no-repeat; }
body#about #nav-02  { background:url("../images/nav.jpg") -144px -45px no-repeat; }
body#eyelid #nav-03, body#face #nav-03  { background:url("../images/nav.jpg") -268px -45px no-repeat; }
body#reconstruction #nav-04, body#augmentation #nav-04, body#reduction #nav-04, body#lift #nav-04  { background:url("../images/nav.jpg") -370px -45px no-repeat; }
body#body #nav-05  { background:url("../images/nav.jpg") -476px -45px no-repeat; }
body#skin #nav-06  { background:url("../images/nav.jpg") -578px -45px no-repeat; }
body#contact #nav-07  { background:url("../images/nav.jpg") -672px -45px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#FFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-top:45px;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #5C2B43;
	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:#5C2B43;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#FCDFEE;
	color:#5C2B43;
	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:155px; }		
#nav-04 ul, #nav-04 li { width:135px; }		

