body {
	position:relative;
	margin:0; padding:0;
	font-size:1em;
	font:76% 'Trebuchet MS', Arial, Helvetica, Tahoma, sans-serif;
	background:url('../images/gradient.gif') repeat-x 0 100% #FFF;
}
* html body { text-align:center; }

#wrapper {
	position:relative;
	width:973px;
	margin:0 auto;
	padding-top:150px;
	background:url('../images/header.jpg') 50% 0 no-repeat #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
* html #wrapper { text-align:left; }

/* ***************************************************************** */

h1, h2, h3, h4, form, dl, ul {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset, img {border:0;}

/* ***************************************************************** */

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	width:100%;
	clear:both;
}
.bottom-line {
	background:url('../images/bottom-line.gif') repeat-x 0 100%;
	height:3px;
}
.top-line {
	background:url('../images/top-line.gif') repeat-x 0 100%;
	height:13px;
}
.mr20px {
	margin-right:20px;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

/* ***************************************************************** */

#menu {
	/*display:none;*/
	position:absolute;
	top:119px;
	left:50px;
	border:1px solid #E33B23;
	border-bottom:none;
}
#menu a {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	background:url('../images/menu-delimiter.gif') 100% 50% no-repeat;
	padding:0 20px;
}
#menu li {
	float:left;
	padding:12px 0;
	background:url('../images/menu-tile.gif') 0 50% repeat-x #000;
}
#menu li.last a {
	background:none;
}

/* ***************************************************************** */

#submenu {
	padding:15px 0;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:20px;
	overflow:hidden;
}
#submenu li {
	float:left;
}
#submenu li a {
	padding:0 20px;
	background:url('../images/bullet.gif') 5px 50% no-repeat;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#submenu li a.active {
	color:#E33B23;
}

/* ***************************************************************** */

#navigation {
	position:absolute;
	top:122px;
	right:10px;
}
#navigation li {
	float:left;
}
#navigation li a {
	color:#999;
	padding:0 10px;
}
#navigation li.nav a {
	display:block;
	width:11px;
	height:10px;
	padding:5px 10px;
}
#navigation li.nav a.home {
	background:url('../images/btn-home.gif') 50% 50% no-repeat;
}
#navigation li.nav a.home.active {
	background:url('../images/btn-home-active.gif') 50% 50% no-repeat;
}
#navigation li.nav a.mail {
	background:url('../images/btn-mail.gif') 50% 50% no-repeat;
}
#navigation li.nav a.site {
	background:url('../images/btn-sitemap.gif') 50% 50% no-repeat;
}
#navigation li.nav a.site.active {
	background:url('../images/btn-sitemap-active.gif') 50% 50% no-repeat;
}
#navigation li.nav a span {
	display:none;
}
#navigation li.lang {
	text-transform:uppercase;
}
#navigation li.lang a {
	background:url('../images/lang-delimiter.gif') 100% 50% no-repeat;
}
#navigation li.last {
	text-transform:uppercase;
	border-right:1px solid #D9D9D9;
	margin-right:5px;
}
#navigation li.last a.active,
#navigation li.lang a.active {
	color:#E33B23;
	text-decoration:none;
}

/* ***************************************************************** */

#logo {
	display:block;
	width:107px;
	height:71px;
	background:url('../images/logo.gif') 0 0 no-repeat;
	position:absolute;
	top:30px;
	left:80px;
}
#logo span {
	display:none;
}


#logo_ru {
	display:block;
	width:107px;
	height:71px;
	background:url('../images/logo_ru.gif') 0 0 no-repeat;
	position:absolute;
	top:30px;
	left:80px;
}
#logo_ru span {
	display:none;
}

/* ***************************************************************** */

a.btn-feedback {
	display:block;
	width:111px;
	background:url('../images/menu-tile.gif') repeat-x 0 50%;
	border:1px solid #E33B23;
	color:#FFF!important;
	position:absolute;
	top:12px;
	right:27px;
	text-align:center;
	padding:6px 3px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.btn-feedback span {
}

/* ***************************************************************** */

#footer {
	padding:20px 30px;
	color:#999;
	font-size:11px;
	height:20px;
	position:relative;
}
#footer a {
	color:#999;
}
#footer ul li {
	float:left;
	padding-right:10px;
	border-right:1px solid #D9D9D9;
	margin-right:10px;
}
#footer ul li.last {
	border:none;
	margin:0;
	padding:0;
}

/* ***************************************************************** */

#content {
	padding:0 40px;
	background:#F2F2F2;
}
#content p {
	margin:0;
	padding:0;
}
#content a {
	color:#E33B23;
}
#content h1 {
}
#content h2 {
	font-size:20px;
	color:#000;
	padding:0 0 10px 0;
	margin:0;
	font-weight:normal;
}
#content h3 {
	padding:0 0 10px 0;
	margin:0;
	font-size:16px;
	color:#555555;
}
#content h3 a {
	color:#555555;
	text-decoration:none;
}
#content h4 {
}
#content h5 {
	padding:0;
	margin:0;
	font-size:11px;
	color:#000;
}
#content h6 {
}

div.offset {
	padding:50px 0;
}
ul.news li {
	padding: 0 0 25px 0;
}

ul.paging {
	padding:10px 0;
}
ul.paging li {
	float:right;
	margin-left: 8px;
}

li a.act{
	text-decoration: none;
}

/* ***************************************************************** */

div.cms-text {
	padding:0 5px 20px 5px; 
	width:760px;
	text-align:justify;
}
div.cms-text h3 {
	margin-top:20px!important;
	color:red;
}
.cms-text p {
	color:#000;
	margin:0 0 10px 0!important;
	line-height:140%!important;
}

/* ***************************************************************** */

.hr {
	background:#D9D9D9;
	width:100%;
	height:1px;
	clear:both;
	margin-bottom:20px;
}
.feedback.mini { 
	width:400px;
}
.feedback {
	width:530px;
}

#feedback {
	margin:0;
	padding:20px 0 40px 0;
}
#feedback .border {
	border-top:1px solid #C3C3C3;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	border-left:1px solid #C3C3C3;
}
#feedback fieldset {
	clear:both;
	padding:0;
	margin:0 0 5px 0;
}
#feedback fieldset label, 
#feedback fieldset input {
	float:left;
}
#feedback fieldset label {
	width:120px;
}
#feedback fieldset input {
	width:400px;
	padding:2px;
	margin:0;
	font-size:12px;
}
.mini #feedback fieldset input {
	width:270px;
}
#feedback fieldset textarea {
	width:400px;
	height:100px;
	padding:2px;
	margin:0;
	font:76% 'Trebuchet MS', Arial, Helvetica, Tahoma, sans-serif;
	font-size:12px;
}
.mini #feedback fieldset textarea {
	width:270px;
}
.mini #feedback .submit,
#feedback .submit {
	margin-left:120px;
	width:90px;
	background:url('../images/menu-tile.gif') repeat-x 0 50%;
	border:1px solid #E33B23;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	padding:5px;
}
#feedback .errors {
	padding:10px;
	background:#FFF;
	border:5px solid #CCC;
	color:#E33B23;
	font-weight:bold;
	width:496px;
	margin-bottom:20px;
}
.mini #feedback .errors {
	width:366px;
}

/* ***************************************************************** */

div.contacts-text {
	padding:0 5px 20px 5px; 
	width:850px;
	text-align:justify;
}
div.contacts-text h3 {
	margin-top:0;
	padding:0 0 10px 0;
	color:red;
}
.contacts-text p {
	color:#000;
	margin:0 0 10px 0!important;
	line-height:140%!important;
}

.googlemap {
	width:300px;
	height:200px;
	background:#D1D0CD;
	overflow:hidden;
	border: 2px coral solid;
}
.googlemap.mini {
	width:250px;
	height:200px;
	background:#D1D0CD;
	border: 2px coral solid;
}

table.contacts.top {
	width:400px;
}
table.contacts td h3 {
	margin:0;
}

table.contacts.bottom {
	width:600px;
}

/* ***************************************************************** */

.extra {
	display:block;
	width:513px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FF0000;
	height: 50px;
	padding-top: 10px;
	padding-bottom:30px;
	padding-left:10px;
	
}
