body {
	background-color: #ebe4cc;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;	
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

h2 {
	font-size:16px;
	color:#663333;
}

h3 {
	font-size:18px;
	color:#663333;
	font-style:italic;
}

img { border:0px; }

.wrapper {
	margin:0 auto;
	width:940px;
	padding:0;
}

.header {
	width:940px;
	float:left;
	height:196px;
}
.header img {
	padding: 24px 0px 10px 1px;
	float: left;
}
.header .phoney .phone {
	font-size: 24px;
	color: #FFF;
	float: right;
	margin:2px 0 0 0;
}
.header .phoney {
	float:right;
	margin-right:-450px;
	margin-top:39px;
	padding-right:2px;
	padding-top:1px;
	width:320px;
}
.header .phoney p {
	float:right;
	color:#fff;
	font-size:14px;
}

.pricing-table {  margin-bottom: 20px; padding: 3px; width: 570px; font-size: 10px; }

.pricing-table tr { background: #e1d2c0; }
	.pricing-table tr td { border-bottom: 1px dotted #660033; padding: 1px 0 1px 5px; }
.pricing-table .head { background: #d7c2b5; font-size: 11px; font-weight: bold; }

.care-credit { background: #fff; width: 269px; padding: 10px 0; margin: 10px auto; text-align: center; border-left: 1px solid #603; border-top: 1px solid #603; border-right: 4px solid #603; border-bottom: 4px solid #603; }
.care-credit img { padding-left: 0 !important; border: none !important; }

.price-holder { margin-bottom: 15px; float: left; width: 275px; margin-right: 20px; }
.price-header { margin-top: 0; border-bottom: 1px dotted #660033; }
.price-section { clear: both; margin-bottom: 15px; }
	.price-section h2 { margin: 0 0 5px 0; font-size: 14px !important; border-bottom: 1px solid #660033; }
		.price-section h2 span { font-size: 11px; }
	.price-section .price-line { border-bottom: 1px dashed #660033; clear: both; height: 20px; line-height:20px; font-size:12px; }
	.price-section .total-line { border:none; clear:both; font-size: 12px; line-height:20px; height:20px; }
	.price-section .name { float: left; }
	.price-section .price { font-size: 10px; font-weight: bold; text-align: right; float: right; }
	
.topnav {
	float:right;
	margin:12px 0px 0 0;
	width:596px;
	
}
.topnav li {
	display:inline;
}
.topnav li a {
	display:block;
	float:left;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0 10px;
	line-height:14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;	
}
.topnav li a:hover {
	color:#FC0;
}
.nav {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.nav ul {
	float:left;
	width:940px;
	background-image: url(../images/menubackground.gif);
	height: 41px;
	background-repeat: no-repeat;
	margin:26px 0 0 10px;
	padding:0;
	position:relative;
	z-index:100;

}
.nav li {
	display:inline;


}
.nav ul li a {
	float:left;
	display:block;
	color:#fff;
	padding:0 16px;
	text-decoration:none;
	line-height:37px;
	font-size:14px;
	text-transform: uppercase;	

}
.nav ul li a:hover {
	text-decoration: underline;

}
.nav ul li.longLi{
	text-transform:none;
}
/* style the second level background */
.nav ul ul a.drop, .menu ul ul a.drop:visited {
	backgrond-color:# F00;
}
/* style the second level hover */
.nav ul ul a.drop:hover{
	color:#039;
	border: 1px solid #5c3367;
}
.nav ul ul :hover > a.drop {
background:#c9ba65;

}
/* style the third level background */
.nav ul ul ul a, .menu ul ul ul a:visited {
backgrond-color:#F00
}
/* style the third level hover */
.nav ul ul ul a:hover {
	color:#33C;

}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:133px; 
	width:135px;
	z-index: 10;
	overflow:visible;
}
.nav ul li ul.first {
	visibility:hidden;
	position:absolute;
	height:0;
	top:9px;
	left:75px;
	width:130px;
	z-index: 100;
	overflow:visible;
	background-color:#036;
	color:#FFF;
	background:none;
}
.nav ul li ul.first a {
	display:block;
	width:200px;
	background-color:#29132D;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:5px 0 0 12px;
	color:#fff;
}
.nav ul li ul.second {
	visibility:hidden;
	position:absolute;
	height:0;
	top:9px;
	left:409px;
	width:130px;
	z-index: 100;
	overflow:visible;
	background-color:#036;
	color:#FFF;
}
.nav ul li ul.second a {
	display:block;
	width:200px;
	background-color:#29132D;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:5px 0 0 12px;
	color:#fff;
}
.nav ul li ul.third {
	visibility:hidden;
	position:absolute;
	height:0;
	top:9px;
	left:518px;
	width:130px;
	z-index: 100;
	overflow:visible;
	background-color:#036;
	color:#FFF;
}
.nav ul li ul.third a {
	display:block;
	width:200px;
	background-color:#29132D;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:5px 0 0 12px;
	color:#fff;
}
.nav ul li ul.forth {
	visibility:hidden;
	position:absolute;
	height:0;
	top:9px;
	left:603px;
	width:130px;
	z-index: 100;
	overflow:visible;
	background-color:#036;
	color:#FFF;
}
.nav ul li ul.forth a {
	display:block;
	width:200px;
	background-color:#29132D;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:5px 0 0 12px;
	color:#fff;
}
.nav ul li ul.fifth {
	visibility:hidden;
	position:absolute;
	height:0;
	top:9px;
	left:760px;
	width:130px;
	z-index: 100;
	overflow:visible;
	background-color:#036;
	color:#FFF;
}
.nav ul li ul.fifth a {
	display:block;
	width:200px;
	background-color:#29132D;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:5px 0 0 12px;
	color:#fff;
}
.nav ul li ul.first a:hover {
	color:fff;
	text-decoration: underline;
	border-style:none;

}
.nav ul li ul.second a:hover {
	color:fff;
	text-decoration: underline;
	border-style:none;

}
.nav ul li ul.third a:hover {
	color:fff;
	text-decoration: underline;
	border-style:none;

}
.nav ul li ul.forth a:hover {
	color:fff;
	text-decoration: underline;
	border-style:none;

}
.nav ul li ul.fifth a:hover {
	color:fff;
	text-decoration: underline;
	border-style:none;
	

}
/* position the third level flyout menu */
.nav ul li ul li ul{
	left:130px; 
	top:0;
	width:200px;
	color:#000;
}
	
.nav ul ul li a {
	width: 200px;
	height: 30px;
	float:left;
	background-color:#F00;
}
/* position the third level flyout menu for a left flyout */
.nav ul ul ul.left {
left:-155px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0;}
/* style the second level links */

.nav ul ul ul a, .nav ul ul ul a:visited {
	height:auto;
	line-height:37px;
	padding:7px 4px;
	width:200px;
	color:#0F6CAF;
}
* html .nav ul ul a{
width:135px;
}
/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,.nav ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ 
visibility:visible;
}



.nav ul ul a, .nav ul ul a:visited {
	height:auto;
	line-height:37px;
	padding:7px 4px;
	width:200px;
	color:#0F6CAF;
}


.maincontent {
	float: left;
	width: 940px;
}
.maincontent .leftcol {
	float: left;
	width: 570px;
}
.maincontent .rightcol {
	float: left;
	width: 345px;
	margin-top:40px;
}
.maincontent .leftcol img {
	padding-top: 40px;
}
.maincontent .rightcol .form {
	background-image: url(../images/rightcol.png);
	background-repeat: no-repeat;
	height: 650px;
	width: 350px;
}
.leftcol .quote {
	background-image: url(../images/quote.jpg);
	float: left;
	height: 32px;
	width: 452px;
	padding:16px 0px 0 31px;
	font-size:13px;
	margin-top:0;
}
.leftcol p {
	color:#663333;
	font-size:14px;
}
.leftcol h1 {
	font-size: 22px;
}
.form .fields {
	padding-top: 300px;
	padding-right: 5px;
	padding-left: 27px;
}

.leftcol .clear {
	clear: left;
}
label {
	font-size:13px;
}
.footer {
	background-image: url(../images/footer.gif);
	clear: both;
	height: 198px;
	width: 100%;
	background-repeat: repeat-x;
}
.footer .bottom {
	width: 940px;
	margin: 0 auto;
	padding: 10px 10px 10px 0;
}
.bottom .services {
	float: left;
	width: 270px;
}
.bottom .services .half {
	float: left;
	width: 130px;
}
.bottom .services p {
	font-size: 16px;
	color:#c8bda3;
}
.bottom .about {
	float: left;
	width: 540px;
	padding-left: 60px;
}
.footer .disclaim {
	font-size: 12px;
	color:#033;
	width:940px;
	float:left;
	margin-top:30px;
	width:100%;
	text-align:center;
	padding-top:7px;
}

.bottom .about p {
	color:#c8bda3;
	font-size:14px;
}

.bottom .services .half a {
	color:#c8bda3;
	font-size:14px;
	text-decoration:none;
	padding:0;
}
.bottom .services .half a:hover {
	color:#fff;
}
.bottom .services .half li {
	list-style:none;
}

.bottom .services .half ul {
	margin-top:-10px;
}
.leftside {
	float: left;
	width: 270px;
	margin-top:40px;
}
.rightside .indentparagraphs p {

margin-left:20px;

}
.rightside {
	float: left;
	width: 580px;
	margin-top: 40px;
	margin-left: 30px;
color:#663333;
}
.rightside h1 {
	font-size:22px;
	color:#663333;
}
.rightside h2 {
	font-size:16px;
	color:#663333;
}
.rightside .indentparagraphs h2 {
text-decoration:underline;
}
.rightside p {
	color:#663333;
	font-size:13px;
}
.leftside p {
	font-size: 12px;
	color: #663333;
	}
.leftside p a {
	color: #663333;
}
.leftside img {
	padding-left: 38px;
}
.leftside .contact {
	width: 269px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #603;
	border-right-color: #603;
	border-bottom-color: #603;
	border-left-color: #603;
	background-color: #fff;
}
.leftcol .line {
	margin-top: 20px;
	margin-bottom: 30px;

}
.rightside .line {
	margin-top: 20px;
	margin-bottom: 30px;

}
.rightside .line img {
	border-style:none;
}
	form.standard *
	{
		font-size: 10px;
	}
	form.standard th, form.standard td
	{
		vertical-align: top;
	}
	form.standard th
	{
		text-align: right;
	}
	form.standard td
	{
		text-align: left;
	}
	form.standard td input, form.standard td textarea
	{
		width: 150px;
	}
	p.success
	{
		color: green;
		font-weight: bold;
	}
	p.failure
	{
		color: red;
		font-weight: bold;
	}

.rightside img {
	border: 5px solid #603;

}.rightside ul li {
	font-size: 13px;
	color: #603;
}
.rightside #contactForm {
	background-color: #EBE4CC;
	padding-left: 20px;
	padding-top: 20px;
}
#sociallinks {
	color: white;
	float: left;
	font-size: 10px;
	line-height: 30px;
	padding: 0 0 0 60px;
}
#sociallinks ul{
	margin: 0px;
	padding: 0px;
}
#sociallinks li{
	margin: 0px;
	padding: 0px 8px 0 0;
	list-style: none;
	float: left;
}

ul.skin-products { list-style-type:none; }
ul.skin-products a { color:#003166; text-decoration:none; font-size:16px; }
ul.skin-products a:hover { text-decoration:underline; }
