* { outline: none; }

body {
	background: #fff url(/images/site_images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 11px Verdana, sans-serif;
	color: #231f20;
}

a {color:#388080;}
h1 { font-size: 21px; color: #7a7266; margin-bottom: 0; }
h2, .h2clone { font-size: 14px; color: #388080; border-bottom: 1px solid #d6e9ec; padding-top: 10px; clear: both; }
h3 { font-size: 14px; color: #7a7266; margin-bottom: 0; font-weight: normal; }
img { border: none; }
p { margin-top: 6px; line-height: 14px; }
ul { color: #388080; }
li { padding-bottom: 5px; }
table { color: #000; }

#container {
	width: 994px;
	position: relative;
	margin: 0 auto;
}

#header a {
	color: #dfebeb;
}

#header div {
	text-align: right;
	float: right;
	color: #dfebeb;
	font-family: Arial, Helvetica, sans-serif;
}

#header p.phone {
	font-size: 22px;
}

#navigation {
	width: 965px;
	height: auto;
	overflow: hidden;
	padding: 27px 0 0 22px;
	background: transparent url(/images/site_images/navigation-bottom-border.png) no-repeat bottom center;
}

	#nav-consultation {
		position: absolute;
		width: 270px;
		height: 65px;
		right: -20px;
		top: 120px;
		background: transparent url(/images/site_images/header-free-consultation.png) no-repeat top right;
	}

	#navigation ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#navigation li {
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		
	}
	
		#navigation li:hover {
			background-color: #fff;
		}
		
		#navigation li a.first {
			border: none;
		}

		#navigation li a {
			text-decoration: none;
			padding: 0px 12px 10px 12px;
			border-left: 1px solid #f3f5f0;
			height: 30px;
			text-transform: uppercase;
			color: #60594e;
			display: block;
			float: left;
		}
		
		#navigation li a.selected {
			font-weight: bold;
		}
		
		#navigation ul li ul.nav-child {
			background-color: #fff;
			position: absolute;
			margin-top: 34px;
			z-index: 99;
			display: none;
			border: 1px solid #d5e6eb;
			border-top: none;
			
		}
		
		#navigation ul li:hover ul.nav-child {
			display: block;
		}
		
		#navigation ul.nav-child li {
			border: none;
			float: left;
			height: 45px;
			border-top: 1px solid #d5e6eb;
			padding: 0;
			margin: 0;
			width: 170px;
		}

		#navigation ul.stacked li {
			float: none;
			height: auto;
		}
		
		#navigation ul.nav-child li a {
			text-transform: none;
			color: #7a7369;
			width: 150px;
			height: 35px;
			padding: 5px 10px;
			margin: 0;
			display: block;
			float: none;
		}

		#navigation ul.stacked li a {
			height: auto;
		}
		
		#navigation ul.nav-child li a:hover {
			background-color: #a1c1c7;
			color: #fff;
		}


#main {
	background: transparent url(/images/site_images/background-border-middle.png) no-repeat;
	padding: 0 18px 20px 18px;
}

#flashWrapper {
	visibility:hidden;
	height: 440px;
}

#left-nav {
	width: 280px;
	margin-right: 15px;
	float: left;
}

	#left-nav img {
		margin-bottom: 5px;
	}

	#left-nav .form {
		background-color: #f7f2dc;
		padding: 10px;
		margin: 15px 0;
		font-size: 10px;
	}

	#left-nav input {
		font-size: 10px;
	}

	#left-nav .newsletter-callout {
		display: block;
		float: left;
		margin-top: -20px;
	}

	#left-nav .form h3 {
		font-weight: bold;
		font-size: 15px;
		color: #7a7266;
		border-bottom: 1px solid #fff;
		margin:  0;
		padding: 10px 0 25px 0;
		display: block;
		float: left;
	}

	form input, form textarea, form select {
		border: none;
		color: #988f81;
		width: 251px;
		margin: 0;
		padding: 2px 4px;
	}

	form input, form select {
		background: #FFF url(/images/site_images/left-nav-input-bg.jpg) no-repeat;
	}

	form input {
		height: 21px;
	}

	form select {
		height: 25px;
		width: 263px;
	}
	
	form textarea {
		resize: none;
		padding: 4px;
		padding-bottom: 8px;
		height: 61px;
		background: #FFF url(/images/site_images/textarea-bg.jpg) no-repeat;
	}

	form input.checkbox { float: left; width: 15px; }
	
	form input.radiobutton {
		width: 12px;
		height: 12px;
		background: none;
		margin-left: 5px;
	}
	
	form input.smallinput {
		background: #fff url(/images/site_images/left-nav-small-input-bg.jpg) no-repeat;
		width: 50px;
		text-align: center;
	}

	form input#submit {
		cursor: pointer;
		background-image: url(/images/site_images/submit.jpg);
		width: 68px; height: 26px;
	}

	form label {
		float: left;
		width: 170px;
		text-align: right;
		padding-top: 3px;
		padding-right: 8px;
	}

	form #optin-wrapper {
		border-top: 1px solid #bbdadf;
		border-bottom: 1px solid #bbdadf;
	}

	p.form_error { color: #C00; margin:0; padding: 0; }
	p.optin, label.check-copy {
		text-align: left;
		display: block;
		float: left;
		width: 165px;
		margin: 0 5px;
	}

	form #optin-wrapper p.optin {
		width: 620px;
		font-size: 10px;
	}

	#error-message, #error-message li {
		color: #c00;
	}

	#error-message li:last-child {
		padding-bottom: 25px;
	}

#content, #home-content, #main-content, #interior-content {
	float: left;
	width: 660px;
}

	#breadcrumbs {
		margin: 0;
		padding: 0;
		padding-top: 5px;
		height: 25px;
		color: #388080;
	}

	#interior-content ul {
		color: #000;
	}

.content-showcase {
	border: 2px solid #d6e9ec;
	background-color: #eef5f6;
	padding: 10px;
	margin-bottom: 10px;
	width: auto;
	overflow: hidden;
}

	.content-showcase h2 {
		border: none;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	#video-block-container {
		width: 345px; 
		float: left;
	}
	
	.video-block {
		width: 90px;
		height: 127px;
		float: left;
		background: #fff url(/images/site_images/video-block-background.gif) no-repeat;
		padding: 10px;
		margin: 0 5px 5px 0;
	}
	
	.video-active {
		background: #fff url(/images/site_images/video-block-background.gif) no-repeat top right;
	}
	
	#video-player {
		width: 275px;
		height: 200px;
		float: left;
		margin-right: 15px;
	}
	
	#prevNext {
		position: relative;
		top: 160px;
		margin: 0 0 -27px 430px;
	}
	
		#prevNext img {
			cursor: pointer;
		}

	#before-after p {
		display: block;
		float: left;
	}

#footer {
	background: transparent url(/images/site_images/footer-background.png) no-repeat;
	padding: 10px 8px 40px 0;
	color: #60594e;
}

	#footer a {
		text-decoration: none;
		color: #60594e;
	}

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

	#footer li {
		color: #60594e;
	}
	
	#footer .logos {
		padding-top: 20px;
		text-align: center;
	}
	
		#footer .logos img {
			padding: 5px;
		}

#section-nav {
	background: transparent url(/images/site_images/background-internal.png) no-repeat;
	padding: 15px 0 15px 18px;
	padding-right: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	top: -21px;
	margin: 15px 0 -10px 0;
}

	#section-nav-face, #section-nav-body, #section-nav-veins,
	#section-nav-face-selected, #section-nav-body-selected, #section-nav-veins-selected {
		display: block;
		width: 315px;
		height: 66px;
		float: left;
		margin-right: 12px;
		text-indent: -9999px;
	}

	#section-nav-face { background: #fff url(/images/site_images/section-nav-links.jpg) top left no-repeat; }
	#section-nav-face:hover, #section-nav-face-selected { background: #fff url(/images/site_images/section-nav-links.jpg) bottom left no-repeat; }
	#section-nav-body { background: #fff url(/images/site_images/section-nav-links.jpg) -316px 0px no-repeat; }
	#section-nav-body:hover, #section-nav-body-selected { background: #fff url(/images/site_images/section-nav-links.jpg) -316px -66px no-repeat; }
	#section-nav-veins { background: #fff url(/images/site_images/section-nav-links.jpg) -646px 0px no-repeat; }
	#section-nav-veins:hover, #section-nav-veins-selected { background: #fff url(/images/site_images/section-nav-links.jpg) -646px -66px no-repeat; }

.home-headline {
	margin-top: 0;
	color: #7a7266;
	font-size: 20px;
	font-weight: normal;
}

#home-callouts {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

	#home-callouts #face-callout,
	#home-callouts #body-callout,
	#home-callouts #vein-callout {
		display: block;
		float: left;
	}
	#home-callouts #face-callout {
		background: url(/images/site_images/general/home-callout-face.jpg) no-repeat;
		width: 231px; height: 141px;
		margin-right: 4px;
		padding: 13px 0 0 85px;
	}
	#home-callouts #body-callout {
		background: url(/images/site_images/general/home-callout-body.jpg) no-repeat;
		width: 200px; height: 141px;
		margin-right: 4px;
		padding: 13px 0 0 115px;
	}
	#home-callouts #vein-callout {
		background: url(/images/site_images/general/home-callout-vein.jpg) no-repeat;
		width: 249px; height: 140px;
		padding: 13px 0 0 70px;
	}

	#home-callouts p {
		margin-bottom: 14px;
	}

	#home-callouts p.home-headline a {
		text-decoration: none;
	}

	#home-callouts p.home-headline a:hover {
		text-decoration: underline;
	}

	#home-callouts ul {
		list-style-type: none;
		margin: 0 0 0 5px;
		padding: 0;
	}

	#home-callouts ul a {
		text-decoration: none;
	}

	#home-callouts a:hover {
		text-decoration: underline;
	}

	#home-callouts ul li {
		padding-bottom: 3px;
	}

	#home-callouts ul li:before {
		content: "- ";
	}

.home-list-column, .list-column, .secondary-list {
	float: left;
	margin: 0;
	color: #388080;
}

	.home-list-column {
		width: 250px;
		padding: 0 0 20px 35px;
		list-style-type: none;
	}

	.home-list-column a, .list-column a, .secondary-list a, .internal-subnav-block a {
		text-decoration: underline;
	}

	.home-list-column li {
		padding-bottom: 8px;
	}

	.list-column, .secondary-list {
		width: 120px;
		padding: 0 10px 0 20px;
		margin: 0;
	}

	.secondary-list {
		width: auto;
	}

.internal-subnav-block {
	padding: 0;
	margin: 0 12px 0 0;
	width: 300px;
	float: left;
}

	.internal-subnav-block h2 {
		color: #9bbfbf;
	}

.newsletter-banner {
	background: url(/images/site_images/general/newsletter-banner.jpg) no-repeat;
	width: 84px; height: 86px;
	padding-top: 170px;
	padding-left: 575px;
}
	
.float-wrapper {
	width: 100%;
	overflow: hidden;
}

.decoration ,
a.decoration {
	background: url(/images/site_images/general/decoration-arrow.png) no-repeat right 3px;
	padding-right: 10px;
}

.subhead {
	font-size: 21px;
	color: #7a7266;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-weight: normal;
}

.page-title {
	font-size: 18px;
	color: #388080;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 18px;
}

.primary-image {
	float: right;
	padding: 10px 0 20px 10px;
}

.secondary-image {
	float: left;
	padding: 0 10px 20px 0;
	margin-right: 10px;
}

.pg-block {
	display: none;
}

.pg-block.active {
	display: block;
}
.pg-controls-active {
	text-decoration: none;
	color: #231f20;
}

.floatleft { float: left; }
.floatleft-padbox { float: left; width: 230px; padding-right: 50px;}
ul.floatleft { padding: 0 0 0 20px; margin: 0; }
.clearleft { clear: left; }
.clearfloats { clear: both; }
p.clearfloats { margin: 0; padding: 0; line-height: 0; }
.black { color: #000; }
.callout { font-size: 12px; font-weight: bold; color: #388080; }
.alignright { text-align: right; }
.addthis_button_tweet { width: 100px; }
.clearh2 { font: 11px Verdana, sans-serif; color: #231f20; }
.promo-red {color:#ec2929;}
ul.black-bullets li { color: #000; }
.caps { text-transform: uppercase; }
.small-right { padding-right: 5px; }
.push-right { padding-right: 20px; }
.addthis_toolbox { margin-top: 12px; }
#facebook-items { margin-top: 18px; }
.strong { font-weight: bold; }
.hidden { display: none; }
.red {color:#C00;}
.addthis_counter.addthis_pill_style { width: 75px !important; }
.addthis_button_facebook_like { width: 80px; }
#___plusone_0 { margin-left: 5px !important; }
.wider { width: 200px; }
.featured-block { float: left; padding: 0 4px; margin: 6px 0 10px 0; background-color: #eef5f6; width: 490px; }
	.featured-block ul { padding-left: 16px; }
