/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

/* Purpose: undo some default styling of common (X)HTML browsers      */

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }


/* more varnish stripping as necessary...                             */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #D8C99C url(../images/bg.gif) left top repeat-x;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #685C4E;
	line-height: 16px;
}

a:link, a:visited {
	color: #685C4E;
	text-decoration: underline;
}
a:hover, a:active {
	color: #6B1E24;
	text-decoration: underline;
}

span {
	display: none;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 750px;
	margin: 0 auto;
	background: url(../images/wrapper_bg.jpg) left top repeat-y;
	text-align: left;
}

/* HORIZONTAL sprite nav
 * ------------------------------------------------------------------------------------- */
#nav {
	background: url(../images/menu.jpg) left top no-repeat;					
	width: 750px;
	height: 41px;
	padding: 0px;
	margin: 0px;
}
#nav span {display: none;}
#nav li, #nav a {height: 41px; display: block;}
#nav li {float:left; list-style:none; _display:inline; position:relative;  }

#nav-01 {width: 104px; margin-left:36px;}
#nav-02 {width: 125px;}
#nav-03 {width: 145px;}
#nav-04 {width: 167px;}
#nav-05 {width: 138px;}

#nav-01 a:hover {background: transparent url(../images/menu.jpg) -36px -41px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/menu.jpg) -140px -41px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/menu.jpg) -265px -41px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/menu.jpg) -410px -41px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/menu.jpg) -577px -41px no-repeat;}


/* begin son of suckerfish
 * ------------------------------------------------------------------------------------- */

	#nav li ul {
		position: absolute;
		left: -9999px;
		padding-right:1px;
		background-color: #E3CEA3;
		margin-top:37px;
	}
	
	#nav li ul li {
		height: 20px;
		border:1px solid #D0B087;
		border-top:none;
	}
	#nav li ul li a {
		width: 100%;
		height: 20px;
		line-height: 20px;
	}
	#nav li ul li a span {
		display: block;
		padding-left: 5px;
	}
	
	#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
		font-size:1.0em;
		color:#9B313D;
		text-decoration:none;
	}

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

	#nav-03 ul a:hover { 
		background-image: none;
		background-color: #F4E3C9; 
		color:#9B313D;
		text-decoration:none;
	}
	
	#nav-03 ul, #nav-03 li { width: 143px; }


/* image replacement
 * ------------------------------------------------------------------------------------- */
.banner01 {
	background: url(../images/banner/banner01.jpg) left top no-repeat;
}

.banner02 {
	background: url(../images/banner/banner02.jpg) left top no-repeat;
}

.banner03 {
	background: url(../images/banner/banner03.jpg) left top no-repeat;
}

.banner04 {
	background: url(../images/banner/banner04.jpg) left top no-repeat;
}

.banner05 {
	background: url(../images/banner/banner05.jpg) left top no-repeat;
}

#welcome-title {
	background: url(../images/index/welcome.jpg) left top no-repeat;
	width: 538px;
	height: 78px;
}

#dr-title {
	background: url(../images/index/dr.jpg) left top no-repeat;
	width: 540px;
	height: 84px;
}

.about-title {
	background: url(../images/titles/about.jpg) left top no-repeat;
}

.blog-title {
	background: url(../images/titles/blog.jpg) left top no-repeat;
}

.contact-title {
	background: url(../images/titles/contact.jpg) left top no-repeat;
}

.gallery-title {
	background: url(../images/titles/gallery.jpg) left top no-repeat;
}

.procedures-title {
	background: url(../images/titles/procedures.jpg) left top no-repeat;
}

.fillers-title {
	background: url(../images/titles/fillers.jpg) left top no-repeat;
}

.botox-title {
	background: url(../images/titles/botox.jpg) left top no-repeat;
}

.resurfacing-title {
	background: url(../images/titles/resurfacing.jpg) left top no-repeat;
}

.laser-title {
	background: url(../images/titles/laser.jpg) left top no-repeat;
}

.sitemap-title {
	background: url(../images/titles/sitemap.jpg) left top no-repeat;
}

.thankyou-title {
	background: url(../images/titles/thankyou.jpg) left top no-repeat;
}

.contact_us {
	background: url(../images/contact_us.jpg) left top no-repeat;
}

.our_location {	
	background: url(../images/sub/our_location.jpg) left top no-repeat;
}

/* content
 * ------------------------------------------------------------------------------------- */
#banner {
	width: 750px;
	height: 364px;
}

#content-left {
	width: 210px;
	float: left;
}
	#content-left p {
		margin: 10px 18px 10px 36px;
	}
	
	#content-left p.paragraph {
		margin-top: 11px;
	}
	
	#content-left p strong {
		font-size: 12px;
	}
	
#content-right {
	width: 540px;
	float: left;
	background: url(../images/content_right_bg.jpg) left bottom no-repeat;
}
	#content-right h1 {
		margin: 0px 60px 0px 38px;
		padding-top: 22px;
		font-size: 13px;
		color: #6B1E24;
		
	}
	
	#content-right h2 {
		margin: 100px 60px 0px 38px;
		font-size: 12px;
		color: #6B1E24;
	}
	
	#content-right h3 {
		margin: 0px 60px 0px 38px;
		color: #6B1E24;
	}
		
	
	#welcome {
		width: 540px;
		float: left;
		background: url(../images/index/welcome_bg.jpg) left top repeat-y;
	}
		#welcome-content {
			width: 540px;
			background: url(../images/index/welcome_img.jpg) left top no-repeat;
		}
			#welcome-content p {
				margin: 0px 60px 0px 38px;
				padding-top: 22px;
			}
			#welcome-faux-div {
				width: 280px;
				height: 210px;
				float: left;
			}
			
	#dr {
		width: 540px;
		float: left;
		background: url(../images/index/dr.jpg) left top no-repeat;
	}
		#dr-content {
			width: 290px;
			float: left;
		}
		
			#dr-content p {
				margin: 0px 12px 10px 38px;
			}
		
			#dr-img {
				width: 148px;
				height: 148px;
				float: left;
				margin-top: 100px;
				background: url(../images/index/dr_img.jpg) left top no-repeat;
			}
		
		#procedures-content {
			width: 250px;
			float: left;
			padding-top:100px;
		}
			#procedures-content p {
				margin: 0px 60px 10px 13px;
			}
			
			#procedures-content ul {
				margin-bottom:10px; 
				}
				
			#procedures-content li {
				margin-left: 28px;
				padding: 0px;
			}
			

#content-right-inside {
	width: 540px;
	float: left;
	background: url(../images/content_right_bg.jpg) left bottom no-repeat;
}

	#inside-contnet {
		width: 540px;
	}

	body#thankyou #inside-contnet {
		width: 540px;
		height:400px;
	}

	#content-right-inside p {
		margin: 0px 60px 10px 38px;
		padding-top: 10px;
	}
	
	#content-right-inside h1 {
		margin: 0px 60px 0px 38px;
		padding-top: 100px;
		font-size: 13px;
		color: #6B1E24;
		
	}
	
	#content-right-inside h2 {
		margin: 0px 60px 0px 38px;
		font-size: 12px;
		color: #6B1E24;
	}
	
	#content-right-inside h3 {
		margin: 0px 60px 0px 38px;
		color: #6B1E24;
	}

	#content-right-inside p.contact {
		margin: 0px 60px 0px 38px;
		padding-top: 100px;
	}
	
	#content-right-inside ul {
		margin-left: 65px;
		line-height: 18px;
		list-style-image: url(../images/li_image.gif);
		margin-bottom: 15px;
		margin-right:60px;
	}
	
#left-list {
	width: 260px;
	float: left;
}
	#left-list ul {
		margin-left: 75px;
		line-height: 18px;
		list-style-image: none;
		margin-bottom: 15px;
	}

#right-list {
	width: 260px;
	float:left;
}
	#right-list ul {
		margin-left: 25px;
		line-height: 18px;
		list-style-image: none;
		margin-bottom: 15px;
	}

/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url(../images/page_footer.jpg) left top no-repeat;
	width: 750px;
	height: 58px;
	clear: both;
}

#footer {
	width: 730px;
	margin: 0px auto;
	padding: 14px;
	text-align: center;
}

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

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#footer a:link, #footer a:visited {
		color: #6B1E24;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #685C4E;
		text-decoration: underline;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
form {
	width:150px;
	margin:0;
	}

form label	{ font-size:.95em; }

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

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	color:#974716;
	border: 1px solid #E9D0A9;
	width:145px; /* 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;
	}
	
#contact-main input.box {
	background-color:#FBF5E9 !important;
	border:none;
	width:20px;
	}
	
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 select { width:177px; }
	
#contact-main textarea { height:100px; width:300px; overflow:auto; margin-left:80px; }

#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-contact-main { margin:0px 0 5px 70px; }


#content-left form {
	padding: 0px 0px 10px 36px;
	}

 
.quickcontact {
	width: 150px;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}

.big-form label, .big-form-field {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.big-form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.big-form br {
	clear: left;
}

img.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.img-right {
	float: right;
	margin: 0px 0px 7px 7px;
}
div.clear {
	clear: both;
}
img.map {
	margin-left: 36px;
	border: none;
}

.bna-spacer {
	margin-left: 25px;
}

