/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
html, body {
	color:#333
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#343434;
}

h1,
h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
}

h3,
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}

h1 {
	font-size:28px;
	color:#333333;
    margin:10px 0;
}

h2 {
	font-size:22px;
	color: #266016;
	margin-bottom:5px;
}

h3 {
	font-size:17px;
	font-weight:bold;
	color:#555555;
	margin-bottom:10px;
}

p {
	line-height:18px;
	margin-bottom:20px;
}

p.results {
    margin-top:20px;
}

p a:link,
p a:visited {
	text-decoration:underline;
}

p img {
	vertical-align:top;	
}


/* Font Options */

.font-small {
	font-size:12px;	
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

body {
}

.container, .content {
	position:relative;
	display:block;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.container:after,
.content:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
	background-color:#ffffff;
	width:100%;
}

.content {
	margin:0 auto;
	width:960px;
	padding:15px 30px;
}


/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	height:130px;
	background-color:#FADE32;	
}

#header .content {
	padding:0 30px;
	max-height:300px;
}

#header a {
	display:block;
	float:left;
	margin-right:30px;
}

#header img.slogan {
	margin-top:20px;
}

#header img:last-child {
	float:right;	
}

/* Header Navigation */

#header-navigation .content {
	padding:0 30px;	
}

#header-navigation {
	height:31px;
}

#header-navigation .content,
#header-navigation ul,
#header-navigation ul li a {
	height:30px;
}

#header-navigation {
	background: #b88a3f;
	background: -moz-linear-gradient(top,  #b88a3f 0%, #916d2f 100%);
	background: -webkit-linear-gradient(top,  #b88a3f 0%,#916d2f 100%);
	background: linear-gradient(to bottom,  #b88a3f 0%,#916d2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b88a3f', endColorstr='#916d2f',GradientType=0 );
}

#header-navigation ul,
#header-navigation ul li a {
	font-family:Helvetica, sans-serif;
	display:block;
}

#header-navigation ul {
	width:100%;
}

#header-navigation ul li {
	float:left;
	border-top:1px solid #C6C6BA;
	border-left:1px solid #C6C6BA;
}

#header-navigation ul li:last-child {
	border-right:1px solid #C6C6BA;
}

#header-navigation ul li a {
	text-transform:uppercase;
	padding:0 35px;
	font-size:12px;
	font-weight:100;
	line-height:30px;
	color:#ffffff;	
	-webkit-transition: background 150ms;
	-moz-transition: background 150ms;
	transition: background 150ms;
}

#header-navigation ul li a.active,
#header-navigation ul li a:hover {
	background: #a77830;
	background: -moz-linear-gradient(top,  #a77830 0%, #845d24 100%);
	background: -webkit-linear-gradient(top,  #a77830 0%,#845d24 100%);
	background: linear-gradient(to bottom,  #a77830 0%,#845d24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77830', endColorstr='#845d24',GradientType=0 );
}

/* Header Sub-Navigation */

ul.header-subnavigation {
	position:absolute;
	top:40px;
	left:0;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 100ms;
	-moz-transition: -moz-transform 100ms;
	transition: transform 100ms;
}



/* Content
----------------------------------------------------------------------------------------------------*/

/* Content / Side Column */

.column-content,
.column-side {
	display:block;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;	
}

.column-content {
	width:675px;
	margin:0 0 0 15px;
	float:right;
}

.column-side {
	width:210px;
	float:left;	
}

.col-side-right .column-content {
	float:left;
	margin:0 15px 0 0;
}

.col-side-right .column-side {
	float:right;
}

/* Global Styles - Misc */

img.bordered {
	border:1px solid #000000;
}

div.bordered {
    height:20px;
    margin-bottom:20px;
    border-bottom:1px dotted #000000;
}

div.spaced {
    height:60px;
}

/* Global Styles - Links */

a.link {
	display:inline-block;
	height:13px;
	line-height:13px;
	padding-right:18px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#417A4E;
	background:url(../images/icon-arrow.png) no-repeat center right;
}

a.link:hover {
	color:#4d4d4d;
	background:url(../images/icon-arrow-grey.png) no-repeat center right;
}

a.link.small {
	font-size:11px;
}

a.link.bullet {
	color:#0000CC;
	text-decoration:underline;
	padding:0 0 0 18px;
	background:url(../images/icon-arrow.png) no-repeat center left;
}

a.link-large {
	display:inline-block;
	background:#607D23;
	height:25px;
	line-height:24px;
	padding:0 65px 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

a.link-large:after {
	display:block;
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:25px;
	background:url(../images/icon-expand.png) no-repeat center center;
}

a.link-large:hover {
	background-color:#788728;
}

a.product-category-link {
	float:left;
	margin:0 15px 15px 0;	
}

a.product-category-link:nth-child(3) {
	margin-right:0;	
}

a.pdf-download {
	display:block;
	height:30px;
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
    font-size:24px;
    line-height:35px;
    padding-left:40px;
	background:url(../images/icon-pdf-download-2017.png) no-repeat center left;
    color:#000000;
}

a.pdf-download:hover {
    text-decoration:underline;   
}

/* List Styles - Float List */

ul.float-list li {
	float:left;
	margin:0 20px 20px 0;
}

ul.float-list li h2 {
	margin-bottom:0;
}

ul.float-list li img {
	display:block;
	clear:both;	
}

ul.float-list li p {
    display:block;
    max-height:55px;
	margin-bottom:5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.float-list li span {
	display:block;
	color:#787878;
	line-height:22px;
	padding-top:2px;
}

ul.float-list.split3 li {
	width:210px;
	min-height:220px;
	margin-bottom:30px;
}

ul.float-list.split3 li:nth-child(3n) {
	margin-right:0;	
}

/* List Styles - Arrow List */

ul.arrow-list {
	margin-bottom:20px;	
}

ul.arrow-list li {
	padding-left:24px;
	background:url(../images/icon-arrow.png) no-repeat 0 2px;
	margin-bottom:5px;	
}

ul.arrow-list li.heading {
	padding:0;
	background:none;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

ul.arrow-list li.heading:nth-child(2) {
	margin-top:10px;
	color:#333333;
}

ul.arrow-list li.heading span {
	float:right;
	margin-right:35px;	
}

/* List Styles - Justify List */

ul.justify-list {
	display:block;
	width:100%;
	text-align:justify;
}

ul.justify-list li {
	display:inline-block;
	text-align:center;
	vertical-align:top;
}

/* List Styles - Clear List */

ul li.clear-list {
	min-height:inherit !important;
	clear:both !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none;
	background:none !important	
}

ul li.clear-list:before,
ul li.clear-list:after {
	display:none !important
}

ul li.clear-list.bordered {
	min-height:inherit !important;
	margin-bottom:10px !important;
	border-bottom:1px dotted #000000;
}

ul.arrow-list li.clear-list.bordered {
	height:20px !important;
	margin-bottom:20px !important;
}

/* Product Page - Product Selector */

.product-main-application {
    text-align:center;
    padding:15px 50px;
}

.product-main-application h1 {
    font-weight:700;
}

.product-main-application h3 {
    font-size:28px;
    color:#266016;
}

.product-selector {
    display:inline-block;
    position:relative;
    width:675px;
    height:500px;
}

.product-selector .item {
    display:block;
    position:absolute;
}

.product-selector .item div {
    position:relative;
    display:block;
    width:45px;
    height:45px;
    text-align: center;
    font-size:20px;
    font-weight:bold;
    color:#000000;
    line-height:45px;
    background: url(../images/img-product-btn-hover.png) no-repeat center center;
    cursor:pointer;
    -webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}

.product-selector .item div span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:45px;
    height:45px;
    z-index:10;
}

.product-selector .item a:before {
    display:block;
    content: "";
    width:7px;
    height:20px;
    position:absolute;
    top:3px;
    left:-12px;
    margin-left:5px;
    background: url(../images/bg-bubble-point.png) no-repeat center center;
    opacity:1;
    z-index:10;
}

.product-selector .item a {
    display:block;
    height:30px;
    line-height:26px;
    padding:0 10px;
    position:absolute;
    top:0;
    left:100%;
    margin:5px 0 5px 10px;
    background-color: #fade32;
    font-size:14px;
    font-weight:bold;
    color:#000000;
    white-space: nowrap;
    border:2px solid #000000;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
    opacity:0;
    z-index:11;
}

.product-selector .item a > img {
    position:absolute;
    bottom:-20px;
    left:6px;
}

.product-selector .item div img,
.product-selector .item a {
    -webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	transition: all 150ms;
}

.product-selector .item.active div img,
.product-selector .item:hover div img {
    opacity:0;
}

.product-selector .item.active div span,
.product-selector .item:hover div span {
    color:#ffffff;
}

.product-selector .item.active a {
    -webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
    opacity:1;
    z-index:11;
}

.product-selector .item:before:hover,
.product-selector .item:hover a {
    color:#000000;
    z-index:10;
}

/* Product Page - Product Selector - Industrial */


.product-selector.industrial .item-a {
    top:40px;
    left:160px;
}

.product-selector.industrial .item-b {
    top:10px;
    left:440px;
}

.product-selector.industrial .item-c {
    top:190px;
    left:380px;
}

.product-selector.industrial .item-d {
    top:240px;
    left:170px;
}

.product-selector.industrial .item-e {
    top:100px;
    left:490px;
}

.product-selector.industrial .item-f {
    top:320px;
    left:330px;
}

.product-selector.industrial .item-g {
    top:200px;
    left:570px;
}

.product-selector.industrial .item-h {
    top:270px;
    left:220px;
}

.product-selector.industrial .item-i {
    top:320px;
    left:455px;
}

.product-selector.industrial .item-j {
    top:400px;
    left:570px;
}

/* Product Page - Product Selector - Residential */

.product-selector.residential .item-a {
    top:40px;
    left:290px;
}

.product-selector.residential .item-b {
    top:70px;
    left:390px;
}

.product-selector.residential .item-c {
    top:140px;
    left:240px;
}

.product-selector.residential .item-d {
    top:140px;
    left:510px;
}

.product-selector.residential .item-e {
    top:180px;
    left:40px;
}

.product-selector.residential .item-f {
    top:240px;
    left:440px;
}

.product-selector.residential .item-g {
    top:180px;
    left:570px;
}

.product-selector.residential .item-h {
    top:120px;
    left:560px;
}

.product-selector.residential .item-i {
    top:400px;
    left:430px;
}

.product-selector.residential .item-j {
    top:400px;
    left:570px;
}

/* Product Page - Product Selector Links */

#product-selector-links {
    display:inline-block;
    margin:60px 0 30px;
    width:auto;
}

#product-selector-links .divide-two {
    display:block;
    float:left;
    margin:0 20px;
}

#product-selector-links a,
#product-selector-links a div {
    display:block;
}

#product-selector-links a {
    height:45px;
    line-height:45px;
    font-size:14px;
    font-weight:bold;
    color:#000000;
    text-align: left;
    margin-bottom:10px;
    white-space: nowrap;
}

#product-selector-links a div {
    position:relative;
    display:block;
    float:left;
    width:45px;
    height:45px;
    margin-right:10px;
    text-align: center;
    font-size:20px;
    font-weight:bold;
    color:#000000;
    line-height:45px;
    background: url(../images/img-product-btn.png) no-repeat center center;
    cursor:pointer;
    -webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}

#product-selector-links a:hover {
    text-decoration: underline;   
}

/* Home BXSlider CSS Override */

.bx-wrapper .bx-viewport {
	border:none;
	padding:0;
	left:0;
	background:none;
	border-bottom:none;
	overflow:hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #cccccc;
}

/* Home Slider Exclusive */

#home-slider {
	padding:15px 0 0;
	height:315px;
	overflow:hidden	
}

#home-slider > .content {
	padding:0 30px;
	height:300px;
	overflow:hidden	
}

#home-slider .bx-wrapper {
	margin: 0 auto 0;	
}

#home-slider .bx-wrapper .bx-viewport {
	max-height:300px;
}

#home-slider .bx-slider li {
	height:600px;
	overflow:hidden	
}

#home-slider .bx-wrapper img {
	width: 100%;
	height: auto;
	min-width: 900px;
	min-height: 300px;	
}

#home-slider .bx-wrapper .bx-pager .bx-pager-item,
#home-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	vertical-align:top
}

#home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,0.5);
}

#home-slider .bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	top:47%;
}

#home-slider .bx-wrapper .bx-loading {
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff
}

#home-slider .bx-wrapper .bx-prev {
	background: url(../images/bxslider/prev.png) no-repeat 0 0;
	left:20px;
}

#home-slider .bx-wrapper .bx-next {
	background: url(../images/bxslider/next.png) no-repeat 0 0;
	right:20px;
}

#home-slider .bx-wrapper .bx-next:hover,
#home-slider .bx-wrapper .bx-prev:hover {
    background-position: 0 -42px;
}

#home-slider .bx-wrapper .bx-pager {
    padding-top:0;
}

#home-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}

#home-slider .bx-wrapper .bx-pager .bx-pager-item,
#home-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    width: 11px;
	height:11px;
	margin:0 5px;
}

#home-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background:none;
	width:9px;
	height:9px;
	border:1px solid #ffffff;
    margin: 0;
}

#home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#fff;
}

/* BxSlider Custom Content */

#slider .content {
	height:0;
	padding: 0;
}

.slider-content-box {
	width:100%;
	height:300px;
	padding:0 45px;
}

.slider-content-box a.link-large {
	position:absolute;
	top:263px;
}

/* BxSlider Custom Pager */

#bx-pager {
	position:absolute;
	top:242px;
	right:45px;	
}

#bx-pager a {
	margin-left:1px;
}

/* Home Carousel Exclusive */

#home-carousel {
	display:block;
	padding:10px;
	border:1px solid #cccccc;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#home-carousel .bx-wrapper {
	width:542px !important;
	max-width:542px !important;
	margin:0 !important;
	float:right;
}

#home-carousel img {
	border:1px solid #cccccc;	
}

#home-carousel .carousel-text {
	position:relative;
	display:block;
	width:100px;
	height:100px;
	float:left;
	border-right:1px solid #cccccc;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#home-carousel .carousel-text span {
	display:block;
	padding:5px 8px 5px 0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	text-align:center;
	color:#417A4E;
}

#home-carousel .carousel-text a.link {
	position:absolute;
	bottom:0;	
}

/* Side Column */

.column-side h3 {
	font-size:16px;
    line-height:35px;
    margin:10px 0;
	text-decoration:underline;	
}

/* Sidebar Slider */

ul#side-slider {
	position:relative;
	width:195px;
	padding:0 10px 0 10px;
	margin:0;
	background-position:0 0
}

ul#side-slider li {
	position:relative;
	padding:0;
	margin:0;
	text-align:left;
	list-style:none;
	vertical-align:middle;
	color:#666;
	width:195px;
	height:67px;
	line-height:67px
}

ul#side-slider li a {
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	padding:0;
	margin:0;
	cursor:pointer
}

ul#side-slider li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 12px;
	padding:20px 0;
}

ul#side-slider li#select {
	position:absolute;
	display:none;
	top:0;
	left:10px;
	background:url(../images/product-list/selected.png) no-repeat	
}

ul#side-slider li img {
	float:left;
	border:none;
	margin: 13px 8px 13px 0;
	vertical-align:middle;
}

/* Sidebar Navigation */

ul#side-nav,
ul#side-nav li,
ul#side-nav li a {
    display:block;
}

ul#side-nav li a {
    position:relative;
    line-height:18px;
    -webkit-transition: color 150ms;
	-moz-transition: color 150ms;
	transition: color 150ms;
}

ul#side-nav > li > a {
    border-bottom:1px solid #f2f2f2;
    padding:8px 34px 8px 0; 
    background: url(../images/icon-sidenav-collapse.png) no-repeat top right;
    color:#637828;
}

ul#side-nav > li > a:after {
    display:block;
    content: "";
    width:34px;
    height:34px;
    position:absolute;
    top:0;
    right:0;
    background:url(../images/icon-sidenav-expand.png) no-repeat center center;
    -webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	transition: opacity 150ms;
}

ul#side-nav > li.active > a {
    border:none;   
}

ul#side-nav > li.active > a:after {
    opacity:0;   
}

ul#side-nav li ul.side-subnav {
    overflow:hidden;
    -webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	transition: all 150ms;
}

ul#side-nav li ul.side-subnav.js-height {
    height:0 !important;   
}

ul#side-nav li ul.side-subnav li:last-child {
    margin-bottom:20px;   
}

ul#side-nav li ul.side-subnav li,
ul#side-nav li ul.side-subnav li a:before {
    -webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	transition: all 150ms;
}

ul#side-nav li ul.side-subnav li a {
    padding:5px 0 5px 12px;
    color:#000000;
    background: url(../images/icon-sidenav-arrow-brown.png) no-repeat 0 8px;
}

ul#side-nav li ul.side-subnav li a:before {
    display:block;
    background: url(../images/icon-sidenav-arrow.png) no-repeat 0 0;
    width:6px;
    height:11px;
    content: "";
    position:absolute;
    top:8px;
    left:0;
}

ul#side-nav li ul.side-subnav li.active a:before,
ul#side-nav li ul.side-subnav li:hover a:before {
    opacity:0;
}

ul#side-nav li ul.side-subnav li.active a,
ul#side-nav li ul.side-subnav li:hover a {
    color:#ad8039;
}

/* Register Forms */

.form {
	position:relative;
	display:block;
	width:100%;
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	background:none;
	padding:0 0 20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.form .container.message,
.form .container.captcha {
	padding-bottom:20px;	
}

.form label {
	display:block;
	height:30px;
	width:120px;
	padding-right:10px;
	float:left;
	line-height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:right;
}

.form .labelless {
	padding-left:130px;	
}

.form input,
.form textarea {
	width:400px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.form input:focus,
.form textarea:focus {
	border-color:#E49236;
}

.form input {
	height:30px;
	padding:0 5px;
}

.form textarea {
	padding:5px 5px;
	height:100px;
	line-height:20px;
	resize:none;
	overflow-y:hidden;
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	color:#f00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	line-height:20px;
	padding:0 10px;
	margin:0;
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
	color:#fff;
	padding:0 20px;
	background:#607D23;
	border:none;
	width:auto;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:25px;
	line-height:25px;
	-webkit-transition: background-color 150ms;
	-moz-transition: background-color 150ms;
	transition: background-color 150ms;
}

.form .button:hover {
	background-color:#788728;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
	background:#b5b5b5 !important;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer img {
	margin-right:16px;
	float:left;
}

/* Footer Copyright */

#footer .copyright,
#footer ul,
#footer ul li a {
	display:block;
}

#footer .copyright {
	float:left;
	width:680px;
}

#footer ul {
	padding-top:8px;
	height:11px;
	margin-bottom:2px;	
}

#footer ul li {
	float:left;
	margin-left:4px;
}

#footer ul li:first-child {
	margin-left:0;	
}

#footer ul li a {
	height:11px;
	line-height:11px;
	color: #006633;
	font-weight:bold;
	border-right:1px solid #006633;
	padding-right:4px;
}

#footer ul li:last-child a {
	border:none;	
}

#footer p,
#footer p a {
	margin-bottom:0;
	color:#999999;
	line-height:13px;
}

#footer p a {
	font-weight:bold;
	text-decoration:none;
}

#footer p.designer {
    margin:15px 0;
}

#footer p.designer,
#footer p.designer a {
    color:#ffffff;
}