@import"nav.css";@import"grid.css";@import"products.css";
body {
	background: #151210;
	min-width: 982px;
	margin: 0 auto;
	font-family: Helvetica;
}

html,body {
	height:100%;
}

.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}

.main {
	width: 882px;
	position: relative;
	margin: 0 auto;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0
}
a img {
	border: none;
}
a, a:hover, a:visited, a:active {
	color: #000;
}

/*************** Header Styles ***************/
h1,h2,h3,h4,h5,h6{margin:0 0 30px;line-height:1.2em;color:#fff;text-transform:none;font-weight:normal;}
h1{font-size:32px;}
h2{font-size:28px}
h3{font-size:24px;} 
h4{font-size:20px;}   
h5{font-size:16px}
h6{font-size:16px;text-transform:uppercase;}
h1.faq { 
	font-weight: lighter;
	text-shadow: 2px 2px 2px #000;
	padding-top: 10px;
	margin-top: -10px;
}
h5.faq {
	color: #fbae23 !important;
	font-weight: bold;
	margin: 0 !important;
	text-shadow: 2px 2px 2px #000;
}
h5.faqA {
	text-shadow: 2px 2px 2px #000;
	font-weight: lighter;
}
h4.contact {
	color: #fbae23 !important;
	margin: 0 !important;
}
h4 a, a:visited, a:active {
	color: inherit;
	border: 0;
	text-decoration: none;
	font: inherit;
}
h4 a:hover {
	border-bottom: 1px solid #fff;
}
#contact_content h4 {
	font-size: 18px !important;
	line-height: 24px;
}
.no-margin {
	margin: 0 !important;
}
.bolded { font-weight: bold !important; }
.orange { color: #fbae23 !important; }
.lighter { font-weight: lighter !important; }
/*************** Boxes ***************/
.img-indent {
	float: left;
	margin-right: 10px;
}
.pos_rel {
	position:relative;
}
.border-bot{border-bottom:1px solid #5b4216; width: 100%; margin: 30px 0;}
.border-bot2{border-bottom: 1px solid #696564; width: 145px; margin: 8px 0;}
.b-top {border-top: 1px solid #000;}
/*************** Header ***************/
header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 882px;
}
.header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 882px;
}
#logo_bg {
	float: left;
	width: 182px;
	height: 130px;
	background: #000;
	position: relative;
}
#logo_bg  p.icon {
	position: absolute;
	top: 17px;
	left: 35%;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -5000px;
	height: 88px;
	width: 100px;
}
a#logo {
	display: block;
	width: inherit;
	height: inherit;
}
#head_right {
	float: left;
	position: relative;
	width: 700px;
}
#head_right_top {
	height: 93px;
	overflow: hidden;
}
#head_right_top p{
	position: absolute;
	color: #c5c4c3;
	top: 45px;
	left: 35px;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: -1px;
}
#links {
	float: right;
	margin-top: 25px;
	padding: 0;
	list-style-type: none;
}
#links li {
	height: 48px;
	float: right;
	margin-left: 20px;
	font-size: 8px;
	color: #fff;
}
#links li a, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
	border:none;
}
#call {
	width: 191px;
	height: 48px;
	background: url(../images/call.png) 0 0 no-repeat;
	text-indent: -5000px;
	float: right;
	margin-right: 15px;
}
.main-img {
	height: 354px;
	background: #1c1713;
	position: relative;
	width: 882px;
	margin: 0 auto;
	overflow: visible;
}
#main-img-container {
	width: 882px;
	height: 400px;
	margin: 0 auto;
	padding-top: 0;
}
.page-img {
	height: 180px;
	position: relative;
	width: 882px;
	margin: 0 auto 0 auto;
	z-index: 1;
	text-indent: -5000px;
}
#bg {
	height: 411px;
	background: url(../images/bg_img.png) 0 0 no-repeat;
	width: 952px;
	position: absolute;
	z-index: -9999;
	top: -70px;
	left: 0;
	visibility: hidden;
}
/*************** Text Styles ***************/
.no_bold {
	font-weight: lighter !important;
}
/*************** Content ***************/
section#content {
	padding: 20px 10px 20px 10px;
	width: 882px;
	position: relative;
	margin: 0 auto;
}

p.content_message {
	font: 16px helvetica;
	font-weight: lighter;
	line-height: 21px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 20px;
}
.callouts {
	height: 195px;
	width: 294px;
	background: url(../images/callouts_bg.jpg);
	float: left;
	position: relative;
}
.co_header {
	position: relative;
	height: 50px;
}
.co_content {
	width: 158px;
	overflow: hidden;
	font: 14.5px Helvetica;
	font-weight: lighter;
	color: #fff;
	margin-top: 20px;
	float: right;
}
.more {
	margin-top: 15px;
	position: relative;
	color: #fbae23;
	text-decoration: none !important;
	font-weight: bold;
	border: none !important;
	float: right;
	margin-right: 40px;
}
.co_ro {
	background: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	visibility: hidden;
}
.callouts a:hover {
	text-decoration: none;
	border: none;
}
.callouts a:visited {
	text-decoration: none;
	border: none;
}
.callouts a {
	text-decoration: none;
	border: none;
}
#callouts {
	margin-top: 20px;
}

/*************** Footer ***************/
footer {
	width: 882px;
	margin: 0 auto;
	position: relative;
}
#footer {
	width: 882px;
	margin: 0 auto;
	height: 138px;
	padding: 0;
	position: relative;
	margin-top: 60px;
	border-top: 1px solid #fbae23;
}
#footer_left {
	position: relative;
	margin-left: 15px;
	font-weight: normal;
}
#footer_left .icon {
	width: 54px;
	height: 40px;
	background: url(../images/footer_logo.png) 0 0 no-repeat;
	text-indent: -5000px;
	float: left;
}
.footer_links ul {
	list-style-type: none;
	padding: 5px 0;
	margin: 15px 0;
	font: 11px helvetica;
	color: #fff;
}
.footer_links li#copyright {
	font-weight: bold !important;
	float: left;
	margin-left: 10px;
}
.footer_links li a {
	text-decoration: none;
	font: inherit;
	color: inherit;
	float: left;
	margin-left: 10px;
}
/*************** Main Content Headers ***************/
#welcome {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/welcome.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#company {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/company.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#FAQ {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/FAQ.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#contact {
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	background: url(../images/contact.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#company {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/company.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#products {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/products_h.png) 0 0 no-repeat;
	text-indent: -5000px;
}

/*************** Contact ***************/
.t { 
	color: #fbae23 !important;
	margin-right: 5px;
}
.contact_h {
	color: #fbae23 !important;
	font-weight: normal !important;
}

/*************** Misc ***************/
#preload {
	display: none !important;
}
.label {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}