@charset "utf-8";
/* CSS Document */

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background:#F0FFD5;
} 
 
#pagewidth{ 
	width:985px; 
	text-align:left;
	margin:0 auto;
	background:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
} 

#background {
	background:url(../images/vmenu.gif) repeat-y;
	width:100%;
}
 
#header{ 
	height:155px; 
	width:100%;
	background:url(../images/banner.jpg) no-repeat;
}

#hmenu {
	height:30px;
	width:100%;
	background:url(../images/hmenu.png) repeat-x;
}
 
#leftcol{
	width:226px; 
	float:left;
}

#form_area {
	height:349px;
	width:217px;
	background:url(../images/form.png) no-repeat;
	margin-top:8px;
	margin-bottom:10px;
}

#form {
	width:181px;
	margin-top:26px;
	margin-left:24px;
}

#form input {
	width:175px;
	margin-bottom:10px;
	margin-top:10px;
}

#form .submit {
	width:auto;
	margin-top:10px;
	margin-left:55px;
}

#form .submit_graphic {
	width:auto;
	margin-top:8px;
	margin-left:25px;
}

#form span {
	font-size:14px;
	color:#000000;
}

#woman {
	width:225px;
	height:371px;
	background:url(../images/vmenu_woman.jpg) no-repeat;
}
 
#maincol{
	float:right; 
	display:inline; 
	width:759px;
	text-align:center;
}

#content {
	width:668px;
	margin-left:auto;
	margin-right:auto;
	margin-top:44px;
	padding-bottom:40px;
	text-align:left;
}

#above_footer {
	height:26px;
	width:100%;
	clear:both;
	float:left;
}

#above_footer_right {
	float:right;
	width:759px;
	height:26px;
}

#above_footer_right p {
	height:26px;
	text-align:center;
	line-height:26px;
	vertical-align:middle;
	font-size:13px;
}

#above_footer_right p img {
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}
 
#footer{
	height:73px;
	width:100%;
	background:#FF9966; 
	clear:both;
	border-top:2px solid #FFFFFF;
}

#smartlipo {
	background:url(../images/smartlipo.jpg) no-repeat bottom;
	width:277px;
	height:120px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.leftpricelist {
	width:320px;
	text-align:center;
	float:left;
	border:1px solid #E5D0B7;
	margin-bottom:20px;
}

.rightpricelist {
	width:320px;
	text-align:center;
	float:right;
	border:1px solid #E5D0B7;
	margin-bottom:20px;
}

.price_list_top {
	width:100%;
	padding-top:10px;
	background:#EEEEEE;
}

#table {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}

.floatleft {
	float:left;
	padding-top:3px;
	padding-right:20px;
	padding-bottom:10px;
}

.floatright {
	float:right;
	padding-top:3px;
	padding-left:20px;
	padding-bottom:10px;
}

.beforeafter_box {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

.beforeafter_box img {
	padding-bottom:20px;
}

/* TEXT */

p, a, span, h1, h2, h3, h4, h5, h6, ul li, ul, form {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

ul.price_list {
	width:100% !important;
	list-style-type:none;
	margin-bottom:10px;
	display:block;
	padding-top:10px;
}

ul.price_list li {
	font-size:14px;
	line-height:20px;
	display:block;
}

.price_list_top h1 {
	font-size:16px !important;
	color:#36160A !important;
	margin-bottom:10px !important;
}

.price_list_top h2 {
	font-size:18px !important;
	color:#36160A !important;
	text-decoration:underline !important;
}

.price_list_top p {
	font-weight:bold !important;
	color:#36160A !important;
	padding-bottom:10px;
	margin-bottom:0 !important;
}

#content a {
	color:#0099CC;
}

#content a:hover {
	color:#FF6600;
}

ul.list {
	margin-left:40px;
	font-size:14px;
	margin-bottom:20px;
}

ul.list li {
	line-height:20px;
}

#content h1 {
	font-size:30px;
	color:#0099CC;
	margin-bottom:20px;
}

#content h2 {
	font-size:18px;
	color:#FF6600;
	margin-bottom:10px;
}

#content h3 {
	font-size:16px;
	color:#A2FF00;
	margin-bottom:0;
}

#content p {
	font-size:14px;
	color:#000000;
	margin-bottom:20px;
}

span.contact_us_form {
	font-size:18px;
	color:#FFFFFF;
	display:block;
	padding-top:11px;
	padding-left:26px;
}

#footer p {
	text-align:center;
	color:#663300;
	font-size:12px;
}

#footer p.smaller, #footer p a.smaller {
	font-size:10px;
}

#footer p a {
	color:#663300;
	font-size:12px;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}

/* BROWSER HACKS */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;}
/* End hide from IE-mac */  
 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

/* SUCKERFISH */

#hmenu_center {
	width:603px;
	height:12px;
	margin:0 auto;
	padding-top:8px;
	display:block;
}

#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
}

#nav a {
	display:block;
	width:159px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#nav a:hover {
	color:#FF6600;
}

#nav li {
	float:left;
	width:160px;
}

#nav li:hover {
	background-position:0 0;
}

#nav li ul {
	position:absolute;
	width:160px;
	left:-999em;
	padding-top:10px;
}

#nav li ul li {
	position:relative;
	float:left;
	line-height:18px;
	margin-bottom:-1px;
	background:#0099CC;
}

#nav li ul a {
	border:1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	width:139px;
	font-size:10px;
	font-weight:normal;
}

#nav li ul a:hover {
	background:#707070;
	color:#FFFFFF;
}

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

li.services, li.price_list, li.events, li.about_us, li.resources , li.testimonials, li.contact_us { 
	margin-left:12px; 
}

a.home, a.services, a.price_list, a.events, a.about_us, a.resources, a.testimonials { 
	background:url(../images/line.gif) right no-repeat; 
}

.home { width:46px !important; }

.services { width:63px !important; }

.price_list { width:67px !important; }

.events { width:51px !important; }

.about_us { width:64px !important; }

.resources { width:75px !important; }

.testimonials { width:86px !important; }

.contact_us { width:64px !important; }