html, body,
p, blockquote, form,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}

html
{
	background: #bebdc0 url(i/html.png) repeat-x;
}

body, td, th
{
	color: black;
	font: 12px/16px Verdana;
}

a
{
	color: black;
}
	a img
	{
		border: 0;
	}

h1, h4
{
	color: #fff79d;
	text-transform: uppercase;
	font: bold 12px/14px Verdana;
	border-top: 2px solid #917cb5;
	overflow: hidden;
}
	h1 span,
	h4 span
	{
		float: left;
		padding: 3px 3px 5px 2px;
		background: #917cb5;
		color: #FFF79D;
	}
	
	h4
	{
		border-top: 2px solid #917cb5;
		margin: 5px 0;
	}

.text p, .text blockquote,
.text ul, .text ol,
.text h2, .text h3,
.text table
{
	margin-bottom: 14px;
}

.text h1
{
	margin-bottom: 26px;
}

.text ul, .text ol
{
	margin-left: 20px;
}

.text ul ul, .text ul ol, .text ol ol, .text ol ul
{
	margin-bottom: 0;
}

#header
{
	height: 290px;
	overflow: hidden;
	position: relative;
	background: url(i/header.jpg) no-repeat right bottom;
	min-width: 1000px;
}
	#lang
	{
		position: absolute;
		left: 29px;
		top: 25px;
		font-size: 10px;
	}
		#lang li
		{
			list-style: none;
			float: left;
			margin-right: 25px;
		}
		
	#logo
	{
		position: absolute;
		top: 76px;
		padding: 36px 56px;
		background: url(i/logo.png) no-repeat;
	}
	
	#promo
	{
		height: 232px;
		overflow: hidden;
		width: 230px;
		padding: 0 62px 0 61px;
		background: url(i/promo.png) no-repeat 0 2px;
		position: absolute;
		top: 58px;
		right: 19.8%
	}
	
	#top-menu
	{
		position: absolute;
		right: 29px;
		top: 20px;
	}
	
	.nav
	{
		height: 16px;
		font: bold 12px/16px Verdana;
		background: url(i/nav.png) no-repeat right;
	}
		.nav li
		{
			list-style: none;
			float: left;
			background: url(i/nav.png) no-repeat left;
			padding: 0 16px 0 18px;
		}
		
		.nav a
		{
			text-decoration: none;
		}
		
		.nav a:hover
		{
			text-decoration: underline;
		}
		
#container
{
	float: left;
	min-width: 1000px;
	background: white;
	width: 100%;
}

	#aside
	{
		position: relative;
		width: 318px;
		float: left;
		margin-top: -34px;
		padding-top: 34px;
		padding-bottom: 4px;
	}
		#contactus
		{
			position: absolute;
			top: 0;
			text-align: center;
			width: 318px;
			z-index: 1;
		}
			#contactus a
			{
				color: white;
			}
			#contactus span
			{
				font-weight: bold;
			}

	#content
	{
		margin-left: 363px;
		margin-right: 55px;
		padding-top: 21px;
		padding-bottom: 105px;
	}
	
#left-menu
{
	padding-bottom: 66px;
	background: #8a76ad url(i/left-menu.png) no-repeat bottom;
	margin-bottom: 36px;
}
	#left-menu a
	{
		display: block;
		padding: 19px 0 21px 30px;
		line-height: 14px;
		font-size: 12px;
		background: #8a76ad url(i/left-menu-a.png) no-repeat center bottom;
	}
	#left-menu a:hover
	{
		background-color: #9080c0;
		color: #fff79d;
	}
	#left-menu a.current
	{
		background-color: white;
		color: #917cb5;
		font-weight: bold;
		border-right: 1px solid #917cb5;
	}
	
h3
{
	text-transform: uppercase;
	background: #c0c0c0;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	font-size: 12px;
	line-height: 14px;
	padding: 14px;
	text-align: center;
}

#partners
{
	border: 2px solid #dfdfdf;
	border-top: 0;

}
	#partners li
	{
		list-style: none;
		overflow: hidden;
		padding: 27px 15px 27px 5px;
		font-size: 10px;
		line-height: 18px;
	}
	
	#partners a
	{
		font-weight: bold;
		color: #9080c0;
	}
	
	.prt-img
	{
		float: left;
		width: 142px;
		text-align: center;
	}
	
	.prt-txt
	{
		padding-top: 20px;
	}

#footer
{
	clear: both;
	border-top: 4px solid #917cb5;
	padding: 11px 0;
	background: #CBCACF url(i/footer.png) no-repeat 39.4% top;
	height: 30px;
	position: relative;
	min-width: 1000px;
}
	#info
	{
		background: #8b77ad;
		color: #fff79d;
		padding: 22px;
		position: absolute;
		right: 14.6%;
		top: 0;
		margin-top: -75px;
	}
	#info a
	{
		color: #fff79d;
		font-weight: bold;
	}
	
	#counters
	{
		margin-left: 11px;
	}
	
	#counters li
	{
		float: left;
		list-style: none;
		margin-right: 20px;
	}
	
	#bot-menu
	{
		float: left;
		margin-left: 46px;
		margin-top: 7px;
	}
	
	#copy
	{
		position: absolute;
		right: 39px;
		top: 20px;
	}
	
#path
{
	margin-bottom: 15px;
}

#editor,
#editor body
{
	background: white;
}

.text h3
{
	background: none;
	border: 0;
	color: #917cb5;
	font: bold 12px/18px Verdana;
	text-transform: none;
	text-align: left;
	padding: 0;
}

.text .product
{
	list-style: none;
	border-bottom: 2px solid #917cb5;
	padding-bottom: 24px;
	margin-bottom: 36px;
}

.product img
{
	border: 1px solid #917cb5;
}

.p-img
{
	float: left;
}
.p-img img
{
	margin-right: 54px;
}
.p-list
{
	clear: both;
	padding-top: 17px;
}

.p-list img
{
	margin: 0 4px 8px 0;
}

#form-btn
{
	text-align: right;
	padding: 26px 0;
}

.paginator
{

}

.paginator li
{
	display: inline;
	padding-bottom: 21px;
	margin: 0 3px;
}

.paginator li.current
{
	background: url(i/paginator.png) repeat-x 0 16px;
}

.paginator li.current a
{
	text-decoration: none;
	color: #8d78af;
	font-weight: bold;
}

.paginator a
{
	padding: 0 2px;
}

form
{
	background: #cccbcf;
	padding: 25px 30px 11px 25px;
}

form input
{
	text-align: middle;
}

form label
{
	float: left;
	width: 170px;
	padding-right: 20px;
}

form span label
{
	float: none;
	width: auto;
	padding: 0;
}

form p span
{
	float: left;
}

form p
{
	overflow: hidden;
	zoom: 1;
}

.input-text
{
	width: 300px;
}

.star
{
	color: #9933ff;
}

#f-submit
{
	margin-left: 190px;
}

.statusPlus, .statusMinus{
	background: url(i/status.gif);
	height: 9px;
	width: 9px;
	display: block;
	float: left;
	overflow:hidden;
	vertical-align: middle;
	margin: 4px 6px 0px 0px;
}

.statusMinus{ background-position: 0px 9px; }
.text .tree
{
	margin: 0;
}
.text .tree li
{
	padding-left: 15px;
	list-style: none;
	background: url(i/tree-li.png) no-repeat 5px 5px
}

.tree a
{
	color: #9180bd;
}

.tree ul a
{
	color: black;
	font-weight: normal;
}

.text .tree ul
{
	margin-top: 5px;
	margin-bottom: 10px;
}

.text .tree ul ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.tree a.sub
{
	text-decoration: none;
	font-weight: bold;
}
.list
{
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #917cb5;
	border-left: 1px solid #917cb5;
}

.list td,
.list th
{
	padding: 12px;
	border-bottom: 1px solid #917cb5;
	border-right: 1px solid #917cb5;
}

.list .head td,
.list .head th
{
	padding: 6px;
	background: #9281c2;
	color: white;
	border-bottom: 0;
}

.list td.first,
.list th.first
{
	width: 140px;
	text-align: center;
	background: #c9c8cc;
}

.list .head td.first,
.list .head th.first
{
	background: #9e8cd2;
}

h2
{
	color: #917cb5;
	font-size: 12px;
	line-height: 14px;
}

.left
{
	float: left;
	margin: 0 10px 5px 0;
}

.right
{
	float: right;
	margin: 0 0 5px 10px;
}
