@charset "utf-8";
/* CSS Document */

/* Global CSS Element 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/*:focus {
	outline: 0;
}*/
a:link{
	color:#909090;
}
a:visited{
	color:#909090;
}

a:hover{
	color:#ffffff;
}

a:active{
	color:#ffffff;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BEGIN CSS*/

/* Page Level Elements ----------------------------------- */

html,body {
	background-color:#000;
	font-family:arial, sans-serif;
	color:#CCC;
}

/* Layout Elements */

#left{
	float:left;
	width:50%;
}

#left_background{
	height:700px;
	background:url(../images/leftback.jpg) no-repeat top right;
}

#right{
	float:right;
	width:50%;
}

#right_background{
	height:700px;
	background:url(../images/rightback.jpg) no-repeat top left;
}

#container {
	margin: 0 auto;
	width:0px;
	position:relative;
}

#page {
	position:absolute;
	left:-480px;
	width:960px;
	min-height:700px;
	background: #000 url(../images/containerbg1.jpg) repeat-y;
	border-left:1px solid #999966;
}

#header {
	position:relative;
	height:200px;
	width:964px;
	background:url(../images/headerback2.jpg) no-repeat top center;
	margin-left:-2px;
	border-bottom:1px solid #999966;
	}


#leftcolumn {
	float:left;
	width:200px;
	min-height:600px;
	/*height:100%;*/
	padding:0 10px 0 10px;
}

#content {
	min-height:700px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-left:210px;
	border-right:1px solid #999966;
	border-left:1px solid #999966;
	line-height:120%;
	}


#footer {
	height:150px;
	width:960px;
	background:#ffffff;
	border:1px solid #999966;
	background: url(../images/footerback.jpg) no-repeat #000;
	margin-top:-20px;
}

/* Styled Elements */

#menu{
	
}

#menu li{
	display:block;
	padding-top:8.5px;
	padding-right:10px;
	padding-bottom:9px;
	padding-left:10px;
	text-aling:left;
	font-size:14px;
	font-weight:bold;
	
}

#menu li a:link,#menu li a:visited{
	color:#909090;
	text-decoration:none;
}

#menu li a:hover,#menu li a:active{
	color:#ffffff;
	text-decoration:none;
}

.subhead {
	margin-left:20px;
	padding-left:20px;
	color:#C90;
}

.submenu {
	margin-left:40px;
	background:none;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px solid #999966;
}
	

.menu_line{
	padding-bottom:8px;
	border-bottom:1px solid #999966;
}

#camo{
	text-align:center;
	margin-top:10px;
}

.clear {
	line-height:1px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#content p {
	margin-bottom:1em;
}

.floatright{
	float:right;
	margin:0px 10px 10px 20px;	
}

.floatleft{
	float:left;
	margin:0px 20px 10px 10px;
}

#footer p {
	color:#fff;
	font:normal bolder 20px Tahoma, Geneva, sans-serif Tahoma large;
}

#footerright {
	padding:10px 10px 10px 0;
	float:right;
}

#footerleft {
	padding:10px 0 10px 10px;
	float:left;
}

.h1home {
	margin-top:-120px;
	margin-bottom:80px;
}

h2 {
	display:block;
	font:normal 900 20px small-caps Tahoma, Geneva, sans-serif;
	background:#CCC url(../images/bgstripe3.jpg) repeat;
	color: #FFF;
	padding: 10px;
	margin-bottom:10px;
}

.packdiv{
	width:708px;
	margin-bottom:10px;
}

.packdivmediumimg{
	float:right;
	margin-top:-10px;
	margin-left:10px;
	margin-bottom:10px;
	width:245px;
}

.packdivmediumimg img{
	margin-top:10px;
}

.packdivinner{
	width:450px;
}

.packdivinner ul{
	list-style:none;
	list-style-position:inside;
	padding-left:10px;
	border-left:2px dashed #999966;
	border-bottom:2px dashed #999966;
	border-right:2px dashed #999966;
	margin-top:-10px;
	padding:10px 0 10px 10px;
	color:#C90;
}

.packdivinner li{
	font: 20px bold Tahoma, Geneva, sans-serif;
}

.packdivinfo{
	margin-bottom:0px;
}

.packdivinfo p{
	font:16px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0px 0px 10px;
	margin:5px 10px 0px 0px;
	line-height:130%;
}

.packdivbottom{
	border-bottom:1px dashed #999966;
	border-top:1px dashed #999966;
	padding:5px 0 0px 10px;
	
}

.packdivbottom a:link,#menu li a:visited{
	color:#909090;
}

.packdivbottom a:hover,#menu li a:active{
	color:#ffffff;
}

.packdivinfo .moreinfo{
	padding: 0px 0px 5px 10px;
	font:12px Verdana, Geneva, sans-serif;	
}

.paypaltable{

}

.paypaltable td{
	height:100;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	text-align:center;
}

.pricetext{
	color:#C90;
	font: 20px bold Tahoma, Geneva, sans-serif;
}

.contact {
	width:100%;
	border:none;
}

.contacttext {
	width:200px;
	font:13px bold #663300 tahoma,arial bold;
	background-color:#f8f8f8;
	border:1px solid #000000;
}

.contacttextarea {
	width:500px;
	font:13px bold #663300 tahoma,arial bold;
	background-color:#f8f8f8;
	border:1px solid #000000;
}

.td_one{
	width:120px;
	vertical-align:middle;
}

.contactus h1{
	font:30px Tahoma, Arial bold;	
	margin-bottom:10px;
}

.contactus p{
	font:18px Tahoma bold;
	line-height:60%;
	margin: 0px 0 0px 0;
}

.aboutus h1{
	font:22px Tahoma, Geneva, sans-serif bold ;
	color:#C90;
	text-indent:2em;
}

.aboutus p{
	line-height:120%;
	font:14px Tahoma, arial, sans-serif;
}

.aboutus a:link,a:visited{
	color:#69F;	
}

.aboutus a:hover,a:active{
	color:#F90;
}

.aboutus img{
	margin-left:35px;
	margin-top:10px;
}

.selectstate {
	float:left;
	width:120px;
	color:#666;
	padding-left:15px;
}

.onlinedealers{
	text-align:center;
}

.onlinedealers h3{
	font:14pt Verdana, Geneva, sans-serif;	
	color:#c90;
}

.selectstate a{
	color:#F90;
}

.selectstate a:hover{
	color:white;
}

.dealers {
	clear:left;
}

.state {
	color:#F90;
	font:20px bold Tahoma, Geneva, sans-serif;
}

#player {
	margin-left:35px;
}

#player1 {
	margin-left:35px;
}

.table1{
	width:95%;
}

.table1 td{
	text-align:center;
	vertical-align:middle;
	padding: 0 5px 0 5px;
}

.tdbar{
	border-top:3px solid #999;
}
/*
-------------------------------------------------------------------------------
Light Box CSS
-------------------------------------------------------------------------------
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

