* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #423e31;
    font-size: 15px;
	line-height: 19px;
	width: 100%;
	min-width: 1000px;
	font-weight: normal;
	background: #4d3c21 url(images/body_bg.jpg) repeat;
	position: relative;
	padding-top: 34px;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 { 
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #2b98bc;
    padding: 0px 0px 8px 0px;
}
h2, .h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #32784c;
    padding: 0px 0px 8px 0px;
}
h3, .h3 {
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    color: #bc2800;
    padding: 0px 0px 8px 0px;
}

a {
	color: #f48e20;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.png);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}




/*superimpose left*/
#row1left {
	width: 100%;
	position: absolute;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*superimpose right*/
#row1right {
	width: auto;
	position: absolute;
	top: 50px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: right;
	font-weight: normal;
	text-transform:uppercase;
	text-shadow: 1px 1px #0184BB;
}
/*superimpose center*/
#row1center {
	width: 100%;
	position: absolute;
	top: 307px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	font-size: 53px;
	line-height: 53px;
	font-weight: normal;
	text-outline: 2px 2px #86BEF6;
	text-transform:uppercase;
	z-index:999 !important;
}


/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
	background: url(images/input_bg.png) top repeat-x;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #a92b19;
	font-size: 22px;
	line-height: 22px;
	border: 0px;
	padding: 11px 20px 12px 20px;
	text-transform: uppercase;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #231f20;
	font-size: 20px;
	line-height: 20px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #231f20;
	font-size: 18px;
	line-height: 25px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #231f20;
}
.form select {
	padding: 8px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* 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;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.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;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border: 8px solid #eee;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

hr, .hr {
	line-height: 2px;
	height: 2px;
	font-size: 1px;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #a92b19;
	text-align: center;
	padding: 12px 20px 12px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	text-transform: uppercase;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #79675c;
}
.a_button1 {
	color: #231f20;
	background: #c4c1b2;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list > li {
	list-style: none;
	list-style-image: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
	margin-right: 3%;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #79675c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #a92b19;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #a92b19;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio_slides
-----------------------------------------------------------------------------*/
.portfolio_slides {
	position: relative;
}
.portfolio_slides ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.portfolio_slides li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
.portfolio_slides .images {
	max-width: -webkit-calc(100% - 8px); /* - 2*border */
	max-width: -moz-calc(100% - 8px);
	max-width: calc(100% - 8px);
	max-width: 100%;
	height: auto;
}

.portfolio_slides_pager {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.portfolio_slides_pager span {
	width: 15px;
	height: 15px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 40px;
	color: #4d1658;
}
.portfolio_slides_pager span.cycle-pager-active {
	color: #d1b26d;
}
.portfolio_slides_pager > * {
	cursor: pointer;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}



/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	
	width: 100%; 
	background: url(images/wrapper_bg.jpg) top center repeat-y;
}
#wrapper1 {
	width: 100%; 
	background: url(images/wrapper1_bg.jpg) top center no-repeat;
} 
#wrapper2 {
	width: 100%; 
	background: url(images/wrapper2_bg.jpg) bottom center no-repeat;
} 
#wrapper3 {	
	width: 900px; 
	position: relative; 
	left: 50%; 
	margin-left: -450px; 
	padding: 0px 0px 40px 0px;
}
#wrapper1_inside {
	width: 100%; 
	background: url(images/wrapper1_inside_bg.jpg) top center no-repeat;
} 
#wrapper2_inside  {
	width: 100%; 
	background: url(images/wrapper2_inside_bg.jpg) bottom center no-repeat;
}
#wrapper3_inside {	
	background: url(images/golf_bg.png) bottom right no-repeat;
	width: 1082px;
	position: relative;
	left: 50%;
	margin-left: -541px;
}
#wrapper4_inside {	
	width: 900px; 
	position: relative; 
	left: 50%; 
	margin-left: -450px; 
	padding: 0px 0px 80px 0px;
}


/* Header
-----------------------------------------------------------------------------*/
#header { 
	background: url(images/header_bg.jpg) top no-repeat; 
	overflow: hidden;
	width: 900px;
    position: relative;
	height: 237px;
}
#header_inside { 
	background: url(images/header_inside_bg.jpg) top no-repeat; 
	overflow: hidden;
	width: 900px;
    position: relative;
	height: 237px;
}		
#bunner { 
	position: absolute; 
	width: 115px; 
	height: 122px;
	top: 16px; 
	left: 2px;
}		
#logo {
	width: 246px;
	height: 202px; 
	top: 10px; 
	left: 327px; 
	color: #f38420; 
	font-size: 34px;
	line-height: 36px;
	position: absolute;
}		
#logo a {
	background: url(images/logo.png) no-repeat; 
	position: absolute;
	height: 167px;
	top: 0px; 
	width: 100%;
}

#logo_div {
width: 100%;
height: 190px; 
text-align:center;
padding-top:10px;
}
#logo_call { 
	position: absolute; 
	width: 246px;
	height: 32px;
	top: 177px; 
	left: 327px;
	color: #f9b91f;
	font-size: 40px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: -1px -1px black, 1px -1px black, 1px 2px black, 2px -1px black;
}
/*#logo_call:before { 
	content: "";
	display: block;
	width: 246px;
	height: 30px;
	font-size: 40px;
	line-height: 33px;
	font-weight: bold;
	position: absolute;
	top: 0px;  
	text-shadow: -1px -1px black, 1px -1px black, 1px 1px black, 1px -1px black !important;
	border: #F00 1px solid;
}*/
#social {
	width: 200px;
	height: 32px;
	top: 38px;  
	left: 700px;
	position: absolute;
}
#social img { 
	float: right;
	width: 30px;
	height: 32px;
	margin-left: 5px;
}
#call {
	position: absolute; 
	font-family: 'Alegreya', serif;
	width: 200px;
	left: 700px;
	top: 77px;  
	text-align: right;
	color: #685108;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
}
#call span { 
	font-size: 24px;
}

/* Header1
-----------------------------------------------------------------------------*/
#header1 { 
	background: #624d1f url(images/header1_bg.jpg) bottom no-repeat; 
	overflow: hidden;
	width: 900px;
    position: relative;
	height: 462px;
	z-index: 10;
}			
#header1_inside { 
	background: #624d1f url(images/header1_bg.jpg) bottom no-repeat; 
	overflow: hidden;
	width: 900px;
    position: relative;
	height: 262px;
}			
/* Slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	background: url(images/slides_01.jpg) left top no-repeat;
	width: 900px;
	height: 372px;
}
#slideshow img {
	display: none;
}
#slideshow img.first {
	display: block;
}

/* Dot slideshow
---------------------------------*/
ul#nav {
	position: absolute;
	margin: 0px 0px 0px 0px;
	display: table;
	width: auto;
	margin: 0 auto;
	top: 334px;
	left: 420px;
	z-index: 100;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a {
	text-decoration: none;
	background: url(images/icon_slide.png) left top no-repeat;
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	text-indent: -5000px;
	padding-right: 4px;
}
#nav a.activeSlide {
	background: url(images/icon_slide_on.png) left top no-repeat;
}
#nav a:focus {
	outline: none;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle { 
	background: url(images/middle_bg.jpg) top center repeat-y; 
	width: 900px;
}
#middle1 { 
	background: url(images/middle1_bg.jpg) bottom center no-repeat; 
	width: 900px;
}
#middle2 { 
	background: url(images/middle2_bg.jpg) top center no-repeat; 
	width: 900px;
	height: auto !important;
}
#middle_inside { 
	background: url(images/middle_inside_bg.jpg) top center no-repeat; 
	width: 900px;
	height: auto !important;
}

/* Side
------------------------------------------------------*/
#side { 
	float: left; 
	width: 250px;
	padding: 30px 0px 30px 0px;
	margin: 0px;
}
#side_inside {
	background: url(images/side_inside_bg.png) left bottom no-repeat;
	float: left; 
	width: 250px;
	padding-bottom: 35px;
}
#side1_inside { 
	background: url(images/side1_inside_bg.jpg) left repeat-y;  
	float: left; 
	width: 250px;
}
#side2_inside { 
	background: url(images/side2_inside_bg.jpg) left top no-repeat; 
	float: left; 
	width: 250px;
	padding: 30px 0px 50px 0px;
}

/* Side Services Title
--------------------------------------*/
#services_title {
	background: url(images/title_line.gif) bottom repeat-x;
	width: 100%;
	color: #c1b98c; 
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	font-family: 'Alegreya', serif;
	margin-bottom: 20px;
}


/* Content
------------------------------------------------------*/
#content_home { 
	float: left; 
	width: 368px;
	padding: 0px 16px 0px 16px;
	min-height: 400px;
	height: auto !important;
}
#content { 
	float: right; 
	width: 632px;
	height: auto !important;
	padding-bottom: 20px;
}

/* Content Title
------------------------------------------------------*/
.content_title { 
	width: 100%; 
	margin-bottom: 21px;
}
.content_title h1 { 
	color: #7b6521; 
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Alegreya', serif;
}

/* Box Fre Estimate
-----------------------------------------------------------*/
#box_request { 
	float: right; 
	width: 250px;
	padding: 30px 0px 30px 0px;
}
#request_title {
	background: url(images/title_line.gif) bottom repeat-x;
	width: 182px;
	color: #c1b98c; 
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	font-family: 'Alegreya', serif;
	margin: 0px 29px 20px 30px;
}
#box_request #form { 
	width: 182px; 
	color: #FFF;
	margin: 0px 20px 0px 30px;
}
#box_requestt label { 
	float:left;
	width: 182px; 
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}
#box_request input { 
	float: left; 
	width: 182px;
	height: 18px;
	margin: 4px 0px 4px 0px;
	color:#000 !important;
}
#box_request textarea {
	float: left; 
	width: 182px; 
	height: 100px; 
	margin: 4px 0px 0px 0px;
	background: #fff;
	color:#000 !important;
}
#box_request .scode_block { 
	overflow: hidden; 
	float: left;
	width: 182px;
	text-align: left; 
}
#box_request .scode_block input.scode {
	float: left;
	width: 82px;
	text-transform: uppercase;
	text-align: center;
	height: 19px;
	margin-left: 4px;
}
#box_request .scode_block .submit { 
	color: #fff;
	background-color: #7f745b;
	font-size: 17px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	width: 126px;
	height: 32px;
	margin: 5px 0px 0px 25px !important;
}
#box_request .scode_block div { 
	width: 182px;
	position: relative;
	left: 50%;
	margin-left: -91px;
}
#box_request .scode_block span {
	float: left;
	display: block;
	padding: 0px;
}
#box_request .scode_block span input { 
	padding-top: 0px !important;
	margin-top: 0px !important;
}




/* Featured Services
-----------------------------------------------------------------------------*/
#box_featured_services {
	width: 100%;
	background: url(images/box_featured_services_bg.jpg) center repeat-y;
}
#box_featured_services1 {
	width: 100%;
	background: url(images/box_featured_services1_bg.jpg) top center no-repeat;
}
#box_featured_services2 {
	width: 100%;
	background: url(images/box_featured_services2_bg.jpg) bottom center no-repeat;
}
#box_featured_services3 {
	background: url(images/golf_bg.png) bottom right no-repeat;
	width: 1082px;
	position: relative;
	left: 50%;
	margin-left: -541px;
}
#box_featured_services4 {
	overflow: hidden; 
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	height: auto !important;
	padding: 74px 0px 68px 0px;
}

/* Featured Services Title
------------------------------------------------------*/
#featured_services_title { 
	width: 100%;
	color: #cdc6b5; 
	font-size: 28px;
	line-height: 24px; 
	text-align: center;
	font-weight: normal;
	font-family: 'Alegreya', serif;
	margin: 0px 0px 15px 0px;
}

/* Content Our Services
------------------------------------------------------*/
#box_featured_services4 a { 
	float: left; 
	width: 290px;
	height: 213px; 
	color: #fff;
	margin-right: 15px; 
	font-weight: normal;
	font-family: 'Alegreya', serif;
	text-decoration: none; 
	outline: none; 
}
#box_featured_services4 span { 
	background: url(images/box_featured_services_arrow.gif) left no-repeat;
	display: block;
	width: 290px;
	height: 33px;
	font-size: 17px;
	line-height: 33px;
	padding: 0px 0px 0px 10px;
}
#box_featured_services4 a:hover {
	color: #c1b98c;
}
#box_featured_services4 .last { 
	margin-right: 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	overflow: hidden; 
	width: 100%;
	height: 216px;
	background: url(images/footer_bg.jpg) top center no-repeat;
}
#footer1 {
	width: 100%;
	background: url(images/footer1_bg.jpg) top center no-repeat;
}
#footer2 { 
	overflow: hidden; 
	width: 900px;
	height: 82px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	color: #a99f89; 
	font-size: 14px; 
	line-height: 18px; 
	padding-top: 134px;
}
#footer2 #footer_logos {
	position: absolute;  
	width: 900px; 
	height: 90px;
	top: 27px;
	left: 204px; 
}
#logo_olca { 
	margin-top: 18px;
}
#logo_unilock { 
	margin-top: 16px;
}
#footer2 #footer_logos img { 
	float: left;
	margin-right: 22px;
}
#footer2 div {
	top: 134px;
	right: 0;
	width: 500px;
	position: absolute;
	text-align: right;
}
#footer2 a {
	color: #a99f89;
}
#footer2 b {
	font-weight: normal;
	color: #fff;
}


/* Request
-----------------------------------------------------------------------------*/
#request_form {
	width: 435px;
	padding-left: 50px;
}
#request_form fieldset {
	border: 1px solid #fff;
	padding: 10px;
}
#request_form legend {
	font-weight: bold;
}
#request_form label {
	float: left;
	width: 205px;
}
#request_form input {
	width: 200px;
	height: 18px;
}
#request_form select {
	width: 205px;
	height: 22px;
}
#request_form #labelState {
	width: 45px;
}
#request_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#request_form input#email, #request_form input#comp_address, #request_form textarea {
	width: 405px;
}
#request_form textarea {
	height: 100px;
}
#request_form #scode_block {
	width: 400px;
}











.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 47px;
}

.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 100%;
	height: 34px;
    background: url(images/menu_bg.gif) top repeat-x;
}
#menutop ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	background: url(images/menu_divider.gif) right no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menutop li:last-child {
	background: none;
}

#menutop ul li a {
	display: block;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
    text-align: center;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px 0px 30px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #c1b98c;
	text-decoration: none;
	border-bottom: 3px solid #fff;
}

/* MenuLeft
--------------------------------------*/
#menu { 
	float: left; 
	width: 182px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	margin-left:20px !important; ;
}
#menu ul  {
	float: left;  
	width: 182px;
	margin-left: 0px;
}
#menu li {
	background: url(images/menuleft_divider.gif) bottom repeat-x;
	list-style: none;
	line-height: 1px;
	font-size: 1px;
	height: auto !important; 
}
#menu li a {
	background: url(images/menuleft_arrow.gif) 0px 4px no-repeat;
	display: block;
	color: #fff; 
	font-size: 17px; 
	line-height: 17px; 
	font-weight: normal; 	
	font-family: 'Alegreya', serif;
	padding: 0px 0px 12px 10px; 
}
#menu li.last {
	background: none; 
}
#menu ul li:hover a {
	background: url(images/menuleft_arrow.gif) 0px 4px no-repeat;  
	text-decoration: none;
	color: #c1b98c;
}
a.menu_selected {
	background: url(images/menuleft_arrow.gif) 0px 4px no-repeat !important;  
	text-decoration: none !important;
	color: #c1b98c !important;
}


/*
#menu
{
width:230px;
height:auto;
}
#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	width: auto;
	height: auto;
	padding-top:2px;
	padding-bottom:2px;
	
}

#menu a {
	display: block;
	width: auto;
	height: auto;
	line-height: 35px;
	vertical-align: middle;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-indent: 0px;
	background: url(images/bullet1.png) 0px 5px no-repeat;
	padding-left:30px;
}
#menu a:hover {
	text-decoration: none;
	color: #AD1701;

}
a.menu_selected {
	text-decoration: none !important;
	color: #AD1701 !important;
}
*/





/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color:#930;
}
#service_area a[href="javascript:;"] {
	color: #635d5e;
	text-decoration: none;
	cursor: text;
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 464px;
	padding: 40px 0px 0px 0px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	color: #fff;
	position: relative;
}
#box_contact .content_title {
	color: #fff;
	background: url(images/content_title_icon_contact.png) center top no-repeat, url(images/contant_title_bg.png) center bottom no-repeat;
}

#box_contact form {
	width: 100%;
}


/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	background: #fff;
	border: 1px solid #fff;
}
#form_estimate_side textarea {
	height: 154px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 200px;
	float: left;
}
#contact_form {
	width: 400px;
	float: right;
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background: #1d8917 url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #231f20 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}
