@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
	background-color: #301107;
	font-family: 'Signika', sans-serif;
}
#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
	margin: 0 auto -199px;
}
#header {
	width: 823px;
	margin: 0 auto;
	height: 82px;
	background-image:url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.homelink {
	width: 196px;
	height: 80px;
	position: absolute;
}
#snav {
	margin-top: 47px;
	margin-right: 6px;
	margin-left: 200px;
	position: absolute;
}
#snav li {
	float: left;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#snav li.active {
	height: 35px;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	text-shadow: 0.1em 0.2em 0.1em #000;
	color: #f6df3b;
	line-height: 35px;
}
#snav li a {
	display: block;
	height: 35px;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	text-shadow: 0.1em 0.2em 0.1em #000;
	color: #e2d8bc;
	line-height: 35px;
	white-space:nowrap;
}
#snav li a:hover {
	display: block;
	height: 35px;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	text-shadow: 0.1em 0.2em 0.1em #000;
	color: #f6df3b;
	line-height: 35px;
}
#snav li.dropdown .submenu {
	background:#fff; 
	background:rgba(255,255,255,0); 
	list-style:none;
	position:absolute;
	left:-9999px;
	z-index: 1000;
	white-space:nowrap;
}
#snav li.dropdown:hover .submenu {
	position: relative;
	top: -5px;
	left:0;
	white-space:nowrap;
	margin-right: -40px;
}
#snav li.dropdown:hover .submenu a {
	white-space:nowrap;
	background-color: #301107;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity:1;
	filter:alpha(opacity=100);
}
#snav li.dropdown .submenu li {
	padding-top:1px; 
	float:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.small {
	font-size: 8px;
}
#contentHome {
	width: 795px;
	margin: -10px auto;
	background-color: #e2d8bc;
	padding:10px 14px 10px 14px;
	margin-bottom: 40px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px#000;
	box-shadow: 0 0 10px #000
}
#contentHome p {
	padding: 0 10px 0 10px;
}
.tanHR {
	background-color: #bcad86;
	height: 3px;
}
.homeNews {
	font-weight: bold;
	margin-top: -10px;
}
.homeJobs {
	margin: -10px 20px 5px 10px;
	font-weight: bold;
}
.pdf {
	display: block;
	height: 25px;
	width: 25px;
	background-image:url(../img/pdf_icon.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 3px;
}
.green {
	color: #1a3e13;
}
.green a, .green a:visited {
	color: #1a3e13;
	text-decoration: none;
}
.green a:hover {
	text-decoration: underline;
}
.homeMiddle {
	width: 823px;
	margin: 0 auto;
	min-height: 100%;
	height: 320px;
}
.whatColumn {
	float: left;
	width: 250px;
	margin-top: -10px;
	padding: 0 10px 0 0;
}
.whatColumn ul {
	padding-top: 10px;
	font-size: 12px;
}
.homeLeft {
	width: 242px;
	background-color: #af591d;
	float: left;
	margin-left: -14px;
	padding: 0 14px 10px 14px;
	height: 240px;
}
.homeLeft a, homeLeft a:visited {
	color: #000;
	text-decoration: none;
}
.homeLeft a:hover {
	color: #fff;
	text-decoration:underline;
}
.homeLeft h2 {
	text-align:left;
	color: #e2d8bc;
}
.homeRight h2 {
	text-align:left;
}
.homeRight {
	width: 525px;
	background-color: #bcad86;
	float: left;
	padding: 0 14px 10px 14px;
	height: 240px;
}
.content {
	width: 763px;
	margin: 20px auto;
	background-color: #e2d8bc;
	padding:20px 30px 20px 30px;
	margin-bottom: 40px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px#000;
	box-shadow: 0 0 10px #000;
}
.content .headImg {
	margin: 10px auto;
	border-bottom: 1px solid #301107;
	margin-bottom: 20px;
	width: 763px;
	clear: both;
	z-index: 0;
}
.content .headImg img {
	border: 2px solid #301107;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px#000;
	box-shadow: 2px 2px 5px #000
}
.content img {
	border: 2px solid #301107;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px#000;
	box-shadow: 2px 2px 5px #000
}
.content .right {
	margin-left: 20px;
}
.content .left {
	margin-right: 30px;
}
.content p {
	margin-bottom: 20px;
}
.content ul li {
	color: #301107;
	margin-left: 50px;
	font-size:14px;
	list-style:square;
	line-height: 2em;
	font-weight: bold;
}
.content h1 {
	color: #301107;
	padding-bottom: 10px;
	border-bottom: 1px solid #301107;
	margin-bottom: 10px;
}
.content h2 {
	color: #301107;
	text-align: left!important;
}
.pgLeftColumn {
	width: 70%;
	float: left;
	margin-right: 20px;
}
.pgRightColumn {
	width: 250px;
	float: left;
	text-align: center;
}
.pgRightColumn h3 {
	color: #666;
	font-size: 24px;
	margin-top: 40px;
}
.pgRightColumn hr {
	height: 2px;
	background-color: #6C0;
	margin-top: 3px;
}
.pgRightColumn .email a {
	width: 239px;
	height: 39px;
	display: block;
	background-image: url(../img/email.png);
	background-position: 0, 0;
	background-repeat: no-repeat;
}
.pgRightColumn .email a:hover {
	width: 239px;
	height: 39px;
	display: block;
	background-image: url(../img/email.png);
	background-position: -239px, 0;
	background-repeat: no-repeat;
}
.pgRightColumn a:hover {
	color: #333;
	text-decoration:underline;
}
.pgRightColumn a:visited {
	color: #666;
}
#connectorWrap {
	width: 960px;
	margin: 0 auto;
}
#connector {
	width: 823px;
	margin: 8px auto;
	background-image:url(../img/connectorbg.jpg);
	background-repeat:repeat-y;
	position: relative;
	padding-bottom: 30px;
}
.ctrHead {
	padding: 20px 0 0 30px;
	font-size: 50px;
	font-weight:400;
	color: #fff;
	line-height: 1em;
	margin-bottom: 20px;
}
.prodPlate:after {
	content: url(../img/corner.png);
	position: absolute;
	width: 50px;
	height: 21px;
	left: 0;
	bottom: -21px;
}
.prodPlate {
	display: block;
	position: relative;
	width: 830px;
	background-color: #fff;
	margin-left: -50px;
	margin-bottom: 30px;
	padding: 10px;
	-moz-box-shadow: 0.1em 0.1em 10px #000;
	-webkit-box-shadow: 0.1em 0.1em 10px#000;
	box-shadow: 0.1em 0.1em 10px #000;
}
.product {
	width: 360px;
	height: 140px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.product .prodImage {
	display: block;
	margin-right: 10px;
	position: relative;
	z-index: 200;
	text-wrap: none;
}
/*
.product .magnify {
	visibility: hidden;
	background-image: url(../img/enlarge_icon.gif);
	position: absolute;
	bottom: -103px;
	right: 0;
	z-index: 210;
	width: 17px;
	height: 18px;
}
.prodImage:hover span.magnify {
	visibility: visible;
}
*/
.product .prodTitle {
	font-size: 17px;
	font-weight: 600;
	text-transform:uppercase;
	color: #666;
	margin-bottom: 10px;
}
.product .prodSubtitle {
	font-size: 12px;
	font-weight: 400;
	text-transform:uppercase;
	color: #666;
	line-height: 1em;
}
.product .partNumber {
	font-size: 12px;
	font-weight: 400;
	text-transform:uppercase;
	color: #666;
	line-height: 1em;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.product .prodDesc {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 1em;
	margin-top: 10px;
}
.first {
	margin-left: 70px;
	border-right: 4px solid #d6d4d4;
}
.product .prodSpec {
	display: block;
	width:40px;
	height:37px;
	background-image:url(../img/spec.png);
	background-repeat:no-repeat;
	z-index: 100;
	margin-top: 10px;
}
.contactPage {
	background-image:url(../img/contact_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: -20px;
	width: 753px;
}
#contactHead {
	margin: 8px auto;
	width: 823px;
	height: 205px;
}
h2.contactTitle {
	font-size: 30px;
	font-weight: 400;
	margin-top: 20px;
	color: #fff;
	line-height: 28px;
}
.oddColumn {
	width: 441px;
	float: left;
	margin-right: 20px;
	margin-top: -20px;
	margin-bottom: -20px;
	padding: 0 20px 20px 20px;
	background-image: url(../img/oddbg.jpg);
	background-repeat: repeat-y;
}
#map_canvas {
	height: 190px;
	width: 400px;
	border: 2px solid #301107;
	float: right;
	margin-left: 20px;
}
.clear {
	clear: both;
}
h1 {
	font-size: 27px;
	color: #000;
}
h2 {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: 20px 0 20px 0;
}
p {
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
}
#canyonForm {
	margin: 0 auto;
	width: 730px;
	background-color: #bcad86;
	padding: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#canyonForm p {
	margin: 0 20px 5px 20px;
	vertical-align:middle;
	white-space: nowrap;
	border-bottom: 1px solid #dad5c8;
	padding: 2px 0 5px 0;
}
label {
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}
textarea {
	margin: 10px 50px 10px 50px;
	width: 600px;
	height: 100px;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #301107
}
.submit input {
	margin-left: 4.5em;
}
input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #301107
}
.checkbox {
	vertical-align: middle;
	margin-bottom: 5px;
}
.submit input {
	color: #fff;
	background-color: #af591d;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
fieldset {
	border: 1px solid #af591d;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.aside {
	float: right;
	font-size: 10px;
	font-weight:bold;
	margin: -32px 0 0 0;
}
legend {
	color: #fff;
	background-color: #af591d;
	margin-left: 20px;
	margin-top: -4px;
	padding: 2px 6px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#formLeft, #formRight {
	width: 360px;
	float: left;
}
.clearFooter {
	height: 199px;
	clear: both;
}
#footer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 199px;
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
}
#footWrap {
	width: 960px;
	margin: 30px auto;
}
.footColumn {
	margin: 20px 0 20px 0;
	width: 200px;
	height: 149px;
	float: right;
	font-size: 12px;
	padding-left: 15px;
	color: #e2d8bc;
	border-left: 1px solid #999;
}
.last {
	border-left: none;
	padding-left: 4px;
}
.footColumn a {
	color:  #e2d8bc;
}
.footColumn a:hover {
	color: #fff;
	text-decoration:underline;
}
.footColumn a:visited {
	color:  #e2d8bc;
}
.twenty {
	margin-top: 90px;
	color:#030;
}
.twenty a, .twenty a:visited {
	color:#030;
}