
@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	
	
}

body,html {
	margin: 0;
	padding: 0;
	color: #030;
	background: #fff;
	height: 100%;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	
	
}

html {
	height: 100%;
}

#wrap {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	height: 100%;
}

#leftwrap {
	width: 100%;
	float: left;
	background-color: #eff5e3;
	overflow: hidden;
	position: relative;
}

#leftwrap_page {
	width: 100%;
	float: left;
	background-color: #eff5e3;
	overflow: hidden;
	position: relative;
}

#centerwrap {
	float: left;
	background-color: #fff;
	width: 100%;
	position: relative;
	right: 280px; /* width of right sidebar */
}

#rightwrap {
	width: 100%;
	position: relative;
	right: 310px; /* width of the  content area */
	float: left;
	background-color: #eff5e3;
}

#rightwrap_page {
	width: 100%;
	position: relative;
	right: 500px; /* width of the  content area */
	float: right;
	background-color: #eff5e3;
}

#header {
	background: #fff;
}

/* a ======================================== */


a {
	color: #030;
	text-decoration: none;
}

a:link {
	color: #030;
	text-decoration: none;
}

a:hover {
	color: #050;
	text-decoration: none;
}

a:visited {
	color: #030;
	text-decoration: none;
}

/* /a ======================================== */
/* MENU ======================================== */
	
#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	line-height: 20px;
	width: 125px;
	background: #86a375;
	
}

#menu li ul {
	position:absolute;
	margin-top:-1em;
	margin-left:.5em;
	display:none;

}
#menu ul li ul {
	margin-top:0px;
	margin-left:10px;

}

#menu ul li ul li{
	margin-top:0px;

	border-left:1px solid #fff;
}

#menu a {
	display:block;
	border-right:1px solid #fff;
	background: #86a375;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	cursor: pointer;
	font-weight: bold;
}
#menu a:hover {
	background-color:#86a375;
	color:#fff;
	text-decoration: underline;
}
#menu ul {
	border-top:1px solid #fff;
	background:#86a375;
}
#menu ul a {
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:0px solid #fff;
	background:#86a375;
}

/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



/*
#menu {
	background: #86a375;

	height: 20px;
	font-size: 12px;
	clear: left;
	position: relative;
	font-weight: bold;
	z-index: 200;
	color: #fff;
	margin: 0px;
	text-align: center;
}

#menu a {
	color: #fff;
	z-index: 200;
	margin: 0px;
}

#menu ul .item {
	display: none;
	margin-left: 1px;
	margin-top: 1px;
	z-index: 200;
	text-align: center;
	color: #fff;
}

#menu ul:hover .item {
	display: block;
	background: #86a375;
	margin-top: -1px;
	margin-left: 0px;
	padding-top: 1px;
	z-index: 200;
	text-align: center;
	
}

#menu ul:hover .item a:hover {
	color: #fff;

	text-decoration: underline;
	z-index: 200;

}

#menu li.item:hover a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #96b385;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;

	line-height: 100%; 
	z-index: 200;
}

#menu li.item a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #86a375;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;

	line-height: 100%; 
	z-index: 200;
}

#menu li:hover {
	text-decoration: underline;
	z-index: 200;
}

#menu li.top {
	cursor: pointer;
	border-left: 1px solid #fff;
	padding-left: 0px;
	padding-top: 2px;
	height: 18px;
	z-index: 200;
	color: #fff;
}

#menu li.top:hover a:hover {
	cursor: pointer;
	border-left: 1px solid #fff;
	padding-left: 0px;
	padding-top: 2px;
	height: 18px;
	z-index: 200;
	color: #fff;
	text-decoration: none;
	background: #86a375;
}

#menu li.top1 {
	border-left: none;
	padding-left: 0px;
	padding-top: 2px;
	height: 18px;
	z-index: 200;
}

#menu li.item {
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	border-top: 2px solid #86a375;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #fff;
	margin: 0px;
	line-height: 100%;
	z-index: 200;
	margin-left: 1px;
	
}

#menu ul {
	width: 125px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	background: #86a375;
	list-style: none;
	height: 20px;
	z-index: 200;
}
*/
/* /MENU ======================================== */
hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border: none;
	width: 90%;
}

#content {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin: -40px 280px 0 160px;
	padding-top: 40px;
	width: 290px;
	font-size: 12px;
	color: #555;
	height: 100%;
}

#content_page {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin: -40px 0px 0 0;
	padding-top: 40px;
	width: 570px;
	font-size: 12px;
	color: #555;
	height: 100%;
	float: left;
}

#content_page div.main_image {
	float:right;
}

#banner {
	background: #fff;
	margin-top: 20px;
}

#leftcol {
	padding-left: 20px;
	background: #eff5e3;
	padding-top: 10px;
	float: left;
	width: 140px;
	font-size: .7em;
	line-height: 1.55;
	height: 100%;
}

#leftcol div {
	padding-left: 5px;
}

a.prod:link, a.prod:hover, a.prod:visited, a.prod {
	color: #666666;
}

a.cat:link, a.cat:hover, a.cat:visited, a.cat {
	color: #323232;
}

strong {
	font-weight: bold;
}

span.small {
	font-size: 10px;
}

span.medium {
	font-size: 12px;
	font-weight: bold;
}

span.large {
	font-size: 13px;
	font-weight: bold;
}

span.huge {
	font-size: 15px;
}

span.navbg {
	display: block;
	background: #86a375;
	margin-left: -20px;
	margin-right: 20px;
	text-indent: 20px;
	color: #fff;
}

span.green {
	color: #040;
}

span.emph {
	font-style:italic;
}

em {
	font-style:italic;
}


h2 {
	color: #323232;
	margin-bottom: 2px;
}

h3 {
	color: #323232;
	margin-bottom: 1px;
}

#rightcol {
	background: #eff5e3;
	float: right;
	width: 260px;
	padding-left: 20px;
	height: 100%;
	font-size: .7em;
	line-height: 1.55;
	color: #555;
}

#footer {
	margin-top: 0px;
	padding-top: 20px;
	background: #fff;
	text-align: right;
	font-size: 10px;
	color: #777;
	clear: both;
}

/* Pravy panel =========================== */
#rightcol .item {
	
}

#rightcol .image {
	float: left;
}

#rightcol .desc {float: right;
	
}

/* ======================================= */
	/* Content pages ========================= */
table {
	background-image: url(img/backgrd_tab_top.jpg);
	background-repeat: repeat-y;
	text-align: left;
}


