body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */

html {
	background:#dce3cc url("images/html.jpg") 0 0 repeat-x;	
	font-size:62.5%;
}

body { 
	background:transparent url("images/body.jpg") top center no-repeat;
	text-align:center; 
	font:1.4em/1.6em Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:2em; color:#000; 
	  font-family:"Arial Narrow","Lucida Sans",san-serif; 
	  text-shadow: 0px 0px 1px #000;
	  }
h2	{ font-size:1.8em; color:#000; 
	  font-family:"Arial Narrow","Lucida Sans",san-serif; 
	  text-shadow: 0px 0px 1px #000; }
h3	{ font-size:1.5em; color:#000; 
	  font-family:"Arial Narrow","Lucida Sans",san-serif; 
	  text-shadow: 0px 0px 1px #000; }





a:link,a:visited	{ color:#007b76; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#007b76; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}

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

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

p a.post-edit-link { margin:10px 45px; background-color:#007b76; color:#fff; display:block; padding:10px; text-align:center; clear:both;}


strong {
font-family:"Lucida Sans", san-serif;	
line-height:1.1em;
}

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */



#wrap {
	background:none;
	width:937px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

/* ------------------------ header framework ------------------------ */

#header { 
	height:156px; 
	background:url("images/header-inside.jpg") 0 0 no-repeat;
}

#header-index { 
	height:429px; 
	background:none;
}

#header form, #header-index form {
	position:absolute;
	z-index:9990;
	right:0;
	top:25px;
}

#wrap div#header form input, #header-index form input {
	float:left;
	margin:0;
	font-size:10px;
	color:#e8ecde;
}

input#s {
	width:185px;
	height:18px;
	background:#132625;
	border:1px solid #35514e;
	padding:5px 0 0 5px;
}

input#submit {
	width:40px;
	background:#35514e;
	height:25px;
	border:1px solid #35514e;
}

.wpcf7-form dl { width:75%; }
.wpcf7-form dd { text-align:right; }
.wpcf7-form dd p { display:inline; width:200px; }
body#inside .wpcf7-form dd span.wpcf7-form-control-wrap input { margin:5px 0; }

.wpcf7-form blockquote {
background:#fff;
text-align:center;
margin:5px auto;
padding:5px;
width:340px;
border:2px solid #226460;
}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("images/nav.jpg") no-repeat; 
	width:937px; 
	height:37px; 
	margin:0;
	padding:0; 
	font:1.1em/1.1em "Arial Narrow";
}

#nav span { display: none; }

#nav li, #nav a { height:37px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; margin-left:1px; z-index:9990; }

#n1 { width: 70px; margin-left:0 !important;}
#n2 { width: 74px;}
#n3 { width: 144px;}
#n4 { width: 67px;}
#n5 { width: 141px;}
#n6 { width: 177px;}
#n7 { width: 148px;}
#n8 { width: 109px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#n1 a:hover { background:url("images/nav.jpg") 0 -37px no-repeat; }
#n2 a:hover { background:url("images/nav.jpg") -71px -37px no-repeat; }
#n3 a:hover { background:url("images/nav.jpg") -146px -37px no-repeat; }
#n4 a:hover { background:url("images/nav.jpg") -291px -37px no-repeat; }
#n5 a:hover { background:url("images/nav.jpg") -359px -37px no-repeat; }
#n6 a:hover { background:url("images/nav.jpg") -501px -37px no-repeat; }
#n7 a:hover { background:url("images/nav.jpg") -679px -37px no-repeat; }
#n8 a:hover { background:url("images/nav.jpg") -828px -37px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	z-index:9990;
	}

#nav li ul li { 
	height:31px; /* Height of each drop down nav item */
	border-bottom:1px solid #4ebab4;
	text-indent:10px;
	z-index:9990;
	background-color:#4daca4;
	margin:0 0 0 0;
	}
	
		#nav li ul li:last-child {
		border-bottom:0;	
		}

#nav li ul li a {
	width:100%;
	height:31px;	/* Height of each drop down nav item, should match above */
	line-height:31px;	 /* Height of each drop down nav item again, should match above */
	text-shadow:1px 1px 0 #348983;
	}
	
#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#n2 ul a:hover, #n3 ul a:hover, #n5 ul a:hover, #n8 ul a:hover { 
	background-image:none;
	background-color:#348983;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:1px 1px 0 #4daca4;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#n2 ul, #n2 li { width:164px; }
#n3 ul, #n3 li { width:164px; }
#n5 ul, #n5 li { width:170px; }
#n8 ul, #n8 li { width:164px; }

#nav li ul ul {
	margin: -31px 0 0 164px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

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


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:435px;
	float:left;
	padding-top:51px;
	position:relative;
	z-index:0;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 35px 24px 10px;
		}

	h1#subhead {
		background:url("images/index-title.jpg") 0 0 no-repeat;
		width:385px;
		height:58px;
		text-indent:-9999px;
	}
	
	#column-left li {
	padding-left:15px;
	margin-left:20px;
	background:transparent url('images/bullet.png') 0 5px no-repeat;
	}
	
		#column-left li ul li { background:none; }
	
	ul.multi {
	width:30%;
	float:left;
	}
	
	div.full {
	width:100%;	
	}
	
	
	ul#bna {
	 padding:10px 0 30px;
	 background:url('images/bna-list-bg.jpg') right bottom no-repeat;
	}
	
	#column-left #bna li {
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	background:none;
	}
	
	#column-left #bna li:last-child { 
	margin-bottom:0;
	}
	
	#bna li a {
	display:block;
	width:154px;
	background:#007b76;
	color:#fff;
	text-decoration:none;
	padding:5px 7px;
	text-shadow:1px 1px 0px #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
	#bna a:hover { text-decoration:underline; }
		
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:500px;
	float:left;
	background:url("images/sidebar-bg.jpg") 0 0 repeat-y;
	margin-top:58px;
	}
	
	body#index #column-right {
	margin-top:35px;
	background:none;
	}
	
	#news-events,
	#news-social {
	width:100%;
	height:160px;
	background:url('images/news-events.jpg') 0 0 no-repeat;
	float:left;
	padding-top:30px;
	overflow:hidden;
	}

	#news-events {
		padding-bottom:25px;
	}
	
	#news-social {
	overflow:visible;
	height:180px;
	}
	
	#news-social a img {
	width:26px;
	height:26px;
	}
	
	#sidebar-gallery {
	display:block;
	width:206px;
	height:60px;
	background:url('images/photogallery-btn.jpg') 0 0 no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 25px;
	}
	
	#sidebar-gallery:hover {
	background:url('images/photogallery-btn.jpg') -204px 0 no-repeat;
	}
	
	div.home-form {
	width:296px;
	float:left;
	}
	
	.home-form form {
	margin-left:25px;	
	}
	
	.home-form input {
	margin-bottom:5px;	
	}
	
	input[type="hidden"] { display:none; }
	
	div.fb-like {
	width:165px;
	float:right;
	margin:10px;
	height:60px;
	}
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}
	
	#news-events h2 { margin-left:20px; }
	#news-events h4 { margin:0 25px 0 35px; }

	#column-right h2 {
	text-shadow:none;
	font-size:1.5em;
	}
	
	#social {
	margin:0 0 20px 30px;
	}
	
	.facebook {
	width:198px;
	height:27px;
	display:block;
	background:url(images/facebook.jpg) 0 0 no-repeat;
	}
	
	#sidebar-top {
	width:257px;
	height:16px;
	background:url('images/sidebar-top.jpg') 0 0 no-repeat;
	}
	
	body#inside #column-right ul#sidebar-nav {
	width:207px;
	margin-left:25px;
	height:269px;
	background:transparent url('images/sidebar-nav.jpg') 0 0 no-repeat;
	}
		
		#sidebar-nav li { margin-top:9px; float:left; width:207px; display:inline; position:relative; }
		#sidebar-nav li#snav1 { margin-top:0; }
		#sidebar-nav li,  #sidebar-nav li a { display:block; height:60px; }
		#sidebar-nav li a span { display:none; }
		
		#sidebar-nav #snav1 a:hover { background:url('images/sidebar-nav.jpg') -207px 0px no-repeat; }
		#sidebar-nav #snav2 a:hover { background:url('images/sidebar-nav.jpg') -207px -69px no-repeat; }
		#sidebar-nav #snav3 a:hover { background:url('images/sidebar-nav.jpg') -207px -138px no-repeat; }
		#sidebar-nav #snav4 a:hover { background:url('images/sidebar-nav.jpg') -207px -207px no-repeat; }
	
	#sidebar-logos {
	width:257px;
	height:390px;
	margin-bottom:10px;
	padding:0;
	margin-left:25px;
	}
	
	#sidebar-contact {
	width:257px;
	height:26px;
	background:url('images/sidebar-contact.jpg') top center no-repeat;
	}
	
		body#inside form p, 
		body#inside form input, 
		body#inside form textarea,
		body#inside form select {
		margin:0 38px 10px 42px;
		}
		
		body#inside .entry form p, 
		body#inside .entry form input, 
		body#inside .entry form textarea,
		body#inside .entry form select {
		margin:0 0 10px 10px;
		}
		
			input, textarea, select {
			background:#fff;
			border:1px solid #d3deb4;
			font:12px/16px "myriad pro","lucida sans", arial, verdana, san-serif;
			padding:3px 0 0 5px;
			width:172px;
			}
			
			.entry table.productcart tr.firstrow td {
			background:#fff;	
			}
			
			tr.product_row input {
			width:75px;	
			}
	
			input {
			height:21px;
			}
			textarea {
			height:100px;	
			}
	
		body#inside form input.submit,
		body#inside form input.sendbutton,
		body#inside form input.make_purchase {
		width:92px;
		height:29px;
		background:url('images/submit-sidebar.jpg') 0 0 no-repeat;
		border:none;
		margin-left:80px;
		cursor:pointer;
		}
		
		body#inside form input.make_purchase {
		margin-left:280px;	
		}
		
		div.entry label { width:100%; }
		
		.linklove { display:none; }
	
	#sidebar-btm {
	width:257px;
	height:16px;
	background:url('images/sidebar-btm.jpg') 0 0 no-repeat;
	}
	
	div.callout {
		width:223px;
		height:154px;
		background:url("images/callout-box.jpg") 0 0 no-repeat;
		margin:0 0 20px 0;
		float:left;
		display:inline;
		padding:38px 0 0 27px;
	}
	
	.callout h2 {
		height:16px;
		width:195px;
	}
	
	h2#laser {
		background:url("images/laser.jpg") 0 0 no-repeat;
	}
	h2#injectables {
		background:url("images/injectables.jpg") 0 0 no-repeat;
	}
	h2#vein {
		background:url("images/vein.jpg") 0 0 no-repeat;
	}
	h2#lipo {
		background:url("images/lipo.jpg") 0 0 no-repeat;
	}
	
	div.btm {
		background:url("images/callout-box-btm.jpg") 0 0 no-repeat;	
	}

	.callout p {
		padding:10px 0 0 28px;	
	}
	
		.callout a { 
			color:#8e9f6e;
			text-decoration:none;
		}
			.callout a:hover { text-decoration:underline; }
	
	
/* ------------- INSIDE PAGE FRAMEWORK ----------------------------- */

	
	body#inside #column-left {
	width:674px;
	padding:0;
	margin-top:58px;
	/*
	background:url('images/inside-left-bg.jpg') 0 0 repeat-y;
	*/
	}
	
		#left-top {
		width:674px;
		height:14px;
		float:left;
		background:url('images/inside-left-top.jpg') 0 0 no-repeat;
		}
		
		#left-btm {
		width:674px;
		height:15px;
		float:left;
		background:url('images/inside-left-btm.jpg') 0 0 no-repeat;
		}
	
	body#inside #column-left .entry {
	margin:0px 15px 0px 15px;	
	}
	
	body#inside #column-right {
	width:260px;	
	}
	
	
	#sideshoppingcart {
		margin-left:20px;	
	}
	
	
	
/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	margin:42px auto 0;
	text-align:center;
	background:#1c3839 url("images/footer.jpg") 0 0 repeat-x;
	padding-bottom:10px;
	}

h2#staff {
	height:58px;
	background:url("images/staff-title.jpg") 0 0 no-repeat;
	width:937px;
	margin:0 auto;
	text-indent:-9999px;
}

#staff-box {
	background:#acbe91 url("images/staff-btm.jpg") left bottom no-repeat;
	width:937px;
	padding-bottom:28px;
	margin:0 auto;
	text-align:center;
}

img.staff {
	margin:0;
	display:inline;
}

#footer p {
	color:#c2d0af;
	margin-bottom:10px;
	width:950px;
	margin:0 auto 10px;
	}

#footer a:link, #footer a:visited { color:#c2d0af; text-decoration:none; }
#footer a:hover, #footer a:active { color:#c2d0af; text-decoration:underline; }

#footer ul {margin:44px 0 10px 0;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #c2d0af;
		}
	#footer li.first { border: none; }



.ngg-galleryoverview {
margin-bottom:20px;	
}

/* SHOPPING STYLES */

.product_image {
float:left;
clear:left;
margin-right:10px;
}

.productdisplay {
margin-bottom:20px;	
}

#video-container {
padding-left:30px;	
position:relative;
}

#column-left div#post-758 #video-container p {
width: 110px;
height:150px;
float:left;
margin:0 15px 15px 0;
border: 2px solid #007B76;
padding:10px;
text-align:center;
position:relative;
}

#column-left div#post-758 #video-container p img {
position:absolute;
clip:rect(1px, 88px, 104px, 11px);
left:15px;
}

#column-left div#post-758 #video-container p a {
position:absolute;
bottom:10px;
left:15px;
}

div#column-right li.cat-item {
margin-left:25px;	
}

#column-left div.productdisplay div.imagecol img {
border:3px solid #118680;	
}

#column-left input.wpsc_buy_button {
background:#118680;
background-image:none;
color:#fff;
font-size:1em;
width:100px;
cursor:pointer;
margin:0 !important;
width:120px;
}

body#inside #column-left #post-93 form input.make_purchase {
margin-left:180px;
background:#118680;
background-image:none;
color:#fff;
padding:5px;
}

body#inside #column-left #post-93 form input,
body#inside #column-left #post-93 form select,
body#inside #column-left #post-93 form textarea {
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#column-left div.product_grid_display div.product_grid_item {
width:264px;	
height:165px !important;
padding:20px 10px 0 20px;
background:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}



#column-left div.product_grid_display div.product_grid_item img {
margin-right:5px;
}

#column-left div.grid_product_info div.product_text {
padding-top:0;	
}

#column-left div.producttext {
font-size:1em;	
}

div.producttext .single_additional_description {
color:#000;	
}

#column-right div#sliding_cart {
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#ccedeb;
padding:10px;
}

#column-right div#sideshoppingcart div {
padding:4px 6px 6px;	
}

#column-right #shoppingcartcontents #sliding_cart p {
display:none;
}

#column-right #shoppingcartcontents #sliding_cart .items {
border-bottom:1px solid #118680;	
}

#column-right table.shoppingcart {
margin-top:10px;	
}

.shoppingcart tr th#product {
width:125px !important;	
}

.shoppingcart tr th#quantity {
width:30px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#fff;
text-align:center;
}

.shoppingcart tr th#price {
text-align:right;	
}

.shoppingcart tr td + td {
background:#fff;
text-align:center;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

	.shoppingcart tr td:last-child {
	background:none;
	padding-left:5px;
	}

.wpsc_description {
color:#000;	
}

.entry div.product_grid_display div.item_no_image {
float:left;
margin-right:5px;
}

.entry div.wpsc_product_search {
background:#f5f7ec;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:4px solid #dadfc8;
margin-bottom:20px;
}

#column-right h2, #column-right h4 {
margin-left:20px;	
}

.entry div#blind_down {
width:350px;
background:#f5f7ec;
margin:10px -3px 0 0;
}

div#blind_down ul {
width:350px;	
}

#column-left div.wpsc_product_search ul li {
background:none;
margin-left:0;
padding-left:0;
}

.entry div#blind_down ul li div.live-search-text {
width:280px;	
}

.entry div#blind_down ul li a:hover {
	background:#fff;
}

.entry div#blind_down ul li a:hover div.live-search-text {
	color:#118680;	
}


.entry div.wpsc_page_numbers {
	padding-left:20px;	
}

	.entry div.wpsc_page_numbers a {
		padding:2px 6px;
		border:1px solid #118680;
		background:#fff;
		text-decoration:none;
	}
	
	.entry div.wpsc_page_numbers a:hover {
		background:#118680;
		color:#fff;
	}


div.wpsc_category_details {
	background:#f5f7ec;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:4px solid #dadfc8;
	margin-bottom:20px;
	padding:10px;
	min-height:140px;
}

.entry table.productcart {
	border:4px solid #dadfc8;
	background:#f5f7ec;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}



div.item_image {
float:left;	
width:120px;
}

div.grid_product_info {
overflow:hidden;	
}

.grid_product_info strong {
padding:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display:block;
}

#column-left .entry ul.wpsc_categories li {
float:left;
margin:0;
padding:0;
width:205px;
background-image:none;
}


#column-left .entry ul.wpsc_categories li ul,
#column-left .entry ul.wpsc_categories li ul li {
display:none;	
}

#column-left .entry ul.wpsc_categories {
background:#f5f7ec;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:4px solid #dadfc8;	
margin:15px 0 15px 0;
padding:0 10px;
float:left;
}

body#inside div.shop-column {
width:100% !important;	
}


div#TB_window {
z-index:9999 !important;
}

#column-left div.results {
background:#f5f7ec;
border:5px solid #dbe0c9;
margin:0 10px 15px 0;
padding:10px;
overflow:hidden;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

img[width="130"].alignleft {
border:1px solid #000;
}


.aviaslider{ 
height:428px;
overflow: hidden;
position: relative;
background: transparent url(js/avia-files/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
position: absolute;
top:400px;
right:50px;
z-index:1200;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(js/avia-files/controls.png) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(js/avia-files/controls.png) center top no-repeat;
}


/* Video iFrame Styling */

iframe[src*='youtube.com'].drbio {
	border:5px solid #007B76;
	margin:20px 0 10px 20px;
	box-shadow:0px 0px 5px #333;
}





