* {
	margin: 0px;
	padding: 0px;
}
html {
	width:100%;
	height:100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c0b4a0;
	line-height:20px;
	width: 100%;
	min-width:900px;
    background: url(images/wrapper_bg.jpg);
}
a {
	color: #d68e08;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
p {
	margin: 0 0 18px;
	text-align:justify;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #f2f3fc;
	padding: 0px 0px 8px 0px;
}
h2 {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #d68e08;
	font-style: normal;
	padding: 0px 0px 8px 0px;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color:#f2f3fc;
	padding: 0px 0px 8px 0px;
}
.h3 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color:#000;
}
fieldset {
	border: 0px solid transparent;
}
input, textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	vertical-align: middle;
}
legend {
	color: #fff;
}

.required {
	color:#F00;
}
.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}
.hidden {
	display: none;
}

.hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.gif) top repeat-x;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #c0b4a0 solid 2px;
	background: #685b40;
}
.images_left {
	border: #ffffff solid 4px;
	background: #3b3b3b;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #ffffff solid 4px;
	background: #3b3b3b;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #c0b4a0; 
	font-weight: normal;
}
.imagemediumname {
	color: #c0b4a0; 
	font-weight: bold;
}
.imagebigname {
	color: #c0b4a0; 
	font-weight: bold;
}
.imagepages {
	color: #c0b4a0; 
	font-weight: normal;
}
.imagepageselected {
	color: #d68e08; 
	font-weight: bold;
}
.imagepagesnav {
	color: #c0b4a0; 
	font-weight: normal;
}
.imagebignav {
	color: #c0b4a0; 
	font-weight: bold;
}
.sectionname {
	color: #c0b4a0; 
	font-weight: bold;
}
.sectionnameselected {
	color: #d68e08; 
	font-weight: bold;
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(images/wrapper_bg.jpg);
}
/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	background: url(images/wrapper1_bg.jpg) top repeat-x;
}
/* Wrapper1 Inside
-----------------------------------------------------------------------------*/
#wrapper1_inside {
	width: 100%;
	background: url(images/wrapper1_inside_bg.jpg) top repeat-x;
}
/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper3_bg.jpg) center top no-repeat;
}
/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2_inside {
	width: 100%;
	background: url(images/wrapper3_inside_bg.jpg) center top no-repeat;
}
/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 635px;
	height: 150px;
	background: url(images/header_left_bg.jpg) left top no-repeat;
}
#header h1 {
	width: 265px;
	height: 150px;
	position: absolute;
	color: #fff;
	top: 0px;
	left: 0px;
}
#header h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/header_bg.jpg) center top no-repeat;
}
#header h2 {
    font-family: Arial, Helvetica, sans-serif;
	left: 265px;
	top: 0px;
	height: 50px;
	position: relative;
	padding: 100px 0px 0px 454px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/header2_bg.jpg) left top no-repeat;
}
#header h2 a {
	font-size: 22px;
	color: #FFFFFF;
	font-style:normal;
	font-weight: bold;
}
#header h2 a:hover {
	text-decoration: none;
}
#header1 {
	width: 100%;
	height: 111px;
	background: url(images/header1_bg.jpg) left top no-repeat;
}
#header1_inside {
	width: 100%;
	height: 100px;
	background: url(images/header1_inside_bg.jpg) left top no-repeat;
}
/* Top
-----------------------------------------------------------------------------*/
#top {
	overflow:hidden;
	width: 900px;
	height:404px;
	float:left;
}
/* Side
-----------------------------------------------------------------------------*/
#side {
	width: 208px;
	height:404px;
	float:left;
}
/* Menu
-----------------------------------------------------------------------------*/
#menu_top {
	width: 208px;
    background:url(images/menu_top_bg.jpg) top no-repeat;
}
#menu ul {
    font-family: "Times New Roman", Times, serif;
	width: 125px;
	list-style: none;
	margin:0px;
	text-align:right;
	padding: 54px 0px 103px 40px;
}
#menu ul li {
	width: 132px;
	height: 30px;
	font-size:1px;
	background: url(images/menu_arrow.gif) right no-repeat;
}
#menu a {
	float:left;
	width: 120px;
	height: 29px;
	line-height: 29px;
	display:block;
	font-weight: bold;
	color: #ddd7d0;
	text-decoration:none;
	font-size: 12px;
}
#menu a:hover, #menu a.menu_selected {
	text-decoration: none;
	color: #cba763;
}
/* Right
-----------------------------------------------------------------------------*/
#right {
	width: 692px;
	height:404px;
	float:right;
}
#right1 {
	width: 61px;
	height:404px;
	float:left;
	background:url(images/right_1.jpg) left no-repeat;
}
#right2 {
	width: 173px;
	height:404px;
	float:left;
	background:url(images/right_3.jpg) left no-repeat;
}
#right2 a {
	width: 93px;
	height:18px;
	float:left;
	top:295px;
	left:46px;
	position:relative;
}
#right3 {
	width: 900px;
	height:83px;
	float:left;
	background:url(images/right_4.jpg) left no-repeat;
}
#right3 a {
	width: 140px;
	height:24px;
	float:left;
	top:7px;
	left:420px;
	position:relative;
}
/* Slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 458px;
	height:404px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	float: left;
}
/* Content Home
-----------------------------------------------------------------------------*/
#content_home {
	width:900px;
	overflow:hidden;
    background:url(images/wrapper_bg.jpg) top repeat;
}
#content_home #content {
	background:url(images/welcome_top_bg.jpg) top no-repeat;
}
#content_title_welcome {
	padding: 22px 0px 39px 4px;
	height:57px;
}
#content_title {
	padding: 0px 0px 7px 4px;
	height:22px;
}
#content_home_main{
	padding: 0px 31px 0px 24px;
	height:16px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 900px;
	overflow: hidden;
}
/* Side inside
-----------------------------------------------------------------------------*/
#side_inside {
	width: 208px;
	height:464px;
	float:left;
}
/* menu inside
-----------------------------------------------------------------------------*/
#menu_inside {
	width: 208px;
    background:url(images/menu_inside_bg.jpg) top no-repeat;
}
#menu_inside ul {
    font-family: "Times New Roman", Times, serif;
	width: 125px;
	list-style: none;
	margin: 0px;
	text-align:right;
	padding: 65px 0px 73px 40px;
}
#menu_inside ul li {
	width: 132px;
	height: 30px;
	font-size:1px;
	background: url(images/menu_arrow.gif) right no-repeat;
}
#menu_inside a {
	float:left;
	width: 120px;
	height: 29px;
	line-height: 29px;
	display:block;
	font-weight: bold;
	color: #ddd7d0;
	text-decoration:none;
	font-size: 12px;
}
#menu_inside a:hover, #menu_inside a.menu_selected {
	text-decoration: none;
	color: #cba763;
}
/* Content Inside
-----------------------------------------------------------------------------*/
#content_inside {
	width:692px;
	min-height:650px;
	height:expression(this.scrollHeight < 650? "650px" : "auto");
	overflow:hidden;
	float:left;
    background:url(images/wrapper_bg.jpg) top repeat;
}
#content_inside #content {
	width:692px;
	background:url(images/welcome_inside_bg.jpg) top no-repeat;
	padding:0px 0px 20px 0px;
}
#content_inside_title_welcome {
	padding: 0px 0px 39px 20px;
	height:57px;
}
#content_inside_title_1 {
	padding: 0px 0px 20px 30px;
	height:22px;
}
#content_main{
	width:662px;
	padding: 0px 0px 20px 30px;
}
/* Content Inside Contact
-----------------------------------------------------------------------------*/
#content_inside_contact {
	width:208px;
	float:right;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#content_inside_contact_line {
	width:208px;
	height:2px;
	padding:0px 0px 26px 4px;
	background:url(images/main_dilimiter.gif) top repeat-x;
}
#content_inside_title {
	padding: 0px 0px 7px 4px;
	height:22px;
}
/* Content Home About
-----------------------------------------------------------------------------*/
#content_about {
	width:531px;
	float:left;
	overflow:hidden;
}
#content_about_line {
	width:531px;
	height:2px;
	padding:0px 0px 26px 4px;
	background:url(images/main_dilimiter.gif) top repeat-x;
}
#content_title {
	padding: 0px 0px 7px 4px;
	height:22px;
}
/* Content Home Contact
-----------------------------------------------------------------------------*/
#content_contact {
	width:300px;
	float:right;
	padding:0px 5px 0px 60px;
	overflow:hidden;
}
#content_contact_line {
	width:307px;
	height:2px;
	padding:0px 0px 26px 4px;
	background:url(images/main_dilimiter.gif) top repeat-x;
}
#content_title {
	padding: 0px 0px 7px 4px;
	height:22px;
}
/* Content Home Portfolio
-----------------------------------------------------------------------------*/
#content_portfolio{
	width:900px;
	float:right;
	padding:0px 5px 0px 0px;
	overflow:hidden;
}
#content_portfolio_line {
	width:100%;
	height:2px;
	padding:0px 0px 26px 4px;
	background:url(images/main_dilimiter.gif) top repeat-x;
}
#content_portfolio_line_1 {
	width:100%;
	height:2px;
	padding:0px 0px 26px 4px;
	background:url(images/main_dilimiter.gif) top repeat-x;
}
#content_portfolio_line_2 {
	width:100%;
	height:2px;
	padding:0px 0px 26px 4px;
	background:url(images/main_dilimiter.gif) top repeat-x;
}
#content_title {
	padding: 7px 0px 7px 4px;
	height:29px;
}
#content_portfolio span {
	width:210px;
	display:block;
	float: left;
	padding: 10px 9px 0px 6px;
}
#button_portfolio {
	float:right;
	padding: 15px 10px 20px 0px;
}

/* About Images
-----------------------------------------------------------------------------*/
#about_img {
	width: 662px;
	height:213px;
	padding: 0px 0px 30px 0px;
}
#about_img1 {
	width: 300px;
	float:left;
	text-align:center;
	padding: 0px 40px 0px 0px;
}
#about_img2 {
	width: 300px;
	float:left;
	text-align:center;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
	background: url(images/logo_bottom.jpg) left top no-repeat;
	height: 90px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #6c614e;
	font-size: 11px;
	line-height:15px;
	padding: 0px 55px 0px 55px;
}

#footer2 div {
	top: 0px;
	left: 550px;
	width: 300px;
	position: absolute;
	text-align: right;
}
#footer2 a {
	color:#6c614e;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 200px;
	float:left;
}
#contact_form {
	width: 280px;
	float: left;
}
#contact_form label {
	float: left;
	width: 135px;
}
#contact_form input {
	height:18px;
	width: 130px;
}
#contact_form #labelState {
	width: 45px;
}
#contact_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#contact_form #labelZip {
	width: 90px;
}
#contact_form input#zip {
	width: 85px;
}
#contact_form input#address, #contact_form textarea {
	width: 265px;
}
#contact_form textarea {
	height:100px;
}

#scode_block {
	width: 260px;
	font-size:11px;
	line-height:13px;
	text-align: left;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {  
	color: #ffffff;
	background-color:#685B40;
	font-size:11px;
	font-weight: bold;
	width:80px;
	height:22px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}

/* Request
-----------------------------------------------------------------------------*/
#request_form {
	width: 435px;
}
#request_form fieldset {
	border: 1px solid #685b40;
	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;
}
/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}
