html
{
	height: 100%;
}
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	font: 12px Arial;
	color: #464646;
	height: 100%;
	min-width: 960px;
}

@media print {
	#noprint {display:none}
}
.dn {display:none}

.noprint
{
	display:none;
}

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

html>body td
{
	font: 11px Tahoma;
	color: #464646;
	text-align:justify;
        padding-left:2px;
        padding-right:2px;
}
*html td
{
	font: 11px Tahoma;
	color: #464646;
	text-align:justify;
        padding-left:2px;
        padding-right:2px;
} 
td.header
{
	border: #efefef 1px solid;
	background: #efefef;
	padding: 5px;
		
}
td.price
{
	border: #efefef 1px solid;
	padding: 5px;
}

a
{
	color: #004816;
        text-decoration: underline;

}
a:hover {
        color: #0000ff;
        text-decoration: underline;
}

h1
{
	font: 14px Tahoma;
	margin-bottom: 3px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
        padding-bottom:3px;
	padding-left: 10px;
	background: #808080;
	
}

#outer-wrapper
{
	min-width: 1024px;
	min-height:100%;
	margin-bottom:-80px;
	//width: expression((document.body.clientWidth > 1024) ? '100%' : '1024px');

	_height: 100%;
}


#header
{
	height: 80px;
	background: url("/templates/images/bg_logo.gif") repeat-x;
}

#search
{
	background: url("/templates/images/bg_top.gif") repeat-x;
	margin-left: 370px;
	padding-right: 20px;
	height: 50px;
}

#search a
{
	color: #227645;
}



#logo
{
	width: 380px;
	padding-left: 20px;
	float: left;
}

#wrapper
{
	margin-left: 0px;
	margin-right: 30px;
	padding-top: 0px;
}


#nav
{
	background: #f0f0f0;
	overflow: hidden;
	_zoom: 100%;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	font: 10px Tahoma;
        margin-top:5px;
}

#nav ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

#nav li
{
	list-style-image: none;
	background: url("/templates/images/arrow.gif") no-repeat 0px 5px;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
}

#nav li.first
{
	background: none;
}

.light
{
	font: 10px Tahoma;
	color: #707070;
}

#sidebar
{
	width: 200px;
	float: left;
}
	
#content
{
	margin-left: 215px;
	margin-right: 215px;
}


#context
{
	width: 198px;
	float: right;
}

#user
{
	width: 200px;
	height: 80px;
	float: right;
	background: #6a846f;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}

#user a
{
	color: #ffffff;
}

/* ÏÎÄÐÎÁÍÅÅ */

.detail
{
	text-align: right;
	margin-top: 0px;
	padding-bottom: 2px;
        padding-right:2px;
}

.detail a
{
	color: #303030;
	background: url("/templates/images/arrow.gif") no-repeat 0px 5px;
	padding-left: 10px;
        padding-right: 2px;
}

#detail a:hover
{
	color: #0073da;
	text-decoration: underline;
}



div.clearing {
	clear:both;
	height: 80px;
}

#footer
{
	background: url("/templates/images/bg_footer.gif") repeat-x;
	height: 80px;
	position: relative;
}

div.copyright
{
	background: url("/templates/images/bg_bottom.gif") no-repeat;
	padding-top: 35px;
	padding-left: 20px;
}

div.buttons
{
	position: absolute;
	right: 30px;
	top: 30px;
}
/* ÑÏÅÖÈÀËÈÇÈÐÎÂÀÍÍÛÅ ÁËÎÊÈ */
h2
{
	margin: 0px 0px 0px 0px;
	margin-bottom: 10px;
	font: 12px Tahoma;
	font-weight: bold;
}
/* ÌÅÍÞ */
#menu
{
	font: 14px Tahoma;
	font-weight: bold;
	padding-left: 25px;
	height: 60px;
	background: url("/templates/images/bg_menu.gif") repeat-x;
}

#menu-main a
{
	padding: 5px 5px 5px 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #374a5f;
	display: block;
	text-decoration: none;
}

#menu-main
{
	_zoom: 100%;
	overflow: hidden;
}

#menu-main ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu-main li
{
	background: url("/templates/images/menu_div.gif") repeat-y right;
	list-style: none;
	float: left;
	padding-right: 1px;
}

#menu-main li.last
{
	background: none;
}

#menu-main a:hover
{
	background: #2d7c4d;
	color: #ffffff;
	text-decoration: none;	
}

#menu-main a.sel
{
	background: #2d7c4d;
	color: #ffffff;
	text-decoration: none;		
}

.sub-menu
{
	background: #2d7c4d;
	font: 11px Tahoma;
	padding: 8px 8px 8px 8px;
	margin-right: 25px;
}

html:root .sub-menu a{
text-decoration:none;
}

html:root .sub-menu a:hover{
text-decoration:underline;
}

.sub-menu a:hover{
text-decoration:underline;
}

.sub-menu a
{
	color: #ffffff;
	padding-right: 5px;
	padding-left: 0px;
        text-decoration:none;
}

/* ÍÎÂÎÑÒÈ */
#sidebar h2
{
	color: #ffffff;
	margin-bottom: 15px;
}
#news
{
	padding: 3px 10px 10px 10px;
	margin-bottom: 20px;
	background: #f0f0f0 url("/templates/images/bg_title.gif") no-repeat;
}

#news ul
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#news li
{
	margin-bottom: 10px;
}

/* ÑÎÁÛÒÈß */
#events
{
	border: #efefef 1px solid;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

#events ul
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#events li
{
	margin-bottom: 10px;
}

/* ÁÀÍÍÅÐ */
div.banner
{
	/*border: #efefef 1px solid;*/
	padding: 0px;
	margin-bottom: 20px;
}

/* ÑÒÀÒÜÈ */
#articles
{
	background-color: #f0f0f0;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

#articles ul
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#articles li
{
	margin-bottom: 10px;
}

/* ÀÂÒÎÐÈÇÀÖÈß */
#auth
{
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 20px;
}

#auth input.fld
{
	font: 11px Arial;
	width: 100px;
}

input.button
{
	font: 11px Arial;
	background: #004816;
	border: #ffffff 1px solid;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

/* ÊÀÒÀËÎÃ ÃÐÓÏÏÛ */
#group
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
        border: #e0e0e0 1px solid;
        _zoom: 100%;
        overflow: hidden;
}

#group_img {
        padding:2px;
        padding-right:5px;
}

/* ÒÎÂÀÐ */
div.good
{
	border: #e0e0e0 1px solid;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	overflow: hidden;
	_zoom: 100%;
}

#img {
        text-align: center;
        margin-bottom: 15px;
}

input.fld
{
	width: 250px;
	font: 12px Tahoma;
	background: #f5f5f5;
	border: #707070 1px solid;
}

div.fieldset
{
	overflow: hidden;
	zoom: 100%;
	
}

div.param
{
	float: left;
	text-align: right;
	width: 200px;
	padding-bottom: 10px;
	margin-right: 10px;
}

div.field
{
	float: left;
	color: red;
	padding-bottom: 10px;
}

.small
{
	font: 10px Tahoma;
}

.large
{
	font: 14px Arial;
}

.big
{
	font: 16px Arial;
	font-weight: bold;
}
/*ìîè èçìåíåíèÿ*/
#head_mm{
position:absolute;
top: 25px; 
left: 374px; 
width: 315px; 
height: 21px;
}
*html #head_mm{
position:absolute;
top: 25px; 
left: 370px; 
width: 315px; 
height: 21px;
}

#spec a{
font-family: Tahoma;
font-size:10px;
color: #464646;
text-decoration:none;
}

#phone {
	position:absolute;
	top: 60px;
	right: 27px;
	width: 270px;
	height: 21px;
	font-family:Tahoma;
	font-size:12px;
	color:#464646;
}
p.sitemap {
        padding-left: 5px;
}
