@charset "utf-8";

body {font: 13px Arial; color:#524131; background:url(images/bg.png) repeat-x; margin:0;}

a {color:#524131;}
a:hover {color:#ed8229;}

h1 {font-size:18px; font-weight:normal;  color:#ed8229; padding:0 0 0 15px; margin:0 0 15px 0; line-height:40px; background-image:url(images/bg-title.png);}
p {margin-top:0; margin-bottom:1em;}
.indent {padding-left:15px;}
hr{height:0px; background:none; margin:20px 0px 15px 15px; border-top:0; border-bottom:1px dotted #c2bec0;}

#container {
	width:940px;
	padding:0 30px 0 30px;
	margin-left:auto; margin-right:auto;
}

#container_footer {
	margin:30px 0 30px 0;
	line-height:30px;
	margin-left:auto; margin-right:auto;background-color:#dad2cc;
	text-align:center;
}
#container_footer a{
	
}


#head {
	background: url(images/logo.png) no-repeat 20px 0;
	height:72px;
	padding: 81px 0 40px 400px;
}

ul#headmenu {
	list-style-type:none;
	margin:0; padding:0;
}


ul#headmenu li {
	float:left;
	height:32px;
	width:145px;
	background: url(images/btn-menu.gif) no-repeat;
	margin:0 2px 0 0; padding:0;
	padding-top:6px
}
ul#headmenu li a {
	display:block;
	height:38px;
	line-height:29px;
	text-decoration:none;
	text-align:center;
}
ul#headmenu li a:hover {
	color:#524131;
}
ul#headmenu li.selected {
    background-image: url(images/btn-menu-selected.gif);
	padding-top:2px; height:36px;
}
ul#headmenu li.selected a {
    color:white;
    font-weight:bold;
}


#content {
	float:left;
	width:660px;
	padding:0 40px 0 0;
}
#rightbar {
	float:left;
	width:240px;
}
.services-txt {
	padding:5px 0 20px 155px;
	min-height:115px;

}
.right-ad-title {
	padding:20px 25px 0 25px;
	background:url(images/bg-right-ad-top.png) no-repeat top #efeae6;
	font-size:20px; font-weight:normal; color:#ed8229;
}
.right-ad {
	padding:10px 25px 25px 25px;
	margin-bottom:20px;
	background:url(images/bg-right-ad-bottom.png) no-repeat bottom #efeae6;
}

.right-form-title {
	padding-left:25px;
	margin-bottom:1px;
	line-height:30px;
	background:url(images/bg-right-form-top.png) no-repeat top #efeae6;
	font-weight:bold; color:#ed8229;
}
.right-form {
	padding:15px 25px 25px 25px;
	background:url(images/bg-right-form-bottom.png) no-repeat bottom #faf9f7;
}
.right-form .text {width:186px; margin-bottom:10px; font-family:Arial; font-size:13px; color:#524131}
.right-form textarea {width:186px; height:150px; font-family:Arial; font-size:13px; color:#333;}
.right-form .submitform {cursor:pointer; margin:15px 0 0 0; line-height:20px; width:82px; font-family:Arial; font-size:13px; color:#fff; font-weight:bold; background:none; border:none; background-image:url(images/btn-submitform.png);}

#content label {display: block;}
#content .text {width:300px; margin-bottom:10px; font-family:Arial; font-size:13px; color:#524131}
#content form { padding-left:15px;}

.mi {
	width:300px;
	float:left;
	padding:0 0 20px 15px;
}

.ref-container {
	margin-bottom:30px;
}
.ref-left {
	float:left;
	width:523px;
	padding-right:40px;
}
.ref-right {
	float:left;
	width:377px;
}
.ref-thumbs {
	float:left;
	padding:20px 0 20px 15px;
}

.message-form {
	background:#efeae6;
	padding:25px;

}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

