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

/*-------------------GENERAL------------------- */

body{
	background-color:#F9FBF4;
	background-image:url(../img/topline.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, Arial;
	color:#111111;
}
h3{
	font-size:20px;
	font-weight:normal;
}
p{
	font-size:13px;
	line-height:22px;
	color:#3D3822;
}
#wrapper{
	width:902px;
	margin:0 auto;
	margin-top:45px;
}
#wrapper_home{
	width:902px;
	margin-top:30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	border-bottom:2px solid #DED9CE;
	height:42px;
	padding-top:28px;
	background-image:url(../img/logo.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:right;
	padding-bottom: 40px;
}
#menu li{
	display:inline;
	list-style:none;
	margin-left:50px;
}
#menu li a:link, #menu li a:visited{
	font-size:13px;
	color:#A34103;
	text-decoration:none;
}
#menu li a:hover{
	font-size:13px;
	color:#111111;
	text-decoration:underline;
}
.over{
	font-size:13px;
	color:#111111;
	text-decoration:underline;
}
.clear{
	clear:both;
}
#big_text2{
	font-size:24px;
	color:#333333;
	line-height:32px;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:30px;
}

/*-------------------HOME page------------------- */

#big_text p{
	font-size:37px;
	color:#333333;
	line-height:52px;
	background-image:url(../img/background_content.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
	height:245px;
}
#big_text a:link, #big_text a:visited{
	color:#A34103;
	text-decoration:none;
}
#big_text a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#A34103;
}
.boxes{
	width:260px;
	float:left;
	margin-right:40px;
}
.boxes h3{
	margin-top:20px;
	margin-bottom:20px;
}
.boxes a:link, .boxes a:visited{
	color:#A34103;
	font-weight:bold;
	text-decoration:none;
}
.boxes a:hover{
	color:#A34103;
	font-weight:bold;
	text-decoration:underline;
}

/*-------------------WORK page------------------- */

#work a:link img, #work a:visited img{
	border:10px solid #DED9CE;
	-moz-border-radius:7px;
}
#work a:hover img{
	border:10px solid #EEDECF;
	-moz-border-radius:7px;
}
.area_p{
	float:left;
	margin-bottom:30px;
}
.area_p h3{
	margin-bottom:5px;
}
#area2,#area3,#area5,#area6,#area8,#area9{
	margin-left:46px;
}
.patch{
	margin-bottom:0px;
}

/*-------------------SERVICES page------------------- */

h3 img{
	vertical-align:-30%;
}

/*-------------------ABOUT page------------------- */

#about h3{
	margin-bottom:20px;
}
#thumb{
	margin-top:30px;
}
#thumb a:link img, #thumb a:visited img{
	border:10px solid #DED9CE;
	-moz-border-radius:7px;
	margin-left:5px;
}
#thumb a:hover img{
	border:10px solid #EEDECF;
	-moz-border-radius:7px;
	margin-left:5px;
}

/*-------------------CONTACT page------------------- */

.light{
	font-style:italic;
	color:#9B9057;
}
#form_c{
	width:545px;
}
#sidebar{
	float:right;
	width:352px;
}
#sidebar h3{
	margin-bottom:20px;
}
#sidebar a:link, #sidebar a:visited{
	color:#A34103;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover{
	color:#A34103;
	font-weight:bold;
	text-decoration:underline;
}


/*-------------------CONTACT page - FORM------------------- */

.lbl{
	font-size:12px;
}
.field{
	border:1px solid #DD9365;
	-moz-border-radius:7px;
	padding:5px;
	font-size:12px;
	width:300px;
	margin-top:3px;
	font-family:Arial, Georgia, "Times New Roman", Times;
	font-weight:bold;
}
.area{
	border:1px solid #DD9365;
	-moz-border-radius:7px;
	padding:7px;
	font-size:12px;
	width:450px;
	height:150px;
	margin-top:3px;
	font-family:Arial, Georgia, "Times New Roman", Times;
	font-weight:bold;
}
#send{
	border:none;
	background-color:#796964;
	padding:5px;
	color:#FFFFFF;
}
.error{
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	font-style:italic;
}

/*-------------------FOOTER------------------- */

#footer{
	clear:both;
	border-top:2px solid #DED9CE;
	height:22px;
	padding-top:8px;
	font-size:13px;
	margin-top:70px;
}
#copy{
	float:left;
}
#valid{
	float:right;
}
#valid a:link, #valid a:visited{
	color:#A34103;
	text-decoration:none;
}
#valid a:hover{
	color:#A34103;
	text-decoration:underline;
}
.imgborder {
	border: 3px solid #9b8f57;
}
h5 {
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	color: #415236;
	list-style-type: circle;
	padding-left: 30px;
	padding-top: 5px;
}

