@import url(../inc/fl.css);

#Wrapper {

	width: 900px;

}
#Header {
	margin-bottom: 4px;
	text-align: right;
	width: 780px;
	
}

#Footer {
	width: 690px;
	padding: 0px 155px 0px 0px;
	position: relative;
	margin-top: 30px;

}

#Content_main {
	width: 789px;
	display: inline-block;
}

#Content_left, #Content_right, #ContactsNavigation {
	float: left;
	height: 452px;

}
#Content_left {
	width: 161px;
	padding: 0px 0px 0px 63px;
	margin-top: 436px;
	height: 46px;
	text-align: left;
}
#Content_right {
	width: 465px;
	height: 410px;
}

#ContactsNavigation {
	width: 170px;
	padding:0;
	height: 72px;
	text-align: left;
	margin-top: 300px;
}

#ContactsMenu {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
	text-align: left;
	height: 12px;
}
#ContactsMenu li {
	float: left;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #666666;
}
#ContactsMenu li.first {
	padding-left: 0px;
	border-left:0;
}
#ContactsMenu a {
	font-weight: bold;
	
}


/****** Main Menu - new styles ( no flash) *******/
@font-face {
    font-family: 'EuropeExtNormal';
    src: url('europe_ext_normal-webfont.eot');
    src: local('☺'), 
    url('europe_ext_normal-webfont.woff') format('woff'), 
    url('europe_ext_normal-webfont.ttf') format('truetype'), 
    url('europe_ext_normal-webfont.svgz#EuropeExtNormal') format('svg'), 
    url('europe_ext_normal-webfont.svg#EuropeExtNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

#main-menu-circles {
	width: 410px;
	height: 410px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -10px;
	left: -30px;
}


#main-menu-circles .circle-item {
	float: left;
	width: 126px;
	height: 126px;
	list-style-type: none;
	margin: 0 10px 5px 0;
	padding: 0;
}

#main-menu-circles .circle-item a {
	font-family: 'EuropeExtNormal';
	font-size: 16px;
	background: url(../img/main-nav-button-hover.png) no-repeat 50% 50%;
	width: 106px;
	height: 106px;
	display: block;
	padding: 70px 20px 0 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#main-menu-circles .circle-item a:hover {
	background: url(../img/main-nav-button.png) no-repeat 50% 50%;
	
	color: #e58689;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
