/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:#121110 url(../images/site/body_bg.jpg) top center repeat-x;
}

#wrapper {
	width:896px;
	margin:0 auto;
	text-align:left;
	padding-bottom:20px;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}


/*------------------- HEADER AND HEADER NAV -------------------*/
#header {
	padding:90px 0 10px 0;
}


/*------------------- NAVBAR -------------------*/
#nav_bar {
	position:relative;
	z-index:3;			/* necessary for IE6 if you want dropdowns  */
	height:28px;
		
	border:solid 1px #322;
	border-bottom: solid 2px #900;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	background:#000;
	padding:10px;
	border:solid 1px #333;
}

#main_photo {
	z-index:2;
}

#weapons_catalog {
	margin:5px 0;
}


/*-------- 1 columns --------*/
#one_col {
	padding:10px;
}

/*-------- 2 columns --------*/
#main_col2 {
	width:610px;
	position:relative;
	float:left;
}

#right_col2 {
	width:250px;
	position:relative;
	float:right;
}


/*------------------- FOOTER -------------------*/
#footer {
	width:896px;
	margin:0 auto;
	padding:10px 0;
	font-size:8pt;
	color:#777;
	background:url(../images/site/footer_bg.jpg) top center no-repeat;
}

#footer a:link, #footer a:visited {
	color:#777;
	text-decoration:none;
}

#footer a:hover {
	color:#777;
	text-decoration:underline;
}
