
body { 
	font-size: 80%; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 5px;
	background-color: #8d9f95;
	background-image: url(/images/skin-care-bkgd.gif);
}

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

a:hover      { 
	color: #8d3052; 
	text-decoration: none; 
}

h1 {
	color: #62283a;
	font-size: 200%;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	background-color: #b0939c;
	border: 1px dotted #62283a;
}

h2 {
	color: white;
	font-size: 175%;
	font-weight: bold;
	background-color: #62283a;
	padding: 3px;
	margin: 3px;
}

h2 a {
	color: white;
	text-decoration: none;
}

h2 a:hover {
	color: white;
	text-decoration: none;
}

h3 {
	color: #62283a;
	font-size: 150%;
	padding: 3px;
	margin: 3px;
}

h4 {
	color: #3d604e;
	font-size: 125%;
	padding: 3px;
	margin: 3px;
}

li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
}

.inactive {
	display: none;
}
.active {
	display: block;
}

.menu {

}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu ul ul {
	padding-left: 0px;
	color: #93d097;	
	margin: 0px;
	text-indent: 15px;
	font-size: 90%;
}

.menu ul ul ul {
	padding-left: 0px;
	color: #93d097;	
	margin: 0px;
	text-indent: 30px;
	font-size: 85%;
}

.menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu li a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	display: block;
	border-bottom: 1px dotted #62283a;
}

.menu li a:hover {
	color: white;
	background: #62283a;
}

.menu ul ul li a {
	color:#62283a;
}


.warning { color: #f00 }

.formMessage {
	font-weight: bold;
	color: green;
	font-size: 125%;
}

.formWarning {
	background-color:#f99;
}

.formLabelWarning {
	color:#f00;
}

.header-image {

}

.image-box {
	margin: 2px;
	padding: 5px;
	border: 1px dotted #62283a;
}
 
.ad-box {
	color: #62283a;
	margin: 2px;
	padding: 5px;
	border: 1px dotted #62283a;
	background-color: #ddcae2;
	height: 100%;
}
 
.ad-box2 {
	color: #62283a;
	margin: 2px;
	padding: 5px;
	border: 1px solid #62283a;
	background-color: #93d097;
	height: 100%;
}

#newsupdate {
 	background-color: #b0939c;
}
 
#main-table {
	background-color: white;
	padding: 10px;
	border: 15px solid #b0939c;
}

#header {
	border-bottom: 1px solid #62283a;
	margin-bottom: 20px;
}

#signin {
	padding: 3px;
	border-bottom: 1px dotted #62283a;
}

#navigation {
	background-color: white;
	width: 175px;
	padding 5px;
	border-right: 1px dotted #62283a;
	height: 100%;
}

#content-area {
	background-color: white;
	height: 100%;
}

#PageTitle {
	text-align: left;
	padding-left: 30px;
	font-size: 175%;
	font-weight: bold;
	background-image: url(/images/title-bullet.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#YouAreHere {
	color: #62283a;
	padding-top: 3px;
	font-size: 85%;
	font-weight: bold;
	border-top: 1px #3d604e solid;
	height: 15px;
}

#YouAreHere a {
	color: #62283a;
	text-decoration: none;
}

#YouAreHere a:hover {
	color: #62283a;
	text-decoration: none;
}

#PageBody {
	padding: 10px;
}

#ContactBox {
	font-size: 90%;
	padding: 10px;
}

#SearchForm {
	align: center;
	text-align: center;
	font-size: 110%;
}

#footer {
	padding: 3px;
	border-top: 1px dotted #62283a;
}

form #successBox {
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-bottom: 2px solid green;
	border-right: 2px solid green;
	background-color: #eeffee;
	text-align: center;
	margin: 15px;
	color: green;
	padding: 8px;
}

form .successMessage {
	color: green;
}

form #errorBox, form #errorBoxCC, form #errorBoxAuthNet {
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	background-color: #ffeeee;
	text-align: center;
	margin: 15px;
	color: red;
	padding: 8px;
}

form .errorMessage {
	color: red;
}

#MultiProductForm {
}
.MultiProductFormAttributes {
}