/* 
 ----------------------------------------------------------------------------
  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,div,dd,dt,dl
{ margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


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

/* ----- type selectors ----- */ 
body { 
		background: #666666 url(../images/bg.jpg);
		text-align:center; 
		font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
		color:#000; 
		}

p, ul, ol, dl, pre, blockquote    { margin-bottom:10px; }

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

h1	{ font-size:11px; }
h2	{ font-size:12px; }
h3	{ font-size:11px; }
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#6189A0; text-decoration:underline; }
a:hover,a:active	{ color:#A4C3D5; text-decoration:underline; }


/* ----- form ----- */ 
form { 
	width:150px; 
	padding:10px 0 15px 22px; 
}

form p	{ font-size:10px; margin: 0; padding: 0; text-align: left; }

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

input, textarea, select { 
	background-color:#6189A0; 
	border:1px solid #ffffff;
	color: #ffffff; 
	width:150px; 
	height:18px; 
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:2px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}

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


/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { 
	float:left; 
	margin:2px 12px 12px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 12px 12px; 
	}
	
p.img-center {
	text-align: center;
}

p.top {
	text-align: right;
	display: block;
}

.content-list	{	margin:20px 40px 20px 20px;
					list-style-type:square;
					}


form.index input.submit { width:60px; height: 20px; cursor:pointer; padding:0; margin-left: 50px; }
input.submit { width:60px; height:20px; cursor:pointer; padding:0; }
input.submit-contact-main { width:60px; cursor:pointer; padding:0; }
input.submit-contact-main { margin:85px 0 0 242px; }
input.submit-image { background: url("../images/btn-submit.gif"); width:63px; height:15px; border:none; cursor:pointer; }

/* -----                     ----- */
/* ----- end global elements ----- */
/* -----                     ----- */


/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 35px; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:175px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }
	
/* -----                       ----- */
/* ----- end main contact form ----- */
/* -----                       ----- */


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

#nav { background: url(../images/nav.jpg) no-repeat;	width: 754px; 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; } /* _display: inline;  removed to test NS parse errors */

#nav-01 { width: 42px; margin-left: 0px;}
#nav-02 { width: 96px;}
#nav-03 { width: 97px;}
#nav-04 { width: 65px;}
#nav-05 { width: 81px;}
#nav-06 { width: 70px;}
#nav-07 { width: 38px;}
#nav-08 { width: 50px;}

#nav-01 a:hover {background: transparent url(../images/nav.jpg) -0px -35px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/nav.jpg) -42px -35px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/nav.jpg) -138px -35px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/nav.jpg) -235px -35px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/nav.jpg) -300px -35px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/nav.jpg) -381px -35px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/nav.jpg) -451px -35px no-repeat;}
#nav-08 a:hover {background: transparent url(../images/nav.jpg) -489px -35px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #C9E3E9;	/* 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 */

#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: 11px;
	color: #666666;
	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;
	color: #3D7089;
	text-decoration: underline; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width: 200px; }		
#nav-04 ul, #nav-04 li { width: 263px; }
#nav-05 ul, #nav-05 li { width: 185px; }


/* ----------------------------------------------------- */
/* ---------- end horizontal sucker-sprite nav --------- */
/* ----------------------------------------------------- */


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

#wrap { 
	background:url(../images/bg-wrap.jpg) repeat-y; 
	width:754px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#header	{ position:relative; }
	
	#header #logo-header {
		background:url(../images/header.jpg) left top no-repeat;
		width:754px;
		height:91px;
		}
			
	#logo-header a {
		position: absolute;
		width:286px;
		height:28px;
		top:45px;
		left:10px;
		}

#content-container {
	width: 754px;
	overflow: visible;
	background: url(../images/bg-content-container.jpg) left top no-repeat;
}

#content-container-contactus {
	width: 754px;
	overflow: visible;
	background: url(../images/bg-content-container-contac.jpg) left top no-repeat;
}

#column-left { 
	width:520px; 
	float:left;
	}
	#column-left p {
		margin: 10px 20px 0px 40px;
	}
	#column-left h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #6189A0;
		margin: 10px 20px 0px 40px;
	}
	#column-left h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #6189A0;
		margin: 10px 20px 0px 40px;
	}
	#column-left h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		margin: 10px 20px 0px 40px;
	}

#column-right { 
	width:234px; 
	float:left; 
	}
	#column-right p.padding-top {
		padding-top: 345px;
	}
	#column-right p {
		margin: 0 15px 10px 15px;
	}
	#column-right h1, h2, h3 {
		margin: 20px 15px 10px 15px;
	}
	#column-right form {
		margin: 20px 0px 20px 0px;
	}
		#column-right form p {
			margin: 0;
			text-align: left;
		}
	#column-right form.index {
		margin: 20px 0px 20px 20px;
	}
	#column-right ul.orderlist li {
		list-style-type: decimal;
		list-style-position: outside;
		margin-bottom:10px;
	}
	#column-right ul {
		margin: 10px 15px 20px 35px;
	}
		#column-right ul.bullet li {
			list-style-image: url(../images/bullet.jpg);
			list-style-position: outside;
		}
 
#bottom-wrap-index { 
	background:url(../images/bottom-wrap-index.jpg) no-repeat; 
	width:754px; 
	height:113px; 
	clear:both; 
	margin-bottom: 5px;
	overflow:visible; 
	}

#bottom-wrap-inside { 
	background:url(../images/bottom-wrap-inside.jpg) no-repeat; 
	width:754px; 
	height:20px; 
	margin-top:51px;
	clear:both; 
	overflow:visible; 
	}
	
/* -----               ----- */
/* ----- end framework ----- */
/* -----               ----- */


/* inside framework
 * ------------------------------------------------------------------------- */
#welcome {
	width: 520px;
	float:left;
	background: url(../images/bg-welcome.jpg) left bottom no-repeat;
}
	#welcome p {
		margin: 10px 25px 0px 180px;
	}
	#welcome h1 {
		margin: 0px 25px 0px 180px;
	}

#meetdr-procedures {
	width: 520px;
	float: left;
	background: url(../images/bg-meet-dr-procedures.jpg) right top no-repeat;
}
	#meet-dr {
		width: 270px;
		float: left;
	}
		#meet-dr p {
			margin: 0px 10px 0px 31px;
		}
		#img-dr {
			width: 100px;
			height: 90px;
			float: left;
			background: url(../images/img-dr.jpg);
		}
		#bnt-flashsite {
			width: 219px;
			height: 44px;
			margin: 15px 0 0 31px;
		}
	#procedures {
		width: 250px;
		float: left;
	}
		#procedures ul {
			margin: 5px 10px 5px 20px;
		}
			#procedures li {
				list-style-image: url(../images/bullet.jpg);
				list-style-position: outside;
			}

#new-index-1 {
	width: 520px;
	float: left;
	background: url(../images/bg-new-index-1.jpg) left top repeat-y;
}
	#new-index-2 {
		overflow: visible;
		padding-bottom: 10px;
		background: url(../images/bg-new-index-2.jpg) left bottom no-repeat;
	}
		#new-index-1 ul {
			margin: 5px 10px 5px 275px;
		}
			#new-index-1 li {
				list-style: none;
				margin-bottom: 8px;
			}
			
			/*-----client rquested these links be black-----*/
			#new-index-1 li a {
				color:#000000;
				}
				/*-----end-----*/
			
			#new-index-1 ul li ul {
				margin: 0 10px 10px 20px;
			}
			#new-index-1 ul li ul li {
				list-style-image: url(../images/bullet.jpg);
				list-style-position: outside;
			}
			
			/*-----client rquested these links be black-----*/
			#new-index-1 ul li ul li a {
				color:#000000;
				}
				/*-----end-----*/
			
			
	img#medialink {
		margin-left:25px;
		}
#bnt-newsletter {
	width: 190px;
	height: 64px;
	margin: 20px 0 20px 20px;
	background: url(../images/bnt-newsletter.jpg) ;
}

/* ----- titles ----- */
#title-welcome { 
	background:url(../images/title-welcome.jpg); 
	height: 85px;
	width: 470px;
	}
#title-meet-dr-procedures {
	background:url(../images/title-meet-dr-procedures.jpg);
	height: 64px;
	width: 470px;
}
#title-new-index {
	background: url(../images/title-new-index_08-09.jpg);
	height: 55px;
	width: 470px;
}

#title-about {
	background: url(../images/title-about.jpg);
	height: 85px;
	width: 470px;
}

#title-contact {
	background: url(../images/title-contact.jpg);
	height: 85px;
	width: 470px;
}

#title-products {
	background: url(../images/title-products.jpg);
	height: 85px;
	width: 470px;
}


#title-injectibles {
	background: url(../images/title-injectibles.jpg);
	height: 85px;
	width: 470px;
}

#title-cool {
	background: url(../images/title-cool.jpg);
	height: 85px;
	width: 470px;
}


#title-laser {
	background: url(../images/title-laser.jpg);
	height: 85px;
	width: 470px;
}

#title-other {
	background: url(../images/title-other.jpg);
	height: 85px;
	width: 470px;
}

#title-butt {
	background: url(../images/title-butt.jpg);
	height: 85px;
	width: 470px;
}



#title-sitemap {
	background: url(../images/title-sitemap.jpg);
	height: 85px;
	width: 470px;
}

#title-thermage {
	background: url(../images/title-thermage.jpg);
	height: 85px;
	width: 470px;
}

#title-thankyou {
	background: url(../images/title-thankyou.jpg);
	height: 85px;
	width: 470px;
}
#title-bhbs {
	background: url(../images/title-bhbs.jpg);
	height: 85px;
	width: 470px;
}



#title-bodycontouring {
	background: url(../images/title-bodycontouring.jpg);
	height: 85px;
	width: 470px;
}

#title-botox {
	background: url(../images/title-botox.jpg);
	height: 85px;
	width: 470px;
}

#title-dysport{
	background: url(../images/title-dysport.jpg);
	height: 85px;
	width: 470px;
}

#title-facial {
	background: url(../images/title-facial.jpg);
	height: 85px;
	width: 470px;
}
#title-fraxel {
	background: url(../images/title-fraxel.jpg);
	height: 85px;
	width: 470px;
}
#title-juvederm {
	background: url(../images/title-juvederm.jpg);
	height: 85px;
	width: 470px;
}



#title-laser {
	background: url(../images/title-laser.jpg);
	height: 85px;
	width: 470px;
}

#title-lip {
	background: url(../images/title-lip.jpg);
	height: 85px;
	width: 470px;
}

#title-radiesse {
	background: url(../images/title-radiesse.jpg);
	height: 85px;
	width: 470px;
}

#title-restylane{
	background: url(../images/title-restylane.jpg);
	height: 85px;
	width: 470px;
}
#title-scler {
	background: url(../images/title-sclerotherapy.jpg);
	height: 85px;
	width: 470px;
}
#title-thermage {
	background: url(../images/title-thermage.jpg);
	height: 85px;
	width: 470px;
}


#title-zeltiq {
	background: url(../images/title-zeltiq.jpg);
	height: 85px;
	width: 470px;
}



/* -----                      ----- */
/* ----- end inside framework ----- */
/* -----                      ----- */


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { width:754px; text-align:center; margin:0 auto; }
#footer a:link, #footer a:visited, #footer p { text-decoration:none; color:#ffffff; font-size: 10px; }
#footer a:hover, #footer a:active { text-decoration:underline; color:#A4C3D5;}

#footer ul { margin-bottom:5px; }
#footer li { padding: 0 5px 0 7px; display:inline; border-left: 1px solid #ffffff; }
#footer li.first { border: none; }
	

/* misc
 * ------------------------------------------------------------------------- */
#bg-newsletter {
	background: #EAF4EB;
}

#bg-newsletter p.img-left {
	text-align: left;
	margin-left: 10px;
	clear: both;
}

#news {
	background: #1C506F;
}
	#news p {
		text-align: left;
		color: #FFFFFF;
	}
	#news .news {
		width: 500px;
	}

#privacy-notice {
	text-align: left;
	background: #EAF4EB;
}
	#privacy-notice p {
		margin: 10px;
	}

#video {background:url(../images/bg-videoBG.jpg) no-repeat; text-align:left; }

#container-video{
margin-top:25px;
margin-left:30px;
width:240px;
font-family: Arial, Helvetica, sans-serif;
}
	#container-video p {
		text-align: center;
	}

#container-video a:link {font-family:Arial, Helvetica, sans-serif; color:#009966}
#container-video a:visited {font-family:Arial, Helvetica, sans-serif; color:#009966}
#container-video a:hover {font-family:Arial, Helvetica, sans-serif; color:#009966}
#container-video a:active {font-family:Arial, Helvetica, sans-serif; color:#009966}


#thermage-tummy p, img {
	margin-right:5px;
	}

.list-margin	{
	margin-left:80px;
	list-style-type: disc;
	}
.indent	{ padding-left:64px;}
/* -----                      ----- */
/* ----- end misc ----- */
/* -----                      ----- */

body#injectables-page #column-left img#thermageeye4 { margin-left:-1px; margin-top:20px; }
