@charset "UTF-8";
/* CSS Document */

html,body{
	background-image:url(../images/bg.jpg);
	background-color:#BC1230;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color:#333;
	line-height: 15px;
	}
	
	
a{
	color:#BC1230;
	text-decoration:underline;
	}
	
#bg-header{
	width:1070px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#container{
	width:1050px;
	height:auto;
	padding-right:20px;
	padding-left:20px;
	padding-top:125px;
	margin-right: auto;
	margin-left: auto;
	}
	
/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:950px;
padding-left:60px;
	height:35px;
	font-size:14px;
	margin-top: 0px;
	background-position: -1px;
	text-align:center;
	line-height: 35px;
	color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:block;
	font-weight: normal;
}

#mainMenu a{
	color:#F9F9F9;
	text-decoration:none;
	display:block;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight:normal;
	font-style: normal;
}

#mainMenu a:hover{
	
	color: #BC1230;
	background-color: #FFFFFF;
}


#mainMenu a:active{
	color: #BC1230;
	background-color: #FFFFFF;
	}
	
#mainMenu ul{
	
	padding:0px;
	list-style:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#mainMenu li {
	position:relative;
	display: block;
	color: #BC1230;
	white-space:nowrap;
	float: left;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:35px;
	left:0;
	z-index:1000;
	color: #BC1230;
	}

#mainMenu li ul li{
	width:150px;
	float:left;
	clear:both;
	color: #FFF;
	background-color: #BC1230;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #62051b;
	border-bottom-color: #62051b;
	border-left-color: #62051b;
	text-align:left;
}

#mainMenu li ul li a{
	color:#FFF;
	}

#mainMenu li:hover ul, #mainMenu li.over ul {
	display: block;
	color: #BC1230;
}

	  
#mainMenu li:hover, #mainMenu li.over {
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #565249;
}

.mainMenu li.selected {
	color: #BC1230;
	background-color: #FFFFFF;
	}
/** End of Main menu **/

#content-area{
	width:990px;
	background-color:#FFFFFF;
	padding-right:30px;
	padding-left:30px;
padding-bottom:20px;
	background-image:url(../images/content_btm_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#shopping-nav{
	width:990px;
	height:35px;
	color:#000000;
	text-align:right;
	line-height:35px;
	}
	
#shopping-nav a{
	color:#000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	}
	
#shopping-nav a:hover{
	color:#BC1230;
	text-decoration:underline;
	}
	
#home-col-left{
	width:380px;
	height:auto;
	float:left;
padding-right:20px;
	}
	
#home-col-right{
	width:380px;
	height:auto;
	float:left;
padding-right:20px;
	}
	
#col-left-full{
	width:700px;
	height:auto;
	float:left;
	}	
	
#features-box-col-far-right{
	width:180px;
	height:auto;
	float:right;
	}
	
.features-box{
	width:180px;
	height:auto;
	border:#999 solid 1px;
	clear:both;
	padding-bottom:5px;
	font-size:10px;
	line-height:13px;
	margin-bottom: 10px;
	}
	
.features-box-header{
	width:170px;
	height:40px;
	background-image:url(../images/feature_head_bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:16px;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	}
	
#footer{
	width: 950px;
	padding-left:50px;
	padding-right:50px;
	height:150px;
	background-image:url(../images/footer_bg.jpg);
	background-color:#BC1230;
	background-repeat:no-repeat;
	background-position:center top;
	font-size:10px;
	line-height:12px;
	color:#FFF;
	margin: 0px;
	}
	
#footer ul{
	padding-left:0px;
}
	
.footer-sitemap{
	width:140px;
	margin:0px;
	float:left;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer-right{
	width:200px;
	margin:0px;
	float:right;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.footer  a, ul  a, ul  li  a{
	color:#FFF;
	text-decoration:none;
	
}

.footer ul ul,li a:hover{
	text-decoration:underline;
	}
.footer  ul{
	font-size:10px;
	float: left;
	width: 130px;
	}
#footer  ul  li{
	padding-bottom:5px;
	list-style-type: none;
	
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
	line-height: 16px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 27px;
	font-weight: normal;
	color: #BC1230;
	margin-top: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #BC1230;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #BC1230;
}
h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color:#666666;
	}
	
h3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666;
	text-decoration:underline;
	}
	
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
	
h4 a{
	color:#FFF;
	}
	

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
}
	
h5 a {
	color:#BC1230;
	text-decoration:underline;
	}
	
.inner-box-20{
	padding-right:20px;
	}
	
.inner-box-10{
	padding:10px;
	}
.inner-box-5{
	padding:5px;
	}

#brands-header{
	background-image:url(../images/feature_head_bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width:170px;
	height:40px;
	font-size:16px;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

#brand-logos{
	float:right;
	width:180px;
	vertical-align:middle;
	border:#999 solid 1px;
}

#brand-logos table{
	width:160px;
}

#brand-logos td{
	vertical-align:middle;
	text-align:center;
}
