.left{
	width:239px;
	display:block;
	float:left;
	min-height:100px;
	margin-top:0px;
}

.menu_catalog{
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	border: 1px solid #dbdbdb;
	border-top:none;
}

.menu_catalog li{
	display: list-item;
}

.menu_catalog a:hover{
	color:#eb030c;
	background:#fbfbfb;
}

.menu_catalog li a{
	display: block;
	text-decoration: none;
	color: #474747;
	font-weight: bold;
	background: url("img/cat_li.gif") repeat-x #f8f8f8 center top;
	border-top: 1px solid #dbdbdb;
	font-size: 12px;
	line-height: 20px;
	padding: 9px 0 9px 12px;
}

.title_h1 h1{
	color: #EB030C;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding-bottom: 7px;
	border-bottom: 3px solid #ccc;
}

.right{
	width:768px;
	float:right;
	display:block;
	min-height:100px;
}

.title{
	border-bottom:2px solid #cccccc;
	padding-bottom:4px;
	margin-top:20px;
}

.title h2{
	font-size:14px;
	text-transform:uppercase;
	color:#EB030C;
	padding: 0px;
	margin:0px;
}

.more{ 
	text-align:right;
}

.more a{
	display:inline-block;
	padding:9px 15px;
	text-decoration: none;
	color:#ffffff;
	background:  #c8020a url("img/button.png") repeat-x left top;
	cursor: pointer;
}

.more a:hover{
	background:#313131;
}

.mainpage{
	list-style:none;
	margin:0px;
	padding:0px;
}

.mainpage li{
	display:inline-block;
    float:left;
    margin:0 5px;
    height:133px;
	width:151px;
	background:  transparent url("img/shadow_left.jpg") no-repeat center left;
}

.mainpage li a{
	display:block;
    text-decoration:none;
	width:100%;
	height:133px;
	background:  transparent url("img/shadow_right.jpg") no-repeat right center;
	text-align:center;
	line-height:230px;
	color:#474747;

	text-transform:uppercase;
}

.mainpage li a:hover{
	color:#eb030c;
}

.mainpage  .link_1 span, .mainpage  .link_2 span, .mainpage  .link_3 span, .mainpage  .link_4 span{
	display:block;
	width:100%;
	height:133px;
}

.mainpage  .link_1 span{
	background:  transparent url("img/icon1.jpg") no-repeat center center;
}

.mainpage  .link_2 span{
	background:  transparent url("img/icon2.jpg") no-repeat center center;
}

.mainpage  .link_3 span{
	background:  transparent url("img/icon3.jpg") no-repeat center center;
}

.mainpage  .link_4 span{
	background:  transparent url("img/icon4.jpg") no-repeat center center;
}


.hideCont{
	display:none;
	padding:5px 0px 10px 10px;
}

.hideBtn{
	color:#eb030c;
	font-weight:bold;
	display:block;
	padding-left:15px;
	background: transparent url("img/opened.gif") left center no-repeat;
}

.hideBtn:hover{
	color:
}

.hideWrap{
	padding-bottom:10px;
}

.show{
	color:#000000;
}




