/* @override http://www.nwcompressor.com/styles/nwcomp_main.css */

/* @override http://www.nwcompressor.com/styles/nwcomp_main.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	cursor: default;
}
a, a img, a span, a em, a strong {
    cursor: pointer;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	line-height: 2.24em;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #c0c0c0;
}

/* @group Type */

p {
	font-size: 1.4em;
	text-align: left;
	margin: 1em 0;
	line-height: 1.2;
}

li {
	font-size: 1.4em;
	line-height: 1.3;
	margin-left: 1.8em;
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

a, a:visited {
	color: #002e5a;
	text-decoration: underline;
	border: 0px none;
}

a:hover {
	text-decoration: underline;
	color: #95394c;
	border: 0px none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2 {
	color: #333333;
	font-size: 2.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.1;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #664731;
	font-size: 1.92em;
	line-height: 1.1;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	margin: 10px 0px;
}
h4 {
	color: #664731;
	font-size: 1.6em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
h5 {
	font-size: 1.44em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.2;
}
/* @end */

/* @group Layout */

#container {
	width:953px;
	margin: 0px auto;
	text-align: left;
	background: #92a391 url(/images/container_bg.png) repeat-x;
}
#header {
	width:953px;
	height: 127px;
	background: url(/images/header_bg.png) repeat-x;	
}
body.home #header {
	height:114px;
	background: transparent;
}

#nav_bar {
	width:134px;
	height:200px;
	background: url(/images/nav_bar.png) no-repeat;
	position: relative;
	float: left;
}
#content {
	width: 347px;
	float: left;
}
#content-inside {
	width: 739px;
	float: left;
	background: #fff;
	padding: 20px 60px 20px 20px;
}
#content_container {
	width:953px;
	float: left;
	position: relative;
}
#tout_box {
	float: right;
	width: 482px;
}
body.home #tout_box, body.default #tout_box {
	float: left;
}
div.tout {
	float: left;
	width: 160px;
	height: 127px;
	border-right: 1px solid #fff;
	background: #8ba77f;
}
div.tout.end {
	border-right: 0px none;
}
#hero_shot {
	float: right;
	width: 471px;
	background: #444;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#hero_shot img {
	margin: 0px 0px 22px 0px;
	padding: 0px;
}
#info_section {
	width: 953px;
	background: #000;
	float: left;
}

#help_box {
	width:482px;
	height:114px;
	float: left;
	background: #fff;
	border-top: 1px solid #92a391;
}

#service_box {
	width:471px;
	height:162px;
	float: right;
	background: #444;
}

#footer {
	width:462px;
	height:37px;
	background: #fff;
	float: left;
	padding: 10px 0px 0px 20px;
}

.left, #content img {
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 0px;
}

.right, #content img.right {
	float: right;
	margin: 0px;
	padding: 4px 0px 4px 10px;
}

.none, #content img.none {
	float: none;
	margin: 0px;
	padding: 0px;
}

a .left, #content a img, #content a img.left, a .right, #content a img.right, a .none, #content a img.none {
	border: 0px none;
	text-decoration: none;
}

.clear {
	clear: both;
}
.divider {
	text-indent: -999em;
	width: 97%;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	height: 10px;
	overflow: hidden;
}

p.more {
	text-align: right;
	font-size: 1.2em;
}

/* @end */


/* @group Overrides */

#header h1, #header span.logo {
	text-indent: -999em;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 14px 0px 0px 25px;
	width: 260px;
	height: 100px;
	float: left;
	background: url(/images/logo.png) no-repeat;
}
#header h1 a, #header span.logo a {
	display: block;
	cursor: pointer;
	width: 260px;
	height: 100px;
}
#help_box ul.help_menu {
	width: 205px;
	float: right;
	padding: 20px 10px 20px 2px;
}

#help_box ul.help_menu li {
	font-size: 1.5em;
	margin: 0px 0px 3px 0px;
	list-style-type: none;
}

#help_box h4 {
	width: 246px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/images/need-help.png) no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#help_box ul.help_menu li form.search_form input.sbox {
	width: 110px;
	margin: 0px 5px 0px 0px;
}
#service_box img {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#service_box h3 a:link, #service_box a:visited {
	color: #fff;
	text-decoration: none;
}
#service_box h3 a:hover {
	color: #95394c;
	text-decoration: none;
}
#service_box ul {
	float: left;
	width: 200px;
}
#service_box ul li {
	color: #fff;
	list-style-type: disc;
	padding: 0px;
	margin: 0px 15px 7px 35px;
	line-height: 1.2;
	font-size: 1.3em;
}
span.phone {
	color: #fff;
	font-size: 1.7em;
	float: right;
	height: 25px;
	padding: 13px 10px 0px 0px;
}
body.home span.phone, body.default span.phone {
	font-size: 2.0em;
	padding: 13px 18px;
}
body.home h2 {
	color: #fff;
}
body.home .entry-content p {
	color: #fff;
	padding: 0px 20px 5px 35px;
}

#tout_box div.tout h4 {
	margin: 0px;
	padding: 0px 3px 5px 10px;
	color: #fff;
	font-size: 1.8em;
	line-height: .8;
}
#tout_box div.tout h4 a:link, #tout_box div.tout h4 a:visited {
	text-decoration: none;
	color: #fff;	
}
#tout_box div.tout h4 a:hover {
	color:#95394c;
}
#footer h5, #footer h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.8;
}
#footer h5 a:link, #footer h5 a:visited, #footer h6 a:link, #footer h6 a:visited {
	color: #002e5a;
}
#footer h5 a:hover, #footer h6 a:hover {
	color: #95394c;
}

/* @end */
/* @group Navigation */

#nav_bar ul li {
	text-indent: -9000px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
	overflow: hidden;
	display: block;
	width: 130px;
}
#nav_bar a {
	display: block;
}
#home, #home a {left: 0px; top: 11px; width: 130px; height: 18px;}
#about, #about a {left: 0px; top: 32px; width: 130px; height: 18px;}
#comp, #comp a {left: 0px; top:55px; width: 130px; height: 18px;}
#pts, #pts a {left: 0px; top: 78px; width: 130px; height: 18px;}
#acc, #acc a {left: 0px; top: 101px; width: 130px; height: 18px;}
#svcs, #svcs a {left: 0px; top: 124px; width: 130px; height: 18px;}
#resources, #resources a {left: 0px; top: 147px; width: 130px; height: 18px;}
#contact, #contact a {left: 0px; top: 170px; width: 130px; height: 18px;}
#compressors, #compressors a {left: 0px; top: 0px; width: 130px; height: 18px;}
#parts, #parts a {left: 0px; top: 0px; width: 130px; height: 18px;}
#accessories, #accessories a {left: 0px; top: 0px; width: 130px; height: 18px;}

#home a:hover, #home .active {background: transparent url(../images/nav_bar.png) -130px -11px no-repeat;}
#about a:hover, #about .active {background: transparent url(../images/nav_bar.png) -130px -32px no-repeat;}
#comp a:hover, #comp .active {background: transparent url(../images/nav_bar.png) -130px -55px no-repeat;}
#pts a:hover, #pts .active {background: transparent url(../images/nav_bar.png) -130px -78px no-repeat;}
#acc a:hover, #acc .active {background: transparent url(../images/nav_bar.png) -130px -101px no-repeat;}
#svcs a:hover, #svcs .active {background: transparent url(../images/nav_bar.png) -130px -124px no-repeat;}
#resources a:hover, #resources .active {background: transparent url(../images/nav_bar.png) -130px -147px no-repeat;}
#contact a:hover, #contact .active {background: transparent url(../images/nav_bar.png) -130px -170px no-repeat;}
#compressors a:hover, #compressors .active {background: transparent url(../images/nav_bar.png) -130px -30px no-repeat;}
#parts a:hover, #parts .active {background: transparent url(../images/nav_bar.png) -130px -30px no-repeat;}
#accessories a:hover, #accessories .active {background: transparent url(../images/nav_bar.png) -130px -30px no-repeat;}

/* @end */



/* @group Contact Form */

.zemContactForm br, #txpCommentInputForm br {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

ul.contact {
	width: 500px;
	margin: 10px 0px 0px 40px;
	padding: 10px;
}
ul.contact li {
	margin: 0px;
}

input.zemText, textarea.zemTextarea, input.comment_name_input, textarea.txpCommentInputMessage, input.comment_email_input, input.comment_web_input {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px 0px 5px;
}
#sub_nav input.zemText {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 0px 3px;
	display: block;
	float: right;
}
input.zemText, input.comment_name_input {
	height: 1.66em; /* 12x1.66=20px */
}

.zemContactForm label, #txpCommentInputForm label {
	width: 70px;
}

ul.contact label {
	color: #333333;
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	padding: 2px 3px 0px 5px;
	text-align: right;
	width: 70px;
}

#sub_nav .zemContactForm input {
	width: 140px;
}

ul.contact input, ul.contact select, ul.contact textarea {
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	width: 200px;
}

form.zemContactForm li, form#txpCommentInputForm li {
	clear: both;
	list-style-type: none;
	margin: 3px 0px;
	padding: 0px;
}

form.zemContactForm li.bottom, form#txpCommentInputForm li.bottom {
	border-bottom: 0px none;
}
ul.contact label.zemRequired {
	font-weight: bold;
}
input.zemSubmit {
	background-color: #694832;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	height: 30px !important;
	margin: 0pt;
	padding: 0px;
	width: 140px !important;
	cursor:pointer;
}
ul.zemError {
	background-color: #f81526;
}

.column {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
.quick-form {
	width: 300px;
	float: right;
	border: 1px solid #d6d6d6;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	background: #e9efe8;
}
.quick-form p {
	font-size: 11px;
	margin: .5em 0;
}
.quick-form ul.contact {
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.quick-form ul.contact input, .quick-form ul.contact select, .quick-form ul.contact textarea {
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	width: 180px;
}
.quick-form ul.contact input.zemSubmit {
	float: right;
	margin: 0px 30px 5px 125px;
	background-color: #92a391;
}

.quick-form h3 {
	font-size: 18px;
	color: #002e5a;
	margin-top: 0px;
}
.quick-form h4 {
	font-size: 14px;
	margin-bottom: 0px;	
}

.quick-form p.privacy {
	font-size: 10px;
	font-style: italic;
}


/* @end */


