/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

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

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

h1	{ font-size:1.2em; color:#8C0708; font-weight:bold; }
h2	{ font-size:1.1em; color:#4E0104; font-weight:bold; }
h3	{ font-size:1.0em; color:#232323; font-weight:bold; }

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

a:link,a:visited	{ color:#4D0106; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#232323; text-decoration:underline; outline:none; }

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.gif") right no-repeat;
	}
	
p.more {
	text-align:left;
	display:block;
	padding-left:15px;
	background:url("../images/bullet.gif") left no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 35px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 25px 10px 10px; 
	}
	
p.thanks {padding-bottom:100px;}	

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

form {
	width:200px;
	margin:10px 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #E48311;
	color:#414141;
	width:195px; /* 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, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:200px; 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: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; }
	
#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 0 242px; }


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

#global-wrap-top {
	background:url("../images/bg-global-wrap-top.jpg") top no-repeat;
	width:100%;
	margin:0 auto;
	text-align:center;
	}
	
#global-wrap-bottom {
	background:url("../images/bg-global-wrap-bottom.jpg") bottom no-repeat;
	width:100%;
	margin:0 auto;
	padding-bottom:60px;
	}

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:775px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-columns {
	background:url("../images/bg-wrap-columns.jpg") bottom no-repeat;
	width:775px;
	float:left;
	padding-bottom:20px;
	}
	
body#thankyou #wrap-columns {
	background:url("../images/bg-wrap-columns.jpg") bottom no-repeat;
	width:775px;
	float:left;
	padding-bottom:200px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:35px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	background:url("../images/bg-column-left.jpg") top left no-repeat;
	width:522px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul {
		margin:0 25px 10px 35px;
		}
	#column-left form { margin-left:35px; }
	#column-left table { margin-left:35px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#4E0104;
			margin-left:7px;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-column-right.jpg") top left no-repeat;
	width:253px;
	float:left;
	}
#column-right .header{ background:url("../images/subhead-contact-right.jpg") top no-repeat; width:253px; padding-top:80px;}
	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3 {
		margin:0 27px 10px 21px;
		color:#8F6627;
		}
	#column-right form { margin-left:21px; }
	
/* ----- meet-index ----- */

#meet-index {
	background:url("../images/bg-meet-index.jpg") repeat-y;
	width:522px;
	float:left;
	}
	
	#meet-index img.img-left { 
	float:left; 
	margin:2px 10px 10px 35px; 
	}

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

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

#header-graphic { height:323px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#breast #header-graphic, body#breast-augmentation #header-graphic, body#breast-lift #header-graphic { background:url("../images/header-breast.jpg"); }
	body#face #header-graphic, body#facelift #header-graphic { background:url("../images/header-face.jpg"); }
	body#body #header-graphic, body#abdominoplasty #header-graphic, body#liposuction #header-graphic { background:url("../images/header-body.jpg"); }
	body#contact #header-graphic, body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }

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

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

	body#index #subhead { background:url("../images/subhead-welcome.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#breast-augmentation #subhead { background:url("../images/subhead-breast-augmentation.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-breast-lift.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#abdominoplasty #subhead { background:url("../images/subhead-abdominoplasty.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-liposuction.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }


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

#footer p, #footer ul {
	color:#FFFFFF;
	margin:0 0 10px 0;
	}

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

#footer ul {margin-top:10px;}
	#footer ul 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 #FFFFFF;
	}
	#footer ul li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 81px; margin-left: 14px;}
#nav-02 { width: 82px;}
#nav-03 { width: 68px;}
#nav-04 { width: 77px;}
#nav-05 { width: 74px;}
#nav-06 { width: 65px;}
#nav-07 { width: 86px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -14px -44px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -95px -44px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -177px -44px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -245px -44px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -322px -44px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -396px -44px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -461px -44px 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:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}


#nav li:hover, #menu li.hover {  
     position: static;  
}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #a91219;
	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:#FFFFFF;
	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, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#c54110;
	color:#FFFFFF;
	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:180px; }		
#nav-04 ul, #nav-04 li { width:220px; }
#nav-05 ul, #nav-05 li { width:190px; }



/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#subnav {
	background:url("../images/subnav.gif") top left no-repeat;					
	width:253px;		/* Width of buttons, not entite image (or half of entire image) */
	height:319px;		/* Height of entire image */
	margin:0;
	padding:0;
	position:relative;
	}

#subnav li span { display: none; }

#subnav li {
	float:left;
	list-style:none;
	}

#subnav li, #subnav a { 
	height:105px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#subnav-01 { margin-top:0px; width:253px; }

/* margin-top if there is a spacing between each nav button */
#subnav-02, #subnav-03 { margin-top:0; width:253px; }

#subnav-01 a:hover { background:url("../images/subnav.gif") -253px     -0px no-repeat; }
#subnav-02 a:hover { background:url("../images/subnav.gif") -253px -105px no-repeat; }
#subnav-03 a:hover { background:url("../images/subnav.gif") -253px -210px no-repeat; }

