/*=== GENERAL ===*/
body {
	font-family:BPG_Glaho, Sylfaen, Verdana, Geneva, sans-serif;
}
input,select,textarea {
	font-family:BPG_Glaho, Sylfaen, Verdana, Geneva, sans-serif;
}
#header {
	position:relative;
	background-image:url(../imgss/head.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:129px;
}
#breadcrumbs a {
	font-family:BPG_Glaho, Sylfaen, Verdana, Geneva, sans-serif;
}
#breadcrumbs {
	font-family:BPG_Glaho, Sylfaen, Verdana, Geneva, sans-serif;
}
/*=== NAVIGATION ===*/
#navigation {
	width: 641px;
	height: 55px;
	margin: auto;
	background: #eee url(../imgs/menu_geo.jpg) no-repeat 0 0;
	z-index: 7;
	position: relative;
}
#navigation li { 
	float:left;	display:inline;
}
#navigation li a {
	float:left;	display:inline;
	outline: none;
	height: 55px;
	width: auto;
	text-indent: -999em;
	position: relative;
}
#navigation .home a { 
	width:108px;	
	background: transparent url(../imgs/menu_geo.jpg) no-repeat 0 0px;
}
#navigation .home .jhoverer, #navigation .home.active a {
	background: transparent url(../imgs/menu_geo.jpg) no-repeat 0 -55px;
}
#navigation .company a { 
	width:94px;	
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -108px 0px;
}
#navigation .company .jhoverer, #navigation .company.active a {
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -108px -55px;
}
#navigation .projects a { 
	width:110px;	
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -202px 0px;
}
#navigation .projects .jhoverer, #navigation .projects.active a {
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -202px -55px;
}
#navigation .services a { 
	width:115px;	
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -312px 0px;
}
#navigation .services .jhoverer, #navigation .services.active a {
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -312px -55px;
}
#navigation .blog_nav a { 
	width:98px;	
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -427px 0px;
}
#navigation .blog_nav .jhoverer, #navigation .blog_nav.active a {
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -427px -55px;
}
#navigation .contacts a { 
	width:115px;	background: transparent url(../imgs/menu_geo.jpg) no-repeat -525px 0px;
}
#navigation .contacts .jhoverer, #navigation .contacts.active a {
	background: transparent url(../imgs/menu_geo.jpg) no-repeat -525px -55px;
}
