/* Main menu selection */
li.menu4 {background: url(../images/menu/4_skincare_on.gif) no-repeat;}


/* Sub Menu */
div#navcolumn {
	float: left;
	width: 114px;
}
div#subnav {float: left;}
div#subnav img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
div#subnav li {border-bottom: 1px solid #BFAD86;}
div#subnav li img {margin-bottom: -2px;}
/* Sub Menu Background Images */
li.submenu1 {background: url(../images/menu/s1_condition_off.gif) no-repeat;}
li.submenu2 {background: url(../images/menu/s2_faq_off.gif) no-repeat;}


/* Find products for: */
div#findprod {
	background-color: #eadbb2;
	border-top: 1px solid #BFAD86;
	border-bottom: 1px solid #BFAD86;
	float: left;
	margin-top: 50px;
	width: 114px;
}
div#findprod img.findtit {margin-bottom: 9px;}
img.checkboxes {margin: 0 3px 0 8px;}
div#findbutton {
	margin: 8px 0 3px 8px;
	background: url(../images/button/showProductsButton_off.gif) no-repeat;
}
div#findbutton img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	clear: both;
}


/* Inside */
div#insidecontent {
	width: 560px;
	float: left;
	border-bottom: 1px solid #BFAD86;
	border-left: 1px solid #BFAD86;
	padding: 0 20px 20px 20px;
}

ul.bulletedList{
	font-size: 11px;
	margin: 5px 0 15px 0px;
}
	
li.bulleted {
	margin-top: 5px;
	list-style-type: disc;
}
		
li.bulleted_circle {
	margin-top: 5px;
	list-style-type: circle;
}

div#insidecontent h2 {margin: 26px 0 4px;}
div#insidecontent li {
	margin-left: 20px;
	margin-bottom: 7px;
}
div#insidecontent h3 {
	height: 35px;
	background-color: #eadbb2; 
	border-bottom: 1px solid #BFAD86;
	border-top: 1px solid #BFAD86;
	clear: both;
}
div#insidecontent h3 img {margin: 11px 0 0 13px;}

/* footer */
div#footer {
	width: 601px;
	margin-left: 114px;
	display: inline;
}



/*OATS*/
#activeProducts {
	vertical-align:top;
	text-align:left;
	width:350px;
	background-color:#EADBB2;
	margin:20px 0 0 0;
}

#activeProducts a:link, #activeProducts a:visited, #activeProducts a:active {
	color:#875D2C;
	text-decoration:underline;
	font-size:12px;
	margin:0px 0 0 17px;
}

#activeProducts a:hover {
	color:#312217;
	text-decoration:none;
}

