/* Copyright (c) Andrew Hrunsky */
body { 
	background:#FFFFFF url(_img/bg-top.jpg) repeat-x top; 
	font:normal 90% Tahoma, Verdana, sans-serif; 
	color:#000000;
}
/* GLOBAL DEFAULTS */
body, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, th,
table, td, input, textarea, select, option, form { 
	list-style:none; 
	margin:0px; 
	padding:0px; 
	outline:none;
}
dl, 
dt, 
dd { 
	display:block;
}
input, textarea {}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}

td { 
	vertical-align:top;
}

a { 
	color:#2e7300;
}
a:visited {
	color:#757575;
}
a:hover { 
	color:#59db02;
}

img { 
	border:0px;
}

.submit { 
	cursor:pointer;
}
.pipe { 
	padding:0 6px;
}
.pic img { 
	display:block;
}

.clear:after{ 
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.clear { 
	display:inline-block;
}
/*\*/
.clear { 
	display:block;
}
/**/

h1 {
	font:normal 150% Arial, Helvetica, sans-serif;
	color:#58db00;
}

.main {
	width:758px;
}

.logo {
	padding:18px 0 61px 0;
}

.column {
	float:left;
}

.column-1 {
	width:140px;
}
.column-2 {
	width:618px;
}

.list dd {
	padding:10px 0 0 0;
	color:#2e7300;
	font-weight:bold;
	font-size:85%;
}
.list span {
	font-size:91%;
	font-weight:normal;
	color:#c0c0c0;
	padding-left:5px;
}

.banners {
	
}
.banners dd {
	float:left;
	width:240px;
	padding:20px 10px 0 0;
}

.footer {
	padding:50px 0 50px 0;
	font-size:74%;
}