body{
	font-size:12px;
	background:#377BA8;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/***********************************/
#wrapper{
	text-align:center;
	background:#fff;
}
#cont{
	width:960px;
	text-align:left;
	margin:auto;
}
#header{
	padding-top:37px;
	padding-left:30px;
	position:relative;
	margin-bottom:33px;
}
#contWrapper{
	padding:0 30px 30px;
}
#footer{
	background:#377BA8 url(../img/bg_footer.jpg) no-repeat center 15px;
	height:100px;
	clear:both;
	font-size:11px;
	padding-top:10px;
	text-align:center;
}
#footer div{
	width:900px;
	text-align:left;
	margin:auto;
	padding:0px 30px 0;
	color:#fff;
}
#footer div a{color:#fff;}
#footer .backtop{
	padding-top:10px;
	margin-left:auto;
	width:100px;
}
/***********************************/
h1{
	height:67px;
	width:230px;
}
h1 a{
	background:url(../img/logo.jpg) no-repeat;
	height:67px;
}
#menu{
	top:92px;
	left:306px;
	position:absolute;
}
#menu li {
	height:15px;
	float:left;
	margin-right:10px;
}
#menu li a{
	height:15px;
	background:url(../img/menu.jpg) no-repeat top;
}
#menu li#m-home{width:94px;}
#menu li#m-overview{width:82px;}
#menu li#m-info{width:100px;}
#menu li#m-estimate{width:100px;}

#menu li#m-home a{background-position:0 0;}
#menu li#m-overview a{background-position:-105px 0;}
#menu li#m-info a{background-position:-262px 0;}
#menu li#m-estimate a{background-position:-262px 0;}

#menu li#m-home a:hover{background-position:0 -20px;}
#menu li#m-overview a:hover{background-position:-105px -20px;}
#menu li#m-info a:hover{background-position:-262px -20px;}
#menu li#m-estimate a:hover{background-position:-262px -20px;}

#menu li#m-home a.current{background-position:0 -20px;}
#menu li#m-overview a.current{background-position:-105px -20px;}
#menu li#m-info a.current{background-position:-262px -20px;}
#menu li#m-estimate a.current{background-position:-262px -20px;}

#submenu{
	top:48px;
	left:790px;
	position:absolute;
	font-size:11px;
}
#m-lang, 
#m-mail,
#m-tel{
	text-indent:20px;
}
#m-lang{background:url(../img/icon_lang.jpg) no-repeat left center;}
#m-mail{background:url(../img/icon_mail.jpg) no-repeat left center;}
#m-tel{background:url(../img/icon_tel.jpg) no-repeat left center;}

#m-lang span{
	background:#377BA8;
	color:#fff;
	padding:1px 3px;
}
/***********************************/
.hr{
	width:270px;
	height:33px;
	margin-bottom:40px;
}
.box20{
	margin-bottom:20px;
	position:relative;
}
.in_box_right{padding-left:280px;}
.pt20{padding-top:20px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.hr, .box20, .in_box_right, .pt20, .mb20{clear:both;}
/***********************************/
h1 a,
#menu li a,
#footer .backtop,
.hr,
.topchoice{
	display:block;
	text-indent:-9999px;
}