﻿body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 75%;
	background-color: #fff;
	background-image: url('default/images/bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", "serif";
}

a {
	color: #06f;
}

address {
	font-style: normal;
	line-height: 1.6em;
}

p.disclaimer {
	font-size: 10px;
	line-height: 1em;
}

#container {
	margin: 0 auto;
	width: 968px;
	text-align: left;
	background-color: white;
}

#identity {
	float: left;
	width: 968px;
	border: 1px solid #9c6;
	border-top: none;
	background-color: white;
}

#identity h1 {
	float: left; /* need this to display the background */
	width: 225px;
	text-indent: -999em;
	background-image: url('default/images/dermlaze-logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#identity h1 a {
	float: left;
	width: 225px;
	height: 80px;
	display: block;
}

#website-description {
	float: right;
	margin: 16px 0 0 0;
	padding: 6px 10px 6px 0px;
	width: 410px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	line-height: 1.6em;
	background-color: #f36;
}

#content {
	margin-top: 1em;
}


#main-nav {
	font-size: 1.2em;
	clear: both;
	float: left;
	width: 225px;
	margin-top: 1em;
	background-color: white;
}

#main-nav a {
	text-decoration: none;
}

#main-nav ul ,
#main-nav ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav ul li ul li {
	padding-left: 16px;
}

#main-nav ul li a {
	padding: 6px 0 6px 20px;
	color: black;
	display: block;
	background-color: #deffbb;
	background-image: url('default/images/icon-nav.gif');
	background-position: 6px 8px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #fff;
}

#main-nav ul li a:hover {
	color: black;
	background: white;
	background-image: url('default/images/icon-nav-on.gif');
	background-position: 6px 8px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #b9fc00;
}

#main-nav ul li ul li.last{
	padding-bottom: 0;
	border-bottom: 0;
}


#main-nav ul li.selected,
#main-nav ul li ul li.selected {
	padding: 6px 0 6px 20px;
	font-weight: bold;
	color: white;
	background-color: #f36;
	background-image: url('default/images/icon-nav.gif');
	background-position: 6px 8px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #b9fc00;
}

#main-nav ul li#nav-home a,
#main-nav ul li#nav-about a,
#main-nav ul li#nav-testimonials a,
#main-nav ul li#nav-contact a,
#main-nav ul li.common-nav a {
	color: #000;
	background-color: #deffbb;
	background-image: url('default/images/icon-nav.gif');
	background-position: 6px 8px;
	background-repeat: no-repeat;
}

#main-nav ul li#nav-home a:hover,
#main-nav ul li#nav-about a:hover,
#main-nav ul li#nav-testimonials a:hover,
#main-nav ul li#nav-contact a:hover,
#main-nav ul li.common-nav a:hover {
	color: #000;
	background-color: #fff;
	background-image: url('default/images/icon-nav-on.gif');
	background-position: 6px 8px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #c00;
}

#content {
	float: right;
	width: 704px;
	background-color: white;
	border: 10px solid #fff;
}

#content h2,
#content-area h2 {
	padding-bottom: 0.25em;
	color: #f36;
	font-size: 2em;
	font-weight: normal;
	border-bottom: 2px solid #f36;
}

#content p {
	line-height: 1.6em;
}

#content img {
	border: 1px solid #396;
}

#content ul {
	margin-bottom: 2em;
}

#content ul li {
	line-height: 1.6em;
}

#content em {
	background: #ffe;
}

#banner img.alignright {
	float: right;
	margin-bottom: 1em;
	border: 2px solid #f36;
}

#banner {
	padding: 20px 0px 0 20px;
	border-bottom: 4px solid #f36;
	background-image: url('default/images/banner-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#banner h2 {
	color: #693;
	font-size: 2.4em;
	font-weight: normal;
}

#testimonials {
	float: left;
	width: 460px;
}

#testimonial-content,
#writeup-content {
	padding: 0 20px;
}

#testimonials h3 {
	padding: 16px 0 16px 20px;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	background-color: #f36;
}

.testimonial-panel {
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

.testimonial-panel h3 {
	margin-top: 1em;
}

#writeups,
#common-questions {
	float: right;
	width: 243px;
	border-left: 1px solid #ccc;
}

#writeups h3,
#common-questions h3 {
	padding: 16px;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	background-color: #ae4;
}

.writeup-panel h4 {
	margin: 16px 0 0 0;
}

.writeup-panel {
	border-bottom: 1px solid #9c6;
}

.writeup-panel img {
	float: right;
	margin: 20px 0 0 20px;
	border: 1px solid #9c6;
}

#content-area {
	float: left;
	width: 440px;
	padding-right: 20px;
}

#content-area h4 {
	margin-top: 1em;
	font-family: Arial, Helvetica, "sans serif";
}

img.alignleft,
#content-area img.alignleft {
	float: left;
	margin: 20px 20px 1em 0;
	border: 1px solid #9c6;
}

img.alignright,
#content-area img.alignright {
	float: right;
	margin: 20px 0 1em 20px;
	border: 1px solid #9c6;
}

#common-questions {
	float: right;
	width: 243px;
	background-image: url('default/images/banner-bg.gif');
	background-position: 0 50px;
	background-repeat: repeat-x;
}

#common-questions h4 {
	font-family: Arial, Helvetica, "sans-serif";
}

.question-panel {
	padding: 10px 10px 0 20px;
	border-bottom: 1px solid #9c6;
}

#contact-us fieldset {
	margin: 0;
	margin-top: 1em;
	border: 0;
	border-top: 1px solid #f36;
}

#contact-us fieldset legend {
	color: #f36;
	padding: 0 1em;
}

#contact-us fieldset .form-row {
	float: left;
	clear: both;
	margin: 0;
	margin-bottom: 0.4em;
}

#contact-us fieldset label {
	display: block;
	float: left;
	width: 16em;
	padding: 0.2em 0.6em;

	border-bottom: 1px solid #9c6;
}

#contact-us fieldset input.input-text {
	width: 18em;
}

#contact-us fieldset textarea,
#contact-us fieldset select,
#contact-us fieldset input.input-text {
	padding: 0.2em;

	background-color: white;	
	border: 1px solid #ccc;
}

#contact-us fieldset textarea:focus,
#contact-us fieldset select:focus,
#contact-us fieldset input.input-text:focus {
	background-color: #ffa;	
	border: 1px solid #9c6;
}

#contact-us fieldset#products label {
	float: none;
	display: inline;
	border: 0;
}


#contact-us fieldset#products label:hover {
	cursor: pointer;
}

#footer {
	clear: both;
	height: 20px;
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;

	color: #666;
	font-size: 0.8em;
	text-transform: uppercase;	

	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
}

span.required {
	color: red;
}

#footer a {
	text-decoration: none;
}

#footer hr {
	display: none;
}

#sitemap-copyright {
	float: left;
}

#simpleet {
	float: right;
	text-align: right;
}

#simpleet a {
	color: #ccc;
}
