html, body
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
}

body
{
	color: #777;
	background: #ececec url( 'images/bg.gif' ) repeat-x top left;
	font-family: 'Verdana';
	font-size: 11px;
}

a img { border: none }
br.bent { clear: both }

div#main
{
	background: #e0e0e0 url( 'images/bg2.gif' ) repeat-x top left;
	width: 850px;
	margin-left: auto; margin-right: auto;
}

div#header
{
	width: 840px; height: 345px;
	margin: 0px 5px;
	background: #eee;
}

div#container
{
	width: 840px;
	margin: 0px 5px;
	background: #fff;
	padding: 0px;
}

div#footer
{
	width: 840px; height: 75px;
	margin: 0px 5px;
	position: relative;
}

div#footer a
{
	position: absolute;
	bottom: 0px; right: 0px;
	margin: 0px; padding: 0px;
}

div#menu
{
	width: 200px; 
	margin: 15px; padding: 0px;
	border-top: 1px solid #dbf3fd;
	float: left;
	display: inline;
}

div#content
{
	width: 550px;
	margin: 30px;
	float: left;
	display: inline;
	line-height: 25px;
	margin-top: 20px;
}

div#content h3
{
	color: #5a991b;
	font-weight: bold;
	font-size: 11px;
	margin: 0px; padding: 0px;
}

ul.menu
{
	list-style-type: none;
	margin: 0px; padding: 0px;
}
ul.menu li
{
	width: 200px; display: block;
}

ul.menu li a
{
	display: block;
	width: 177px; height: 27px;
	text-decoration: none;
	color: #0184c4;
	padding: 12px 0px 0px 23px;
	background: white url( 'images/button.gif' ) no-repeat;
	font-weight: bold;
}
ul.menu li a:hover { color: #2398d2; }

ul.menu li.active a
{
	color: #5a991b;
	background: white url( 'images/button2.gif' ) no-repeat;
}
ul.menu li.active a:hover { color: #5a991b; }


ul.submenu
{
	list-style-type: none;
	margin: 0px; padding: 0px;
}
ul.submenu li
{
	width: 200px; display: block;
}
ul.submenu li a
{
	display: block;
	width: 153px; height: 18px;
	text-decoration: none;
	color: #5a991b;
	margin: 0px 10px;
	padding: 5px 0px 0px 17px;
	background: none !important;
	font-weight: normal;
	border-bottom: 1px solid #f1f1f1;
}
ul.submenu li a:hover { color: #5a991b; }

/* FAQ */
div.faq { width: 100%; margin: 2px 0px; }

div.faq div.title
{
	width: auto; height: auto;
	margin: 1px 0px 0px 10px;
	font-size: 11px;
	color: #c9c9c9;
}

div.faq div.title a
{
	text-decoration: none;
	color: #0184c4;
	font-weight: bold;
}
div.faq div.title a:hover { color: #2398d2; }
div.faq div.text { margin: 0px 20px 3px 24px; display: none;  line-height: 14px; }
div.faqActive { padding-bottom: 3px; }

/* Contacts */

input, select, textarea
{
	border: 1px solid #dbf3fd;
	font-size: 11px;
	padding: 4px;
	width: 300px;
	color: #777;
}

textarea { height: 100px; }

input.submit
{
	font-size: 11px;
	padding: 2px;
	width: 310px;
	background: #ece9d8;
}

.cbox { width: 15px !important; font-size: 0px !important; padding: 0px; border: none; }

/* Catalog */

img.bigImg
{
	width: 500px;
	height: 300px;
}

a.product img
{
	width: 200px;
	height: 120px;
	border: 0px;
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

a.product
{
	margin: 0px 15px 15px 0px;
	display: block;
	float: left;
	width: 200px; height: 120px;
}

a.product:hover img
{
	filter: alpha( opacity=100 );
	opacity: 1;
}