* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	width: 100%;
	min-width: 1100px;
	background: #9ea8a4;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: normal;
	color: #224b6b;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3, h4 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #505453;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h6 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

a {
	color: #0b5f3d;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ff2204;
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 10px 0px 10px 25px;
}
p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 400px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	color: #fff;
	background: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	text-transform: uppercase;
	width: 200px;
}
.form fieldset {
    border: 1px solid #555555;
    padding: 10px 5px 10px 10px;
}
.form fieldset legend {
    color: #555555;
    font-weight: bold;
	padding: 0px 10px 0px 10px;
}

.form label {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0;
	color: #000000;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form label.edit_check {
	float:none;
}
.form input, .form select, .form textarea {
	width: 100%;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #555555;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.form input[type=checkbox], .form input[type=radio] {
	width: auto;
	margin: 10px;
	background: #fff;
}
.form textarea {
	height: 200px;
}

.required-text { /* required */
	color: #f00;
}

/* form validate error */
label.xerror { float: none; color: red; vertical-align: top; }
label.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; 
}
/* /form validate error */

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #ccc;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #ccc;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #ccc;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #ccc;
	text-overflow: ellipsis;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 5px 2px 5px 2px;
}
#scode_block table td {
	padding: 0px 1px 0px 1px;
}
#scode_block td {
    vertical-align: top;
}

#scode_block input#scode {
	width: 80px;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}
.iframe_container iframe {
	width: 100%;
	height: 100%;
}
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_left, .img_left_ds {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.img_right, .img_right_ds {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}
.img_full {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}

.images {
	border: none;
	background: #9ea8a4;
}
.images_full {
	border: none;
	background: #9ea8a4;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}
.images_left {
	border: none;
	background: #9ea8a4;
	float: left;
	margin: 0px 15px 10px 0px;
}
.images_right {
	border: none;
	background: #9ea8a4;
	float: right;
	margin: 0px 0px 10px 15px;
}
hr, .hr {
	line-height: 2px;
	height: 2px;
	font-size: 1px;
	background: url(images/hr_bg.gif) bottom repeat-x;
	border: 0px;
}

a.a_button {
	display: inline-block;
	color: #ffffff;
	background: #515d59;	
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	text-align: center;
	padding: 6px 21px 7px 15px;
	text-transform: uppercase;
	border-radius: 6px;
}
a.a_button:hover {
	text-decoration: none;
	background: #2a302e;
}
a.a_button1 {
	display: inline-block;
	background: #030305;	
	padding: 12px 27px 9px 27px;	
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
a.a_button1:hover {
	text-decoration: none;
	color: #ffe93d;
}
.columns_2 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.columns_3 {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}
/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #ffffff;
	background: #515d59;	
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	text-align: center;
	padding: 6px 15px 7px 15px;
	text-transform: uppercase;
	border-radius: 6px;
	margin-bottom:4px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	background: #2a302e;
	color: #ffe83c;	
	text-decoration: none;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #ffffff;
	background: #2a302e;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	text-align: center;
	padding: 6px 15px 7px 15px;
	text-transform: uppercase;
	border-radius: 6px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
	color: #ffe83c;	
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000000;
}

.imagemediumname {
	color: #000000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #5a3b37;
	border-left: 1px solid #5a3b37;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.table .center {
	text-align: center;
}
.table thead td, .table tfoot td {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	background: #936a48;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	text-align: center;
}
.table tr {
	vertical-align: top;
}

.table td {
	padding: 5px;
	border-bottom: 1px solid #5a3b37; 
	border-right: 1px solid #5a3b37; 
}
.table tr:nth-child(odd) {
	color: #000;
	background: #eedfc1;
}
.table tr:nth-child(even) {
	color: #000;
}


/* main styles
-----------------------------------------------------------------------------*/
.page_wrapper {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	background: url(images/body_bg1.jpg) center top no-repeat, #fffdfc url(images/body_bg.png) center top repeat-x;
}
.inside #wrapper {
	background: #fffdfc url(images/body_inisde_bg.png) center top repeat-x;
}
#logo {
	position: absolute;
	top: 23px;
	left: 23px;
	width: 120px;
	height: 111px;
	z-index: 20 !important;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 111px;
	font-weight: bold;
	color: #ffe83c;
	z-index: 30;
}
#logo a {
	background: url(images/logo.jpg) left top no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#social_icons {
	position: absolute;
	top: 97px;
	right: 17px;
	z-index: 30;
}
#social_icons a,
#social_icons span {
	display: inline-block;
	float:right;
	height: 50px;
	line-height: 50px;
	font-size: 1px;
    margin: 0px 0px 12px 12px;
    vertical-align:top;
	box-shadow: 2px 2px 8px #a58d69;
}
#social_icons span {
	width: 48px;
	height: 48px;
	border: 1px solid #f6e7c9;
	background: #a58a75;
}
#social_icons a img {
	border: 1px solid #f6e7c9;
}
#slogan {
	position: absolute;
	top: 125px;
	left: 295px;
	z-index: 30;
}
.inside #slogan {
	top: 99px;
	left: 176px;
}
#header {
	height: 545px;
	position: relative;	
}
.inside #header {
	height: 193px;
}
#cse-search-box {
	float:right;
	width: 385px;
	padding: 12px 16px 0px 0px;
}
#cse-search-box label {
	float:left;
}
#search_text {
	width:299px;
	height:27px;
	background: #ffffff;
	border: none;
	padding:5px;
	margin-right:3px;
}
#cse-search-box .submit {
	width:83px;
	height:27px;
	background: #030305;
	border: none;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
#menutop {
	float:right;
	clear: both;
	padding: 20px 7px 0px 0px;	
}
#menutop ul {
	display: table;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size:0;	
}
#menutop li {
	display: inline-block;
	font-size:1px;
	padding-right:1px;
	background: url(images/menutop_li_bg.png) right center no-repeat;
	position:relative;	
}
#menutop li:last-child {
	padding-right:0;
	background: none;
}
#menutop ul li a {
	display: block;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #fefefe;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;	
	padding: 7px 12px 7px 12px;
	margin: 0px;
	text-decoration: none;
}
#menutop ul li:hover a {
	color: #ffe83c;
	background: #333736;
	text-decoration: none;
}
#menutop li.selected a {
	background: #333736;
	color: #ffe83c;
}
#slide_area {
	position: relative;	
	clear: both;
	padding: 24px 0px 0px 0px;
}
#slideshow_residential {
	float:left;
	margin-right:2px;
	z-index: 10;
}
#slideshow_commercial {
	float:left;
	z-index: 10;	
}
#slideshow_residential img,
#slideshow_commercial img {
	border: 1px solid #f1ede1;
}
#btn_residential_gallery {
	position: absolute;
	top: 378px;
	left: 17px;
	z-index: 30;
}
#btn_commercial_gallery {
	position: absolute;
	top: 378px;
	right: 68px;
	z-index: 30;
}
#content {
	padding: 0px 20px 20px 20px;
	min-height: 350px;
    height: auto !important;
    height: 350px;
}
.inside #content {
	min-height: 580px;
    height: 580px;
}
#content_margin_right {
	width: 100px;
	height: 100px;
	float: right;
}
#bottom_boxes {
	margin: 0px 0px 4px 0px;
	background: #c5cac8;
	position: relative;		
}
#bottom_boxes_right {
 position: absolute;
 width: 50%;
 height:  100%; 
 left: 50%;
 top: 0px;
 background: #dbdddc;
}
#bottom_boxes .page_wrapper {
	min-height: 276px;
    height: auto !important;
    height: 276px;
}
#bottom_boxes ul {
    position: relative;
    left: 16px;
    top: 0;
}
#bottom_boxes img.images_left {
	margin-right: 29px;
}
#top_products_1 {
	float:left;
	width: 450px;
	padding: 19px 95px 25px 27px;
}
#top_products_2 {
	float:left;
	width: 476px;
	padding: 19px 0px 15px 0px;
}
/* #footer {
	min-height: 177px;
    height: auto !important;
    height: 177px;
	background: #9ea8a4;
}
#menubottom {
	float:left;
	width:803px;
	padding: 55px 3px 0px 0px;	
	background: url(images/menubottom_bg.gif) right 26px no-repeat;
	text-align: right;
}
#menubottom ul {
	float:right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menubottom li {
	display: inline-block;
	background: url(images/menubottom_li_bg.png) right 1px no-repeat;
}
#menubottom li:last-child {
	background: none;
}
#menubottom ul li a {
	display: block;
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color: #171918;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0 7px 0 7px;
	margin: 0px;
	text-decoration: none;
}
#menubottom ul li:hover a {
	color: #ffffff;
	text-decoration: none;
}
#menubottom li.selected a {
	color: #ffffff;
}
#menubottom span {
	display: block;
	clear:both;
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color: #fffefc;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding: 0 7px 0 7px;	
}
#footer_links {
	float:left;
	width:277px;
	padding: 24px 0px 0px 10px;	
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color: #171918;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#footer_links a {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color: #171918;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
#footer_links a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer span, #footer a {
	color: #171918;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
} */

#footer {
  min-height: 170px;
    height: auto !important;
    height: 170px;
    background: #9ea8a4;
    margin-top:20px;
}
#footer_links {
  float:left;
  /* width:277px; */
  padding-top: 30px; 
  font-family: 'Calibri', Arial, Helvetica, sans-serif;
  color: #171918;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
#footer_links a {
  font-family: 'Calibri', Arial, Helvetica, sans-serif;
  color: #171918;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
}
#footer_links a:hover {
  color: #ffffff;
  text-decoration: none;
}
#footer span, #footer, #footer p a {
  color: #171918;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* Titles
----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	padding: 0px 0px 34px 0px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
}
.content_title h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
}
.content_title h1 span {
	padding: 8px 0px 0px 0px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #4b4a4a;
}
#bottom_boxes .content_title {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	padding: 0px 0px 13px 0px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
/* contact
----------------------------------------------------------------------------*/
#contact_address .iframe_container {
	width: 450px;
	height: 300px;
}
/* other
----------------------------------------------------------------------------*/

#slideshow_history a {
	display: block;
}
.products {
	border-spacing: 5px;
}
.ul_cols {
	margin: 0px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 3;
    -webkit-column-count: 3;
	column-count: 3;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
.div_cols {

	-moz-column-count: 3;
    -webkit-column-count: 3;
	column-count: 3;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
.div_cols a {
	word-wrap: break-word;
}

#icpsignup4030 input.submit {
	width:200px;
}