@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#2d1203;
}
img, div { behavior: url(../iepngfix.htc) }

/* HOME STYLES */

.top_bg {
	height:392px;
	width:100%;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
.body_bg {
	height:384px;
	width:100%;
	background-image:url(../images/bg_body.jpg);
	text-align:center;
	position:relative;
}
.bottom_bg {
	height:273px;
	width:100%;
	background-image:url(../images/bottom_bg.jpg);
	text-align:center;
}
.top_content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	margin:62px 0 0 42px;
	float:left;
}
.home_nav {
	float:left;
	margin:80px 0 0 50px;
	border-bottom:1px #773305 solid;
}
.home_imgs {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.left_img {
	margin:0 0 0 33px;
	float:left;
	position:relative;
	z-index:10;
}
.right_img {
	float:left;
	margin-top:-39px;
	z-index:100;
	position:relative;
}
.home_content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
.home_left {
	position:absolute;
	top:79px;
	left:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#535353;
	width:465px;
	float:left;
}
.home_right {
	position:absolute;
	top:187px;
	left:557px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#535353;
	float:left;
}
.bottom_column {
	width:189px;
	margin:17px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	text-align:center;
	color:#535353;
}
.bottom_divider {
	width:36px;
	text-align:center;
	margin-top:42px;
	float:left;
}
.home_bottom {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	height:273px;
	padding-left:80px;
}
.sifr1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	color:#6d3b17;
	text-align:center;
	margin-bottom:12px;
}
.sifr2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#6d3b17;
	text-align:left;
	margin-bottom:18px;
	font-style:italic;
}
/* SUBPAGE STYLES */
.top_bg_subpages {
	height:189px;
	width:100%;
	background-image:url(../images/subpage_header_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
.subpage_header_container {
	width:960px;
	height:189px;
	margin: 0 auto;
	text-align:left;
	min-width:960px;
}
.subpage_logo {
	margin:32px 0 0 10px;
	width:279px;
	float:left;
	padding-bottom: 11px;
}
.phone_number {
	margin:67px 0 0 400px;
	float:left;
}
.subpage_nav {
	margin: 0 0 0 8px;
}
.subpage_nav_btn {
	float:left;
	margin:0px;
	padding:0px;
}
.subpage_content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
.subpage_left {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#535353;
	width:605px;
	float:left;
	margin:30px 30px 25px 36px;
}
.subpage_left2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#535353;
	width:894px;
	float:left;
	margin:30px 30px 25px 36px;
}
.boxme a img {
	padding:3px;
	float:left;
	display:block;
	}
.subpage_right {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#535353;
	width:281px;
	float:left;
	background-image:url(../images/subpage_r_bg.jpg);
	margin:-4px 0 0 0;
}
.subpage_right_content {
	margin:20px;
}
.body_bg_subpages {
	width:100%;
	background-image:url(../images/bg_body.jpg);
	text-align:center;
	padding-bottom:40px;
}
a {
	color:#FF0000;
	}
.accessories_left {
	width:295px;
	float:left;
	margin:0 15px 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.accessories_right {
	width:295px;
	float:left;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.accessories_img {
	float:left;
}
.accesories_title {
	color:#6d3b17;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*Forms*/
	
	
form span.b {									/* border */
	display:block;
	margin-right:12px;
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
	}

form span.b input,
form span.b textarea,
form span.b select {
	width:99.5%;
	margin:0; padding:4px 0;
	font-size:12px;
	font-family:inherit;
	color:#111;
	background-color:#fcfcfc;
	border:1px solid #ccc;
	border-top-color:#777;
	border-bottom-color:#DDD;
	}
html form span.b input,
html form span.b textarea,
html form span.b select {width:98.5%;}

form span.b input:focus,
form span.b textarea:focus,
form span.b select:focus {
	background-color:#FFF;
	}
form span.b textarea {
	height:16em;
	}
form span.b span.n {								
	margin:2px -2px -2px -2px;padding:4px;
	font-size:11px;
	}

form span.box {								
	position:relative;
	display:block;
	margin-left:145px;
	padding:2px;
	}

form label {
	float:left;
	display:block;
	width:125px;
	margin:2px 0 0 0;
	font-weight:bold;
	font-size:18px;
	color:#7D7A6F;
	}
form span.eg {									
	display:block;
	margin-left:145px;							
	padding:3px 2px 0 2px;
	font-size:11px;
	}
	
form .change {
	display:block;
	margin:0 0 0 145px;
	padding:10px;
	background:#f4f4f4;
	font-size:14px;
	}
form .change a {
	float:right;
	}
	
form .editblock {
	display:block;
	margin:0 0 0 145px;
	padding:10px;
	background:#efefef;
	}
	
form .legend {
	padding:5px 0 10px 145px;
	margin:15px 0;
	border-bottom:2px solid #ddd;
	color:#999;
	}
form { margin:0; } 

.list_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-bottom:12px;
	font-weight:bold;
	text-align:left;
	}
	.list_title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	padding:6px;
	}
.list_box {
	font-size:12px;
	padding:8px;
	}
.footerlink a {
	color:#f1e7b4;
	}
.footerlink {
	color:#f1e7b4;
	}
