html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	border:none;
	text-align: left !important;
	margin: 0 auto;
	padding:0 0 0 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	font-size:11px;
	background: #212121;
	}


p { 
	margin: 0px;
	line-height:15px;
	}
strong, b {
	font-weight: bold;
	}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	}
form {
	margin: 0;
	padding: 0;
	}
hr {
	border: 0px;
	color: white;
	background-color: none;
	border-top: 1px solid #BFC820;	
	margin-left: -10px;
	margin-bottom: 13px;
	}
.hide {
	display: none;
	}
.clr {
	clear: both;
	}
.highlight {
	color: #d9ecff;	
	}
.floatright{
	float: right;
	margin: 0 5px 5px 5px;
	border: 1px dotted black;
	}
.floatleft{
	float: left;
	padding: 0 15px 10px 0;
	}
	
a:link {
	color: #546A81;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: #546A81;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #546A81;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	color: #546A81;
	font-size: 11px;
	text-decoration: none;
}


#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}


/*************************
        Header Items
*************************/
#login_cart{
	width: 980px;
	height: 33px;
}

#login{
	background:none repeat scroll 0 0 #000000;
	display:inline;
	float:left;
	height:32px;
	padding-top:3px;
	width:607px;
}
#login_heading{
	height: 33px;
	margin: 7px;
	float: left;
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}	
	
#cart{
	background:none repeat scroll 0 0 #000000;
	display:inline;
	float:left;
	height:32px;
	padding-top:3px;
	width:370px;
}

#cart_img{
	background:url("../../images/homepage/cart.png") no-repeat scroll left top transparent;
	display:inline;
	float:left;
	height:24px;
	margin:3px 5px 2px 15px;
	width:26px;
}



/*************************
        TOP Menu Items
*************************/
#menu {
	background:none repeat scroll 0 0 #ED1C24;
	border:1px solid #ED1C24;
	float:left;
	height:33px;
	position:relative;
	width:978px;
	z-index:100;
}
	
#menu .search{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 33px;
	float: left;
	display: inline;
	padding-left:7px; 
	padding-right: 7px;
	padding-top: 10px;
	}
#format_search_form_box .text{
	font-size: 0.01em;
	color: #e51922;
	width: 1px;

}
/* hack to correct IE5.5 faulty box model */
* html #menu {width:980px; w\idth:980px;}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height: 33px;
	}
#menu ul ul {

	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	position:relative;
	}
	
/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff;  
	padding-left:7px; 
	padding-right: 7px;
	line-height:33px; 
	font-weight:bold;
	}
	
#menu a.activeTab, #menu a.activeTab:hover, #menu a.activeTab:visited {
	background-color: #ffffff;
	color: #ED1C24;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {width:99px; w\idth:88px;}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background:#ED1C24 ;
	}
	
/* style the second level hover */
#menu ul ul a.drop:hover{
	background:#ED1C24;
	padding-top: 10px;
	}
	
#menu ul ul :hover > a.drop {
	background:#ED1C24;
	}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background:#ffffff;
	}
/* style the third level hover */
#menu ul ul ul a:hover {
	background:#ED1C24;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:33px;
	left:-2px; 
	border:1px solid #ED1C24;
	}
	
/* another hack for IE5.5 */
* html #menu ul ul {top:30px;t\op:31px;}


/* position the third level flyout menu */
#menu ul ul ul{
	left:149px; 
	top:-1px; 
	}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left:-149px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background:#ED1C24; 
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:10px 0 10px 10px; 
	width:70px;
	border-width:0 1px 1px 1px;
	border-color: #ED1C24; 
	border-style: solid;
	}
	
/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
	color:#ED1C24; 
	background:#ffffff;
	}
	
#menu :hover > a
	color:#ffffff; 
	background:#ED1C24;
	}
#menu ul ul :hover > a {
	color:#ED1C24; 
	background:#ffffff;
	}
	
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul{
	visibility:visible; 
	}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
	visibility:visible;
	}
	
/**************************************************
      INDEX PAGE content area
***************************************************/

#content{
	float: left;
	width: 980px;
	height: 491px;
	background: #E5E6E4 url(../../images/homepage/bg_content.png) top left no-repeat;
}

#product_buttons{
	margin-top: 55px;
	margin-left: 15px;
	width: 950px;
	height: 130px;
	float: left;
	}


#product_buttons .hair img{
	width: 122px;
	height: 123px;
	border: 0px;
	float: left;
	display: inline;
} 
#product_buttons .hair a img{ 
	background-image: url(../../images/homepage/btn_hair.png); 
	background-repeat: no-repeat;
} 
#product_buttons .hair a:hover img{ 
	background-image: url(../../images/homepage/btn_hair.png);
	background-repeat: no-repeat;
	background-position: 0 -123px;
}

#product_buttons .beauty img{
	width: 122px;
	height: 123px;
	border: 0px;
	float: left;
	display: inline;
	margin-left: 15px;
} 
#product_buttons .beauty a img{ 
	background-image: url(../../images/homepage/btn_beauty.png); 
	background-repeat: no-repeat;
} 
#product_buttons .beauty a:hover img{ 
	background-image: url(../../images/homepage/btn_beauty.png);
	background-repeat: no-repeat;
	background-position: 0 -123px;
}

#product_buttons .spa img{
	width: 122px;
	height: 123px;
	border: 0px;
	float: left;
	display: inline;
	margin-left: 15px;
} 
#product_buttons .spa a img{ 
	background-image: url(../../images/homepage/btn_spa.png); 
	background-repeat: no-repeat;
} 
#product_buttons .spa a:hover img{ 
	background-image: url(../../images/homepage/btn_spa.png);
	background-repeat: no-repeat;
	background-position: 0 -123px;
}



#product_buttons .sprayTanning img{
	width: 122px;
	height: 123px;
	border: 0px;
	float: left;
	display: inline;
	margin-left: 15px;
} 
#product_buttons .sprayTanning a img{ 
	background-image: url(../../images/homepage/btn_sprayTanning.png); 
	background-repeat: no-repeat;
} 
#product_buttons .sprayTanning a:hover img{ 
	background-image: url(../../images/homepage/btn_sprayTanning.png);
	background-repeat: no-repeat;
	background-position: 0 -123px;
}



#product_buttons .logo img{
	width: 110px;
	height: 110px;
	border: 0px;
	float: left;
	display: inline;
	margin-left: 270px;
	background-image: url(../../images/homepage/logo_index.png); 
	background-repeat: no-repeat;
} 




/********************
	Footer - 01
*********************/

#footer_01 {
	padding-top: 115px;
	float: left;
	width: 516px;
	margin: 10px 10px 20px 10px;
	font-size: 13px;
	color: #eeeeee;
	text-align: left;
	}

#footer_01 h1{
	font-size: 14px;
	color: #eeeeee;
	text-decoration: none;
	margin-bottom: 10px;
	}
#footer_01 a{
	font-size: 13px;
	color: #eeeeee;
	text-decoration: none;
	}

#footer_01 a:hover{
	font-size: 13px;
	color: #ED1C24;
	text-decoration: underline;
	}

#area247{
	font-size: 13px;
		color: #313131;
	text-decoration: none;
	}
	
/********************
	Footer - 02
*********************/

#footer_02 {
	margin: 0 auto;
	width: 975px;
	text-align: left;
	padding-top: 10px;
	}
#footer_02 div.lhs{
	font-size: 11px;
	color: #787878;
	text-decoration: none;
	padding: 0 130px 0 5px;
	float: left;
	}
	
#footer_02 div.mid{
	font-size: 11px;
	color: #3F3B38;
	text-decoration: none;
	padding: 0 100px 0 120px;
	float: left;
	}
#footer_02 div.mid a{
	font-size: 11px;
	color: #787878;
	text-decoration: none;
	}
#footer_02 div.mid a:hover{
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	}
	
#footer_02 div.rhs{
	font-size: 11px;
	color: #3F3B38;
	text-decoration: none;
	padding: 0 0px 0 0px;
	float: right;
	}
#footer_02 div.rhs a{
	font-size: 11px;
	color: #3F3B38;
	text-decoration: none;
	}
#footer_02 div.rhs a:hover{
	font-size: 11px;
	color: #3F3B38;
	text-decoration: underline;
	}
