﻿img {
	border: 5%;
}
.container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 100%; height: 179px;
	float: left;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.2em;
	/*background-color:#828240;*/
	height:34px;
	/*background-color:#990000;	*/
	background-color:#ffff;		
	color: #990000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:65px;
	
	
}
ul#topnav a {
	color: #990000;
		text-decoration:none;
		
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	text-align:left;
}
ul#topnav li a {
	float: left; 
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	line-height: 34px;
	padding: 0px 8px 0px 0px;
	/*border-right:dotted 1px #fff; */


}
ul#topnav a.products {
	line-height: 34px;
	padding: 0px 8px 0px 8px;
	/*border-right:dotted 1px #fff; */
}
ul#topnav a.sale {
	line-height: 34px;
	padding: 0px 8px 0px 8px;
	/*border-right:dotted 1px #fff; */
}
ul#topnav a.community {
	line-height: 34px;
	ppadding: 0px 8px 0px 8px;
	/*border-right:dotted 1px #fff; */
	}
	
	
ul#topnav a.store {
	line-height: 34px;
	padding: 0px 8px 0px 8px;
	/*border-right:dotted 1px #fff; */
	}

ul#topnav li .sub {
	position: absolute;	
	top: 34px; left: 0;
	/*background: #CCCC99;*/
	background: #f1f1f1;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index:10 !important;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px; z-index:10 !important;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
	z-index:10 !important;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	z-index:10 !important;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	z-index:10 !important;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #4B4B31;
	z-index:10 !important;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	z-index:10 !important;
}
ul#topnav .sub ul li a:hover {color: #717171; background-position: 5px 12px ;}
a {
	
	text-decoration: none;
	color:#333333;
	z-index:10 !important;
}
a:hover {
	text-decoration: underline;
	color:#333333;
	z-index:10 !important;
}
