/* 

red = #CC1311

*/


*{
	margin:0px;
	border:0px;
	padding:0px;

}
html, body{
	text-align:center;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color:#CC1311;
}
.clear{ clear:both;}
#main_container{
	width:955px;
	text-align:left;
	margin:0px auto;	
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;	
}
#main_container #header{
	width:955px;
	background: url(../images/perfume-perfume-logo.jpg);
	height: 140px;
}
#header a#view_basket{
	font-size: 10px;
	text-transform: capitalize;
	text-align: left;
	float:right;
	width:95px;
	height: 61px;
	display: block;
	margin: 10px 60px 0px 0px;
	color:#FFFFFF;
	padding: 33px 0px 0px 0px;
}
#price{
	color:#FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 0px;
}
#items{

	color:#FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#search_form{
	clear:both;
	text-align: right;
	font-weight: bold;
	color:#FFF;
	font-size: 14px;
}
#search_form a{
	font-weight: bold;
	font-size: 14px;
}
#search_form #str_search{
	font-size: 11px;
	padding: 2px;
	margin-left: 10px;
}
#search_submit{
	background: transparent;
	font-weight: bold;
	font-size: 14px;
}



#main_menu{
	background: #CC1311;
	border: 1px solid #666666;
	height: 21px;
}
#main_menu a{
	color:#fff;
	text-transform: capitalize;
	text-align: center;
	display: block;
	float: left;
	height: 18px;
	width:100px;
	font-size: 11px;
	font-weight: bold;	
	padding:3px 0px 0px;
}
#main_menu a:hover{
	color:#CC1311;
	background: #FFFFFF url(../images/main_menu_curve_1.gif);
}





#sub_menu{
	float: left;
	width: 215px;
	padding-top: 10px;
}
#sub_menu h2{
	font-size: 12px;
	text-transform: uppercase;
	background: #333333 url(../images/menu_curve_1.gif) no-repeat left top;
	border-bottom: 3px solid #CC1311;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}
#sub_menu li{
	list-style: inside;
	padding: 3px;
}
#sub_menu li a{
	list-style: inside;
	color:#CC1311;
	font-size: 10px;
}
#sub_menu li a:hover{
	color:#333;
}


#promotions *{
width: 215px;
}

#main_content{
	float: right;
	width: 730px;
	padding-top: 10px;
}
#main_content h2{
	clear:both;
	font-size: 12px;
	text-transform: uppercase;
	background: #333333 url(../images/main_h2_curve_1.gif) no-repeat left bottom;
	border-top: 3px solid #CC1311;
	color: #FFFFFF;
	padding: 2px 0px 2px ;

}
#main_content p{
	line-height: 17px;
	letter-spacing: 0.1px;
	word-spacing: 3px;
}
#main_content img{
	margin:3px;
}


#main_content img.float_left{
	float: left;
	margin-left:0px;
}
#main_content img.float_right{
	float:right;
	margin-right:0px;
}


#footer{
	clear:both;
	height:25px;
	background: #333333 url(../images/credit.jpg) no-repeat right top;
	border-bottom: 3px solid #CC1311;
	color: #FFFFFF;
	text-align:center;
	margin: 10px 0px 5px;	
}
#footer a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px;
}
#footer a:hover{
	text-decoration: underline;
}



#main_content a input{
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	margin: 3px;
	padding: 3px;

}





