html,body {
	background-color:#BBBBBC;
	font-family:"Trebuchet MS";
  	margin:0;
  	border:0;
  	padding:0;
}
a{
	color:#0000FF;
}
a:hover {
	color:#F63;
}

.back {
	position:absolute;
	z-index:1;
	background-image:url(../images/back.jpg); 
	width:100%;
	height:396px; 
	top:0px;
}

.top {
	width:878px; 
	height:131px;
	background-image:url(../images/top.png); 
	top:0px; 
	position:absolute; 
	z-index:3;
	left:50%; 
	margin-left:-439px; 
}

.menu {
	width:878px; 
	top:131px; 
	position:absolute; 
	z-index:4;
	left:50%; 
	margin-left:-439px; 
}

.middle {
	width:878px; 
	top:165px;
	position:absolute; 
	z-index:3;
	left:50%; 
	margin-left:-439px; 
}

.content {
	width:878px; 
	background-image:url(../images/main-back.png);
}

.content-top {
	width:878px;
	background:url(../images/main-top.jpg) top no-repeat;
}

.content-bottom {
	width:878px;
	background:url(../images/main-bottom.jpg) bottom no-repeat;
}

.main {
	min-height:285px;
	width:783px;
	padding-left:50px;
	padding-top:30px;
	padding-right:45px;
	padding-bottom:30px;
}

.main-documents-docs {
	background:url(../images/documents.png) top left no-repeat;
	padding-left:19px;
	padding-bottom:10px;
}

.bottom {
	width:878px; 
	height:133px;
	background-image:url(../images/bottom.png);
	position:relative;
	clear:both;
}

.footer {
	width:878px; 
	position:relative;
	font-size:10px;
	color:#111;
}

.clear {
	clear:both;
}

.map {
	width:224px;
	height:224px;
	top:-240px;
	left:327px;
	background-image:url(../images/map.png);
	position:absolute;
	visibility:hidden;
	z-index:100;
}

.text{
	font-size:12px;
	color:#111;
}

.text-small{
	font-size:10px;
	color:#111;
}

.text-big{
	font-size:14px;
	color:#111;
}

.arrow {
	background:url(../images/arrow.png) top left no-repeat;
	padding-left:15px;
}

.menus {
	background:url(../images/dot.png) right no-repeat;
	padding-right:15px;
	padding-bottom:7px;
	padding-top:7px;
}

.contact-text {
	text-align:justify;
	font-size:12px;
	color:#111111;
	margin-top:10px;
	padding-top:25px;
	padding-left:30px;
}

.m-contact-right {
	width:158px;
	float:right;
	background:url(../images/titles/contact.png) top right no-repeat;
	padding-top:40px;
	font-size:12px;
	text-align:right;
}