@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#fbfbfb;
	font-family:Tahoma, Geneva, sans-serif;
}

img, a { behavior: url("iepngfix.htc") }

#container{
	width:877px;
	margin:0 auto 0 auto;
}

#header{
	width:877px;
	height:408px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#header .contact{
	position:absolute;
	left: 732px;
	top: 189px;
}
#header .lang{
	position:absolute;
	left: 724px;
	top: 3px;
}

.box{
	padding:110px 10px 0 10px;
	font-size:14px;
	line-height:1.6em;
	height:293px;
}
.box li{
	list-style:none;
	background-image:url(../images/bg_li.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding:0 0 10px 30px;
}
.box .button{
	margin:10px 0 0 20px;
}
#expertiza{
	background-image:url(../images/bg_expertiza.jpg);
	background-repeat:no-repeat;
	float:left;
	width:257px;
	margin:0 23px 0 0;
}
#audit{
	background-image:url(../images/bg_audit.jpg);
	background-repeat:no-repeat;
	float:left;
	width:257px;
	margin:0 23px 0 0;
}
#consultanta{
	background-image:url(../images/bg_consultanta.jpg);
	background-repeat:no-repeat;
	float:left;
	width:257px;
}

.box_details{
	width:277px;
	float:left;
	font-size:14px;
	text-align:center;
	padding:15px 0 0 0;
}
.box_details p{
	padding:0 0 15px 0;
}

#left{
	width:590px;
	float:left;
	font-size:14px;
	line-height:1.7em;
}
#left p{
	padding:0 10px 0 10px;
}
#left li{
	list-style:none;
	background-image:url(../images/bg_li.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding:0 0 10px 30px;
	margin:10px 0 0 20px;
}
#left a{
	color:#000;
}

#right{
	width:277px;
	float:right;
}
#right img{
	margin-bottom:10px;
}
#right .contact{
	width:207px;
	height:152px;
	padding:120px 0 0 70px;
	margin:20px 0 0 0;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:1.7em;
}
#right .contact a{
	color:#000;
}


#footer{
	width:inherit;
	height:53px;
	margin:20px 0 20px 0;
}
#footer img{
	float:left;
	margin:0 20px 0 0;
}
#footer  p{
	float:left;
	width:300px;
	margin:15px 0 0 0;
	font-size:14px;
	color:#c0c0c0;
}

.clear{
	clear:both;
}
