/* Import blok */
@import url("reset.css");
@import url("global.css");
@import url("base.css");


#main{
	position: relative;
	margin: 0 auto;
	width: 766px;	
	padding: 0;	
	overflow: hidden;
	background: url(../img/top_bg.jpg) right top;
	background-repeat: no-repeat;	
}
#cont_lng{
	width: 60px;
	float: right;
	
	margin-top: 10px;
	margin-right: 20px;
}
#logo{
	display: block;
	width: 160px;
	height: 60px;
	margin-top: 20px;
	margin-left: 25px; 
	position: fixed ;
	z-index:1;	
}

#slogan{
	width: 560px;
	height: 40px;
	margin-top: 50px;
	margin-left: 200px;
	/*border-left: 3px solid #DFE1E0;*/
	padding-left: 10px; 
	/*position: fixed ;*/
	z-index:2;	
}
.h1{
	font-family: "Bookman";
	font-size: 19px;
	color: #0066C8;
	font-weight: 700;
	line-height: 1.2;
}
#cont_menu{
	width: 540px;
	height: 33px;
	margin-left: 200px;
	margin-top: 100px;
	z-index:3;
}
.menu{
	float: left;
	border-left: 2px solid #DFE1E0; 
	width: 160px;
	height: 38px;
	display: block;
	padding-left: 10px;	
	/*color: #79C500;*/
	color: Black;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	font-family: "Cooper Black";
}
.menu:hover{
	color: #51A5D4;
}
.menu:visited{
	color: #51A5D4;
	border-left: 3px solid #0466D3;
}
#map{
	width: 200px;
	float: left;
	height: 400px;
	background-image: url(../img/map.gif);
	background-repeat: no-repeat;	
	margin-top: 40px;
}
#content{
	width: 500px;
	padding-left: 20px;
	padding-top: 36px;
	float: left;
	_height:400px;
	min-height: 400px; 
}
.title{
	font-family: "Cooper Black";
	font-size: 19px;
	color: #51A5D4;
	font-weight: 400;
	display: block;		
	margin-bottom: 10px;
	text-transform: uppercase;   
	text-decoration: underline;  
}
p{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
}
.list{
	list-style: url(../img/arr.jpg);
	padding-left: 20px;
}
.list li{
	/*padding-top: 10px;*/
	margin-top: 10px;
	color: Black;
	font-family: Verdana;
	font-size: 12px;
}
#bottom{
	margin-left: 200px;
	width: 500px;
	height: 50px;
	padding-left: 0px;
	padding-top: 10px;
	border-top: 3px solid #DFE1E0;
}

a#guffy{ 
	color: #B5B5B5;
	font-family: Arial; 
	font-size: 10px;		
}

#link {
    margin-top:350px;
    margin-right:5px;
    border: 1px solid #0099CC;
    padding:15px 3px;
    font-size: 140%;
}
#link a:hover{
  background: #51A5D4;
  border: 1px solid #0099CC;
  padding:1px;

}
