/* CSS Document */

A:link {text-decoration: none; color:#666633; font-weight:bold;}
A:visited {text-decoration: none; color:#666633;font-weight:bold;}
A:active {text-decoration: none;  color:#666633;font-weight:bold;}
A:hover {text-decoration: none; color:#333333; font-weight:bold; cursor: hand;}

.footer A:link {text-decoration: none; color:#fff;}
.footer A:visited {text-decoration: none; color:#fff;}
.footer A:active {text-decoration: none;  color:#fff;}
.footer A:hover {text-decoration:none; color:#000; font-weight:bold;}


* {
	margin: 0;
}

html, body {
	height:100%;
	background:#999966 url('images/bg.jpg') repeat top center;
	font-family:'Arial', Arial, sans-serif;
	font-size:100%;
	text-align:center;
	color:#000;
	}
	
#invis {
	background:#fff url('images/invisbg.png') center top repeat-y;
	width:1024px;
	height: auto !important;
	height: 100%;
	margin:0 auto -44px;
	text-align:left;
	}

/*Header*/
	
#header {
	background:transparent url('images/header-bg.jpg') no-repeat top center;
	width:1024px;
	height:139px;
	color:#fff;
	}

/* Admin */

/*Admin Log-in*/
#admin {
	padding-top:10px;
	padding-left:40px;
	margin-right:0px;
	width:150px;
	text-align:left;
	font-family:'Arial', Arial, sans-serif;
	color:#ccc;
	font-size:8pt;
	}

#admin a  { font-weight:normal;color:#ccc; }

#admin .admin-form {
	padding-bottom:4px;
	color:#fff;
	}
	
#admin .form-submit {
	padding-top:5px;
	width:75px;
	text-align:center;
	}
	
#admin label
{
text-align: left;
border:0px solid #ccc;
padding-bottom:2px;
}

#admin input
{
color: #000;
background: #ccc;
border: 1px solid #000;
width:175px;
height:18px;
padding-bottom:4px;
}

#admin .submit { padding-top:8px; }

#admin .submit input
{
margin-top:4px;
border:1px solid #000;
background:#999;
color:#000;
width:60px;
} 
	
/* Menu */
	
#menu {
    margin-top:103px;
    width:100%;
	background:transparent url('images/menu-bg.jpg') center top repeat-y;
	text-align:center;
	color:#fff;
	z-index:100;
		}

#menu .menu {
	position:relative;
	}

#menu .menu a img {
	background:transparent url('images/link.jpg') top center no-repeat;
	width:175px;
	height:25px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border:0;
	}
	
#menu .menu2 {
	background:transparent url('images/link2.jpg') top center no-repeat;
	width:165px;
	height:25px;
	line-height:22px;
	border:0;
	text-align:left;
	padding-left:10px;
	font-size:8pt;
	text-transform:uppercase;
	}
	
#menu .menu a:hover img {
	background:transparent url('images/link-hover.jpg') top center no-repeat;
	width:175px;
	height:25px;
	border:0;
	}
	
#menu .menu-text {
	position:absolute;
	top:0px;
	left:10px;
	font-size:10pt;
	line-height:22px;
	width:auto;
}

#menu a {font-weight:normal;color:#fff;}
#menu a:hover {font-weight:normal;color:#999966;}

#menu-gunbelt {
	width:174px;
	height:268px;
	background:transparent url('images/gunbelt.jpg') no-repeat top center;
	border-left:1px solid #000;
	}

/* end Header */

/* Content Layout */

#content {
	float:left;
	width:1024px;
	background:transparent url('images/content-bg.jpg') top center no-repeat;
	*display:inline;
	}

#div1 {
	float: left;
	width: 175px; /*width of left column in pixels*/
	height:auto;
	margin-left: -1024px; /*Set margin to that of -(invis width)*/
	background:transparent;
	border-right:1px solid #666;
	*display:inline;
	*overflow:hidden;
}

#div2 {
    padding-top:25px;
	margin: 0px 175px 0px 175px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	width:674px;
	background:transparent;
	*display:inline;
	*overflow:hidden;
	}


#div3 {
	float: left;
	width: 175px; /*Width of right column*/
	margin-left: -175px; /*Set left margin to -(RightColumnWidth)*/
	background:transparent;
	*display:inline;
	*overflow:hidden;
	font-size:80%;
	}

.core {
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
/* end Content Layout */

/* Div2 (Content) */

.title {
	background:transparent url() repeat-x top left;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	}

.subtitle {
	text-align:left;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	color:#000;
	margin-bottom:10px;
	}

.subtitle2 {
	text-align:left;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	color:#000;
	margin-bottom:10px;
	}

.text	{
	text-align:justify;
	font-size:85%;
	color:#000;
	margin-bottom:10px;
	}

.content table, .content tr, .content td {
	text-align:justify;
	color:#000;
	font-size:95%;
	}

/* Content - Featured Products */
#featured-products {
	border:1px solid #000;
	background:#666633;
	width:608px;
	padding:0px;
	}
	
#featured-products .title {
	background:transparent url('images/featured-bg.jpg') repeat-x top left;
	height:35px;
	line-height:32px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:14pt;
	}

#featured-products .products{
	width:160px;
	height:auto;
	background:#CCCC99;
	font-size:10pt;
	padding-top:10px;
	padding-bottom:20px;
	text-transform:uppercase;
	}

#featured-products table {
	margin-top:0px;
	}
	
#featured-products .products img {border:1px solid #000;}

	/*end*/

/* end Div2 */

/* SIDEBARS */
.sidebar-title {
    width:169px;
	height:24px;
	line-height:24px;
	padding-top:8px;
	padding:2px;
	background:#000;
	color:#fff;
	font-weight:bold;
	margin-bottom:2px;
	border:1px solid #000;
	text-align:center;
}

.sidebar-div {
	width:173px;
	border:1px solid #000;
	margin-top:4px;
}

.sidebar-div p {
	padding:4px;
	text-align:left;
}


/* Misc CSS Styles */

.clear {clear:both;}

/*Footer*/

.footer {
	clear:both;
	margin:0 auto;
	height:44px;
	width:100%;
	padding: 0;
	background:transparent url('images/footer-bg.jpg') no-repeat bottom center;
	text-align:center;
	}

.footer-text {
	color:#336699;
	}

.footer-text td {
	padding-top:6px;
	color:#000;
	font-size:80%;
	padding-left:20px;
	padding-right:20px;
	}

/* end Footer */

