/*--------------------- 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:#accfdf url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#13344a;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1, h2, h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#ffffff; font-size:1.2em; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#13344a; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#796f66; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:205px;
	padding:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.85em; } 

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 #ffffff;
	color:#14528b;
	width:200px; /* 5 pixles smaller than form width !important */
	height:20px;
	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:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;
	}

select { width:165px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ submit button form elements ------------------------ */

input.submit-image { /* REMOVE IF NOT USED */
	background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/btn-submit.jpg");
	width:130px;
	height:23px;
	border:none;
	cursor:pointer;
	}
	
.SubmitButton {width:50px; height:20px;}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	/*background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/bg-wrap.jpg") repeat-y;*/
	width:950px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/masthead.jpg");
	height:116px;
	clear:both;
	position:relative;

	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:240px;
		top:0px;
		height:116px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:318px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:15px 15px 15px 60px;
		}
		
		#column-left form { padding-left:60px; }
		#column-left ul li {
			list-style-type:disc;
			margin:0 0 0 15px;
			}
		



/* ------------------------ column-right framework ------------------------ */
#column-right {
	background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/bg-column-right.jpg") no-repeat;
	width:632px;
	float:left;
	}
	
	#content-right {
		padding:0 30px 50px 48px; 
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:10px 15px 20px 0px;
		}
		

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/bullet.gif") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}


/* ------------------------ header framework ------------------------ */
/*#header-flash { height:332px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:332px; } /* sets height for all non-flash headers */

/*------------------- left nav -----------------------*/

/* ------------------------ vertical sprite nav ------------------------ */

#nav-modules {

	background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/modules-nav.jpg") top left no-repeat;					

	width:317px;	/* Width of buttons, not entite image (or half of entire image) */

	height:332px;	 /* Height of entire image */

	margin-left:0;

	padding:0;

	float:left;
	
	z-index:1;

	}



#nav-modules li span { display: none; }



#nav-modules li { float:left; list-style:none; position:relative; padding-left:26px; display:block;}



#nav-modules li, #nav-modules a { 

	height:97px;	/* Each button must have the same height, define it here */

	display:block;
	
	 z-index:2;

	}



/* margin-top to set where the nav should begin */

#breast-module {  width:291px; margin-top:10px;}



/* margin-top if there is a spacing between each nav button */

#body-module, #face-module { margin-top:12px; width:291px; }



#breast-module a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/modules-nav.jpg") -343px -10px no-repeat; }

#body-module a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/modules-nav.jpg") -343px  -119px no-repeat; }

#face-module a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/modules-nav.jpg") -343px  -228px no-repeat; }




		
	#header-graphic a span {
		display:none;
		}


	#header-graphic { background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/header.jpg"); clear:both;}	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:46px; } /* sets height for all subheads */

	body#home #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/subhead-index.jpg") no-repeat; height:76px;}


/* ------------------------ title framework with varying heights ------------------------- */
#back-in-motion {
	height:123px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/back-in-motion.jpg");
	margin-left:51px;
	}

#questions-email {
	margin-left:51px;
	height:67px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/questions-email.jpg") no-repeat;
	}

#bg-contact {background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/qcontact-title.jpg") no-repeat;}

/* ------------------------------------- Buttons ---------------------------------------- */
#smk {
		height:111px;
		background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/smk-btn.jpg") no-repeat;
		position:relative;	
		}
		
		#smk a.twitter {
		position:absolute;
		height:40px;
		width:115px;
		top:58px;
		left:50px;
		display:block;
		}

		#smk a.facebook {
		position:absolute;
		height:40px;
		width:105px;
		top:58px;
		left:180px;
		display:block;
		}

#btn-vw {
		height:261px;
		background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/vw-button.jpg") no-repeat;	
		}
		
		#btn-vw a {
		height:261px;
		display:block;
		}

		#btn-vw a:hover {background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/vw-button.jpg") 0px -261px no-repeat;}

#btn-blog {
		height:161px;
		background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/blog-btn.jpg") no-repeat;	
		}
		
		#btn-blog a {
		height:161px;
		display:block;
		}

		#btn-blog a:hover {background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/blog-btn.jpg") 0px -161px no-repeat;}
		
/* ---------Memberships -----------------*/

		#column-right ul#memberships li { padding:25px 0 48px 95px; }			
        	ul#memberships li.asps { background: url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/15158/ASPS.jpg) no-repeat; }
        	ul#memberships li.asaps { background: url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/15155/ASAPS.jpg) no-repeat; }
        	ul#memberships li.abps { background: url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/15149/ABPS.jpg) no-repeat; }
        	ul#memberships li.acs { background: url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/15152/ACS.jpg) no-repeat; }
        	ul#memberships li.psef { background: url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/15161/PSEF.jpg) no-repeat; }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */

/*#bottom-wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/bottom-wrap.jpg");
	width:100%;
	height:78px;
	clear:both; 
	}*/

/* ------------------------footer framework ------------------------ */
/*#footer-wrap {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/footer-wrap.jpg") repeat-y;
	width:950px;
	margin:0 auto;
	text-align:center;
	}*/


#footer {
	/*background:url("http://d2agh9ata29wb8.cloudfront.net/d/deukspine.com/images/bg-footer.jpg") top no-repeat;*/
	border-top:1px solid #ffffff;
	padding: 20px 0 10px 0;
	text-align:center;
	width:950px;
	margin-top:10px;
	}

#footer p {
	color:#13344A;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#13344A; }
#footer a:hover, #footer a:active { color:#796F66; text-decoration:none; }

#footer ul {margin:20px 35px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #13344A;
		}
	#footer li.first { border: none; }
	#footer li#home { margin-left:0;}
	
#footer li ul { display:inline;}

#footer ul li ul { margin:0px;}

#footer ul li { padding-right:0;}


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#wrap-nav {background:url("http://d2agh9ata29wb8.cloudfront.net/p/pacificplasticsurgery.com/images/nav.jpg") no-repeat; height:36px;}


#nav { 	margin-left:35px; 
			margin-bottom:0; 
			_display:inline; 
			/*text-transform:uppercase;*/ 
			
			font-size:13px;
			}
			
#nav li.home.level-1 { border: none; }
		

#nav li.level-1 a:link, #nav li.level-1 a:visited { padding:0.25em 1.5em; border:none; color:#285f85; text-decoration: none; background:none;}
#nav li.level-1 a:hover, #nav li.level-1 a:active  { text-decoration: underline; background:none; color:#796F66;}

#nav li.level-1 { background:none; border-left:1px solid #285f85; margin-top:6px;}

#nav li.level-2, #nav li.level-3 { border-top:1px solid #769cc0; border-left:1px solid #769cc0; border-right:1px solid #769cc0; }

#nav li ul { border-bottom:1px solid #769cc0; z-index:999;}

ul.sf-menu li:hover, ul.sf-menu li.sfHover, ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {background-color:#c2e2f0; }

ul.sf-menu li.level-1:hover, ul.sf-menu li.level-1.sfHover, ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {background-color:#c2e2f0; color:#fff; z-index:999;}


																			
ul.sf-menu li li { background-color:#fff; z-index:999;}
ul.sf-menu li li li { background-color:#fff; z-index:999;}

#nav li.level-1 ul li { background-color:#fff; z-index:999999;}

