@charset "utf-8";
/* CSS Document */
.clear	{
	clear:both;
}
.img-float-left	{
	float:left;
	box-shadow:7px 7px 12px #000;
	border-radius: 3px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000;
	margin-bottom: 15px;
}
.center	{
	margin-left: auto;
	margin-right: auto;
}
.border	{
	border-style:solid;
	border-width:1px;
	border-color:#000;
}
.table_month	{
	color:#C33;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
}
.img-drop-shadow-fl	{
	box-shadow:7px 7px 12px #000;
	border-radius: 3px;
	float:left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img-drop-shadow-fr	{
	box-shadow:7px 7px 12px #000;
	border-radius: 3px;
	float:right;
	margin: 10px;
}
@font-face {
    font-family: 'anglecia';
    src: url('../fonts/AngleciaProText-Regular-webfont.eot');
    src: url('../fonts/AngleciaProText-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AngleciaProText-Regular-webfont.woff') format('woff'),
         url('../fonts/AngleciaProText-Regular-webfont.ttf') format('truetype'),
         url('../fonts/AngleciaProText-Regular-webfont.svg#anglecia_pro_txtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dev';
    src: url('../fonts/DEVROYUN-webfont.eot');
    src: url('../fonts/DEVROYUN-webfont.eot?iefix') format('embedded-opentype'),
         url('../fonts/DEVROYUN-webfont.woff') format('woff'),
         url('../fonts/DEVROYUN-webfont.ttf') format('truetype'),
         url('../fonts/DEVROYUN-webfont.svg#DevroyeRegular') format('svg');
		     font-weight: normal;
    font-style: normal;

}
body {
	background-color: #282926;
}

#content {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #996;
	border-radius: 5px;
	padding: 25px;
	border: 1px solid #C60;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}
#DropMenu {
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	font-family: dev;
	font-size: 19px;
	text-shadow: 0px 2px 3px #555;
}
#main {
	background-color: #CC9;
	padding: 8px;
	border-radius: 8px;
	box-shadow:5px 5px 8px #000;
	color: #033;
	border: 1px solid #330;
}
#logo {
	width: 400px;
	height: 104px;
	float: left;
}
#contact {
	float: right;
	padding: 8px;
	font-family: anglecia;
	font-size: 14px;
	color: #033;
	font-style: italic;
	text-shadow: 0px 2px 3px #555;
}
#contact p {
	line-height: 16px;
	margin: 0;
}
#index_welcome_text	{
	font-family: anglecia;
	font-size: 16px;
	text-shadow: 0px 2px 3px #555;
	margin: 0px;
}
#footer {
	background-color: #CC9;
	margin-top: 15px;
	border-radius: 5px;
	text-align: center;
	font-family: dev;
	color: #033;
	box-shadow:5px 5px 8px #000;
	text-shadow: 0px 2px 3px #555;
	padding: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #330;
	border-left-color: #330;
	font-size: 12px;
}
#footer a {
	color: #033;
	text-decoration: none;
}
#footer a:hover {
	color: #033;
	text-decoration: underline;
}
#line {
	background-image: url(../../images/main/0001.PNG);
	background-repeat: no-repeat;
	height: 15px;
}
.line {
	height: 2px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #996;
	box-shadow:3px 4px 1px #CC9;
	border-radius:3px;
}
#index_welcome_text p {
	line-height: 20px;
}
.thumbs {
	float: left;
	padding: 10px;
}
.product_img {
	padding: 10px;
	float: left;
	border: 1px solid #000;
	border-radius: 5px;
}
.bob-allen_img {
	padding: 10px;
	float: left;
	border: 1px solid #000;
	border-radius: 5px;
	margin-left: 50px;
}
.product_desc {
	float: right;
	padding: 10px;
	font-family: anglecia;
	font-size: 14px;
	width: 520px;
}
h2 {
	font-family: dev;
	font-weight: normal;
	font-size: 16px;
}
h1 {
	font-family: dev;
	font-weight: normal;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0;
}
.product_container {
	background-color: #FFF;
	padding: 10px;
	margin-top: 15px;
	border-radius: 8px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	box-shadow:7px 7px 8px #000;
	border: 1px solid #000;
}
.price {
	font-weight: bold;
	display: block;
	text-align: right;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 10px;
}
.price-gun-rack {
	font-weight: bold;
	display: block;
	text-align: right;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 10px;
	width: 500px;
	float: right;
}
.product_features {
	padding: 10px;
}
ul {

}
#content #main .product_container .product_desc p {
	margin: 5px;
}
.enlarge {
	display: block;
	width: 350px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font-size: 12px;
}
.bob-allen-enlarge {
	display: block;
	width: 280px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font-size: 12px;
}
td	{
	padding-left: 20px;
	padding-right: 20px;
}
#schedule {
	font-family: anglecia;
	font-size: 16px;
	text-transform: uppercase;
}
li	{
	list-style-type: square;
}
#content #main .product_container .thumb1 img {
	border: 1px solid #000;
	border-radius: 3px;
}
#content #main .product_container .thumb2 img {
	border: 1px solid #000;
	border-radius: 3px;
}
#content #main .product_container .thumb3 img {
	border: 1px solid #000;
	border-radius: 3px;
}
.center-product-description {
	font-family: anglecia;
	font-size: 14px;
	padding: 10px;
}
.vault_li {
	width: 580px;
	float: right;
}
.bag_li {
	width: 500px;
	float: right;
}
