@charset "UTF-8";
/* CSS Document */

/**************************************************************************************/
/**************************************************************************************/
/*******************************   styles by SUNSHINE   *******************************/
/**************************************************************************************/
/*************************************   c2008   **************************************/
/**************************************************************************************/
/**************************************************************************************/

* {   /* 0's out the margin & padding on everything */
	margin: 0px;
	padding: 0px;
}

/* =========================================================
				MAIN BODY CONTAINER & STRUCTURE
============================================================ */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #containerMain selector */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#2b517a;
	font-size: 12px;
	line-height: 1.0;
	/*background-color: #404040;*/
	background-color: #e0e0e0;
}
#container { /***** THIS IS THE MAIN OUTER CONTAINER ON ALL PAGES ******/
	width: 790px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	/*margin-top: 36px;*/
	background-color: #ffffff;
	/*min-height: 490px;
	height: auto !important;
	height: 490px;*/
}
#content {
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	padding-right: 20px;
	padding-left: 235px;
	padding-bottom: 20px;
	clear:none;
	
	/*
	width:550px;
	position: relative;
	background-color:#00FF00;
	font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; color: 2b517a; padding-left: 20px; font-variant: normal; padding-right: 26px*/
}


/* =========================================================
				LINK STYLES
============================================================ */

a, a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover, a:active {
	text-decoration:underline;
}
a:active, a:focus {
	outline: 0;
}


/* =========================================================
				TEXT STYLES
============================================================ */

p {
	line-height: 1.4;
	margin-bottom: 20px;
}
p strong {
	margin-bottom: 0px;
}
strong {
	font-weight: bold;
	margin-bottom: 3px;
}
strong strong {
	color: #666666;
}
.highlight {
	color: #ff9900;
}
h2 {
	color:#ff9900;
	font-size: 16px;
	margin-bottom: 20px;
}
h2 em {
	color:#2b517a;
	font-style:normal;
	font-size: 14px;
}
h2.quote {
	color:#999999;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
	font-style: italic;
}
h3 {
	color:#2b517a;
	font-size: 12px;
	margin-bottom: 10px;
}
.prod p {
	color: #999999;
}
.prod h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 14px;
}
h4 {
	color: #ff9900;
	font-size: 12px;
	margin-bottom: 10px;
}
blockquote {
	color:#999999;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
	font-style: italic;
	padding-top: 16px;
	padding-left: 22px;
	background-repeat: no-repeat;
}
blockquote.doctor {		background-image:url(../images/mpa-doctor.jpg); }
blockquote.patient {	background-image:url(../images/mpa-patient.jpg); }

cite {
	display: block;
	color: #2b517a;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	padding-left: 22px;
	margin-bottom: 30px;
}
ul cite {
	color: #999999;
	padding-left: 0px;
	margin-bottom: 30px;
}
dt {
	font-weight: bold;
}
dd {
	color: #999999;
	margin-bottom: 20px;
}
.prodexscalp {
	color: #09be90;
	font-weight: bold;
}
.provitaminhair {
	color: #4682d4;
	font-weight:bold;
}
.proshampoo {
	color: #9a85cc;
	font-weight: bold;
}

/* =========================================================
				FLOAT STYLES
============================================================ */

.clearfloat {
	clear:both;
}
.fltlt { /* float an element left */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt { /* float an element right */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* =========================================================
				OTHER UNIVERSAL STYLES
============================================================ */

img {
	border:none;
}
#sideimg {
	padding-top:25px;
}
ul.inpage {
	margin-left: 11px;
	margin-top: 3px;
	margin-bottom: 25px;
	list-style-type: disc;
}
ul.inpage li {
	margin-bottom: 5px;
}
ul.indent {
	margin-left: 30px;
}
ul.inpage ul.indent {
	margin-left: 15px;
	margin-top: -5px;
	*margin-top: 7px;  /* ie7 & below */
}
ul.nobul {
	list-style-type: none;
}
ul.num {
	list-style-type: decimal;
}
ul.num li {
	margin-bottom: 10px;
}
ul.float {
	display: block;
	float:left;
	width: 100%;
}
ul.float li {
	width: 120px;
	float:left;
	margin-right: 25px;
	margin-bottom: 5px;
	list-style-position: inside;
}
.prod {
	border-bottom: solid 1px #ccc;
	overflow: auto;
	width: 100%;
}
.prod img {
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
}
img.bdrbtm {
	margin-top: 15px;
	padding-bottom: 25px;
	border-bottom: solid 1px #ccc;
}


/* =========================================================
				HEADER
============================================================ */

#header {
	height: 65px;
	position:relative;
	background-image:url(../images/medpro_header.jpg);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 19px;
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
}
#logo {
	display:block;
	width: 173px;
	height: 56px;
	position:relative;
	top: 4px;
	left: 19px;
	text-indent: -9999px;
}


/* =========================================================
				NAVIGATION
============================================================ */

ul#nav {
	float:left;
	list-style-type:none;
	font-size: 11px;
	margin-left: 20px;
	text-align: left;
	
	*position:absolute;  /* ie7 & below */
}
ul#nav li {
	margin-bottom: 5px;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	width: 210px;
}
ul#nav li a {
	color:#666666;
}
ul#nav ul#sub {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type:none;
}
ul#nav ul#sub li {
	margin-left: 10px;
	color:#999999;
	margin-bottom: 3px;
	text-transform:none;
	font-weight:normal;
}
ul#nav ul#sub li a {
	color:#999999;
}
ul#nav ul#sub li.cat {
	margin-left: 4px;
	margin-bottom: 5px;
	color:#ff9900;
	font-weight:bold;
}
ul#nav ul#sub li.cat a {
	color:#ff9900;
}
ul#nav li a:hover, ul#nav ul#sub li a:hover {
	color: #085179;
	text-decoration:none;
}

body#HOME ul#nav li.index a { display:none; }

body#CONTACT ul#nav .contact a { color: #085179; }
body#WORKSHOP ul#nav .workshop a { color: #085179; }
body#DOWNLOADS ul#nav .downloads a { color: #085179; }

body#PHOTOPRO ul#nav .photopro a { color: #085179; }
body#FULLBODY ul#nav .fullbody a { color: #085179; }
body#FACIALSTUDIO ul#nav .facial a { color: #085179; }
/*body#DETAILS ul#nav .systemdetails a { color: #085179; }*/
body#STUDIES ul#nav .studies a { color: #085179; }

body#QPLUS ul#nav .qplus a { color: #085179; }

body#BIOLASER ul#nav .biolaser a { color: #085179; }
body#SUNSTUDIES ul#nav .sunstudies a { color: #085179; }
body#SUNBEFORE ul#nav .sunbefore a { color: #085179; }
body#SUNTESTIMONIALS ul#nav .suntestimonials a { color: #085179; }
/*body#LASERBRUSH ul#nav .laserbrush a { color: #085179; }*/

body#INFUSIDERM ul#nav .infusiderm a { color: #085179; }
body#HAIRSCALP ul#nav .hairscalp a { color: #085179; }


/* =========================================================
				FOOTER
============================================================ */

#footer {
	color: #666666;
	text-align: center;
	background-color:#e0e0e0;
	padding-top:15px;
	padding-bottom: 15px;
}



/* =========================================================
				CONTACT FORM
============================================================ */

/*#contactForm input {
	height: 19px;
	width: 202px;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	background-color: #f0f0f0;
}*/
#contactForm td {
	padding-bottom: 7px;
}
.selectbox {
	width: 207px;
	padding-left: 3px;
	color: #333333;
	border: 1px solid #cccccc;
}

/**************************************************************************************/
/**************************************************************************************/
/*******************************   END SUNSHINE STYLES   ******************************/
/**************************************************************************************/
/**************************************************************************************/

form {
	margin: 0;
	padding: 0;
}

.inputtext {
	width: 170px;
	height: 37px;
	vertical-align: middle;
}

.inputtext-top {
	width: 170px;
	height: 37px;
	padding: 3px 0 0 0;
	vertical-align: top;
}

.inputcheck {
	width: 40px;
	height: 37px;
	text-align: left;
	vertical-align: top;
}

.inputtextcomments {
	width: 170px;
	height: 37px;
	vertical-align: top;
	padding-top: 5px;
}

.lite {
	color: #999999;
}
	
.formreqs {
	height: 36px;
	vertical-align: top;
}

.inputfield {
	height: 17px;
	width: 227px;
	vertical-align: middle;
}

.inputproducttext {
	height: 65px;
	width: 327px;
	vertical-align: top;
}

.inputfieldui {
	height: 19px;
	width: 202px;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	background-color: #f0f0f0;
}

.inputfieldui:focus {
	border: 1px solid #999999; 
	color: #000000; 
	background-color: #ebebeb;
}

.inputitem {
	width: 227px;
	height: 37px;
}

.inputitem-top {
	width: 227px;
	height: 37px;
	padding: 3px 0 6px 0;
}

.inputcommentsui {
	height: 79px;
	width: 202px;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #cccccc; 
	vertical-align: top;
	background-color: #f0f0f0;
	font: 11px/15px verdana, arial, geneva, sans-serif;
}

.inputcommentsui:focus {
	border: 1px solid #999999; 
	color: #000000; 
	background-color: #ebebeb;
}
.textareafieldui{
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	color:#333333;
	font-size:11px;
	height:30px;
	padding-left:3px;
	padding-top:4px;
	vertical-align:middle;
	width:202px;
}
.error{
	border:solid 1px red;
}
.nav_links {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #2b517a; padding-left: 20px; font-variant: small-caps; text-decoration: none}

.body { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; color: #2b517a; padding-left: 20px; font-variant: normal; padding-right: 26px}

.body_bold { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #2b517a; font-variant: normal }

.body_highlight { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #F6921D; font-variant: normal; text-decoration: none}

.copyright { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; color: #666666; padding-left: 20px; font-variant: normal; padding-right: 26px ; text-align: center}

.body_bold_iitalic { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #2b517a; font-variant: normal ; font-style: italic}

.bodyItalic { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; color: #2b517a; font-variant: normal; font-style: italic}

.body_no_border { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; color: #2b517a; font-variant: normal; padding-right: 26px }