@charset "UTF-8";
body {
	font: 100% "Century Gothic","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: inherit;
	background: #06282e url(images/bodybg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3, h4, h5 {
	font-weight: lighter;
	margin-top: 0px;
	color: #666;
}
h5 {
	font-family: "Helvetica Neue";
	font-size: 25px;
	font-weight: lighter;
	padding: 0;
	margin: 0 0 10px 0;
}
#mainContent a, #subcontent a, #servicesfooter a  {
	color: #2E2817;
	text-decoration: none;
	border-bottom: 1px dotted #2e2817;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	/*border: 1px solid #000;*/
}
.logo {
	position: absolute;
	left: 15px;
	top: 10px;
	float: left;
	z-index: 500;
}
.oneColFixCtrHdr #header {
	background: #414138 url(images/headercall.jpg) no-repeat right; 
	margin: 0px;
	height: 48px;
	text-align: right;
	padding-top: 37px;
	padding-right: 22px;
	font-size: 25px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	background: #fffffd url(images/navbg.jpg) repeat-x;
	height: 37px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	border-bottom: 1px solid #d0c2b6;
}
.oneColFixCtrHdr #navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 157px;
	height: 37px;
}
#navigation li {
	display: inline;
	float: left;
	width: 99px;
	text-align: center;
	padding-top: 10px;
	height: 26px;
}
#navigation li a {
	color: #b4ae94;
	text-decoration: none;
	padding: 7px 14px;
}
#navigation li a:hover {
	color: #8c876f;
}
#navigation li:hover {
	background: url(images/navbg-down.jpg);	
}

.oneColFixCtrHdr #banner {
	background: #b4e5e6 url(images/bannerbg.jpg) repeat-x;
	height: 313px;
	text-align: right;
	border-bottom: 1px solid #fff;
}
.oneColFixCtrHdr #card {
	/*position: relative;*/
	background: #fffffd;
	/*left: 55px;
	top: 60px;*/
	float: left;
	margin: 50px 0 0 60px;
	width: 350px;
	height: 180px;
	padding: 15px;
	border-bottom: 1px solid #73b0b4;
	border-right: 1px solid #73b0b4;
	text-align: left;
}
#card h3, #footercard h3 {
	color: #ffa800;
	margin: 0 0 3px 0;
	font-size: 25px;
}

.oneColFixCtrHdr #orangebutton {
	background: url(images/orangebutton.gif);
	width: 145px;
	height: 22px;
	color: white;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
	float:right;
}
.oneColFixCtrHdr #orangebutton a {
	color: white;
	text-decoration: none;
}
.oneColFixCtrHdr #cardcontainer {
	background: #fff url(images/card-bg.gif);	
}
.oneColFixCtrHdr #messaging {
	background: #2e2817;
	border-left: 15px solid #585345;
	width: 500px;
	float: left;
	padding: 15px;
	color: #fff;
	height: 125px;
}
.oneColFixCtrHdr #promotions {
	background: #469697;
	border-left: 15px solid #6babac;
	width: 350px;
	float: left;
	padding: 15px;
	color: #fff;
	height: 125px;
	clear: right;
}
#promotions ul {
	list-style: none;
	margin: -3px 0 0 -30px;
}
#promotions li {
	text-indent: -10px;
}
#promotions li:before {
	content: "\00BB \0020";
}
.oneColFixCtrHdr #mainContent {
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e4e6d0;
	float:left;
	color: #635f44;
	width: 485px;
	height: 220px;
	border-right: 1px dashed #ccc;
	
}
#mainContent h1 {
	margin: 0 0 10px 0;
	font-weight: lighter;
	font-size: 27px;
}
#mainContent ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
}
#mainContent li {
	background: url(images/bullet.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 2px;
}
.oneColFixCtrHdr #whitearea {
	background: #fff url(images/promotion_bg.jpg) repeat-x;

	border-left: 14px solid #efefef;
	width: 350px;
	float: right;
	padding: 15px;
	color: #333;
	height: 405px;
	max-height: 405px;
	overflow: auto;
}
#whitearea h2 {
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#414138;
	float:left;
	width: 920px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #222;
	
}

#navbanner {
	height: 125px;
	background: url(images/sub-bg.jpg);
	text-align: center;
	vertical-align: middle;
}
#subnav {
	height: 47px;
	background: url(images/subnav-bg.jpg);
	float: left;
	width: 940px;
	text-align: center;
	border-top: 1px solid #fff;
	
}
#subnav ul {
	list-style: none;
	margin: 0 35px; 0 35px;
	padding: 0 0 7px 0;
	height: 37px;
	border-bottom: 1px dotted #ddd;
	width: auto;
}
#subnav li {
	float: left;
	margin: 8px 0px;
	padding: 6px 0px 4px 0;
	height: 20px;
	border-right: 1px solid #ddd;
}
#subnav ul li:last-child {
	border-right: none;
}
#subnav li a {
	color: #7e7d7d;
	text-decoration: none;
	padding: 6px 6px;
}
#subnav li a:hover {
	color: #555;
}
#subnav li:hover, 
#botox #navbotox,
#laser #navlaser,
#juvederm #navjuvederm,
#chemical #navchemical,
#lasergenesis #navlasergenesis,
#spiderveins #navspiderveins,
#vibraderm #navvibraderm,
#skincare #navskincare
{
	background: url(images/downarrow.gif) no-repeat center top;
	border-bottom: 3px solid #777;
}
#subcontent {
	padding: 20px 35px;
	float: left;
	width: 880px;
}
#servicesfooter {
	background: #e4e6d0;
	height: 100px;
	border-top: 1px solid #c2bba5;
	float: left;
	padding: 15px;
	width: 910px;
}
#servicesfooter ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
}
#servicesfooter li {
	background: url(images/bullet.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 2px;
}
.oneColFixCtrHdr #footercard {
	background: #fffffd;
	float: right;
	margin: 0px;
	width: 350px;
	height: 70px;
	padding: 10px;
	border-bottom: 1px solid #858168;
	border-right: 1px solid #858168;
	text-align: left;
}
#clearfix {
	color: #fff;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#beforeafter {
	float: right;
	margin-left: 15px;
	text-align: center;
}