@charset "UTF-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2a3848;
line-height: 150%;
}

body{
background: url(images/bg_pic.jpg) top center no-repeat #225d18;
margin: 0 auto;
}

.header{
width: 1000px;
height: 251px;
background: url(images/header_01.jpg) no-repeat;
}


.wrapper{
width: 1044px;
height: 910px;
background: url(images/bg_main.jpg) top center repeat-y #FFFFFF;
margin: 0 auto;
}

.wrapper_home{
width: 1044px;
height: 900px;
background: url(images/bg_main.jpg) top center repeat-y #FFFFFF;
margin: 0 auto;
}

.wrapper_contact{
width: 1044px;
height: 1080px;
background: url(images/bg_main.jpg) top center repeat-y #FFFFFF;
margin: 0 auto;
}

.wrapper_about{
width: 1044px;
height: 980px;
background: url(images/bg_main.jpg) top center repeat-y #FFFFFF;
margin: 0 auto;
}

.wrapper_projects{
width: 1044px;
height: 1152px;
background: url(images/bg_main.jpg) top center repeat-y #FFFFFF;
margin: 0 auto;
z-index: 3;
}

.container{
width: 1000px;
height: 800px;	
margin: 0px auto;
background: #FFFFFF;
}

.container_projects{
width: 1000px;
height: 1000px;	
margin: 0px auto;
background: #FFFFFF;
}

.title_home{
float: right; 
width: 746px;
height: 99px;
background: url(images/title_home_03.png) no-repeat;
}

.title_about{
float: right;
width: 746px;
height: 99px;
background: url(images/title_about_us_03.png) no-repeat;
}

.title_project_photos{
float: right; 
width: 746px;
height: 99px;
background: url(images/title_project_photos_03.png) no-repeat;
}

.title_contact{
float: right; 
width: 746px;
height: 99px;
background: url(images/title_contact_03.png) no-repeat;
}

.title_thank_you{
float: right; 
width: 746px;
height: 99px;
background: url(images/title_thank_you_03.png) no-repeat;
}

.nav{
width: 254px;
height: 475px;
float: left;
background: url(images/bg_content.jpg) top left repeat-y;
}

.nav_contact{
width: 254px;
height: 650px;
float: left;
background: url(images/bg_content.jpg) top left repeat-y;
}

.nav_about{
width: 254px;
height: 520px;
float: left;
background: url(images/bg_content.jpg) top left repeat-y;
}

.nav_projects{
width: 254px;
height: 702px;
float: left;
background: url(images/bg_content.jpg) top left repeat-y;
z-index: -3;
}

.main_content{
width: 686px;
height: auto;
text-align: left;
float: right;
padding: 0px 0px 30px 20px;
margin: 20px 30px 0px 0px;
z-index: 3;
}

.red_asterix{
color: #FF0000;
}

input{
background: url(bg_form_cell.png) repeat;
border: dashed 1px #3a4da1;
color:#684135;
padding: 3px;
}

select{
background: url(bg_form_cell.png) repeat;
border: dashed 1px #3a4da1;
color:#684135;
padding: 3px;
}

textarea{
background: url(bg_form_cell.png) repeat;
border: dashed 1px #3a4da1;
color:#684135;
padding: 3px;
}


.footer{
width: 940px;
height: auto;
margin: 0px auto;
float: left;
padding: 20px 30px 20px 30px;
height: 126px;
background: url(images/footer_bg_05.jpg) top center no-repeat #FFFFFF;
}

.footer_1{
color: #f6c338;
font-size: 10px;
}

.footer_2{
color: #885136;
font-size: 10px;
}

.footer_3{
color: #999999;
font-size: 10px;
}

a.links_footer{font-size: 10px; color: #999999; text-decoration: none}
a.links_footer:hover{font-size: 10px; color: #999999; text-decoration: underline}

