/*------- General -------*/
* {
	outline:0;
}
body {
	padding:0;
	margin:0;
	background:#000;
	font:12px Verdana;
	color:#1a2612;
}
.clear {
	clear:both;
}
img {
	border:0;
}
#logo {
	margin:0 0 0 100px;
}
h1 {
	color:#330;
	font-size:22px;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
}
p {
	padding:5px;
	margin:0;
}
.par-zero p {
	padding:5px 0 5px 0;
}
a { 
	color:#330;
	text-decoration:underline;
}
a:hover { 
	text-decoration:none;
}
/*------- Main Layout -------*/
#wrapper {
	margin:0 auto;
	width:1010px;
	height:720px;
}
#col-left {
	float:left;
	width:420px;
}
#col-right {
	float:left;
	width:575px;
}
#footer {
	background:url(images/footer.png) repeat;
	height:20px;
	margin-top:-5px;
}
/*------- Content -------*/
.box {
	background:url(images/box.png) repeat;
	width:555px;
	height:420px;
	padding: 2px 10px 2px 10px;
}
.boxtop {
	background:url(images/boxtop.png) repeat;
	width:575px;
	height:16px;
}
.boxbottom {
	background:url(images/boxbottom.png) repeat;
	width:575px;
	height:16px;
}
.box-left {
	float:left;
	width:320px;
	margin-right:8px;
}
.box-right {
	float:left;
	width:220px;
}
#scroll {
	height: 370px;
	overflow: auto;
	position: relative;
}
/*------- Menu -------*/
.menu-left {
	float:left;
	width:211px;
	z-index:2;
}
.menu-right {
	float:left;
	width:198px;
	padding-left:6px;
	border-left:3px solid #294138;
	min-height:340px;
	height:auto !important;
	height:340px;
	z-index:2;
}
/*------- Footer -------*/
#bottom {
	margin:0 auto;
	width:999px;
	position:relative;
}
#bottom a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:0 20px 0 20px;
}
#bottom a:hover {
	text-decoration:underline;
}
.eshop {
	position:absolute;
	left: 732px;
	top: -32px;
}

.ul_list {
	padding-left: 10px;
}
