/* 
 ----------------------------------------------------------------------------
  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: #29406A url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#685D50; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3,h4 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#29406A; }
h2	{ font-size:1.1em; color:#5A7EA7; }
h3	{ font-size:1.0em; color:#253D56; }
h4	{ font-size:1.0em; color:#685D50; }

h1 span,h2 span,h3 span,h4 span	{ display:none; }

a:link,a:visited	{ color:#264265; text-decoration:underline; }
a:hover,a:active	{ color:#8A1114; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.gif") right no-repeat;
	padding-right:10px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
	
/* ----- global form elements ----- */ 

form { 
	width:160px; 
	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:#fff; 
	border:1px solid #fff;
	color:#29406A;
	width:155px; /* 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:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:160px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }


/* ----- 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; }

input#contact_business {display:none;}

/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:734px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:72px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:21px;
		width:414px;
		top:15px;
		height:40px;
		}
	#masthead a span {
		display:none;
		}
		
#column-left { 
	width:530px; 
	float:left; 
	}
	.content-left {
		margin:0 20px 0 20px;
		}
	
	/* background image list items */
	#column-left ul { 
		margin-left:3px; 
		} 
	
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
	#column-left ul.bna li {background:none; margin-left:35px;}
		#column-left ul.bna li {
			width:170px;
			float:left;
			background:none;
			margin-bottom:10px;
			}	

	
	#column-left ol { 
		margin-left:25px; 
		} 
	
	#column-left ol li { 
		padding-left:5px;
		list-style-type:decimal;
		}

	#welcome {
		width:530px;
		background:url("../images/bg-welcome.jpg") bottom no-repeat;
		padding-bottom:20px;
		}
  
	#procedures {
		background:url("../images/bg-procedures.jpg");
		height:302px;
		}
		#procedures a:link,#procedures a:visited	{ color:#29406A; text-decoration:none; }
		#procedures a:hover,#procedures a:active	{ color:#51391E; text-decoration:none; }
		
		/* background image list items */
		#procedures ul { 
			padding:82px 0 0 55px; 
			} 
		
		#procedures ul li {
			font-size:14px;
			font-weight:bold;
			line-height:24px;
			background:transparent; 
			}
		#procedures ul li a:hover, #procedures ul li a:active {
			background:transparent url("../images/bullet-procedures.gif") right no-repeat;
			padding-right:12px; 
			}
		
		#sub-nav {
			float:right;
			padding:5px;
			border:2px solid #D6C3B0;
			margin:8px 0 0 5px;
			}
			#sub-nav ul li ul li {
				font-size:11px;
				margin-left:5px;
				}
		
#column-right { 
	width:204px; 
	float:left;
	color:#fff; 
	}
	.content-right {
		margin:45px 18px 0 20px;
		}
	
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:15px; 
	clear:both; 
	overflow:hidden; 
	}


/* header-graphic
 * ------------------------------------------------------------------------- */
#header {
	height:345px;
	background:url("../images/header-index.jpg");
	}


/* subhead
 * ------------------------------------------------------------------------- */

h1 #subhead {
	margin:0;
	padding:0;
	}

#subhead {
	height:40px; /* 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-augmentation.jpg"); 
		}
	body#breast-lift #subhead {
		background:url("../images/subhead-lift.jpg"); 
		}
	body#breast-reduction #subhead {
		background:url("../images/subhead-reduction.jpg"); 
		}


body#nose #subhead {
	background:url("../images/subhead-nose.jpg"); 
	}

body#combined #subhead {
	background:url("../images/subhead-combined.jpg"); 
	}
	
body#gynaecomastia #subhead {
	background:url("../images/subhead-gynaecomastia.jpg"); 
	}	

body#faqs #subhead {
	background:url("../images/subhead-faqs.jpg"); 
	}	

body#recovery #subhead {
	background:url("../images/subhead-recovery.jpg"); 
	}
		
body#injectables #subhead {
	background:url("../images/subhead-injectables.jpg"); 
	}	

body#face-eyelid #subhead {
	background:url("../images/subhead-face-eyelid.jpg"); 
	}

body#body-contouring #subhead {
	background:url("../images/subhead-body-contouring.jpg"); 
	}

body#reconstructive-surgery #subhead {
	background:url("../images/subhead-reconstructive-surg.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"); 
	}

#subhead-meet {
	background:url("../images/subhead-meet.jpg");
	height:40px;
	}

#subhead-featuredcases {
	background:url("../images/subheader-featuredcases.jpg") no-repeat;
	height:40px;
	}

/* page images
 * ------------------------------------------------------------------------- */
	
#column-right.contact {
	background:url("../images/bg-columnRight-contactus.jpg") no-repeat; 
	}

body#contact #column-right.contact {
	background:url("../images/bg-columnRight-directions.jpg") top no-repeat; 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:734px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#F6EDE3;
	}

#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 #fff;
	}

	#footer li.first { border: none; }
	

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:734px; 
	height:35px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 35px; display: block; }

#nav li { float: left; list-style: none; _display: inline; position:relative; }

#nav-01 { width: 119px; margin-left: 2px;}
#nav-02 { width: 128px;}
#nav-03 { width: 182px;}
#nav-04 { width: 177px;}
#nav-05 { width: 124px;}

#nav-01 a:hover {background: transparent url("../images/nav.jpg")   -2px -35px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg")  -121px -35px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -249px -35px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -431px -35px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -608px -35px 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 */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #244070;
	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:#244070;
	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:#244070;
	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:240px; }		



