@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}

* {
	outline: none;
}

img {
	border: 0;
}

.container {
	width: 100%;
	padding: 0 0 0 200px;
	margin: 0 auto;
	clear:both;
}

#header {
	background: url(header.jpg) no-repeat;
	width:960px;
	height:157px;
	display:block;
	margin:0 auto;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	
	height:59px
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 56px;
}

ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
}

ul#topnav a.home {
	background:url(../images/nav/index.png) no-repeat;
	width: 76px;
	height:59px;
}

ul#topnav a.products {
	background:url(../images/nav/whatwedo.png) no-repeat;
	width: 134px;
	height:59px;
}

ul#topnav a.sale {
	background: url(../images/nav/gallery.png) no-repeat;
	width: 76px;
	height:59px;
}

ul#topnav a.community {
	background: url(../images/nav/jobs.png) no-repeat;
	width: 79px;
	height:59px;
}
ul#topnav a.contact{
	background: url(../images/nav/contact.png) no-repeat;
	width:103px;
	height:59px;
}

ul#topnav a.store {
	background: url(../images/nav/aboutus.png) no-repeat;
	width: 115px;
	height:59px;
	border:0px;
}

ul#topnav li .sub {
	position: absolute;
	top: 56px;
	left: 0;
	background-color:#000;
	padding: 15px 5px 15px;
	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;
}

ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
	float: left;
	text-align:left;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #000;
}

ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color:#FFF;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/nav/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-color:#333;
	background-position: 5px 12px;
}