@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
img {border: none }

html, body {
	height: 100%;	
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.88em;
	color: #999999;
	line-height: 1.2em;
	background: #c8c8c7 url(../images/background-body.jpg) repeat-x;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.57em;
	font-weight: normal;
	color: #333333;
	line-height: 1.25em;
	margin: 1.5em 0 0.42em 0;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #333333;
	line-height: 1.25em;
	margin: 1.25em 0 0.5em 0;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.07em;
	font-weight: normal;
	color: #000;
	line-height: 1.25em;
	margin: 1em 0 0.5em 0;
}
h1.first, h2.first, h3.first {
	margin-top: 0.4em;	
}
p, ul, ol {
	line-height: 1.45em;
	margin-bottom: 0.75em;
}
ul, ol {
	margin-left: 1em;
	padding-left: 4px;
}

li {
	margin-bottom: 0.425em;
}
a, a:visited {
	color: #79ad3a;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #79ad3a;
	text-decoration: none;
}


/**** SKIP NAVIGATION ****/

#skiplinks, #skiplinks li { list-style-type: none; padding: 0; margin: 0; display: inline; height: 0; }
#skiplinks a {
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
	background-color: #EEEFF0;
	padding: 2px 10px;
	position: absolute;
	top: -999em;
	right: 30px;
	font: 1.3em Arial, Arial, Helvetica, sans-serif;
	z-index: 10;
}
#skiplinks a:focus, #skiplinks a:active {
	top: -5px;
	border-color: #A2ACAF;/* :hack: IE requires a border-color change (!?) for this to work */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;

}

#skiplinks a:hover { text-decoration: underline; }



/**** LAYOUT ****/

#wrapper {
	min-height: 100%;
	background: url(../images/background-bottom.jpg) repeat-x center bottom;
}
* html #wrapper{height:100%;}/* ie6 and under*/

#canvas {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
		min-height: 100%;
	background: url(../images/background-shadow.png) repeat-y left top;
}
#container {
	position: relative;
	margin: 0 10px 0 10px;
	padding: 0px 0px 0px 30px;
		min-height: 100%; overflow: hidden;
	background: #2D3C1D url(../images/background-image.jpg) no-repeat left top;
}
#header {
	min-height:203px;  
	height:auto !important;  
	height:203px;
	background: url(../images/bg_header.gif) no-repeat left top;
	position: relative;
	/*overflow: hidden;*/
	margin-top: 30px;
	margin-bottom: 14px;
	z-index: 1;
}
#header #logo {
	position: relative;
	float: left;
	display: inline;
	width: 288px;
	height: 98px;
	margin: 21px 0 0 26px;
	padding: 0;
}
#header #logo a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	width: 288px;
	height: 98px;
	color: #ffffff;
}
#header #logo span {
	position: absolute;
	text-decoration: none;
	top: 0;
	left: 0;
	width: 288px;
	height: 98px;
	background: url(../images/logo.gif) no-repeat left top;
	cursor: pointer;
}
#header #header-text {
	float: left;
	display: inline;
	margin: 16px 0 0 62px;
	width: 312px;
	height: 107px;  
	text-indent: -999em;
	background: #ffffff url(../images/header-text.gif) no-repeat left top;
}
#header #header-links {
	float: left;
	display: inline;
	margin: 16px 0 0 12px;
	width: 224px;
	height: 107px;  
	background: #ffffff url(../images/header-phone.gif) no-repeat left top;
}
#header #header-links p {
	margin: 48px 18px 0 18px;
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	text-decoration: none;
	color: #A29FA0;
}
#header #header-links a {
	text-decoration: none;
	color: #A29FA0;
}
#header #header-links a:hover {
	text-decoration: underline;
}
#header #strapline {
	clear: both;
	padding: 38px 8px 0 112px;
	height: 40px;
}
#header #strapline h2 {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
}
#header #strapline p {
	margin: 0;
	font-size: 15px;
	line-height: 17px;
}

#navholder {
	clear: both;
	float: left;
	display: inline;
	margin-top: 30px;
	margin-left: 78px;
}


/**** TOP CONTENT ****/

#top-content {
	clear: both;
	position: relative;
	overflow: hidden;
}

#top-content .faux-cols {
	clear: both;
	margin-bottom: 14px;
}
#top-content .faux-cols a {
	color: #fff;	
}
#top-content .faux-cols .top {
	clear: both;
	height: 8px;
	background: url(../images/box_faux-cols.png) no-repeat left top;
}
#top-content .faux-cols .bottom {
	clear: both;
	height: 8px;
	background: url(../images/box_faux-cols.png) no-repeat left bottom;
}
#top-content .faux-cols .cols {
	clear: both;
	position: relative;
	overflow: hidden;
	background: url(../images/box_faux-cols-mid.png) repeat-y left top;
}
#top-content .faux-cols .col-left {
	float:left;
	display: inline;
	width: 656px;
	margin: 0px 16px 0 16px;
	color: #ffffff;
}
#top-content .faux-cols .col-left .inner {
	margin-right: 74px;
}
#top-content .faux-cols .col-left .text {
	float: left;
	display: inline;
	width: 420px;
}
#top-content .faux-cols .col-left .image {
	float: right;
	margin-top: 4px;
	margin-right: -4px;
	display: inline;
	width: 220px;
}
#top-content .faux-cols .col-right  {
	float:left;
	display: inline;
	width: 240px;
	margin: 0px 0px 0px 12px;
	font-size: 12px;
	color: #ffffff;
}
#top-content .faux-cols .col-right .inner {
	margin: 0 10px 0 14px;
}
#top-content .faux-cols h1, #top-content .faux-cols h2 {
	color: #ffffff;
	margin-top: 0.21em;
}
#top-content .col-right .tel {
	margin: 0 0 5px 5px;
}
#top-content .col-right .calc {
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
	background: url(../images/icon_calc.gif) no-repeat 98% top;
	border-bottom: 1px solid #85a266;
}
#top-content .col-right .quote {
	margin: 10px 10px 0px 10px;
	background: url(../images/icon_quote.png) no-repeat 98% 5px;
}

#top-content .col-right .calc strong, #top-content .col-right .quote strong {
	font-size: 16px;
}

#top-content .faux-cols .col-right .download {
	display: block;
	margin: 0 0 12px 8px;
	width: 224px;
	height: 38px;
	background: url(../images/btn_download-col.gif) no-repeat left top;
}
#top-content .faux-cols .col-right .download a {
	display: block;
	padding-left: 38px;
	height: 38px;
	line-height: 37px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.tag_5vat {
	position: relative;
	overflow: hidden;
	margin: 0 0 12px 0;
	width: 181px;
	height: 108px;
	background: url(../images/tag_5vat.png) no-repeat left top;
	font-size: 18px;
	text-indent: -999em;
}

.calc-right .tag_5vat {
	margin: -40px 0 0 0;
}

#top-content .faux-cols .col-left .inner .tag_5vat {
	margin: -6px -84px 0 16px;
	float: right;
	display: inline;
}


/**** MAIN CONTENT ****/

#main-content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;	
}

.content {
	clear: both;
	margin-right: 16px;
	margin-bottom: 4px;
}

.content-box {
	width: 940px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.content-box .top {
	clear: both;
	height: 8px;
	background: url(../images/bg_box.gif) no-repeat left top;
}
.content-box .bottom {
	clear: both;
	height: 8px;
	margin-bottom: 10px;
	background: url(../images/bg_box.gif) no-repeat left bottom;
}
.content-box .inner {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	color: #666666;
	padding: 0px 0px 0px 16px;
}
.content-box .inner.thin {
	padding: 0px 8px 0px 8px;
}
.content-box .inner.thin h1 {
	margin-left: 8px;
}
.content-box .inner .content {
	padding: 0 10px;	
}

/* columns */

.columns2 {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
}
.columns2 .col {
	float: left;
	width: 48%;
	margin-right: 9px;
}
.columns2 .col-wide {
	float: left;
	display: inline;
	width: 672px;
}
.columns2 .col-narrow {
	float: left;
	display: inline;
	width: 230px;
	margin-left: 12px;
}

.columns3 {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
}
.columns3 .col {
	float: left;
	display: inline;
	width: 218px;
	margin: 0 6px 0 0;
}

/**** HEADINGS ****/






/**** BOXES ****/

.box-green {
	float: right;
	margin-top: 1px;
	clear: both;
	width: 225px;
	font-size: 90%;
}
.box-green ol, .box-green ul {
	margin-left: 10px;

}
.box-green a,.box-green a:visited {
	color: #fff;	
}
.box-green a.selected, .box-green a:visited.selected {
	color: #000;	
}
.box-green .top {
	height: 8px;
	background: url(../images/box_green.gif) no-repeat left top;
}
.box-green .bottom {
	height: 48px;
	background: url(../images/box_green.gif) no-repeat left bottom;
}
.box-green .inner {
	padding: 2px 10px 0 10px;
	color: #ffffff;
	background-color: #a0cf67;
	position: static;
	overflow: hidden;
}
.box-green h1, .box-green h2, .box-green .inner h3 {
	color: #ffffff;
	font-weight: bold;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}



/**** Inner Boxes ****/

.innerbox {
	width: 671px;
	margin: 6px 0 12px 0;
	background: #f3f4f1 url(../images/bg_innerbox-mid.gif) no-repeat left top;
}
.innerbox-top {
	background: url(../images/bg_innerbox-top.gif) no-repeat left top;
}
.innerbox-bottom {
	background: url(../images/bg_innerbox-bottom.gif) no-repeat left bottom;
	padding: 12px 16px;
		/*position: relative;
		overflow: hidden;*/
}
.innerbox h2:first-child {
	margin-top: 0px;
}

.inline {
	line-height: 24px;
}
.inline .moreinfo {
	float: left;
	display: inline;	
}
.inline .share {
	float: left;
	display: inline;
	margin-left: 14px;
}
.inline .share .label {
	float: left;
	display: inline;
	margin-right: 6px;	
}
.inline .share .addthis_toolbox {
	display: inline;	
}
.inline #social_buttons {
	display: inline;
}

/**** Calc Boxes ****/

.calcbox {
	width: 722px;
	background: #f3f4f1 url(../images/bg_calcbox-mid.gif) no-repeat left top;
}
.calcbox-top {
	background: url(../images/bg_calcbox-top.gif) no-repeat left top;
}
.calcbox-bottom {
	background: url(../images/bg_calcbox-bottom.gif) no-repeat left bottom;
		position: relative;
		overflow: hidden;
}


/**** CASE STUDIES ****/

#case_studies {
	clear: both;
	/*position: relative;
	overflow: hidden;*/
}
#case_studies h2 {
	margin: 0.1em 0 0.75em 0;
}
#case_studies #cs_image {
	float: left;
	display: block;
	margin: 0 0 12px 0px;
	width: 460px;
	overflow: hidden;
	text-align: center;
}
#case_studies #cs_image img {
	display: block;
	margin: 1px auto;
	border: 4px solid #272425;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#case_studies #cs_thumbs {
	float: left;
	display: block;
	width: 140px;
	margin: 0 0 12px 10px;
	padding: 0;
	list-style-type: none;
}
#case_studies #cs_thumbs li {
	display: block;
	overflow: hidden;
	width: 162px;
	height: 115px;
	margin: 0 0 2px 0;
	background: url(../images/casestudies_thumb.gif) no-repeat left top;
}
#case_studies #cs_thumbs li.selected {
	background-position: left bottom;	
}
#case_studies #cs_thumbs li a {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 102px;
	margin: 3px 0 0 14px;	
	background-color: #FFF;
}
#case_studies #cs_thumbs li img {
	display: block;	
}
#case_studies p, #case_studies h1, #case_studies h2, #case_studies h3 {
	clear: both;
}

#case_studies .buttons {
	margin-bottom: 0px;	
}

/* page only */
body#case_studies {
	background: #FFFFFF url(../images/logo.gif) no-repeat 18px 10px;
	padding: 120px 20px 20px 20px;
}
body#case_studies #cs_thumbs li {
	background: none;	
}

body#case_studies #cs_thumbs li a {
	border: 4px solid #272425;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/**** PRODUCTS ****/

.products {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;	
	font-size: 14px;	
}
.products p {
	margin-bottom: 2px;
}
.products h3 {
	color: #a0cf67;
	font-size: 14px;
	margin: 2px 0 6px 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.products h3 a {
	color: #a0cf67;
	text-decoration: none;	
}
.products h3 a:hover {
	text-decoration: underline;	
}

/* new products list */
#products {
	clear: both;
	width: 680px;
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#products li {
	float: left;
	display: inline;
	width: 226px;
	height: 148px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_product.gif) no-repeat left top;
}
#products li img {
	display: block;	
}
#products li a {
	display: block;
	width: 224px;
	height: 142px;
	margin: 1px;
	color: #a0cf67;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#products li a span {
	line-height: 24px;
	display: block;
	margin-left: 22px;
}
#products li a:hover {
	color: #ffffff;


}
#products li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/**** FORMS ****/

form input, form select, form options, form span, form a {
	font-family: Arial, Helvetica, sans-serif;
}

form {
	position: relative;
	overflow: hidden;
}

form.box {
	display: block;
	/*background: url(../images/bg_box-bot.gif) no-repeat left bottom;*/
	padding-bottom: 30px;
	margin-bottom: 30px;
}
form.box fieldset {
	display: block;
	border: none;
	/*background: #f8f8f9 url(../images/bg_box-top.gif) no-repeat left top;*/
	padding: 16px 20px 0 20px;
}

form p {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 2px !important;
}

form fieldset {
	border: 1px solid #E9E9E9;
	margin: 12px 0;
	padding:12px 12px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	/*background: #F4F5F3;*/
	
}
form legend {
	font-weight: bold;
	color: #272425;
}
form label, form .label {
	/*display: inline-block;*/
	float: left;
	width: 180px;
	margin-bottom: 6px;
}
form label.error {
	position: relative;
	width: auto;
	clear: left;
	margin-left: 180px;
	margin-top: -5px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #C00;
	text-indent: 20px;
	background: url(../images/icon_excl.gif) no-repeat left center;	
}

form .inp1 {
	width: 250px;	
	padding: 2px;
}
form textarea {
	width: 220px;	
	padding: 2px;
}
form #message {
	width: 430px;
}

form .btn_submit, form#calcForm .btn_submit {
	clear: both;
	display: block;
	position: relative;
	margin: 0;
	height: 30px;
}
form .btn_submit span {
	position: absolute;
	top: 0px;
	right: 0px;
}
form .btn_submit input {
	position: relative;
	margin: 0 0 0 10px;
	border: 0;
	height: 39px;
	line-height: 39px;
	position: relative;
	color: #ff3300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-right: 50px;
	cursor: pointer;
}
form .btn_submit input:hover {
	color: #999
}

/* Quote Form */

form#quote {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;	
}

.msg {
	padding: 6px;
	color:#FFF;
	background: #BEDE97;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.err {
	padding: 6px;
	background-color:#FFC;
	color:#C00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.red {
	color:#C00;	
}


/**** FOOTER ****/

#footer {
	clear: both;
	width: 940px;
	height: 116px;
	position: relative;
	overflow: hidden;
	background: url(../images/bg_footer.gif) no-repeat left 10px;
	font-size: 12px;
	color: #929396;
	margin-bottom: 20px;
}
#footer a {
	color: #000000;	
}

#footer .topbar {
	color: #e5e6e6;
	height: 30px;
	overflow: hidden;
}
#footer .topbar p {
	margin: 0px 14px;
	font-size: 14px;
		line-height: 18px;
}
#footer .topbar a {
	color: #fff;
}

#footer .bottombar {
	height: 100px;
	position: relative;
	overflow: hidden;
}
#footer .bottombar p {
	margin-bottom: 12px;	
}

#footer .bottombar ul.links {
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer .bottombar ul.links li {
	display: block;
	float: left;
	padding: 0 7px;
	border-left: 1px solid #999;
	height: 12px;
	line-height: 12px;
}
#footer .bottombar ul.links li.first {
	padding-left: 0px;
	border: none;
}
#footer .bottombar ul.links a {
	color: #666666;
	text-decoration: none;
}
#footer .bottombar ul.links a:hover {
	text-decoration: underline;
}
#footer .bottombar .left {
	float: left;
	display: inline;
	width: 470px;
	margin: 10px 0 0 14px;
}
#footer .bottombar .right {
	float: right;
	display: inline;
	width: 230px;
	margin: 16px 14px 0 0;
	text-align: right;
}



/**** PAGES ****/

#sitemap {
	font-size: 13px;
	margin-left: 20px;
}
#sitemap li {
	margin-bottom: 2px;	
}
#sitemap a {
	color: #666;	
}


/**** GENERAL ****/

.tableborders {
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCC;
}
.tableborders th, .tableborders td {
	text-align: left;
	margin: 0;
	padding: 2px 6px;
	border-top: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
}
.tableborders p {
	margin: 0;	
}

ul.downloads-pdf {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.downloads-pdf a {
	font-size: 0.93em;
	display: block;
	padding-left: 22px;
	background: url(../images/icon_pdf-s.gif) no-repeat left 2px;	
}


hr {
	color: #E9E9E9;
	background-color: #E9E9E9;
	height: 1px;
	border: none;
}

.clearboth {
	height: 1px;
	line-height: 1px;
	clear: both;
}

.hide {
	display: none;
}

.collapse {
	margin: 0;
}

.highlight {
	color: #a0cf67;	
}

.smalltext {
	font-size: 85%;
}
h1.smalltext, h2.smalltext, h3.smalltext {
	font-size: 125%;
}
.x-smalltext {
	font-size: 70%;
}
.mediumtext {
	font-size: 120%;
}
.largetext {
	font-size: 160%;
}
.alignright {
	float: right;
	margin: 0 0 6px 12px;
}
.alignleft {
	float: right;
	margin: 0 12px 6px 0;
}
.fitright {
	float: right;
	margin: 4px 0px 12px 12px;
}
a.selected, a:visited.selected{
	color: #000;
}

/* Social */
#social_buttons {
	margin-bottom: 12px;	
	width: 208px;
	position: relative;
	overflow: hidden;
}
#social_buttons a {
	float: left;
	display: inline;
	padding: 0 2px 0 0;	
}
#social_buttons a:hover {
	opacity:0.8;filter:alpha(opacity=80)
}
.addthis_toolbox {
	float: left;	
}

.twtr-widget .twtr-tweet-text {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

/* ---------- Fixes ----------- */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }
