@charset "utf-8";
/* CSS Document */



ul#topnav {
	margin: 0;
	padding: 0;
	float:right;
	width: 800px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: right;
	padding: 0;
	position: relative;
	height: 28px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
	background-image: ;
} /*--Hover State--*/
ul#topnav a.home {
	background: url(../images/images/TEXT_images_03.png) no-repeat;
	width: 48px;
	border: none;
	background-position:center
	
}
ul#topnav a.products {
	background: url(../images/images/TEXT_images_04.png) no-repeat;
	width: 136px;
	border: none;
	background-position:center
}
ul#topnav a.sale {
	background: url(../images/images/TEXT_images_05.png) no-repeat;
	width: 86px;
	border: none;
	background-position:center
}
ul#topnav a.community {
	background: url(../images/images/TEXT_images_06.png) no-repeat;
	width: 89px;
	border: none;
	background-position:center
}
ul#topnav a.store {
	background: url(images/../images/TEXT_images_07.png) no-repeat;
	width: 96px;
	border: none;
	background-position:center
}
ul#topnav a.facebook {
	background: url(../images/images/TEXT_images_07.png) no-repeat;
	width: 96px;
	border: none;
	background-position:center
	}
	
ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	background: #CCCCCC  repeat-x;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	display: none;

}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #3366CC;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #0000FF;
	border:none;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: 10px; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #3333FF;
	
}
ul#topnav .sub ul li a:hover {
	color: #000000;
	background-position: 5px 2px;/*--Override background position--*/
	border: none;
	
}
.footer {
	background-image: url(../images/footerBG.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 109px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.clearfooter {
	height: 25px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	bottom: 1px;
	margin-bottom: auto;
	clear: both;
	float: none;
}

