html, body{
	margin:0;padding:0;
}

body{
	font-size:12px;
	background: #FFF;
	font-family:Tahoma, Arial,Verdana;
}

a{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #666;
}

a:hover{
	text-decoration: none;
}

#head{
	height:195px;
	position:relative;
	background:transparent url(images/headback.gif) repeat-x bottom;
}

#head img#hl{
	position:absolute;
	top:1px;
	left:0;
	border:none;
}
#head img#hr{
	position:absolute;
	top:0;
	right:0;
	border:none;
}

.sitename{
	position:absolute;
	width:390px;
/*	left:170px;
	top:3px;*/
	left:125px;
	top:110px;
	font-family:Arial Black;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#ddd;/*#213490;*/
	z-index:10;
}

.sitename a{
	color: #B89E9E;
	text-decoration:none;
	top:-3px;
	left:-3px;
	position:absolute;
	display:block;
	width:390px;
}


#mainMenu{
	padding:1px 0 0 5px;
	margin:0;
	text-align:left;
	background:#FFF;
	border-top:2px solid #900;
	border-bottom:2px solid #900;
	height:20px;
	width:580px;
	position:absolute;
	top:162px;
	left:0;
}

#mainMenu i.r{
	position:absolute;
	width:12px;
	height:25px;
	right:-12px;
	top:-2px;
	background:transparent url(images/menu_r.gif) no-repeat;
}

#middle{
	height: 310px;
	margin:2px 0 0 0;
}

#middle #mright{
	height:365px;
	border:1px solid #BDBDBD;
	border-right:none;
	margin:0 0 0 790px;
	background:#FFF url(images/firmsback.jpg) repeat-x bottom;
	position:relative;
}

#middle #mright i.tl, #middle #mright i.bl{
	background:transparent url(images/firmstl.gif) no-repeat;
	position:absolute;
	top:-1px;
	left:-1px;
	width:15px;
	height:15px;
	display:block;
}
#middle #mright i.bl{
	background:transparent url(images/firmsbl.gif) no-repeat;
	top:auto;
	bottom:-1px;
}

#main{
	display:table;
	width:100%;
	clear: both;
}

#topmenu{
	position:absolute;
	left:10px;;
	top:400px;
	width:768px;
	height:85px;
	background:#fff url(images/menuback.jpg) repeat-x top;
	border:1px solid #b18887;
	padding:7px 0px 7px 0px;
}

.topmenu i{
	position:absolute;
	width:10px;
	height:10px;
}
.topmenu i.bl{
	left:-1px;
	bottom:-1px;
	background:transparent url(images/menu_bl.gif) no-repeat;
}
.topmenu i.tl{
	left:-1px;
	top:-1px;
	background:transparent url(images/menu_tl.gif) no-repeat;
}
.topmenu i.br{
	right:-1px;
	bottom:-1px;
	background:transparent url(images/menu_br.gif) no-repeat;
}
.topmenu i.tr{
	right:-1px;
	top:-1px;
	background:transparent url(images/menu_tr.gif) no-repeat;
}


#left{
	width:799px;
/*	float:left;*/
	display:table-cell;
	vertical-align: top;
}

#right{
	padding:0 0 0 10px;
/*	float:left;*/
	display:table-cell;
	width:100%;
}

#bottom{
	position: relative;
	margin:20px 0 0 1px;
}

#content{
	margin:5px 0 10px 0;
	padding: 10px 10px 10px 10px;
	width:759px;
	float:left;
	position:relative;
	border-top:1px solid #900;
	border-right:1px solid #900;
	border-bottom:1px solid #900;
}

#content i{
	position:absolute;
	width:15px;
	height:15px;
}
#content i#tr{
	right:-1px;
	top:-1px;
	background:transparent url(images/left_tr.gif) no-repeat;
}
#content i#br{
	right:-1px;
	bottom:-1px;
	background:transparent url(images/left_br.gif) no-repeat;
}

#rContent{
	padding:10px 5px 10px 15px;
/*	margin:263px 0 0 0;*/
	margin:-110px 0 0 0;
	border:1px solid #AAA;
	border-right:none;
	background:#EEE;
	position:relative;
	top:-195px;
}

#rContent i{
	width:15px;
	height:15px;
}
#rContent i.tl{
	background:transparent url(images/rc_tl.gif) no-repeat;
}
#rContent i.bl{
	background:transparent url(images/rc_bl.gif) no-repeat;
}

.section{
	position: relative;
	background: #FFF;
	margin: 10px 0 10px 0;
	padding:10px;
	float:left;
	width:700px;
}

.section .red{
	color:#000;
	margin:0;
	padding:0 0 5px 0;
	font-size:12px;
	font-weight:bold;
	clear: both;
	text-align:center;
}

select#nearCityGo{
	width:350px;
	font-size:11px;
	font-family: Tahoma;
	position: absolute;
	left:409px;
	top:34px;
}

select#catCityGo{
	width:350px;
	font-size:11px;
	font-family: Tahoma;
	position: absolute;
	left:19px;
	top:34px;
	text-align: right;
}

.topmenu ul.categories{
	padding:0;
	margin:0 0 15px 10px;
	list-style: none;
	float:left;
	width:180px;
}

div.topmenu ul.small{
	width:110px;
}
div.topmenu ul.big{
	width:200px;
}

.topmenu ul.categories li{
	width:auto;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:0 0 5px 0;
	background:transparent url(images/menu_li_back.gif) no-repeat left 7px;
}
.topmenu ul.categories li.first{
}

.topmenu ul.categories li a{
	color:#000;
}

.itemnews{
	margin: 10px 10px 20px 10px;
	font-size:11px;
/*	padding:5px;
	background: #F4F4F4;
	border:1px solid #BBB;*/
	text-align: justify;
}

.itemnews .h{
	font-weight:bold;
	font-size:12px;
	margin:0 0 3px;
	text-align: left;
}

div#double{
	width:357px;
	margin-left:8px;
	padding:8px;
}

div#triple{
	width:235px;
	margin-left:8px;
}

div#double.article{
	height:75px;
	font-size:11px;
	background:#FDFDFD;
	border:1px solid #DDD;
	padding-top:16px;
}

.article{
	height:75px;
	font-size:11px;
	background:#FDFDFD;
	border:1px solid #DDD;
}
.article .h{
	font-weight:bold;
	margin:0 0 3px;
}
.article img{
	border:none;
	float:left;
	margin: 0 5px 0 0;
}

.article i{
	width:15px;
	height:15px;
}
.article i.tl{
	background:transparent url(images/art_tl.gif) no-repeat;
	left:-1px;
	top:-1px
}
.article i.tr{
	background:transparent url(images/art_tr.gif) no-repeat;
	right:-1px;
	top:-1px
}
.article i.bl{
	background:transparent url(images/art_bl.gif) no-repeat;
	left:-1px;
	bottom:-1px
}
.article i.br{
	background:transparent url(images/art_br.gif) no-repeat;
	right:-1px;
	bottom:-1px
}
.article .gray{
	position:absolute;
	bottom:-13px;
	right:8px;
	height:20px;
	width:135px;
	color:#000;
	background:transparent url(images/arthead.gif) no-repeat;
	padding:5px 0 0 15px;
	margin:0;
	font-size:12px;
	font-weight:bold;
}

#topBanners{
	float:left;
	width:769px;
	margin:10px 0 0 -4px;
}

#topBanners .banner{
	width:380px;
	height:80px;
	float:left;
	margin:0 0 0 6px;
	background: #eee;
}

#mainMenu ul.mainmenu{
	margin:0;
	list-style:none;
	padding:0;
	display:inline;
}

#mainMenu ul.mainmenu li{
	width:auto;
	padding:0 5px 0 11px;
	margin:0;
	font-size:13px;
	vertical-align:top;
	font-weight:bold;
	display:inline;
	background: transparent url(images/menuitemback.gif) no-repeat left 3px;
}

#mainMenu ul.mainmenu li.first{
	background:transparent;
}

#mainMenu a, #mainMenu a:visited{
	color:#900;
}

#topBanner{
	height:95px;
	width:770px;
	background:transparent;
	text-align:center;
	position:absolute;
	top:202px;
	left:10px;
/*	border:1px solid red;*/
}

#b380x80{
	width:380px;
	height:80px;
	background:transparent;
	text-align:center;
	position:absolute;
	top:301px;
	left:10px;
	border:1px solid #FFF;
	border-radius:13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	overflow:hidden;
}

#tc{
	position:absolute;
	left:0;
	top:0;
}

#counters1{
	position:absolute;
	left:0;
	top:-20px;
	text-align:right;
	width:210px;
}

#counters2{
	position:absolute;
	width:200px;
	left:570px;
	top:-20px;
	text-align:left;
}

#site_counter{
	position:absolute;
	top:-20px;
	left:215px;
	font-weight:bold;
	width:350px;
	text-align: center;
}


#searchbar{
	position:absolute;
	left:400px;
	top:302px;
	width:380px;
	height:80px;
	background:#900 url(images/searchback.jpg) no-repeat;
	overflow:hidden;
}

#searchbar #st{
	position: absolute;
	left:70px;
	top:35px;
	width:195px;
	height:11px;
	padding:2px;
}

#searchbar #sb{
	position: absolute;
	right:20px;
	top:35px;
}

#searchbar #sb img{
	border:none;
}

i.tl{
	position:absolute;
	left:-1px;
	top:-1px;
}
i.bl{
	position:absolute;
	left:-1px;
	bottom:-1px;
}
i.tr{
	position:absolute;
	right:-1px;
	top:-1px;
}
i.br{
	position:absolute;
	right:-1px;
	bottom:-1px;
}

table.mebel{
	width:95%;
	margin:8px 0 0 8px;
	border-collapse:collapse;
}

table.mebel td{
	width:25%;
	text-align:center;
	padding:8px;
}

table.mebel td img{
	border:1px solid #666;
}

div#mebel_holder{
	height:365px;
	overflow:hidden;
}

div.firmBanners{
	position:absolute;
	top:10px;
	right:10px;
	width:700px;
}

table.firmsBanners{
	width:100%;
	border-collapse: collapse;
	border:none;
}
table.firmsBanners td{
	padding:3px 0;
	text-align: center;
	width:18%;
}
table.firmsBanners img{
	border:none;
}

.firmsReplacer{
	position:relative;
	right:-10px;
	top:-18px;
	height:195px !important;
	margin-left:228px;
	background:#FFF;
}

.firmsReplacer i{
	position:absolute;
	width:15px;
	height:15px;
}

.firmsReplacer i.bl{
	bottom:0;
	left:0;
	background: url(images/fr_bl.gif) no-repeat bottom left;
}

.article .fh1{
	font-weight:bold;
	margin:0;
	font-size:12px;
	font-weight:bold;
	padding:0;
}
