/* CSS Document */
html {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
body {
	width:792px;
	margin:auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
a {color:#000000; text-decoration:none;}
a:hover {color:#226447; text-decoration:none;}
img {margin:0; padding:0;}
.hover {cursor: pointer; cursor: hand}

#middle {
	background:#e8d4af url(images/main_bkg.jpg) top right no-repeat;
}
.menu {
	background:url(images/line_m_tile.gif) top repeat-x;
	width:697px;
	height:20px;
}
.m_b {
	padding:3px 0 0 0;
	width:130px;
	float:left;

}
.m_b_1 {
	width:31px;
	float:left;
}
.m_b_2 {
	float: left;
	padding:25px 3px 5px 2px;
	font-weight:bold;	
}
.m_b_2 a {
	background:url(images/m_under_link.gif) center bottom repeat-x;
	padding:25px 3px 5px 2px;
	color:#000000;
	text-decoration:none;
}
.m_b_2 a:hover {
	background:url(images/m_under_hover.gif) center bottom repeat-x;
	padding:25px 3px 5px 2px;
	color: #ff162f;
	text-decoration:none;
}
.m_b_2_selected {
	float: left;
	padding:25px 3px 5px 2px;
	font-weight:bold;
	background:url(images/m_under_hover.gif) center bottom repeat-x;
	color: #ff162f;
}
#content {
	padding:5px;
	clear:both;
}
*html #content .dramova {
	width:366px;
	height:70px;
}
#content .dramova {
	width:366px;
	height:110px;
}
/*products-->*/
#p .p_t {
	background:url(images/p_top.gif) repeat-x;
}
#p .p_b {
	background:url(images/p_bot.gif) repeat-x;
}
#p .p_l {
	background:url(images/p_left.gif) repeat-y;
}
#p .p_r {
	background:url(images/p_right.gif) repeat-y;
}
#p .p_bkg {
	background:url(images/p_bkg.gif);
	padding:5px;
}

#nav_info {
	margin:30px 0 10px 28px;
}
/*--------------*/

.types-products img:hover {
	border:2px #CCCCCC solid;
}
.types-products img {
	border:2px #a12935 solid;
}
.art_d {
	font-size:11px;
	color:#006600;
}
.sub img {
	border:2px #a12935 solid;
}
/*--------------*/
/*<--products*/