@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #585d49;
}

#indexBody {
	background-image: url(images/index_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3c3f34;
}

a.bodylink {
	color: #cfc381;
	text-decoration: none;
}
a.bodylink:visited {
	text-decoration: none;
	color: #cfc381;
}
a.bodylink:hover {
	text-decoration: underline;
	color: #cfc381;
}
a.bodylink:active {
	text-decoration: none;
	color: #cfc381;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #c8c5ba;
}
#leftBack { background-image:url(images/left_fade.gif); background-position:top right; background-repeat:no-repeat;}
#rightBack { background-image:url(images/right_fade.gif); background-position:top left; background-repeat:no-repeat;}

#indexLeft { background-image:url(images/index_left.jpg); background-position:top right; background-repeat:no-repeat;}
#indexRight { background-image:url(images/index_right.jpg); background-position:top left; background-repeat:no-repeat;}

#headBack1 { width:920px; height:90px; background-image:url(images/headback1.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; position:relative;}

#headBack2 { width:920px; height:90px; background-repeat:no-repeat; background-position:top left; margin-top: 0; position:relative;}

#noHelmet {width:920px; height:90px; background-image:url(images/no_helmet.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; position:relative;}

#photoBack1 { width:920px; height:312px; background-image:url(images/photoback1.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; padding-top:7px;}

#photoBack2 { width:920px; height:312px; background-image:url(images/nightvision-header.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; padding-top:7px;}

#photoBack3 { width:920px; height:312px; background-image:url(images/weaponsights-header.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; padding-top:7px;}

#photoBack4 { width:920px; height:312px; background-image:url(images/camouflage-header.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; padding-top:7px;}

#photoBack5 { width:920px; height:312px; background-image:url(images/mainheader2.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; padding-top:7px;}

#photoBack6 {width:920px; height:312px; background-image:url(images/night2_header.jpg); background-repeat:no-repeat; background-position:top left; margin-top: 0; padding-top:7px;}


#mainContent1 { width:880px; background-color:#585d49; margin: 10px 20px 10px 20px;}



/************************ Footer ***************************/
#footer1 { width:900px; background-color:#585d49; margin-top: 0; height:50px; margin-right:20px; margin-top:5px; /*border-top: solid #23271A 1px;*/}

#footer2 { width:800px; background-color:#585d49; height:85px; margin-top:5px; margin-bottom:10px; /*border-top: solid #23271A 1px;*/ }

.footerText { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:12px; color:#23271A;}
a.footerText {font-family:Tahoma, Verdana, Arial, sans-serif; font-size:12px; color:#23271A;}
a.footerText:hover { text-decoration:underline;}

#warningText { width:880px; background-color:#585d49; margin:10px 20px 5px 20px; font-family:Tahoma, Verdana, Arial, sans-serif; font-size:12px; color:#2F3129; }


/****************** Buttons ***************************/

a.homeButton, a.homeButton:link, a.homeButton:visited, a.homeButton:active {
	background-image: url(images/home1_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:65px;
	width:59px;
	display:block;
}
a.homeButton:hover {
	background-image: url(images/home1_ov.gif);
}

a.orderButton, a.orderButton:link, a.orderButton:visited, a.orderButton:active {
	background-image: url(images/order1_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:65px;
	width:111px;
	margin-left:2px;
}
a.orderButton:hover {
	background-image: url(images/order1_ov.gif);
}

.smallText { font-size:12px;}

.title1 { color:#c8bd82; text-transform:uppercase; font-size:14px; font-weight:bold;}
.title2 { color:#c8c5ba; text-transform:uppercase; font-size:14px; font-weight:bold;}
.title2large { color:#c8c5ba; text-transform:uppercase; font-size:18px; font-weight:bold;}
.title3 { color:#23271A; text-transform:uppercase; font-size:14px; font-weight:bold;}
.title4 {color:#c8bd82; /*text-decoration:underline;*/ text-transform:uppercase; font-size:16px; font-weight:bold;}

li.bulletStyle1 { 
list-style: none; list-style-image:url(images/bullet1.gif); list-style-position: outside; list-style-type:none; font-size:12px;
margin-left:0; padding-top:3px;}

input, textarea, select {
  background-color: #c3c7ac;
  border:thin;
  border-color:#676e4d;
  border-style:solid;
  border-width:1px;
  color : #222b1c;
}


/******* side nav *******/

#sideNavigation { width:229px; background-image: url(images/nav_back.gif); background-repeat:repeat-y;
	background-position:top left;}

ul.sidemenu {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width:229px;
	list-style-type: none;
}

ul.sidemenu li {
	border: 0;
	margin:0;
	padding:0;
}

a.sidemenu1, a.sidemenu1:link, a.sidemenu1:visited, a.sidemenu1:active {
	background-image: url(images/products_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	width:229px;
	display:block;
	float:left;
	position:relative;
}
a.sidemenu1:hover {
	background-image:url(images/products_ov.gif);
}

a.sidemenu2, a.sidemenu2:link, a.sidemenu2:visited, a.sidemenu2:active {
	background-image: url(images/ordernow_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	width:229px;
	display:block;
	float:left;
	position:relative;
}
a.sidemenu2:hover {
	background-image:url(images/ordernow_ov.gif);
}

a.sidemenu3, a.sidemenu3:link, a.sidemenu3:visited, a.sidemenu3:active {
	background-image: url(images/about_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	width:229px;
	display:block;
	float:left;
	position:relative;
}
a.sidemenu3:hover {
	background-image:url(images/about_ov.gif);
}

a.sidemenu4, a.sidemenu4:link, a.sidemenu4:visited, a.sidemenu4:active {
	background-image: url(images/gsadiscount_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	width:229px;
	display:block;
	float:left;
	position:relative;
}
a.sidemenu4:hover {
	background-image: url(images/gsadiscount_ov.gif);
}

a.sidemenu5, a.sidemenu5:link, a.sidemenu5:visited, a.sidemenu5:active {
	background-image: url(images/resources_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	width:229px;
	display:block;
	float:left;
	position:relative;
}
a.sidemenu5:hover {
	background-image:url(images/resources_ov.gif);
}

a.sidemenu6, a.sidemenu6:link, a.sidemenu6:visited, a.sidemenu6:active {
	background-image: url(images/contact_up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	width:229px;
	display:block;
	float:left;
	position:relative;
}
a.sidemenu6:hover {
	background-image:url(images/contact_ov.gif);
}

#selectFilter { width:229px; height:59px; background-image:url(images/select_back.gif); background-repeat: no-repeat; background-position:top left;}


/************* Copycat Logo added 10/08 - TN ***********/
#copycat {margin:10px; margin-top:-3px; _margin-top:0px;}

