html{
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5b5b5b;
	font-weight:normal;
	background-color:#fff;
	height:100%;
}

ul, li, h1, h2, h3, h4, h5, h6, p, br, a, img, form, fieldset, label, span
{
	margin:0px;
	padding:0px;
}

a, a img
{
	text-decoration:none;
	border:0px;
	outline:none;
}
div{
	float:left;
}
#wrapper{
	width:100%;
	background:url(../images/bg.jpg) left top repeat-x #fff;
}
#main_wrapper{
	width:980px;
	margin:0px auto;
	padding:0px;
	position:relative;
	float:none;
}
.logo_main{
	width:980px;
	padding:20px 0px;
}
.logo{
	width:200px;
	height:80px;
	padding:0px 40px 0px 10px;
}
.logo_right{
	width:730px;
	padding: 20px 0px 10px 0px;
}
.submit{
	width:180px;
	height:40px;
	margin-left:250px;
	margin-right:50px;
}
.top_menu{
	width:250px;
}
.top_menu ul{
	width:100%;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.top_menu ul li{
	display:inline;
	padding:5px 10px;
	margin:0px;
}
.top_menu ul li a{
	display:inline-block;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	text-decoration:none;
	padding:20px 2px 10px 2px;
	text-transform:uppercase;
}
.top_menu ul li a:hover{
	color:#a85968;
}
.top_menu ul li a.home{
	background:url(../images/home_icon.png) top center no-repeat;
}
.top_menu ul li a.employe{
	background:url(../images/employee_icon.png) top center no-repeat;
}
.top_menu ul li a.contact{
	background:url(../images/contact_icon.png) top center no-repeat;
}
.nav_main{
	width:980px;
	padding-top:20px;
}
.nav{
	width:980px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	background:url(../images/menu_bg.png) left top repeat-x;
	height:40px;
}
.nav ul{
	width:100%;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.nav ul li{
	display:block;
	float:left;
	padding:5px 5px;
}
.nav ul li a{
	display:block;
	float:left;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:5px 30px;
	background:url(../images/menu_border.jpg) right center no-repeat;
}
.nav ul li a:hover, .nav ul li a.active{
	color:#fad2b8;
}
.header{
	width:980px;
	height:370px;
}
.main_content{
	width:980px;
}
.content{
	width:940px;
	padding:20px;
}
.left_content{
	width:660px;
	padding-right:20px;
}
.content_main{
	width:660px;
	padding-bottom:5px;
}
.head_text{
	display:block;
	font: bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#393939;
	line-height:24px;
}
.home_img{
	width:280px;
	height:150px;
	padding:10px 20px 10px  0px;
}
.inner_content{
	width:360px;
}
.text{
	display:block;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	line-height:20px;
	padding:5px 0px;
}
.text_head{
	display:block;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#393939;
	line-height:20px;
}
.right_content{
	width:260px;
}
.right_content_main{
	width:210px;
	padding:5px 24px;
	border: 1px solid #993c4e;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	margin-bottom:10px;
}
.right_main{
	width:210px;
	padding-bottom:10px;
}
.right_head{
	display:block;
	font: bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#393939;
	line-height:24px;
	border-bottom: solid 1px #cccccc;
}
.right_text{
	display:block;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#993c4e;
	line-height:18px;
	padding:3px 0px;
}
.arrowul 
{
	width:100%;
	margin:0px;
	padding:0px 5px;
}
.arrowul ul
{
	margin:0px;
	padding:0px;
}
.arrowul li
{
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#993c4e;
	line-height:18px;
	padding:5px 0px 5px 15px;
	list-style-type:none;
	background:url(../images/arrowli.png) left 12px no-repeat;
}
#footer{
	width:100%;
	background-color:#e5e5e5;
}
#footer_main{
	width:980px;
	margin:0px auto;
	padding:10px 0px;
	float:none;	
}
.left_footer{
	width:490px;
	padding:5px 0px;
}
.left_text{
	display:block;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#303030;
	line-height:20px;
}
.right_textfoot{
	display:block;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#303030;
	line-height:20px;
	text-align:right;
}
.foot_link{
	font-weight:bold;
	color:#303030;
}
/* about us css */
.about_content{
	width:940px;
	padding:5px 0px 0px 0px;
}
.adress_text{
	display:block;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#993c4e;
	line-height:20px;
	padding:3px 0px;
}
.mail_link{
	color:#5b5b5b;
	text-decoration:none;
}
.input_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #5b5b5b;
}
.field{
	border: solid 1px #CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.client{
	width:180px;
	height:120px;
	padding-right:10px;
}
.client_last{
	width:180px;
	height:120px;
}