@charset "windows-1251";
/******** | Reset style (Roman Shkabko) | ********/
* {
	margin:0; padding:0;
}
p {
	margin:2px 0;
}
a {
	text-decoration:underline;
	color:#405e82;
}
a:hover {
	text-decoration:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:none;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
.border5 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(js/PIE.htc);
}
.c {
	clear:both;
}
b, strong {
	font-weight:700;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:#f9f9f9;
}
#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:51;
}
/***** | header | ******/
#wrapper .header {
	width:100%;
	height:275px;
	float:left;
}
.logo {
	background:url(images/logo.png) no-repeat -1px 0;
	width:175px;
	height:20px;
	float:left;
	margin-top:20px;
	padding-top:170px;
	color:#64b4d6;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	word-spacing:2px;
	letter-spacing:1px;
}
.map {
	background:url(images/map.png) no-repeat top right;
	width:745px;
	height:300px;
	position:relative;
}
#wrapper .header ul {
	list-style-type:none;
	float:left;
	position: absolute;
	top:235px;
}
#wrapper .header ul li{
	float:left;
	background:#dedede;
	margin-right:1px;
}
#wrapper .header ul li:first-child{
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;
	behavior: url(js/PIE.htc);
}
#wrapper .header ul li.last {
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
	behavior: url(js/PIE.htc);
}
#wrapper .header ul li a{
	padding:12px 8px;
	float:left;
	text-decoration:none;
	color:#7d7d7d;
}

#wrapper .header ul .active{
	background:#c3c3c3;
}
#wrapper .header ul .active a{
	color:#000;
}
/*menu*/
#content {
	width:100%;
	background:#ececec;
	float:left;
	padding:25px 0;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	position:relative;
	z-index:50;
}
.innerContent {
	width:960px;
	margin:0 auto;
}
#content .menu {
	list-style-type:none;
	float:left;
	width:100%;
	margin-bottom:35px;
}
#content .menu li{
	float:left;
	text-align:center;
	margin-left:31px;
}
#content .menu li:first-child{
	margin-left:0;
}
#content .menu li a{
	float:left;
	background:url(images/sprite_country.png) no-repeat -33px 0;
	width:110px;
	height:30px;
	padding-top:165px;
	font-size:13px;	
}
#content .menu li a.pol {
	background-position:-220px 0;
}
#content .menu li a.ger {
	background-position:-405px 0;
}
#content .menu li a.ita {
	background-position:-590px 0;
}
#content .menu li a.ches {
	background:url(images/cheh.png) no-repeat -26px -4px;
}
#content .menu li a.fra {
	background:url(images/france.png) no-repeat -28px 0;
}
#content .menu li a.bear {
	background-position:-780px 0;
}
/****** | content | ******/
.content {
	width:930px;
	background:#f9f9f9;
	border:1px solid #cfcfcf;
	padding:25px 15px;
	color:#3d3d3d;
}
.content .text{
	width:695px;
	height:100%;
	min-height:300px;
	border-right:1px solid #cfcfcf;
	padding-right:15px;
	text-align:justify;
	line-height:17px;
}
.content .text p{
	margin-bottom:5px;
}
.content .text h1{
	font-size:20px;
	margin-bottom:15px;
	text-align:center;
}
.content .text img{
	padding:7px;
	border:1px solid #cfcfcf;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(js/PIE.htc);
	margin:0 15px 5px 0;
}
.content .text ul {
	margin-left:50px;
}
/****** | sidebar | ******/
.sidebar {
	width:195px;
	height:300px;
	padding:0 0 0 15px;
}
.sidebar h3{
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
}
.sidebar input, .sidebar textarea{
	width:195px;
	height:20px;
	background:#ececec;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(js/PIE.htc);
	
	border:1px solid #cfcfcf;
	
	margin-bottom:10px;
	padding:2px 5px;
	
	font-style:italic;
}
.sidebar textarea{
	font-style:italic;
	height:60px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
}
.sidebar input[type="submit"] {
	height:25px;
	font-style:normal;
	width:205px;
	cursor:pointer;
}
/****** | footer | *******/
#footer {
	width:960px;
	margin:0 auto;
	display:block;
	font-size:12px;
}
.adress {
	width:385px;
	padding:15px 0;
}
.adress .locations{
	background:url(images/locations.png) no-repeat;
	padding-left:18px;
	margin-bottom:6px;
}
.adress .phone{
	background:url(images/phone.png) no-repeat 0 -2px;
	padding-left:18px;
	float:left;
}
.adress a{
	background: url(images/email.png) no-repeat 0 -2px;
	padding-left:18px;
	margin-left:16px;
}
.cop {
	width:250px;
	text-align:right;
	padding:15px 0;
}
.like {
	width:325px;
	text-align:center;
	position:relative;
	top:25px;
}

/***** | ADMINISTRATOR | *******/
blockquote {
	margin-bottom:15px;
}
blockquote em{
	display:block;
	text-align:right;
}
#vk_like {
        float:right;
	display:block;
}
.bread {
	font-size:11px;
}
.bread a {
	text-decoration:none;
	font-size:11px;
}