/* Munster Airsoft June 2011 */

/*RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0;	border: 0; font-size: 100%; font: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background-position:center top; background-repeat:no-repeat; background-color:#000; background-image:url(../img/bg.jpg); background-repeat:repeat-x}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
a{text-decoration:none; font-weight:600; color:#fff;} a:hover {text-decoration:underline;}

/*LAYOUT*/

#top-strip{
	background-color:#000;
	height:15px;
}

#header{
	width:963px;
	margin:0px auto;
}

#logo{
	float:left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-image:url(../img/logo.png);
	width:235px;
	height:80px;
}

#top-menu{
	float:right;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#000;
	padding:10px;
}

#cart-summary, #facebook, #search-bar{
	float:right;
	color:#FFF;
	margin-right:10px;
}

#cart-summary{
	margin-top:6px;
	font-size:14px;
	display:none;
	visibility:hidden;
}

#cart-summary a{
	text-decoration:none;
	color:#FFF;
	
}

#top-menu input{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #666;
	padding:2px;
	width:150px;
}

#top-menu input:focus{
	background-color:#F0FFF9;
	border:1px solid #666;
	box-shadow: 1px 1px 12px #888;
	-moz-box-shadow: 1px 1px 12px #888;
	-webkit-box-shadow: 1px 1px 12px #888;
}


#main-menu{
	float:right;
	margin-top:10px;
	margin-right:3px;
	background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#main-content{
	width:963px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:20px;
}

#cookie{
	background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#666;
	padding:5px;
	padding-left:15px;
	margin-bottom:20px;
	color:#FFF;
	font-size:12px;
}

#check{
	background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#666;
	padding:5px;
	padding-left:15px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#check2{
	background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#666;
	padding:5px;
	padding-left:15px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#product-listing{
	float:left;
	width:780px;
	margin-left:20px;
}

#cookie p{
	color:#FFF;
	font-size:12px;
}

#cookie a{
	color:#FFF;
	font-size:12px;
}

#cookie a:hover{
	color:#FFF;
	font-size:12px;
}

#main-content h2{
	color:#FFF;
	font-size:30px;
	margin:10px 0px;
	margin-bottom:20px;
}

#main-content h3{
	color:#FFF;
	font-size:20px;
	margin-bottom:15px;
	margin-top:15px;
	line-height:150%;
}

#main-content p{
	color:#FFF;
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
}

#shop-menu{
	float:left;
	width:150px;
}

#shop-menu p{
	padding:4px 20px;
	background-image:url(../img/gradient1.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:10px;
}

#shop-menu p a{
	color:#FFF;
}

.gallery{
	border:0px solid;
	float:left;
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
	width:360px;
	height:260px;
	border:1px dotted #333;
	margin-left:15px;
	padding-bottom:10px;
	padding-top:10px;
}

.product{
	border:0px solid;
	float:left;
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
	width:250px;
	border:1px dotted #333;
	margin-left:5px;
	padding-bottom:10px;
	padding-top:10px;
	height:190px;
}

.productInfo p{
	text-align:center;
	font-size:16px;
		background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#666;
	padding:5px;
	padding-left:15px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.productDetail{
	float:left;
	color:#FFF;
}

.productDetail a{
	float:left;
	color:#FFF;
}

#rotator{
	height:311px;
	overflow:hidden;
}

#main-footer{
	background-color:#000;
	color:#FFF;
	width:963px;
	margin:0px auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#foot-tag{
	padding:10px;
	font-size:12px;
	line-height:18px;
	color:#999;
}

#foot-logo{
	padding:10px;
}

.foot-div{
	float:left;
	width:22%;
	padding:10px;
}

.foot-div h1{
	font-size:16px;
	margin:10px 0px;
	color:#999;
	font-weight:bold;

}
.foot-div p{
	font-size:12px;
	margin:5px 0px;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	line-height:18px;
	margin-right:30px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	color:#999;
}

.foot-div a{
	color:#999;
	font-weight:normal;
}

.foot-div a:hover{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	color:#CCC;
}

.fix{
	width:963px;
	margin:0px auto;
	min-height:30px;
}


.clear{
	clear:both
}

.nav{ margin:10px 0px;}
.nav a{ background-image:url(../img/black-dot.jpg); background-repeat:no-repeat; margin-right:10px; padding:3px; color:#000; text-decoration: none; padding-bottom:0px; padding-top:1px; font-size:7px;}
.nav a.activeSlide { background-image:url(../img/blue-dot.jpg); color:#00AEEF; text-decoration: none; margin-right:10px; padding:3px; padding-bottom:0px; padding-top:1px; font-size:7px;}
.nav a:focus { outline: none; }

.home-thumb{
	float:left;
	margin-right:17px;
	margin-bottom:10px;
}

.home-thumb h1{
	padding:4px 10px;
	background-image:url(../img/gradient1.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}


.home-thumb h1 a{
	color:#FFF;
}

.home-thumb h1 a:hover{
	text-decoration:none;
	color:#CCC;
}

#home-video{
	float:right;
}

#drawer1 {
	background:#fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:10px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:99999;
}

#drawerTop {
	background:#fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:10px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:99999;
}

.floatImage{
	float:left;
	margin-top:10px;
	margin-right:10px;
}

#galleryINT {
	background-color:#333;
	width: 100%;
}

#galleryINT img {
	border: 0px solid #fff;
	border-width: 0;
	color: #fff;
	padding:30px;
}
	
.loginTitle{
	font-size:17px;
	padding-bottom:5px;
	font-weight:bold;
	color:#FFF;
}


.detailTitle{
	font-size:14px;
	padding-bottom:5px;
	font-weight:bold;
}

.loginBoxGreen{
	font-size:20px;
	padding-bottom:10px;
}



.detailBox input, .detailBox select{
	font-size:14px;
	width:500px;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-radius:5px;
	border:#CCC 1px solid;
	background-color:#FFF;
}

.detailBox input:focus, .detailBox textarea:focus{
	border:1px solid #FFB9B9;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}



.loginBoxGreen input, .loginBoxGreen select{
	font-size:16px;
	width:580px;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-radius:5px;
	border:#CCC 1px solid;
	background-color:#FFF;
}

.loginBoxGreen input:focus, .loginBoxGreen textarea:focus{
	border:1px solid #FFB9B9;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

.gen-text{
	font-size:16px;
	width:580px;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-radius:5px;
	border:#CCC 1px solid;
	background-color:#FFF;
}

.green-submit{
	background-image:url(../img/gradient1.png);
	color:#FFF;
	font-size:13px;
	border:0px;
	padding:3px 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	cursor:pointer;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider, #slider li{ 
	width:750px;
	overflow:hidden;
	text-align:center;
	}

#prevBtn{
	position:absolute;
	margin-top:180px;
	font-size:16px;
	width:80px;
	height:80px;
	z-index:100;
}

#nextBtn{
	position:absolute;
	margin-left:870px;
	margin-top:180px;
	font-size:16px;
	width:80px;
	height:80px;
}

#mc_group3
{
width: 965px;
}

#mc_youtube_link
{
	float: left;
	width: 475px;
	margin: 9px 0px 0px 0px;
}


#mc_gallery
{
		float: right;
		width: 460px;
		margin: 15px 0px 0px 0px;
}


#gallery_text
{
width: 460px;
height: 35px;
}

#gallery_text h1{
	padding:7px 10px 40px 10px;
	background-image:url(../img/gradient2.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}


#gallery_text h1 a{
	color:#FFF;
}

#gallery_text h1 a:hover{
	text-decoration:none;
	color:#CCC;
}