/* Reset */
* {font-family: Tahoma;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}

@font-face{
	font-family: 'Helios';
	src: url('/fonts/helios-webfont.eot');
	src: url('/fonts/helios-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/helios-webfont.woff') format('woff'), url('/fonts/helios-webfont.ttf') format('truetype'), url('/fonts/helios-webfont.svg#webfont') format('svg');
}
@font-face{
	font-family: 'Plumb';
	src: url('/fonts/plumb-li-webfont.eot');
	src: url('/fonts/plumb-li-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/plumb-li-webfont.woff') format('woff'), url('/fonts/plumb-li-webfont.ttf') format('truetype'), url('/fonts/plumb-li-webfont.svg#webfont') format('svg');
}
@font-face {
    font-family: 'PlumbBold-web';
    src: url('/fonts/plumb-bo-webfont.eot');
    src: url('/fonts/plumb-bo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/plumb-bo-webfont.woff') format('woff'),
         url('/fonts/plumb-bo-webfont.ttf') format('truetype'),
         url('/fonts/plumb-bo-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondCondensed-bold';
    src: url('/fonts/helioscond-bold-webfont.eot');
    src: url('/fonts/helioscond-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helioscond-bold-webfont.woff') format('woff'),
         url('/fonts/helioscond-bold-webfont.ttf') format('truetype'),
         url('/fonts/helioscond-bold-webfont.svg#HeliosCondCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ---------------- */

.props h6 {
	color: #414141;
	font-size: 13px;
	font-family: 'Plumb' !important;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.props h6 a,
.props h5 a {color: #414141; text-decoration: none;}
.props h4 a {color: #ED1C24; text-decoration: none;}
.props h6 a:hover,
.props h5 a:hover,
.props h4 a:hover {text-decoration: underline;}

.props h4 {
	color: #ED1C24;
	font-size: 33px;
	font-family: 'Plumb' !important;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.props h5 {
	color: #414141;
	font-size: 32px;
	font-family: 'Plumb' !important;
	font-weight: bold;
}

.full-width {
	width: 1000px;
}

body {
	background: #000 url('/images/background.jpg') no-repeat 50% 0 fixed;
	/*text-align: center;*/
	padding-top: 20px;
}

#root {
	height: 100%;
	width: 100%;
}

#main {
	vertical-align: top;
	width: 1000px;
}

.anchor a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

#top-bg-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	margin-top: -20px;
	text-decoration: none;
}

.gray {
	color: #4c4c4c;
}

/* Header */

#header {
	height: 65px;
	background: url('/images/header-line.png') no-repeat;
	padding: 5px 0px 0px 10px;
	width: 990px;
}

#header img {
	float: left;
}

#header-menu {
	width: 680px;
	height: 56px;
	position: relative;
	left: 38px;
	top: 9px;
	float: left;
}
/* ------------------- */

/* Big banners */
#bigbanners {
	height: 250px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#bigbanners a,
#bigbanners img {
	height: 250px;
	display: block;
	width: 1000px;
}
#bigbanners a {float: left;}

#bigbanners #bb_rotator {
	overflow: visible;
	height: 250px;
	position: absolute;
}

#bigbanners #next {
	position: absolute;
	width: 26px;
	height: 43px;
	z-index: 1000;
	background: url('/images/bbr-next.png') no-repeat;
	right: 20px;
	top: 104px;
}
#bigbanners #prev {
	position: absolute;
	width: 26px;
	height: 43px;
	z-index: 1000;
	background: url('/images/bbr-prev.png') no-repeat;
	left: 20px;
	top: 104px;
}
/* ------------------- */

/* Small banners */
#smallbanners {
	height: 100px;
	margin-top: 10px;
}

#smallbanners a,
#smallbanners .smallbanner-img {
	height: 100px;
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	border: none;
}
/* ------------------- */

/* Content */
#content {
	margin-top: 10px;
	height: 298px;
	position: relative;
}

#content.subpage {
	background: url("/images/main-block-bg.png") repeat-y scroll 0 0 transparent !important;
	height: auto;
	overflow: hidden;
}

#footer .footer-block,
#content .content-block {
	width: 250px;
	height: 298px;
	float: left;
}

.subpage .content-block {
	height: 100% !important;
}

#content .content-block.subpage {
	width: 714px !important;
	background: #FFFFFF !important;
	padding: 0px 8px 20px 28px;
	min-height: 268px;
}

#location,
#location a{
	color: #de0f49;
	font-size: 11px;
}

#location b{
	color: #4c4c4c;
}

#location {
	margin: 10px 0px 0px 1px;
}

#content .content-block {
	background: url('/images/main-block-bg.png') repeat-y;
}

.content-block #search {
	margin: 20px 0px;
	padding-left: 19px;
}

#search #searchterm {
	border: 1px solid #c6c6c6;
	height: 20px;
	width: 131px;
	vertical-align: top;
}

#search #search-submit {
	background: url('/images/search-btn.png') no-repeat;
	border: none;
	width: 48px;
	height: 20px;
	vertical-align: top;
}

.new-main {
	width: 209px;
	position: relative;
	background: url('/images/new-bottom.png') left 90% no-repeat;
	padding-bottom: 20px;
	overflow: hidden;
	margin: 20px 0 0 30px;
}
.new-main .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 209px;
	height: 16px;
	background: url('/images/new-top.png') no-repeat;
}
.new-main .text {
	width: 175px;
	margin: 16px 0 35px 0;
	background: url('/images/new-bg.png') repeat-y;
	font-size: 11px;
	font-family: Tahoma;
	padding: 4px 10px 0 10px;
	z-index: 100;
}
.new-main .date {
	font-size: 10px;
	font-family: Tahoma;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.content-block h1 {
	margin: 19px 0px 0px 18px;
	font-size: 21px;
	font-family: 'Helios';
	color: #4c4c4c;
	font-weight: normal;
	display: block;
	height: 16px;
}

.content-block .inner {margin: 30px 15px;}

.content-block h1.vacancies{
	margin: 98px 0px 0px 35px;
	font-size: 33px;
	line-height: 33px;
	font-family: 'Plumb';
}
.content-block h1.vacancies a{
	text-decoration: none;
	color: #4c4c4c;
	font-family: 'Plumb';
}
.content-block h1.vacancies a:hover{
	text-decoration: underline;
}

.content-block #main-news-list {
	margin: 13px 0px 0px 18px;
}

.content-block #main-news-list a {
	color: #de0f49;
	font-family:Tahoma;
	font-size: 12px;
	height: 12px;
	display: block;
}

.content-block #main-news-list a:hover {
	color: #ff0f15;
}

.content-block #main-news-list li {
	padding-left: 11px;
	list-style: none;
	background: url('/images/list-item.png') no-repeat 0 5px;
	margin: 0px 0px 19px 0px;
	height: 12px;
	display: block;
}
.subpage a{
    color: #DE0F49;
    font-size: 12px;
}
.subpage * {
	font-size: 12px;
}

.subpage .content-title {
	display: block;
/*	height: 21px;*/
	height: 25px;
	width: 100%;
	margin: 19px 0px 0px 0px;
}

.subpage .content-title h1{
	display: inline;
	margin: 0px !important;
	padding: 0px !important;
}

.subpage .content-title img{
	margin: 0px 0px 0px 12px !important;
}

.subpage .images {
	float: left;
	width: 230px; /* 258 */
	padding: 0px 0px 0px 0px;
	margin-top: 29px;
}

.subpage .images img {
	margin: 0px 0px 16px 0px;
}

.subpage .description {
	overflow: hidden;
	padding: 0px 8px;
	margin-top: 29px;
	font-size: 12px !important;
	text-align: left !important;
}

.subpage .description * {
	font-size: 12px;
	text-align: left;
}

.gal-item {
    float: left;
    width: 150px;
}
.gal-item  *,
.gal-item-r *{
    color: #DE0F49;
    font-size: 12px;
}
.gal-item a img {
    height: 100px;
    margin-bottom: 10px;
    width: 100px;
}
.gal-item a span {
    display: block;
    text-align: left;
}

.price {
	font-size: 8px !important;
	font-family: 'Helios' !important;
	color: #7f7f7f !important;
	margin: 18px 0px 0px 0px;
}

.price span {
	color: #de0f49 !important;
	font-size: 21px !important;
	font-family: 'Helios' !important;
	margin: 0px 4px 0px 0px !important;
}

.alphabet {
	font-size: 12px;
	color: #4C4C4C;
	margin: 14px 0px 0px 0px;
}

.alph a {
	color: #DE0F49 !important;
	margin: 0 5px 0 0;
}

.article_mini {
	margin: 25px 8px 0px 0px;
	height: auto;
	min-height: 80px;
	overflow: hidden;
}

.article_mini .article_img {
	margin-right: 10px;
	height: auto;
	float: left;
}

.article_mini .article_title a{
	color: #DE0F49;
	font-size: 12px;
	background: url("/images/bul.gif") no-repeat scroll 100% 6px transparent;
	padding-right: 10px;
	font-weight: bold;
}

.article_mini .article_description {
	font-size: 12px;
	color: #4c4c4c;
}

.article_mini .article_description .price {
	margin: 10px 0 0;
}

.article_mini .article_description .price img {
	margin: 0 20px 5px 0;
}

.pager *{
	font-size: 12px;
}

.pager a {
	color: #DE0F49;
}

#twitter-msg {
	background: url('/images/twitter.png') no-repeat;
	height: 136px;
	margin: 61px 0px 0px 31px;
	padding: 10px 0 0 10px;
	width: 206px;
	position: relative;
}

#twitter-msg div {
	color: #414141;
	font-size: 11px;
	height: 80px;
	overflow: hidden;
	width: 168px;
}

#twitter-msg .twitter-link,
#twitter-msg .vk-link{
    display: block;
    height: 35px;
    left: 140px;
    position: absolute;
    top: 103px;
    width: 35px;
}
#twitter-msg .vk-link{
    left: 100px;
	background: url('/images/vk.png') no-repeat;
}
/* ------------------- */

/* Footer */
#footer {
	margin-top: 28px;
	color: #838383;
	height: 80px;
	overflow: hidden;
}

#footer .very-good {
	margin-left: 19px;
}

#footer #copyrights {
	font-size: 11px;
	margin-left: 20px;
}

.very-good {
	width: 140px;
	color: #838383;
	font-size: 11px;
}

.very-good img {
	float: left;
	margin-right: 10px;
}

.very-good a {
	color: #ed1c24;
}

.very-good span {
	display: block;
	padding-top: 3px;
}
/* ------------------- */

/* Forum */
.forum_main_th {
	background:#F7F7F7 url('../images/th_bg.gif') repeat-x top;
}

.forum_root
{
	border: 1px solid #E5E5E5;
	border-collapse:collapse;
}

.forum_brd
{
	border: 1px solid #E5E5E5;
}
.forum_brd_l
{
	border-left: 1px solid #E5E5E5;
}
.forum_brd_r
{
	border-right: 1px solid #E5E5E5;
}
.forum_brd_b
{
	border-bottom: 1px solid #E5E5E5;
}

.forum_bg1
{
	background-color: #FAFAFA;
	color: #BF0A34 !important;
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
}
.forum_bg2
{
	background-color: #ffffff;
}
.forum_bg3
{
	background-color: #FAFAFA;
}

.forum_p1
{
	padding: 10px;
}
.forum_p2
{
	padding: 15px;
}


.forum_input
{
	width: 290px;
	border: 1px solid #dddddd;
}
.forum_input2
{
	width: 150px;
	border: 1px solid #dddddd;
}
.forum_textarea
{
	width: 400px;
	height: 250px;
}
.forum_border_bottom
{
	border-bottom: 1px solid #dddddd;
}
.forum_small
{
	font-size: 10px !important;
}
.forum_main_table {
	border:1px solid;
	border-collapse:collapse;
	border-color:#E5E5E5;
}


a.forum_category_link:link, a.forum_category_link:active, a.forum_category_link:visited
{
    color:#000000;
    text-decoration:none;
}
a.forum_category_link:hover
{
    text-decoration:underline;
}

img.forum_avatar
{
    border:1px solid #E5E5E5;
}



/*bbcodes*/
div.bb_quote_author {
    margin: 10px 5px 0px 5px;
    padding: 4px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E2DDC9;
    color: #333333 !important;
    background-color: #F5F2E9;
    font-size: 0.85em;
    font-weight: bold;
}
div.bb_quote_author:after {
    content: " писал(а):";
}
div.bb_quote {
    margin: 0px 5px 10px 5px;
    padding: 5px;
    border-color: #E2DDC9;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    font: 10px tahoma, verdana, arial, serif;
    background-color: #fafafa;
    color: #645F60 !important;
}
div.php {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 5px;
    border-color: #E2DDC9;
    border-width: 1px;
    border-style: solid;
    color: #006600 !important;
    font-family: Monaco,'Courier New',monospace;
    background-color: #F5F2E9;
}

.forum_bb_button
{
    cursor:pointer;
    border:1px solid #E2DDC9;
    font-size:11px;
    padding:3px;
}

.forum_hr {
	height:1px;
	background:#E5E5E5;
}
.forum_sign {
	color:#a0a0a0 !important;
	font-style:italic;
}
/* ------------------- */

#hidden {
	display: none;
}

.roader {
	position: absolute;
	left: 396px;
	top: 22px;
}

#snow-top { width:1032px; height:65px; position:absolute; background:url('/images/snow-top.png') no-repeat; top:70px; z-index:10; left:50%; margin-left:-516px;}
#snow-bottom {width:100%; height:98px; position:absolute; background:url('/images/snow-bottom.png') center no-repeat; bottom:0; z-index:10; left:0;}
body {position:relative; padding-bottom:25px;}

