body {
	font-family: "Arial";
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#areaContent img {
	margin-right: 15px;
	margin-top: 3px;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p, h1, h2 {
	margin: 0;
	padding: 5px 0;
}

h1 {
	color: #369;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
}


h1 span {
	text-transform: none;
	font-weight: normal;
}

h2 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #369;
	font-size: 14px;
	padding: 8px 0 0 0;
	margin: 0;
}

h3 a:hover {
	color: #06C;
	text-decoration: none;
}


ul {
	margin: 0 0 0 15px;
	padding: 5px 0;
	line-height: 20px;
}

ul.inside {
 list-style-position: inside;
}

ul li {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}

ul.arrowlink {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.arrowlink li {
	background-image: URL("../_images/arrowlink.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	line-height: 20px;
}

hr {
	border: none;
	border-top: 1px solid #B6B6B6;
	background-color: #FFF;
	color: #FFF;
}

#areaContainer {
	background-image: URL("../_images/body-bottom.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

#areaHeader {
	background-image: URL("../_images/body-top.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 140px;
	font-family: "Arial";
}

#areaHeader div.container {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#areaHeader div.topnav {
	background-image: URL("../_images/topnav-bottom.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 25px 0 0;
	height: 30px;
}
#areaHeader div.connterLeft {
	position: absolute;
	width: 9px;
	height: 5px;
	background-image: URL("../_images/topnav-left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 25px 0 0 0;
	padding: 0;
}
#areaHeader div.connterRight {
	position: absolute;
	width: 9px;
	height: 5px;
	background-image: URL("../_images/topnav-right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	margin: 25px 0 0 991px;
	padding: 0;
}
#areaHeader div.topnav a {
	text-align: center;
	display: block;
	float: right;
	width: 92px;
	height: 20px;
	background-image: URL("../_images/topnav-link.jpg");
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 10px 0 0 0;
}
#areaHeader div.topnav a:hover, #areaHeader div.topnav a.actived {
	background-position: bottom;
	color: #036;
}
#areaHeader div.lenguage {
	background-color: #FFF;
	background-image: URL("../_images/language-background.jpg");
	background-position: top;
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 35px 0 15px 35px;
}
#areaHeader div.phoneline {
	font-size: 18px;
	color: #003366;
	float: right;
	padding: 35px 25px 0 0;
}
#areaHeader div.lenguage a {
	color: #000;
	padding-right: 10px;
}
#areaHeader div.lenguage a:hover span, #areaHeader div.lenguage a.actived span {
	text-decoration: underline;
}
#areaHeader .mainnav {
	height: 31px;
	background-color: #036;
	margin: 0;
	padding: 0 0 0 5px;
}
#areaHeader .mainnav ul {
	margin: 0;
	padding: 0;
}
#areaHeader .mainnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
#areaHeader .mainnav ul li a {
	margin: 4px 10px 3px;
	display: block;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}
#areaHeader .mainnav ul li a div {
	padding: 4px 20px 5px;
}
*/

#areaHeader .mainnav ul li a {
	margin: 4px 5px 3px;
	display: block;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}
#areaHeader .mainnav ul li a div {
	padding: 4px 14px 5px;
}

#areaHeader .mainnav ul li a:hover, #areaHeader .mainnav ul li a.actived {
	background-image: URL("../_images/mainnav-background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
}
#areaHeader .mainnav ul li a:hover span, #areaHeader .mainnav ul li a.actived span {
	display: block;
	background-image: URL("../_images/mainnav-right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
#areaHeader .mainnav ul li a:hover div, #areaHeader .mainnav ul li a.actived div {
	background-image: URL("../_images/mainnav-left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#areaFooter {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background-image: URL("../_images/footer-background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: left;
}
#areaFooter .copy { padding: 10px 20px; }
#areaFooter .copy span { float: right; }
#areaFooter .nav {
	padding: 10px 0;
	text-align: center;
	color: #FFF;
}
#areaFooter .nav a {
	color: #FFF;
	text-decoration: none;
	padding: 0 2px;
}
#areaFooter .nav a:hover, #areaFooter .nav a.actived {
	text-decoration: underline;
}

#areaBody {
	width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
	background-color: #FFF;
	background-image: URL("../_images/body-background.jpg");
	background-position: top;
	background-repeat: repeat-y;
}

#areaBanner {
	padding: 1px 1px 20px 0;
	height: 169px;
	clear: both;
}

.home #areaBanner {
	height: 241px;
}

#areaBanner .logo {
	float: left;
	width: 272px;
	text-align: center;
	border: 1px solid #DCDCDC;
	border-left: none;
	padding-top: 20px;
	height: 147px;
}

.home #areaBanner .logo {
	padding-top: 50px;
	height: 189px;
}

#areaBanner .banner {
	float: right;
}

#areaKicker {
	float: right;
	width: 233px;
	padding-right: 9px;
}
#areaKicker hr {
	width: 95%;
	clear: both;
}
#areaKicker .title {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0;
}
#areaKicker .sub {
	color: #FFF;
	font-size: 12px;
	padding-bottom: 0;
}
#areaKicker .kicker1 {
	background-color: #CBCBCB;
	margin-bottom: 10px;
}
#areaKicker .kicker1 .top {
	padding: 8px 0 0 0;
	background-image: URL("../_images/kicker-1-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}
#areaKicker .kicker1 .bottom {
	clear: both;
	padding: 10px 0 0 0;
	background-image: URL("../_images/kicker-1-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
#areaKicker .kicker1 a {
	color: #099;
	font-weight: bold;
}

#areaKicker .kicker2 {
	background-color: #67AFD1;
	margin-bottom: 10px;
	color: #333;
}
#areaKicker .kicker2 p {
	padding: 5px 10px;
}
#areaKicker .kicker2 .top {
	padding: 7px 0 0 0;
	background-image: URL("../_images/kicker-2-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}
#areaKicker .kicker2 .bottom {
	clear: both;
	padding: 10px 0 0 0;
	background-image: URL("../_images/kicker-2-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
#areaKicker .kicker2 ul {
	margin: 0 0 5px 10px;
	padding: 0;
	line-height: 15px;
}
#areaKicker .kicker2 li {
	margin: 0;
	padding: 0 0 2px 15px;
	list-style-type: none;
	background-image: URL("../_images/kicker-2-arrow.gif");
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#areaKicker .kicker2 li a {
	color: #000;
}

#areaKicker .kicker2 li a:hover {
	text-decoration: underline;
}


#areaKicker .kicker3, 
	#areaKicker .kicker4 {
	height: 87px;
	margin-bottom: 10px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #333;
}
#areaKicker .kicker3 { background-image: URL("../_images/kicker-3.jpg");}
#areaKicker .kicker4 { background-image: URL("../_images/kicker-4.jpg");}

#areaKicker .kicker3 p, 
	#areaKicker .kicker4 p { padding: 10px 10px 0;}

#areaKicker .kicker3 a, 
	#areaKicker .kicker4 a { color: #9FF; font-weight: bold;}

#areaKicker .kicker3 a:hover, 
	#areaKicker .kicker4 a:hover {	text-decoration: underline;}

#areaKicker .kicker5 {
	background-image: URL("../_images/kicker-5-background.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #5584aa;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
#areaKicker .kicker5 p.title {
	color: #000;
}
#areaKicker .kicker5 p {
	padding: 5px 10px;
}
#areaKicker .kicker5 .top {
	padding: 7px 0 0 0;
	background-image: URL("../_images/kicker-5-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}
#areaKicker .kicker5 .bottom {
	clear: both;
	padding: 10px 0 0 0;
	background-image: URL("../_images/kicker-5-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
#areaKicker .kicker5 ul {
	margin: 0 0 5px 10px;
	padding: 0;
}
#areaKicker .kicker5 li {
	margin: 0;
	padding: 0 0 2px 0px;
	list-style-type: none;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 15px;
}

#areaKicker .kicker5 li a {
	color: #FFF;
}

#areaKicker .kicker5 li a:hover {
	text-decoration: underline;
}

#areaKickerhome {
	float: right;
	width: 221px;
	padding-left: 20px;
}

#areaKickerhome .body {
	background-image: URL("../_images/kickerhome-background.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 10px 5px 15px;
	margin-bottom: 10px;
}

#areaKickerhome .body b {
	color: #036;
}
#areaKickerhome .body b a {color: #036;}
#areaKickerhome .body b a:hover {color: #099; text-decoration: none;}

#areaKickerhome p.title1, 
	#areaKickerhome p.title2, 
		#areaKickerhome p.title3 {
	background-image: URL("../_images/kickerhome-title1.gif");
	background-repeat: no-repeat;
	height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}

#areaKickerhome p.title2 { background-image: URL("../_images/kickerhome-title2.gif");}
#areaKickerhome p.title3 { background-image: URL("../_images/kickerhome-title3.gif");}


#kickerFotofacial {
	float: left;
	margin: 0 0 0 0;
	padding-left: 45px;
	width: 230px;
	font-size: 12px;
}

#kickerFotofacial p {
	line-height: 16px;
	padding: 4px 0;
}

#kickerFotofacial b a {color: #099;}
#kickerFotofacial b a:hover {color: #369; text-decoration: none;}


#kickerFotofacial hr {
	border: none;
	border-top: 1px solid #B6B6B6;
	background-color: #FFF;
	color: #FFF;
}

#kickerFotofacial ul {
	margin: 0 0 5px 18px;
	padding: 0;
	line-height: 15px;
}
#kickerFotofacial li {
	margin: 0;
	padding: 0 0 2px 0;
}

#kickerFotofacial li a {
	color: #000;
}

#kickerFotofacial li a:hover {
	text-decoration: underline;
}


#areaContent {
	width: 680px;
	margin: 0 0 10px 45px;
	line-height: 18px;
	font-size: 12px;
}

.fotofacial #areaContent, 
	.veinablation #areaContent,
		.lipo #areaContent,
			.hand #areaContent,
				.titan #areaContent {
	float: left;
	width: 440px;
	margin: 0 0 10px 25px;
}

#areaBlock {
	background-color: #FFF;
}

#areaBlock .title {
	background-color: #69C;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

#areaBlock .title span {
	display: block;
	background-image: URL("../_images/blocktitle-right.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#areaBlock .title div {
	background-image: URL("../_images/blocktitle-left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 5px;
	height: 23px;
}

#areaBlock .title a.title_link {
	background-image: URL("../_images/title-link-arrow.gif");
	background-position: center left;
	background-repeat: no-repeat;
	float: right;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 0 13px 0 10px;
	text-transform: capitalize;
}

#areaBlock .title a.title_link:hover {
	text-decoration: underline;
}


.subscribe { float: left; width: 226px;}
.subscribe #areaBlock {
	background-image: URL("../_images/bg-block-subscribe.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #69C;
	height: 155px;
}
.subscribe #areaBlock form {padding: 5px 13px; margin: 0;}
.subscribe #areaBlock input {width: 150px; padding: 0; margin: 0; border: 1px solid #FFF; border-right: none; color: #666; height: 16px;}
.subscribe #areaBlock input.button {font-family: arial; font-size: 11px; font-weight: bold; width: 40px; background-color: #9FF; color: #069; height: 18px; padding: 0; margin: 0; border: 1px solid #9FF;}

.equipment { float: right; width: 413px; }
.equipment img, .location img { margin: 3px 20px 0 0;}

.location {width: 677px; display: block;}
.location b {color: #369;}

a.arrowmore {
	background-image: URL("../_images/more-link-arrow.gif");
	background-position: center left;
	background-repeat: no-repeat;
	color: #099;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
}

a.arrowmore:hover {
	text-decoration: underline;
}

a.arrowtop {
	background-image: URL("../_images/icon_arrowblue.gif");
	background-position: center left;
	background-repeat: no-repeat;
	color: #099;
	font-size: 11px;
	font-weight: bold;
	padding-left: 16px;
}
a.arrowtop:hover {text-decoration: underline;}

a.arrowback {	
	background-image: URL("../_images/icon_arrowback.gif");
	background-position: center left;
	background-repeat: no-repeat;
	color: #369;
	font-size: 12px;
	padding-left: 12px;
}
a.arrowback:hover {text-decoration: underline;}


.tableTestimonial td { vertical-align: top}
.tableTestimonial td.left { width: 45%; padding-right: 20px;}
.tableTestimonial td.left img{ margin: 8px 10px 0 0;}

.hilight { color: #69C; font-size: 15px; line-height: 20px;}
.name b {color: #099;}
p.name {padding: 0 0 10px 0;}
.orangetxt {color: #F00;}

.contactForm {width: 500px; border: none;}
.contactForm td {padding: 4px 0; margin: 0;}
.contactForm input.inputSmall {width: 144px;}
.contactForm input.inputLarge {width: 450px;}
.contactForm input {width: 200px; color: #666;}
.contactForm input.inputErr {border: 2px solid #A8332F;}
.contactForm input.checkbox {width: 20px; color: #666;}
.contactForm textarea {width: 450px; height: 75px; color: #666; font-family: Arial, Verdana; font-size: 11px;}
.contactForm input.btsubmit {width: 66px; background-color:#036; color: #FFF; font-weight: bold; font-size: 12px; border: none; padding: 2px 0; margin: 0 10px 0 0;}
.contactForm td span.secureCode {	font-size: 14px; 	font-weight: bold;	color: #036;	margin: 0 0 0 4px;	padding: 0;}
.redstar {color: #F00;}

#Subscribe_Form input.inputErr {border: 1px solid #A8332F;}

.vForm {
	padding: 5px 10px; 
	font-family: verdana
	font-size: 11px; 
	width: 350px; 
}
.vForm label {color: #333;}
.vForm input.txtInput {
	border: #999 1px solid; 
	padding: 5px 3px;
	margin: 5px 0;
	width:340px;
}
.vForm input.btsubmit {width: 85px; background-color:#036; color: #FFF; font-weight: bold; font-size: 12px; border: none; padding: 4px 0; margin: 0 10px 0 0;}

/*
border-right: #999 1px solid; padding-right: 3px; border-top: #999 1px solid; margin-top: 5px; padding-left: 3px; padding-bottom: 3px; border-left: #999 1px solid; padding-top: 3px; border-bottom: #999 1px solid" 
*/
.spacecontent {padding: 0 10px;}


/* Created on 29 April 2009 */
.modal-overlay {
		position:fixed;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#fff;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
	}
* html .modal-overlay {   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window {
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
	}
	* html .modal-window { position:absolute;}
	.close-window {
		position:absolute;
		width:25px;
		height:25px;
		right:15px;
		top:15px;
		background:transparent url('/_images/close-button.gif') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	.close-window:hover {
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}

	.areaVideo {
		background-color: #CCC;
		display: block;
		float: left;
		margin-right: 20px;
		margin-top: 5px;
		text-align: center;
		width: 140px;
		position: relative;
	}

#areaContent .areaVideo img {
		margin: 0 10px;
}

	.areaVideo .top {
	padding: 8px 0 0 0;
	background-image: URL("../_images/areavideo-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}
	.areaVideo .bottom {
	clear: both;
	padding: 10px 0 0 0;
	background-image: URL("../_images/areavideo-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}


.blog h1 {
	font-size: 14px;
}

.blog h2 {
	font-size: 14px;
	font-weight: bold;
}

.blog h3 {
	font-size: 17px;
}
