/*
 * Theme name: Responsive - structural elements
 * Author: Chappell Creative Inc.
 * Author URI: http://chappellcreative.com
 * Version: 1.0
 */

/* BASE STRUCTURE */
html, body {
	background: #2C3135 url(../images/spacer.gif) no-repeat left top;
	color: #464646;
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-size: 100%;
	color: #464646;
	margin: 0;
	padding: 0;
}
.white_bg {
	background: #FFFFFF;	
}
figure {
	margin: 40px auto 25px;
}
table { 
	font-size: inherit; 
	font: 100%; 
}
img {
	max-width: 99.50%;
	margin:0;
	padding:0;
}
select, input, textarea { 
	font:99% sans-serif; 
}
#theme_top, #theme_bottom {
	clear: both;
	float: none;
	width:100%;
	height:auto;
}
#theme_top {
	padding: 0;
	margin:0;
	background: #FFF url(none) no-repeat;
}
#theme_bottom {
	padding: 0;
	margin: 0 auto;
	background: #2C3135;
}
.boxshadow {
	-webkit-box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid #EFEFEF;
}
.ie6 .boxshadow, .ie7 .boxshadow, .ie8 .boxshadow {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #EFEFEF;
}
.imgframe {
	background: #FAFAFA;
	padding: 4px;
	border: 1px solid #F7F7F7;	
}

/* Header */
.header_wrapper {
	clear: both;
	min-height: 155px;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	background: url(../images/header_wrapper_bg.jpg) repeat-x;
}
.masthead {
	background-color: #2C3135;
	clear: both;
	max-width: 1100px;
	min-height: 155px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.logo  {
	margin: 0;
	float: left;
	width: 75%;
	padding: 0;
	text-align: left;
}
.site-title {
	padding: 0;
	margin: 40px 0 0 40px;
}
.site-title img {
	max-width: 100%;
}
.tagline  {
	margin: 0;
	padding: 0;
	float: right;
	width: 25%;
	text-align: center;
}
.tag-title {
	padding: 0;
	margin: 45px 30px 0 auto;
}
.tag-title img {
	max-width: 100%;
}

/* MAIN MENU */
.access { /* navigation wrapper */
	clear: both;
	min-height: 45px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/nav_bg.jpg) repeat-x;
	text-align: left;
}
#access .menu {
	max-width: 1100px;
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#access .menu ul {
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	z-index: 1001;
	height: 42px;
	margin: 0 auto;
}
#access .menu ul li { 
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	background: transparent;
}
.ie6 #access .menu ul li, .ie7 #access .menu ul li {
	display: block;
	float: left;
}

#access .menu ul li a {
	display: block;
	text-decoration: none;
	line-height: 100%;
	color: #f3f3f3;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	padding: 10px 20px 12px;
	margin:0;
}
#access .menu ul li a:hover, 
#access .menu ul li.active a, 
#access .menu ul li a.selected {
	color: #FFFFFF;
	background: #08224C;
}

/* sub-navigation elements */
#access .menu ul li ul { 
	position: absolute;
	left: 0;
	height: auto;
	width:220px;
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	background: none;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #DDD;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 10px 0 10px 20px;
	font: 0.6em/1.2em;
	color: #F3F3F3;
	background-color: #08224C;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background-color: #2C3135;
	color: #FFF;
}
#access .menu ul li ul li:last-child {
	border: none;
}
.selectnav {
	display: none;
	width: 280px;
	margin: 0 auto;
}


/* Footer */
#footer_wrapper, .footer_wrapper {
	background: #2C3135 url(../images/footer_wrapper_bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
	height: auto;
}
#footer_banner {
	max-width: 1100px;
	padding: 10px 0 0 0;
	margin: 0 auto;
}
#owner_wrapper, #builtby {
	text-align: center;
	padding: 0;
	margin: 0;
}


/* Chrome Frame prompt */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* main page content styles */
#body_wrapper {
	padding: 10px 0;
	margin: 0 auto;
	clear: both;
	float: none;
	height: auto;
	display: block;
	max-width: 1100px;
}
.page {
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: auto;
}
.entry-header, .entry-content {
	margin: 0;
	padding: 0;
	width: 100%;
}
#content, #footer_content {
	clear: both;
	padding: 0px;
	margin: 20px 3% 0;
	width: 94%;
	height: auto;
}

/* COLUMNS */

.full {
	width:92%;
	padding:0;
	margin:0 4% 25px;
}
.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.32%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:79.2%;
}
.five-sixth {
	width:82.67%;
}
.splitListL, 
.splitListR {
	width: 46%;
}
.one-half, 
.one-third, 
.two-third, 
.three-fourth, 
.one-fourth, 
.one-fifth, 
.two-fifth, 
.three-fifth, 
.four-fifth, 
.one-sixth, 
.five-sixth, 
.splitListL, 
.splitListR {
	position: relative;
	float: left;
	margin: 0 4% 25px 0;
}
.one-sixth {
	width:15%;
	margin-right:1.5%;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.quote_wrapper {
	text-align: center;
	display: block;
	padding: 0;
	margin: 30px 0 0;
	float: right;
	position: relative;
	width: 25.5%;
	background: #EBF2F8 url(../images/quote_bg.jpg) no-repeat center center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.ie6 .quote_wrapper, .ie7 .quote_wrapper, .ie8 .quote_wrapper {
	-webkit-border-radius: none;
	border-radius: none;
}
.icon-wrapper {
	width: 20%;
	position:relative;
	float:left;
	margin:0 3% 0 0 ;
	padding:0;
}
.job_wrapper {
	background: #FAFAFA;
	text-align: left;
	display: block;
	margin: 0px auto 25px;
	padding: 10px 3% 5px;
	float: none;
	height: auto;
	width: 90%;
	border: 1px dotted #369;
}
.gallery_wrapper {
	text-align: left;
	display: block;
	margin: 0px auto 25px;
	padding: 5px 1%;
	float: none;
	height: auto;
	width: 98%;
	border: 1px dotted #CCCCCC;
}
.quicklinks {
	background: #E6EFF2 url(../images/quicklinks_bg.jpg) no-repeat center top;
	width: 30%;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/* Alignment */
.alignleft {
	display: block;
	text-align: left;
}
.alignright {
	display: block;
	text-align: right;
}
.aligncenter {
	display: block;
	text-align:center;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	font: 0/0;
	float: none;
}
.fltleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.fltright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.fltcenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.bottom_25 {
	margin-bottom: 25px;
}
.bottom_0 {
	margin-bottom: 0;
}
.flattop {
	margin-top: 0;
}

/* map display */
.map {
	text-align: center;
	width:100%;
	height: 400px;
	overflow: hidden;
	margin:0 0 20px 0;
	padding: 0;
}
.map iframe {
	max-width: 100%;
	border: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.ie8 iframe {
	border: none;
}
/*	FORMS */
fieldset {
	border: none;
}
.btn-submit {
	background: #609627 url(../images/button_bg.jpg) repeat-x left top;
	height: auto;
	color: #EFEFEF;
	padding: 5px 0;
	margin: 0 auto 20px;
	display: block;
	cursor: pointer;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	max-width: 80%;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	font-size: 1.25em;
	line-height: 1em;
	font-family: Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	min-height:40px;
}
.btn-submit p {
	text-align: center;
	color: #EFEFEF;
	margin: 3px 0;
	padding: 0px;
	font-size: 1.25em;
	line-height: 1em;
	font-family: Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
.btn-submit a {
	color: #EFEFEF;
}
.btn-submit a:hover,
.btn-submit:hover {
	color: #FFF;
	text-shadow: 0px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}
.ie6 .btn-submit a:hover,
.ie6 .btn-submit:hover,
.ie7 .btn-submit a:hover,
.ie7 .btn-submit:hover,
.ie8 .btn-submit a:hover,
.ie8 .btn-submit:hover {
	color: #FFF;
	text-shadow: none;
    filter: none;
	text-decoration:underline;
}
.forms {
	position: relative;
	padding: 0;
	width: 100%;
}
.ie6 .forms, .ie7 .forms, .ie8 .forms {
	position: relative;
	padding: 0;
	width: 100%;
	background-color: #F7F7F7;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms ol li.form-row {
    margin-bottom: 8px
}
.forms input, .forms textarea {
    padding: 4px 10px;
    height: auto;
}
.forms textarea {
    min-height: 150px;
    padding: 10px;
    resize: vertical;
}
.forms label {
	display: inline-block;
	margin: 0;
	padding: 2px 0;
	font-size: 0.9em;
	color: #369;
	line-height:1.1em;
}
input, textarea {
	background: rgba(0, 0, 0, 0.01);
	border: 1px dotted #369;
	color: #111;
	font: normal 1em/1.2em Times "Times New Roman" serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.ie8 input, .ie8 textarea {
	border: 1px solid #369;
}
input:focus, textarea:focus {
    background: rgba(0, 0, 0, 0.20)
}
input#acknowledge {
	background: none;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* screen size display */
#dimensions {
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #000;
	font-size: 13px;
	color: #FFF;
	padding: 10px;
	z-index: 900;
}

/* return to top */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
}
#toTop:active, #toTop:focus {
	outline:none;
}
/* product category picker */
#catpicker {
	margin: 0 0 10px;
	padding: 0;
}
#catpicker ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	
}
#catpicker ul li {
	display: block;
	float: left;
	background-image: none;
	padding: 0;
	margin-bottom: 0.2em;
	border-right: 1px solid #FFFFFF;
}
#catpicker ul li:last-of-type {
	border-right: none;
}
#catpicker ul li a {
	display: block;
	margin: 0;
	font-size: .9em;
	padding: 5px 8px;
	background-color: #EEE;
	color: #369;
	font: normal 1em/1.1em;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	border-bottom: none;
}
#catpicker ul li a:hover, #catpicker ul li a:active, #catpicker ul li a.current {
	background-color: #3A7CC8;
	color: #FFF;
}
.pin {
	width: 98%;
	display: block;
	margin: 0 auto 15px;
	padding: 5px 5px 0;
	background-color: #FFF;
	border: 1px dotted #369;
	height: auto;
}
.parts {
	background-color: #FAF9F5;
}
.equipment {
	background-color: #F5F9FA;
}

/*	TOGGLE */
.toggle {
	width: 100%;
	padding-bottom: 20px;
	clear:both;
}
.toggle h4.title {
	cursor: pointer;
	color: #369;
	padding: 15px 20px 12px;
	margin: 0;
	line-height: 1;
	background-color: #f4f4f4;
	font-size: 18px;
}
.toggle h4.title.active {
	background-color: #f4f4f4;
}
.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
}
.togglebox div {
	padding: 20px 20px 0 20px;
	
}
.alert {
	background: #FFF;
	width: 92%;
	text-align: left;
	padding: 20px 4% 0;
	height: auto;
	min-height: 350px;
	margin: 0 auto;
}
/* pop-in window styles */
#popupMask {
	position: absolute;
	z-index: 5000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #111;
	display: none;
}
#popupContainer {
	position: absolute;
	z-index: 5001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #990000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5002;
}
#popupTitleBar {
	background-color: #990000;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	padding: 5px;
	border: none;
	position: relative;
	z-index: 5003;
	background-image: url(../images/special_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#popupTitle {
	float:left;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}