@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #C3D940;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
}
#shell {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	width:745px;
	height:90px;
	background-image:url(images/paintball_nation_usa_logo.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	padding-right: 15px;
	color:#FFFFFF;
	font-size:24px;
	line-height: 75px;
	behavior: url(iepngfix.htc);
}
#head a{
	color:#FFFFFF;
	text-decoration:none;
}


#foot {
	margin-top: 75px;
	font-size: 9px;
}
#foot a {
	color:#000000;
	text-decoration:none;
}
#home {
	width:295px;
	height:351px;
	background-image:url(images/home_bg.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	padding-left: 430px;
	padding-right: 35px;
	padding-top: 15px;
}
#white {
	width:690px;
	height:351px;
	background-image:url(images/white_bg.png);
	background-repeat:no-repeat;
	color: #000000;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
}
#productsBG {
	width:690px;
	height:351px;
	background-image:url(images/products_bg.png);
	background-repeat:no-repeat;
	color: #000000;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
}
#faq {
	width:690px;
	height:351px;
	background-image:url(images/faq.png);
	background-repeat:no-repeat;
	color: #000000;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
}
#questionsFAQ {
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #e5efa0; 
	scrollbar-face-color: #c9dd3a; 
	scrollbar-highlight-color: #f9fceb;
	scrollbar-3dlight-color: #c9dd3a; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-shadow-color: #000000;  
	height: 250px;
	padding-right: 20px;  
	overflow:scroll;
	overflow:auto; 
	overflow-x: hidden;
}
#storyBG {
	width:500px;
	height:351px;
	background-image:url(images/story_bg.png);
	background-repeat:no-repeat;
	color: #666666;
	padding-left: 225px;
	padding-right: 35px;
	padding-top: 15px;
}
#contactBG {
	width:300px;
	height:351px;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	color: #666666;
	padding-left: 35px;
	padding-right: 425px;
	padding-top: 15px;
}
.orderNow {
	font-size:30px;
	font-weight:bold;
	color:#FFF200;
}
#L {
	float: left;
	width: 235px;
	border-right: thin solid #666666;
	padding-right: 10px;
}
#R {
	float: left;
	width: 235px;
	padding-left: 15px;
}
/*** NAV ***/

#NAV {
	height: 115px;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-top: -26px;
	list-style-type:none;
	font-size:10px;
	float: left;
	text-align:left;
}
#NAV ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#NAV li {
	float: left;
}
#NAV li a {
	margin: 0px;
	padding: 0px;
	width: 190px;
	height: 115px;
	list-style-type: none;
	background:#666666;
	overflow: hidden;
	text-indent: -190px;
}
li#beast a {
	background:url(images/meet2.png) no-repeat;
}
li#beast.at a, li#beast a:hover  {
	background:url(images/meet.png) no-repeat;
}
li#beast.w a:hover {
	background:url(images/meetw.png) no-repeat;
}
li#products a {
	background:url(images/products2.png) no-repeat;
}
li#products.at a, li#products.w a:hover, li#products.at a:hover {
	background:url(images/productsw.png) no-repeat;
}
li#products a:hover {
	background:url(images/products.png) no-repeat;
}
li#specials a {
	background:url(images/specials2.png) no-repeat;
}
li#specials a:hover {
	background:url(images/specials.png) no-repeat;
}
li#specials.w a:hover, li#specials.at a, li#specials.at a:hover {
	background:url(images/specialsw.png) no-repeat;
}
li#story a {
	background:url(images/story2.png) no-repeat;
}
li#story a:hover {
	background:url(images/story.png) no-repeat;
}
li#story.w a:hover,li#story.at a,li#story.at a:hover {
	background:url(images/storyw.png) no-repeat;
}
#NAV a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	float:left;
}
#NAV a:hover {
	background-color: #c5e290;
	color: #384B00;
}