@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(../img/bg.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	color:#868686;
	font-size:11px;
}

a {
	color:#868686;
}

h3 {
	color:#868686;
	font-size:11px;
	margin:0;
	padding:4px 7px;
	float:left;
	font-weight:normal;
}

h4 {
	margin:0;
	padding:0;
}

ul {
	color:#fff;
	padding:0;
	margin:10px 30px 0 30px;
}

li {
	padding-bottom:3px;
}

#siteWrapper {
	margin:0 auto;
	width:850px;
	font-size:11px;
}

#header {
	background:url(../img/logo.jpg) no-repeat;
	width:850px;
	height:72px;
}

#gunPress {
	width:850px;
	height:324px;
	overflow: hidden;
}

#mainContentWrapper {
	background:#00FF00;
	padding:0 90px;
	
}

#siderbar {
	width:200px;
	float:left;

}

#mainContent {
	width:470px;
	float:left;
}

#footer {
	background: url(../img/footer_bg.jpg) no-repeat;
	width:440px;
	height:243px;
	padding:20px 20px;
}

/* guns */

.colorPic {
	padding: 10px 10px 10px 100px;
}

.color1 {
	background:url(../img/color1.jpg) no-repeat;
}

.color2 {
	background:url(../img/color2.jpg) no-repeat;
}

.color3 {
	background:url(../img/color3.jpg) no-repeat;
}

.orderBox {
	text-align: center;
	margin-top:200px;
	padding-right:99px;
	float:right;
}
.orderBox #sel_color {
	background:url(../img/sel_color_bg.png) no-repeat;
	width: 155px;
	height: 25px;
	margin: 0 auto;
	padding-top: 25px;
}
.orderBox #sel_color a img {
	border: none;
}
.orderBox a.orderBtn {
	background:url(../img/buyBtn.jpg) no-repeat;
	width:166px;
	height:39px;
	float:left;
}

/* sidebar */ 

/* graybox */

.grayBox {
	background:url(../img/grabox_bg.jpg) repeat-y;
	width:480px;
}

.grayBoxHeader {
	width:480px;
	height:25px;
}

.grayBoxBottom {
	width:480px;
	height: 9px;
	background:url(../img/grabox_bottom.jpg) no-repeat;
	line-height:1px;
	font-size:1px;
	margin-bottom:10px;
}

/* headers */

.prodSpecs {
	background: url(../img/title_prodspec.jpg) no-repeat;
	cursor: pointer;
}

#prodspecbox {
	display: none;
}

/* footer */

#footer label {
	width:100px;
	display:block;
	float:left;
}

#footer p {
	margin:3px 0 15px 0;
}