/*--------------------- 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: url("../images/bg.jpg") repeat; 
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#6E5E47;
	}
#bg {
	background: url("../images/bg-body.jpg") top repeat-x;
	}
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#6E5E47; }
h2	{ font-size:1.1em; color:#494033; }
h3	{ font-size:1.0em; color:#D6684C; }

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

a:link,a:visited	{ color:#D6684C; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#6E5E47; text-decoration:underline; outline:none; }

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.jpg") right no-repeat;
	}
p.learn-more {
	text-align:left;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-more-info.jpg") right no-repeat;
	}
p.learn-more-info {
	text-align:left;
	width: 65px;
	margin-top: 10px;
	padding-right:15px;
	background:url("../images/bullet-learn-more-info.jpg") right no-repeat;
	}
img.img-left { 
	float:left; 
	margin:2px 7px 5px 25px; 
	}
img.img-left2 { 
	float:left; 
	margin:2px 5px 2px 15px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 15px 5px 10px; 
	}
	
p.viewbna {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.jpg") right no-repeat;
	}

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

form {
	width:150px;
	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 #404040;
	color:#414141;
	width:200px; /* 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:150px; 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, input.submit-contact-auto { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }
input.submit-contact-auto { margin:10px 0 0 243px; }



/* framework
 * ------------------------------------------------------------------------- */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:730px;
	margin:0 auto;
	text-align:left;
	}
#wrap-bottom {
	width:730px;
	background:url("../images/wrap-bottom-img.jpg") bottom no-repeat;
	float: left;
	}
body#index #wrap-bottom {padding-bottom: 70px;}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:115px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:25px;
		width:310px;
		top:60px;
		height:40px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:485px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 30px;
		}
	#column-left form { margin-left:25px; }
	
	/* single column list */
	#column-left ul { padding-left:15px;  }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			margin-bottom: 2px;
			}

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

body#index #column-right {
	background: url("../images/contact-rt.jpg") top no-repeat;
	width:245px;
	float:left;
	/*padding-top: 78px;*/
	}
body#contact #column-right, body#thankyou #column-right {
	background: url("../images/locate-rt-inside.jpg") top no-repeat;
	width:245px;
	float:left;
	padding-top: 225px;
	}
	
#column-right {
	background: url("../images/contact-rt-inside.jpg") top no-repeat;
	width:245px;
	float:left;
	/*padding: 110px 0 180px 0;*/
	padding: 56px 0 180px 0;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 25px 10px 20px;
		color: #4c4c4c;
		}
	#column-right form { margin-left:20px; }
	
#contact-link-home {
    background: url("../images/contact-btn.png") no-repeat;
	display: block;
	height: 70px;
	width: 238px;
	position: relative;
	padding-bottom: 10px;
}
#contact-link-home a {

	display: block;
	height: 70px;
	width: 238px;
	position: absolute;
}
#contact-link {
	display: block;
	height: 70px;
	margin-bottom:15px;
	
}

#btn-hormone{
	background: url("../images/btn-hormone.png") no-repeat;
	width: 245px;
	height: 91px;
	padding-bottom: 18px;
	position: relative;
	margin-top: -36px;
}
#btn-hormone a{
	width: 245px;
	height: 91px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
}

#readmorehormone{
	background-color: #FBFBF9;
	border: 1px solid #94927D;
	width: 370px;
	height: 100px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

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

#header-graphic { height:264px; width: 486px; float:right; background:url("../images/header-index.jpg") top no-repeat} /* 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#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	*/

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

#subhead { position:relative; 
	min-height:500px;
	  height:auto !important;
	  height:500px;
	
	} /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top: 20px; margin-bottom: -130px;}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; padding-top: 90px;}
	body#directions #subhead { background:url("../images/subhead-directions.jpg") top no-repeat; padding-top: 90px;}
	body#office #subhead { background:url("../images/subhead-office.jpg") top no-repeat; padding-top: 90px;}
	body#aug #subhead { background:url("../images/subhead-augmentation.jpg") top no-repeat; padding-top: 90px;}
	body#other-breast #subhead { background:url("../images/subhead-other.jpg") top no-repeat; padding-top: 90px;}
	body#tummy #subhead { background:url("../images/subhead-tummy.jpg") top no-repeat; padding-top: 90px;}
	body#lipo #subhead { background:url("../images/subhead-lipo.jpg") top no-repeat; padding-top: 90px; margin-left:5px;}
	body#arms-legs #subhead { background:url("../images/subhead-arms.jpg") top no-repeat; padding-top: 90px;}
	body#bariatric #subhead { background:url("../images/subhead-bariatric.jpg") top no-repeat; padding-top: 90px;}
	body#rejuvenation #subhead { background:url("../images/subhead-rejuvenation.jpg") top no-repeat; padding-top: 90px;}
	body#revision #subhead { background:url("../images/subhead-revision.jpg") top no-repeat; padding-top: 90px;}
	body#nose-ear-chin #subhead { background:url("../images/subhead-nose.jpg") top no-repeat; padding-top: 90px;}
	body#skin #subhead { background:url("../images/subhead-skin.jpg") top no-repeat; padding-top: 90px;}
	body#inject #subhead { background:url("../images/subhead-injectables.jpg") top no-repeat; padding-top: 90px;}
	body#video #subhead { background:url("../images/subhead-video.jpg") top no-repeat; padding-top: 90px; height:300px;}
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; padding-top: 90px;}
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; padding-top: 90px; height:300px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; padding-top: 90px; }
	body#male #subhead { background:url("../images/subhead-male.jpg") top no-repeat; padding-top: 90px; }
	body#testimonial #subhead{ background:url("../images/subhead-testimonials.jpg") top no-repeat; padding-top: 90px; }
	body#hormone #subhead { background:url("../images/subhead-hormone.jpg") top no-repeat; padding-top: 90px; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; padding-top: 90px; }
	body#patient #subhead { background:url("../images/subhead-patient.jpg") top no-repeat; padding-top: 90px; }


/* ----- subhead framework with varying heights ----- */
#more-info-wrap {
	background: url("../images/more-info-wrap.jpg") repeat-y;
	float:left;
	width: 730px;
	}
#more-info {
	padding-top:90px;
	background: url("../images/more-info-top.jpg") top no-repeat;
	float:left;
	width: 730px;
	position:relative;
	}
#more-info #blogButton, #subhead #blogButton{
	background: url("../images/btnBlog.jpg") 0 0 no-repeat;
	position:absolute;
	width:75px;
	height:29px;
	top:6px;
	left:137px;
	text-indent:-9999em;
	display:block;
}
#more-info #blogButton:hover, #subhead #blogButton:hover {
	background-position:0 -29px;
}
#more-info div.more-info-txt { margin: 0 25px 0 28px; width: 185px; float: left; display:inline;}
#more-info div.more-info-txt p {margin-bottom: 10px; color: #FFFFFF; }
#more-info div.more-info-txt a {margin: 10px 0 10px 0; color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #cacaca; }
#more-info div.more-info-txt a:hover {color: #FFFFFF; text-decoration: none; border: none;}
/*#more-info .more-info-txt a:link, a:visited	{ color:#FFFFFF; text-decoration: none; border-bottom: 1px dotted #cacaca;}
#more-info .more-info-txt a:hover { color:#FFFFFF; border: none;}*/
#more-info-bottom {
	background: url("../images/more-info-bottom.jpg") bottom no-repeat;
	float:left;
	padding-bottom: 80px;
	}
	
	.more-infobump {
	margin-left: 5px;
}
	
#procedure-btn {
	background: url("../images/procedure-btn-index.jpg") top no-repeat;
	position: relative;
	height: 166px;
	margin-top: 25px;
	margin-bottom:10px;
	}
	#procedure-btn a {
		position: absolute;
		top: 125px;
		height: 25px;
		left: 75px;
		width: 160px;
		}
#meet-dr-index {
	background: url("../images/meet-dr-index.jpg") top no-repeat;
	height: 64px;
	}
#our-procedures {
	background: url("../images/our-procedures.jpg") top no-repeat;
	height: 40px;
	}
#featured-case {
	background: url("../images/featured-case-bg.jpg") top repeat-y;
	width:245px;
	position:relative;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	#featured-case p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

	}
	
	/*HORMONE*/
	#featured-case-hormone {
	background-color: #95927F;
	width:218px;
	position:relative;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 3px double #fff;
	margin-left: 10px;
	}
	#featured-case-hormone p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 5px;
	}
	#featured-case-hormone .ptesti {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
}
	
	#featured-case-hormone .quotebig {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#video-gallery {
	height: 75px;
	background: url("../images/video-gallery.jpg") top no-repeat;
	}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:730px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }

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

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 5px;
	display: inline;
	border-left: 1px solid #FFFFFF;
	}
#footer ul li br {	height: 5px;}
	#footer li.first { border: none; }


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

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:244px;		/* Width of buttons, not entite image (or half of entire image) */
	height:264px;		/* Height of entire image */
	margin:0;
	padding:0;
	float: right;
	}

#nav li span { display: none; }

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

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

/* margin-top to set where the nav should begin */
#nav-01 { padding-top:2px;margin-bottom:1px; width:244px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09 { margin-top:0px; width:244px; }
#nav li#nav-02 span, #nav li#nav-03 span, #nav li#nav-04 span, #nav li#nav-05 span, #nav li#nav-06 span {display:block; text-indent:-9999em;height:29px;}

#nav-01 a:hover { background:url("../images/nav.jpg") -244px  -2px no-repeat; }
#nav-02:hover { background:url("../images/nav.jpg") -244px  -32px no-repeat; }
#nav-03:hover { background:url("../images/nav.jpg") -244px  -61px no-repeat; }
#nav-04:hover { background:url("../images/nav.jpg") -244px  -90px no-repeat; }
#nav-05:hover { background:url("../images/nav.jpg") -244px -119px no-repeat; }
#nav-06:hover { background:url("../images/nav.jpg") -244px -148px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -244px -177px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -244px -206px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -244px -235px no-repeat; }


/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#FFFFFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:200px; /* Set to same width as in #nav */
	margin-top:-30px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #8F5C13;
	border-top:none;
	}
#nav li ul li:first-child {
	border-top:1px solid #8F5C13 !important;
}
#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;
	text-indent:0px !important;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#504E3C;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#EFECCD;
	color:#504E3C;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:100px; }		
#nav-03 ul, #nav-03 li { width:150px; }
#nav-04 ul, #nav-04 li { width:170px; }		
#nav-05 ul, #nav-05 li { width:170px; }		
#nav-06 ul, #nav-06 li { width:100px; }

p.staff-desc	{height:145px;}
#travel-arrangements {
	background:url("../images/travel-arrangements.jpg") no-repeat;
	width:485px;
	padding-top:45px;
	margin:0;
	}
	
	
	
	
#vw {float:left; margin:0 10px 10px 25px; }

#btnBotoxTool {
	background: url("../images/btnBotoxTool.png") no-repeat;
	text-indent: -9999px;
	width: 293px;
	height: 96px;
	display: block;
	margin: 0 auto;
}

#btnBotoxTool:hover {
	background: url("../images/btnBotoxTool.png") left bottom no-repeat;
}

#mediaspace {
	display: table;
	margin: 20px auto;
	background: url("../images/videoBkgd.png") no-repeat;
}

/****************************************************
                blog styles
*****************************************************/

div#blogSidebar {
	margin:10px;
	padding:5px;
	background-color:#bab7aa;
	border:1px solid #a5786d;
}

.alignleft{
	margin-left: 28px;
	padding-bottom: 10px;
	
}

#column-left .patreview {
	width: 450px;
}

#column-left .patreview img{
	margin-left: 30px;
}
#column-left .patreview .text {
	margin-left: -40px;
	text-align: center;
}


#column-right #quickcontact dd{
	width: 240px;
}

/*container for quick contact form*/
#quickcontactContainer {
	border: 3px double #6C6A53;
	background-color: #E7E6E1;
	margin: 10px;
	padding: 10px;
	width: 200px;
}
#quickcontactContainer h2 {font-size:16px; text-align:left; margin: 0px; padding-bottom:5px;}
#quickcontactContainer form {margin:0px;}
#quickcontact {padding:0px; margin:0px;}
#quickcontact dl {margin:0px;}
#quickcontact input {
	width: 185px;
	display: block;
}
#quickcontactContainer dt {padding-top:10px;}
#quickcontactContainer .requiredtxt {font-size:8px; text-align:right; color:#C5511D;}
#quickcontact input:focus {border:1px solid #00ADE8;}
/*JQUERY VALIDATION*/
#quickcontact label.error, #quickcontact input.submit { margin-left: 40px; color:red; font-size:10px;}
#quickcontact input.error {border:2px solid red;}

#online-network {
	width: 213px;
	margin: 10px 0 0 20px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:10px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("../images/youtube.png") no-repeat; }
#facebook {	background:url("../images/facebook.png") no-repeat; margin-left: 0px;}
#rss { background:url("../images/rss.png") no-repeat; }
#twitter { background:url("../images/twitter.png") no-repeat; }


