@charset "UTF-8";
@import url(refine.css);
/* CSS Document */

/* CONTAINER 1 
#container1 {
	background: #ccc1d2 none repeat;
}*/
#container1 {

	background: #ccc1d2 url(../../images/banner_bkg.gif) no-repeat top center;
}

/* BANNER */
#banner {
	width: 950px;
	border: solid 2px #ccc1d2;

	
}
.ban-img-lipo {background: url(../../images/header-smartlipo.jpg) bottom left no-repeat #fff;}
.ban-img-medspa {background: url(../../images/header-drvulich.jpg) bottom left no-repeat #fff;}
.ban-img-appt {background: url(../../images/header-appointment.jpg) bottom left no-repeat #fff;}
.ban-img-contact {background: url(../../images/header-contact.jpg) bottom left no-repeat #fff;}
.ban-img-specials {background: url(../../images/header-specials.jpg) bottom left no-repeat #fff;}
/* WELCOME */
#title {
	width: 288px;
	margin: 0px 0px 5px 0px;
	color: #47458c;
	padding: 10px 0 5px 180px;
	float:left;
	text-align:left;
	
}
#title h1 { }
.title {
	font-size: 1em;
	
	
}

/* CALLOUTS */
#flash {
	width: 458px;
	background:#fff;
	float:right;
	padding:5px;
}
#flash img.left {margin: 5px 0px 5px 5px; border:solid #ccc1d2 1px;}
.callout {margin:5px 5px 2px 0;border:solid #ccc1d2 1px;height:72px; width:336px; font:12px "arial", Times, Serif; float:right;}
.singleboximg {height:160px}
#flash .callout img.left {margin: 0px 10px 0px 0px; border:none;}
#flash .callout img.right {margin: 0px 0px 0px 10px; border:none;}
.callout h3 {padding:2px 5px; margin:0;}
.callout h3.one, .callout h3.one a {background:#76a6a1; color:#ffffff;}
.callout h3.two, .callout h3.two a {background:#f2efc4; color:#8c5b30;}
.callout h3.three, .callout h3.three a {background:#e9ca9c;color:#8c5b30;}
.callout p {padding:5px;}
.callout p a, .callout p a:hover {color:#676767;}
.callout-tall img.left {margin-right:10px;}
.movie {
	margin: 0 0 0 15px;
}
/* CONTENT 2 */
#container2 {
	background: url(../images/bg_1.gif) repeat-x bottom;
}
#container2_content {
	background: url(../images/bg_1.gif) repeat-x bottom;
	width: 950px;
	height: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
}	
#main {
	float:right;
	width: 690px;
	padding-right: 0px;
}

#main p {
	margin-bottom: 18px;
	
}
#main .services {width:100%; margin-bottom: 18px; padding-bottom:8px;}
#main .lists {width:100%; margin-bottom: 22px; padding-bottom:8px;}
#main ul {float:left; width:50%;}
	
#main ul {
	padding-left: 0;
	margin-left: 0;
}
	
#main ul li{
	font:18px Arial;
	list-style: none;
	margin: 0;
	padding: 0.25em 0;
	
	}
#main ul li	a {
	
	font-weight: normal;
}
#main ul li a:hover {

}

#sidebar {
	float: left;
	width: 235px;
}
/* SUB NAV */
#nav_sub {
	width: 230px;
	background: #47458c;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: .5px;
	margin:0 0 10px 0;
	border: #cec1d5 solid 2px;

}
h3.navhdr {color: #47458c;background-color:#cec1d5; height:22px; font-size:16px; padding:2px 0 0 8px; margin:0;}
/*
#nav_sub img {
	margin-right: 10px;
}


*/
#nav_sub li{
	padding: 8px 0px 8px 30px;
	list-style-type: none;
	background-image: url(../../images/arrow_inactive.gif);
	background-repeat:no-repeat;
	background-position:center left; 
	border-bottom:#FFFFFF solid 1px;
}
#nav_sub li.last{
	border-bottom:none;
}
#nav_sub li a {
	color: #fff;
}
#nav_sub a:hover {
	color: #cec1d5;
}
#nav_sub a.active {
	color: #cec1d5;
}
#nav_sub a.active_sub{margin:0px;}
#nav_sub a.active_sub {
	color: #997b2d;
	background-image:url(../../images/arrow_active.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	margin-left:-30px;
}
#nav_sub li.nav_sub_active {
	background-color: #cec1d5;
	background-image: none;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}
#nav_sub_active_list {
	margin: 8px 0 4px 0;
}
#nav_sub_active_list li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #47458c;
	list-style-type: disc;
	margin-left: 30px;
	padding: 0 0 2px 0;
	background-image:none;
	border:none;
}
#nav_sub_active_list li a {
	color: #fff;
}
#nav_sub_active_list li a:hover {
	color: #47458c;
}
	.divider_subnav {
	padding-left: 14px;
	}


/* APPOINTMENT */
#appointment {
	width: 230px;}
	
#appointment {
	height: 100%;
	background: url() bottom right no-repeat #fff;
	color: #47458c;
	border: solid 2px #e9ca9c;
	float: left;
	margin:0 0 10px 0;
}
#appointment p{
	margin: 0px 10px;
	line-height: 18px;
}

	/* Form */
form#appointment {
	position: relative;
}
div#name, div#phone, div#email {
	position: relative;
	float: left;
	margin-left: 10px;
}
div#name {
	margin-top: 10px;
}
div#phone{
	margin-top: 5px;
}
div#email{
	margin-top: 5px;
}
input#name-field, input#phone-field, input#email-field {
	width: 180px;
	padding: 1px 3px;
}
label.overlabel {
	color: #274769;
}
label.overlabel-apply {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #274769;
	font-size: .75em;
}
#submit_form {
	height: 20px;
	background-color: #e9ca9c;
	font-size: 12px;
	padding: 2px 10px 0 10px;
	float: right;
	margin: -20px 0px 0 0;
	border: 0 none;
	cursor: pointer;
	/*
	width: 60px;
	height: 22px;
	*/
}
.sub_button {color:#fff; font-weight:bolder;}

#submit {
	float: right;
	margin: 10px 0px 0 0;
	
}
	/* FLEX BOXES */
#flexbox_1, #flexbox_2, #flexbox_3 {
	width: 230px;
	float: left;
	color: #000;
	text-align: left;
	border: solid 2px #e9ca9c;
	margin:0 0 10px 0;
	padding: 0 0 0 0;
}
h3.flexhdr {color:#47458c; background-color:#e9ca9c; height:20px; font-size:16px; padding:2px 0 0 8px; margin-bottom:0px;}
#flexbox_1 a, #flexbox_2 a, #flexbox_3 a {
	color: #fff; border:none; 
}
#flexbox_1 {background:#f6f6f6;}
#flexbox_2 {background: #e9ca9c;}
#flexbox_3 {background: #e9ca9c; }
#flexbox_1 img, #flexbox_2 img, #flexbox_3 img { padding:0px; margin:0px;}
.info {
	/*line-height: 0;min-height:150px;*/
	padding:8px;
	
}
	
.readmore {
	/*width:80px;*/
	height: 20px;
	background-color: #e9ca9c;
	font-size: 12px;
	padding: 2px 10px 0 10px;
	float: right;
	margin: -22px 0px 0 0;
}
