html, body, div, span, iframe,
h1, h2, h3, p, a, em, img, ins, strong, b, u, ul, li, form,
table, tbody, tr, td, aside, footer, header, nav, 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub, sup {
	font-size: 65%;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom;
}


input:focus, textarea:focus, select:focus {
	outline: none;
}
input {
	vertical-align: baseline;
}
textarea {
	resize: vertical;
	min-height: 100px;
	max-width: 100%;
	overflow: auto;
}
textarea, select[multiple] {
	vertical-align: top;
}
input[type="color"] {
	vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	object video {
		display: block !important;
	}
}



h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul, ol {margin-left: 20px;}
ul {list-style: disc;}
ol {list-style: decimal;}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	padding: 0;
}

.pull-left {float: left;}
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}


UNUSEDtable.table0 td,
UNUSEDtable.table1 td,
UNUSEDtable.table2 td,
UNUSEDtable.table2 th {
	padding: 5px;
	border: 1px solid #cecece;
	vertical-align: top;
}
table.table0 td {
	border: none;
}
table.table2 th {
	padding: 8px 5px;
	background: #e4e4e4;
	font-weight: normal;
	text-align: left;
}



html, body {
	position: relative;
	height: 100%;
	min-width: 980px;
}
html {
	overflow-y: scroll;
}

body {
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	background: #ffffff url(background.png) 0 0 repeat fixed;
}

body:before,
body:after {
	content: '';
	display: block;
	height: 30px;
	clear: both;
}
UNUSED.clear-top,
UNUSED.clear-bot {
	clear: both;
	height: 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font: inherit;
	line-height: 1;
}
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}

h5 {font-size: 18px;}
h6 {font-size: 16px;}

a {outline: none; color: #00b8d5;}
a:hover {color: #00b8d5; text-decoration: none;}


.wrapper {
	background: #ffffff;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 5px;
	box-shadow: rgba(0,0,0,0.3) 0 0 5px;
}


.clear-container {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	clear: both;
	height: 0;
}
a.button:hover {
	text-decoration: none;
	color: #333333;
}
*:first-child+html div.button {display: inline;}



header {
	min-height: 90px;
}



footer {
	background: #f3f3f3 url(logo-bot.png) 0 100% no-repeat;
	min-height: 144px;
	clear: both;
	color: #999999;
}



.content {
	width: 100%;
	margin: 0 auto 10px auto;
}
.content .sidebar {
	vertical-align: top;
	padding: 0 0 40px 0;
	width: 220px;
}
.content .text_body {
	vertical-align: top;
	padding: 0 0 40px 30px;
}




.visiting-card-top {
	margin: 0 20px 0 0;
	min-height: 90px;
	display: inline;
	float: left;
	width: 470px;
}
.visiting-card-top .logo {
	float: left;
	display: inline;
	width: 225px;
	height: 130px;
	margin: -30px 20px -10px 0;
	position: relative;
	z-index: 100;
}
.visiting-card-top .logo img {
	width: 225px;
	height: 130px;
	display: block;
	border: none;
}
.visiting-card-top .slogan {
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 10px;
	font-family: Georgia, times;
	font-style: italic;
	font-size: 16px;
	color: #13b9d7;
}


.phone-top {
	min-height: 50px;
	float: left;
	display: inline;
	margin: 20px 0 0 0;
	width: 220px;
}
.phone-top p {
	margin: 0;
}
.phone-top .title {
	font-size: 12px;
	color: #999999;
	padding: 2px 0;
}
.phone-top .num {
	font-size: 20px;
	font-weight: bold;
	color: #00b8d5;
}
.phone-top .num span {
	font-weight: normal;
}
.search-top div.textfield input[type="text"] {
	padding: 3px 0;
	width: 150px;
}
.search-top div.textfield input[type="submit"] {
	height: 22px;
	width: 22px;
	background: url(s_icon.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -1000px;
}




.sitename {
	float: left;
	display: inline;
	font-size: 11px;
	margin: 10px 0 0 20px;
	width: 220px;
}


.phone_bot {
	float: left;
	display: inline;
	font-size: 12px;
	font-style: normal;
	margin: 10px 0 0 20px;
	width: 260px;
}
.phone_bot .num {color: #00b8d5; font-size: 20px; font-weight: bold;}
.phone_bot .num span {font-weight: normal;}




UNUSED.nav_main,
UNUSED.nav_main li,
UNUSED.nav_main ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav_main {
	width: 220px;
	text-align: left;
	margin: 0 0 30px;
}
.nav_main > li > a:hover,
UNUSED.nav_main > li > a.current {
	background: #ef4f28 url(nav-main-marker-over.gif) 100% 10px no-repeat;
	border-bottom: 1px solid #bf3f20;
	text-decoration: none;
	color: #ffffff;
}

.nav_main ul {
	padding-left: 16px;
	padding-top: 6px;
}
.nav_main li li a:hover,
UNUSED.nav_main li li a.current {
	text-decoration: none;;
	color: #00b8d5;
}


.nav_top,
.nav_top li,
UNUSED.nav_top ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav_top {
	min-height: 40px;
	margin-bottom: 20px;
	background: #ef4f28;
	clear: both;
}
.nav_top li {
	border-right: 1px solid #f27253;
	display: inline-block;
	*display: inline;
	vertical-align: top;
}
.nav_top li a {
	display: inline-block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background: url(nav-top-mark.gif) 50% 100% no-repeat;
}
.nav_top li a:hover,
UNUSED.nav_top li a.current {
	line-height: 36px;
	background: #00b8d5 url(nav-top-mark.gif) 50% 100% no-repeat;
	text-decoration: none;
	color: #ffffff;
}


.nav_bot,
.nav_bot li,
UNUSED.nav_bot ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav_bot {
	padding: 0 10px;
	min-height: 40px;
}
.nav_bot li {
	display: inline-block;
	padding: 12px 10px;
	*display: inline;
}
.nav_bot li a {
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #777777;
}
.nav_bot li a:hover,
UNUSED.nav_bot li a.current {
	text-decoration: underline;
	color: #00b8d5;
}



.block-title {
	font-size: 19px;
	padding: 6px 16px;
}
.block-title.blue {
	border-bottom: 2px solid #00a5bf;
	background: #00b8d5;
	color: #ffffff;
}


.block-text {
	margin: 20px 0;
	text-align: left;
	font-size: 12px;
}
.block-text .block-title {
	margin-bottom: 16px;
}
.block-text .block-body {
	padding: 0 16px;
}



.slider_top {
	height: 280px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.slider_top .slider {
	position: relative;
	overflow: hidden;
	height: 280px;
	width: 960px;
}
.slider_top .stripe {
	float: left;
	left: 0;
	top: 0;
	width:500000px;
}

.slider_top .controller-right,
.slider_top .controller-left {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	height: 62px;
	width: 62px;
	cursor: pointer;
	background: url(controllers-1.png) no-repeat;
}
.slider_top .controller-right {
	background-position: -62px -62px;
	right: 0;
}
.slider_top .controller-left {
	background-position: 0 -62px;
	left: 0;
}


.brief-article {
	float: left;
	height: 280px;
	width: 960px;
	position: relative;
}
.brief-article .image {
	height: 280px;
	width: 960px;
	overflow: hidden;
}
.brief-article .image img {
	border: none;
	height: 280px;
	width: 960px;
}
.brief-article .descript {
	background: url(descript-bg.png) 0 0 repeat;
	position: absolute;
	min-height: 40px;
	width: 370px;
	padding: 10px 20px;
	text-align: left;
	font-size: 15px;
	color: #ffffff;
	left: 0;
	bottom: 0;
}
.brief-article .read_more {
	background: url(controllers-2.png) 0 0 no-repeat;
	position: absolute;
	height: 60px;
	width: 60px;
	bottom: 0;
	left: 410px;
}
.brief-article .read_more a {
	display: block;
	cursor: pointer;
	height: 60px;
	width: 60px;
	text-decoration: none;
}
.wanna_help {
	background: url(wanna-help.png) 0 0 no-repeat;
	position: absolute;
	height: 60px;
	width: 250px;
	padding: 10px 10px 11px 10px;
	bottom: 100px;
	left: 595px;
}
.wanna_help a {
	display: block;
	cursor: pointer;
	height: 60px;
	width: 250px;
	text-decoration: none;
}




.langs {
	position: relative;
	width: 100%;
	height: 0px;
}
UNUSED.langs .lang-ru,
UNUSED.langs .lang-en,
UNUSED.langs .lang-gr {
	position: absolute;
	bottom: 2px;
}
.langs .lang-ru  {
	right: 118px;
}
.langs .lang-en  {
	right: 59px;
}
.langs .lang-gr  {
	right: 0;
}

.postimg img {
padding:5px 5px 5px 5px;
}

.shortimg img {
width: 150px;
padding:5px 5px 5px 5px;
}

			#grozpos {
				margin:7px 0 25px 0px;
			}

			#grozleft {
				width:155px;
				float:left;
			}
			
			#grozright {
				width:70px;
				float:right;
				margin-left:5px;
			}

			#grozright img {
				width:70px;
			}
			
			#clear {
				clear:both;
				height:1px;
				margin-top:-1px;
			}
			
			#groztitle {
				width:155px;
			}

			#groztitle a {
				font-size:11px;
				color:#666;
			}
			
.groznews {
				overflow:hidden;
				padding-bottom:8px;
			}
	
.groznews img {
					margin:0 5px;
				}
		
.groznews form img {
					margin:0;
					vertical-align:top;
				}
			
			
#grozfoot {
				width:110px;
				height:150px;
				float:left;
				padding:4px;
				border-right:#ddd solid 1px;
			}

#grozfoot:hover {
				background:#eeeeef;
			}
	
	#grozfoot a {
			font-size:12px;
			color:#888;
		}

#grozfoot img {
				width:108px;
				height:73px;
				margin-left:-2px;

			}

.slru
{
max-height:45px;
 max-width:270px;
text-overflow: ellipsis; 
white-space: nowrap;
overflow: hidden;!important
}