/*--------------------- 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:#39233B url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#EEE3ED;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#FFFFFF; }
h2	{ font-size:1.1em; color:#D67BCD; }
h3	{ font-size:1.0em; color:#D67BCD; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#DA99C4; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#DA99C4; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	height:16px;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.gif") 0px 2px no-repeat;
	}
#column-left p.back-to-top-h3 {
	text-align:right;
	display:block;
	height:16px;
	margin:0 20px 15px 40px;
	padding-right:15px;
	background:url("../images/bullet-back-to-top-h3.gif") 0px 2px no-repeat;
	}
p.align-right {	
	text-align:right;
	}
	
img.img-left { 
	float:left; 
	margin:0 0 0 21px; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
.onpage-thumb {
	margin:0 0px 15px 74px;
}

a.directions {
	background:url("../images/btn-click-right.jpg") 0px 2px no-repeat;
	padding-left:15px;
	}

.phone-number {
	font-weight:bold;
	color:#A46585;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:207px;
	margin:0 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:#4D394F !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4D394F;
	color:#D9C9DB;
	width:202px; /* 5 pixels 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:11px;
	}
	
select { width:207px; 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:0 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:177px; }
	
#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; 
	margin:0;
	}

input.submit-contact-main { margin:85px 0 5px 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:770px;
	margin:0 auto;
	text-align:left;
	}

#terms-wrapper {
	width:500px;
	margin:0 auto;
	text-align:left;
	}
#terms-wrapper p, 
#terms-wrapper h1, 
#terms-wrapper h2 {
	margin: 10px 30px 0px 30px;
	}
	
#terms-wrapper h2	 {
	background-color:#221526;
	padding:10px;
	border:2px solid #867A88;
	}

#bg-wrap-gradient {
	background:url("../images/bg-wrap-gradient.jpg") 0px top no-repeat;
	width:770px;
	}

#bg-wrap-bottom {
	background:url("../images/bg-wrap-bottom.jpg") 0px bottom no-repeat;
	width:770px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:88px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:33px;
	width:368px;
	top:20px;
	height:20px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:478px;
	float:left;
	padding-left:21px;
	padding-bottom:214px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left ul, #column-left dl {
		margin:0 20px 15px 20px;
		}
	#column-left h3, #column-left .after-h3 {
		margin:0 20px 15px 40px;
		}
	#column-left form { margin-left:10px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#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 */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

/* ----- column-right ----- */

#column-right {
	width:271px;
	float:left;
	color:#4D394F;
	padding-bottom:100px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 32px 15px 22px;
		}
		
	#column-right a { color:#8F3763; }
	
	#column-right form { padding-left:22px; }
	
	#column-right #button-ctc {
		background: url("../images/button-ctc-off.jpg") 0px 0px no-repeat;
		position:relative;
		width:252px;
		height:51px;
		}
	#column-right #button-ctc a {
		position:absolute;
		top:4px; left:21px;
		width:212px;
		height:41px;
		} 
		#column-right #button-ctc a:hover {
			background: url("../images/button-ctc-over.jpg") -21px -4px no-repeat;
			} 	
		#column-right #button-ctc a span {display:none;}
		
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-right.jpg") 0px 6px no-repeat;
			padding-left:5px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
/* -------------------------- Video box on home page -------------------------- */

#column-right .VideoThumbBox {
	width:252px;
	height:72px;
	background:url(../images/VideoThumbBG.jpg) no-repeat;
	text-decoration:none;
	padding:0;
	margin:0;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #fff;
}
#column-right .VideoThumbBox p {
	padding:25px 0 0 0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0;
}
#column-right .VideoThumbBox:hover {
	background:#140919;
}
#column-right .VideoThumbBox img {
	float:left;
	margin:0;
	padding:0;
	margin-right:20px;
}
#column-right a {
	padding:0;
	margin:0;
}
	
/* header framework
 * ------------------------------------------------------------------------- */
#noflash {
	position:absolute;
	width:730px;
	height:340px;
	left:21px;
	}	

#header-graphic { 
	position:relative;
	z-index:999;
	margin-top:-45px;
	background: url(../images/header-graphic.jpg) 0px 45px no-repeat;	
	width:770px;
	height:340px;
	} /* sets height for all non-flash headers */

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:90px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#facial #subhead { background:url("../images/subhead-facial.jpg"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#blepharoplasty #subhead { background:url("../images/subhead-blepharoplasty.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.gif"); }
	body#face-lift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#chin #subhead { background:url("../images/subhead-chin.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#brow #subhead { background:url("../images/subhead-brow.jpg"); }
	body#lips #subhead { background:url("../images/subhead-lips.jpg"); }
	body#reconstruction #subhead { background:url("../images/subhead-reconstruction.jpg"); }
	body#otoplasty #subhead { background:url("../images/subhead-otoplasty.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#VideoPage #subhead { background:url("../images/subhead_video.jpg"); }
	
/* ------------------------ video pages ---------------------- */

#VideoMenu {
		width:440px;
		margin:0 0 0 20px;
	}
	#column-left .ThumbnailBox {
		width:440px;
		height:110px;
		display:block;
		background:url(../images/VidGalleryThumbBG.jpg) no-repeat;
		margin:0 0 1px 0;
		text-decoration:none;
		clear:both;
	}
	#column-left .ThumbnailBox:hover {
		background:url(../images/VidGalleryThumbBG_over.jpg) no-repeat;
		text-decoration:none;
		color:#fff;
	}
	.ThumbnailBox img {
		float:left;
		margin:0 10px 0 0;
	}
	.ThumbnailBox h1 {
		font:16px arial;
		padding:10px 0 0 0;
		margin:0
		text-transform:uppercase;
	}
	.ThumbnailBox p {
		font:11px arial;
		color:#fff;
		padding:0;
		margin:0;
	}
	#mediabox {
		padding:0 0 0 20px;
	}

/* ------------------------ subhead framework with varying heights ------------------------ */

body#fraxel-repair #subhead { 
	height:88px;
	background:url("../images/subhead-fraxel.jpg"); 
	}

#subhead-meet {
	height:88px;
	background:url("../images/subhead-meet.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */

#title-questions {
	height:70px;
	background:url("../images/title-questions.jpg") no-repeat;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
.btn-click-more {
		height:13px;
		width:116px;
		display:block;
		background:url("../images/btn-click-more.jpg") no-repeat;	
		}
		
		.btn-click-more span { display:none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/bg-footer.jpg") 0px 0px repeat-y;
	width:770px;
	margin:0 auto;
	text-align:center;
	color:#4D394F;
	}

#bg-footer-bottom {
	background:url("../images/bg-footer-bottom.jpg") 0px bottom no-repeat;
	width:770px;
	padding-bottom:20px;
	}
	
#footer a { color:#4D394F; }

#footer p {
	margin:0 53px 12px 53px;
	}

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	background: url("../images/bullet-footer.gif") 0px 6px no-repeat;
	padding:0 5px 0 15px;
	display: inline;
	}

	#footer li.first { background: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:770px; 
	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: 87px; margin-left: 21px;}
#nav-02 { width: 122px;}
#nav-03 { width: 163px;}
#nav-04 { width: 97px;}
#nav-05 { width: 151px;}
#nav-06 { width: 110px;}


/*-------------- (-79px) X position of button / (-44px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -21px -44px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -108px -44px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -230px -44px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -393px -44px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -490px -44px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -641px -44px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -21px -44px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -108px -44px no-repeat; }
body#fraxel-repair #nav-03, body#facial #nav-03,
body#rhinoplasty #nav-03,
body#blepharoplasty #nav-03,
body#face-lift #nav-03,
body#injectables #nav-03,
body#chin #nav-03,
body#skin #nav-03,
body#brow #nav-03,
body#lips #nav-03,
body#reconstruction #nav-03,
body#otoplasty #nav-03 { background:url("../images/nav.jpg") -230px -44px no-repeat; }
body#testimonials #nav-04 { background:url("../images/nav.jpg") -393px -44px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -490px -44px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -641px -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:#AB99AD;	/* 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 #63356A;
	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:11px;
	}

/* 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-06 ul a:hover{ 
	background-image:none;
	background-color:#CAB6CD;
	color:#2D2432;
	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:163px; }
#nav-06 ul, #nav-06 li { width:90px; }		


div.btn-fraxel {background: url(../images/img-media-fraxel.jpg) no-repeat;
width:252px;
height:348px;
position:relative;
margin:0;}

div.btn-fraxel a {
	position:absolute;
	width:252px;
	height:116px;
	top:0;
	left:0;
}
#Parity{
display:none;
}

/* Blog */
#bblog{ background-position: 0px 30px; }
.btopimg{ display: block; height: 88px; width: 770px; background: url(http://www.facesculptormd.com/images/masthead.jpg) no-repeat; margin: 0; padding: 0; border: 0px solid red; }
.sdimg{ position: absolute; z-index: 999; top: 457px; margin-left: 464px; }
#sidebar-wrapper{ margin-top: 115px; }
#sidebar-wrapper a{ color: #9C3763; }
#wrap_blog{ background: url("../images/bg-wrap_blog.gif") repeat-y; width:770px; margin:0 auto; text-align:left;  }
#sidebar h2, .widget-content{ color: #160B1B; }
#footerimg{ height: 215px; width: 769px; background: url(http://www.facesculptormd.com/images/bgwrap-bottom_blog.jpg) no-repeat; }


#outer-wrapper{ _margin-left: 25px; }/*ie6 margin */


#btnSubmit {
margin:10px 0 5px 133px !important;
}