/* RMGO Gear.com - Syle 1 by Jacob Leis - http://www.redphoneconsulting.net/ */
/* All associated rights to graphics and style elements are reserved, Red Phone Consulting LLC, and Rocky Mountain Gun Owners */
/* Original: Oct 12th, 2009 */
/* Current Version: Oct 12th, 2009 */

/* Version Changes */
/* 1.0 - Drafted 10/09 */

HTML {
	margin: 0px;
	padding: 0px;
}

body {
	background: #aaa url(img/background.jpg); 
 	text-align: left;
}

#bannerbackground {
	margin: 0; 
	background: url(img/banner_back.png);
	background-repeat: repeat-x;
	height: 140px;
	z-index: 0;
}

#banner {
	background: url(img/banner_top.png);
	background-repeat: no-repeat;
	height: 177px;
	width: 1058px;
	margin-left: 50px;
	z-index: 0;	
}

#container {
	background: url(img/body_mid.png);
	background-repeat: repeat-y;
	width: 1058px;
	margin-left: 50px;
	z-index: 0;	
}

#linklist{
	margin-left: 0px; 
	float: left;
	width:200px;
	z-index:5;
	margin-top: 25px;
	
}

#linklist-top {
	margin: 0; 
	background: url(img/menu_top.png);
	background-repeat: no-repeat;

}

#linklist-mid {
	color: #fff;
	font-family:arial;
	font-weight: bold;
	margin: 0; 
	background: url(img/menu_mid.png);
	background-repeat: repeat-y;
	padding: 20px;
}

#linklist-bot {
	margin: 0; 
	background: url(img/menu_bot.png);
	background-repeat: no-repeat;

}

.item {
	margin: 0; 
	width: 745px;
	float: right;
	margin-right: 50px;
	margin-bottom: 15px;
	padding: 10px;

	}

.itemtitle {
	background: #f6deaf url(img/item_title.png);
	text-align: right;
	color: #61612d;
	font-size: x-large;
	font-weight: bold;
	font-family: arial;
	padding: 10px;
	margin: 5px;
}

.itemdesc {
	background: #f6deaf;
	padding: 25px;
	margin: 5px;
	margin-bottom: 10px;

}

.itemphotos {
	background: #f6deaf;
	text-align: center;
	margin:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
}

.itemmainimg {
	background: #fff;
	padding:0px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
	width: 250px;
	border: 5px solid #000;
}

.itemsmallpic {
	background: #fff;
	padding:25px;
	margin: auto;
}

#clearone {
clear:both;
height: 1px;

}

img {
border-style: none;

}

a {
color: #fff;
text-decoration: none;
}