/* 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;
}

li.subnav_noalpha {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

div#subnav li {border-bottom: 1px solid #BFAD86;}
div#subnav ul li ul li {border: none;}

div#subnav li img {margin-bottom: -2px;}
/* Sub Menu Background Images */
li.submenu1 {background: url(../images/menu/p1_facialcare_off.gif) no-repeat;}
li.submenu2 {background: url(../images/menu/p2_bodycare_off.gif) no-repeat;}
li.submenu3 {background: url(../images/menu/p3_lipcare_off.gif) no-repeat;}
li.submenu4 {background: url(../images/menu/p4_babycare_off.gif) no-repeat;}
li.submenu5 {background: url(../images/menu/p5_suncare_off.gif) no-repeat;}
li.submenu6 {background: url(../images/menu/p6_haircare_off.gif) no-repeat;}

/* Sub Menu Background Images Active */
li.submenu1_active {background: url(../images/menu/p1_facialcare_active.gif) no-repeat;}
li.submenu2_active {background: url(../images/menu/p2_bodycare_active.gif) no-repeat;}
li.submenu3_active {background: url(../images/menu/p3_lipcare_active.gif) no-repeat;}
li.submenu4_active {background: url(../images/menu/p4_babycare_active.gif) no-repeat;}
li.submenu5_active {background: url(../images/menu/p5_suncare_active.gif) no-repeat;}
li.submenu6_active {background: url(../images/menu/p6_haircare_active.gif) no-repeat;}


/* Sub Sub Menu Background Images */
li.subsub1a {background: url(../images/menu/cleansersBars_off.gif) no-repeat;}
li.subsub1b {background: url(../images/menu/moisturizersFacial_off.gif) no-repeat;}

li.subsub2a {background: url(../images/menu/cleansers_off.gif) no-repeat;}
li.subsub2b {background: url(../images/menu/bathAdditives_off.gif) no-repeat;}
li.subsub2c {background: url(../images/menu/moisturizers_off.gif) no-repeat;}
li.subsub2d {background: url(../images/menu/shaveGels_off.gif) no-repeat;}
li.subsub2e {background: url(../images/menu/antiitch_off.gif) no-repeat;}

li.subsub3a {background: url(../images/menu/lip_off.gif) no-repeat;}

li.subsub4a {background: url(../images/menu/bath_off.gif) no-repeat;}
li.subsub4b {background: url(../images/menu/lotions_off.gif) no-repeat;}
li.subsub4c {background: url(../images/menu/treatments_off.gif) no-repeat;}

li.subsub5a {background: url(../images/menu/sunProtection_off.gif) no-repeat;}



/* Sub Sub Menu Background Images Active */
li.subsub1a_active {background: url(../images/menu/cleansersBars_on.gif) no-repeat;}
li.subsub1b_active {background: url(../images/menu/moisturizersFacial_on.gif) no-repeat;}

li.subsub2a_active {background: url(../images/menu/cleansers_on.gif) no-repeat;}
li.subsub2b_active {background: url(../images/menu/bathAdditives_on.gif) no-repeat;}
li.subsub2c_active {background: url(../images/menu/moisturizers_on.gif) no-repeat;}
li.subsub2d_active {background: url(../images/menu/shaveGels_on.gif) no-repeat;}
li.subsub2e_active {background: url(../images/menu/antiitch_on.gif) no-repeat;}

li.subsub3a_active {background: url(../images/menu/lip_on.gif) no-repeat;}

li.subsub4a_active {background: url(../images/menu/bath_on.gif) no-repeat;}
li.subsub4b_active {background: url(../images/menu/lotions_on.gif) no-repeat;}
li.subsub4c_active {background: url(../images/menu/treatments_on.gif) no-repeat;}

li.subsub5a_active {background: url(../images/menu/sunProtection_on.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: 601px;
	float: left;
	_height:550px;
	min-height:550px;
	border-bottom: 1px solid #BFAD86;
	border-left: 1px solid #BFAD86;
}
div.insidepadding {
	padding: 6px 0 0 20px;
	width: 581px !important;
}
div#flashinside {
	float: left;
	margin-right: 20px;
	height: 165px;
}
div#insidecontent h2 {margin: 14px 0 5px 0;}
div#insidecontent ul li {display: inline;}
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;}

.main_copy{
	line-height: 16px;
}


/* Products */
div.productspack {
	width: 601px;
	/*height: 110px;*/
	height:auto;
	float: left;
	display: inline;
}
hr {
	border-bottom: 1px solid #BFAD86;
	height:1px;
}

/* for products_list.asp*/
.product_size{
	width: 100px;
	max-height: 100px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
	display: block;
}

/* for products_main.asp*/
div.productspack_main {
	width: 591px;
	float: left;
	display: inline;
	padding: 10px 0 0 10px;
}

.product_size_left{
	width: 126px;
	max-height: 221px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
	display: block;
}

.product_size_right{
	width: 126px;
	max-height: 221px;
	float: right;
	text-align: center;
	margin-right: 10px;
	display: block;
}

div.productspack img.imgright {
	float: right;
	margin-left: 10px;
}



/* Products Details Page */
div#products_details {
	width: 360px;
	float: left;
	margin-left: 20px;
	display: inline;
}
div#products_details_right {
	width: 200px;
	float: right;
	text-align: center;
	margin-top: 14px;
}
div#howitworks {
	background: url(../images/button/howItWorksButton_off.gif) no-repeat;
	float: left;
	margin: -10px 0 20px;
}
div#howitworks img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
div#wheretobuy {
	background: url(../images/button/whereToBuyButton_off.gif) no-repeat;
	text-align: center;
	margin: 0 auto;
	width: 89px;
	height: 19px;
}
div#wheretobuy img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
img.icon {
	margin: -10px 0 20px;
}
div#products_details h2 {margin: 34px 0 8px;}
div#products_details ul li {display: block; line-height: 1.5em;}
div#products_details ul {margin-bottom: 100px;}
div#products_details h3 {
	margin: 34px 0 0 0;
	height: 28px;
	background-color: transparent; 
	border: none;
	clear: none;
}
div#products_details h3 img {
	margin: 0;
}

/* for sun_technology.asp */
#insidecontent_sun_tech {
	width: 601px;
	float: left;
	border-bottom: 1px solid #BFAD86;
	border-left: 1px solid #BFAD86;
}

#sun_tech_left {
	width: 320px;
	float: left;
	padding: 0 20px 0px 20px;
}

#sun_tech_right {
	width: 240px;
	float: right;
}

#sun_tech_margin{
	width: 560px;
	padding: 20px;
}

.sun_tech_title {
	height: 60px;
	background-color: #eadbb2; 
	border-bottom: 1px solid #BFAD86;
	border-top: 1px solid #BFAD86;
	clear: both;
	display: block;
	padding: 4px 0 4px 20px;
}


ul.bulletedList{
	font-size: 11px;
	margin: 5px 0 15px 20px;
}
	
li.bulleted {
	margin-top: 5px;
	list-style-type: disc;
}

/* for shuncare_iq*/
#container_answers {
	background: white;
}

.text_suncare_iq {
	font-size: 11px;
	color: #77512D;
}
.textmargin_suncare_iq {
	text-indent: 20px;
}
.click {
	font: 10px Arial, Helvetica, sans-serif;
	text-align:center;
}
.more_suncare_iq {
	color: #376203;
	font-weight:bold;
	font-size: 14px;
}
.footer_suncare {
	font-size: 18px;
	font-weight: bold;
}


/* footer */
div#footer {
	width: 601px;
	margin-left: 114px;
	display: inline;
}


.hideMenu{
		display: none;
	}
	
.showMenu{
		display: block;
	}
	
	
	
	
/*=========================products menu (products_main.asp)==============================*/
#products_main_menu{
	width: auto;
}

#products_main_menu ul li {
	line-height: 17px;
}



#products_main_menu .pipe{
	margin-left: 3px;
	margin-right: 3px;
}


