/* --- Reset html tag ---*/

* {
	margin: 0;
	padding: 0;
	outline: none !important;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #000000;
}
img, label {
	border: none;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
ul, ol {
	margin: 8px 0 8px 25px;
}
a {
	color: #0033CC;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}

/* --- Containers ---*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 994px;
}
#flashheader {
	position: absolute;
	top: 0;
	z-index: 1;
}
#header {
	width: 994px;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 10;
}
#logo {
	float: left;
	width: 343px;
}
#nav1{
	float: left;
	padding-top: 9px;
	width: 472px;
}
#search {
	margin-top: 19px;
	padding-top: 12px;
	background: url(../images/search.gif) no-repeat left top;
	width: 176px;
	float: left;
}
#searchfield {
	width: 137px;
	float: left;

}
#search .textbox {
	width: 137px;
	height: 14px;
	border: 1px solid #6cb477;
	font-size: 11px;
}
#searchbtn {
	width: 30px;
	float: left;
	margin-left: 6px;
	display: inline;
}
#search .go {
	background: url(../images/search-go.gif) no-repeat left top;
	height: 15px;
	width: 30px;
	border: none;
	outline: none;
	margin-top: 1px;
}

/*--- TopZone  ---*/

#home-bg {
	height: 147px;
	color: #fff;
	margin: 168px 0 0 30px;
	position: absolute;
	top: 60px;
	font-size: 12px;
	width: 254px;
	z-index: 20;
}
#home-bg h1 {
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: normal;
}
#heading {
	position: relative;
	top: 4px;
	padding-left: 30px;
	z-index: 30;
}
#home-bg #heading {
	position: absolute;
	top: 116px;
	padding-left: 0px;
}
#about-bg #heading {
	position: absolute;
	top: 284px;
	padding-left: 0px;
}
#about-bg {
	height: 315px;
	padding-left: 30px;
	position: absolute;
	top: 60px;
	z-index: 20;
}
/*--- /TopZone  ---*/
#spacer {
	height: 375px;
}
#content {
	background: #fff url(../images/content-bg.jpg) no-repeat left top;
	padding: 30px 15px 40px 15px;
	width: 964px;
	overflow: auto;
}
#content h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	background: #fff url(../images/h1-bg.jpg) no-repeat left top;
	clear: both;
	padding: 17px 15px 18px 15px;
}
#content h2 {
	color: #01a46d;
	font-size: 15px;
	clear: both;
	padding: 8px 0px 8px 15px;
}
#content h3 {
	color: #65a4a9;
	font-size: 14px;
	clear: both;
	padding: 8px 0px 8px 0px;
}
.features-lighting, .features-gaming, .features-seals {
	float: left;
}
.features-lighting {
	width: 323px;
	margin-left:15px;
	display: inline;
}
.features-lighting p {
	padding: 9px 50px 0px 42px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.features-gaming {
	width: 278px;
}
.features-gaming p {
	padding: 9px 10px 0px 37px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.features-seals {
	width: 299px;
}
.features-seals p {
	padding: 9px 0px 0px 73px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.proditem {
	float: left;
	width: 370px;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline;
}
.prodimg {
	float: left;
	width: 150px;
	margin-right: 15px;
	display: inline;
}
.proddetails {
	float: right;
	width: 185px;
	margin-right: 15px;
	display: inline;
}
.prodrow {
	clear: both;
	width: 964px;
}
.proditem h3 {
	color: #000 !important;
	font-size: 17px !important;
	padding-bottom: 0 !important;
}
.proditem p {
	margin-top: 0 !important;
}
.proditem .price {
	color: #65a4a9;
	font-weight: bold;
	font-size: 17px;
}
#footer {
	background: url(../images/footer-bg.gif) repeat-x left top;
	padding-right: 13px;
	margin-bottom: 15px;
	text-align: right;
	clear: both;
	height: 21px;
}