img {
	border: 0;
}

.decss {
	display: none;
}

#head .address {
        float: right; 
        margin-top: 10px; 
        color: #ffffff;
}
#head .address a {color: #ffffff;}

.blk {
	display: block;
	border: 2px white;
	border-style: none solid solid;
	margin: 0 -1px;
}

.nob {
	border-bottom: none;
}

#body {
	width: 824px;
	min-height: 100%;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(i/lcol-bg.jpg) repeat-y left #e6edf5;
	position: relative;
}

body.inner #body {
	background-color: #f4f7fb;
}

body.wide #body {
	background-image: none;
}

a {
	color: black;
}

#head {
	height: 186px;
	background: url(i/head.png) no-repeat #bcd697;
	margin: 0 -2px;
}

#main {
	width: 594px;
	float: right;
	margin-right: -1px;
}

body.wide #main {
	width: 100%;
	float: none;
	margin: 0;
}

#lcol {
	width: 232px;
	float: left;
	color: white;
	margin-left: -1px;
}

#news {
	width: 396px;
	float: left;
}

#news1 {
	width: 198px;
	float: left;
}
#vote {
	width: 198px;
	float: left;
}
#promo {
	width: 198px;
	float: right;
}

#news .blk, #promo .blk, #news1 .blk, #vote .blk {
	border-bottom: none;
	padding: 1px;
}

#promo p {
	padding: 0;
	margin: 10px;
	text-transform: uppercase;
	font: 10px;
	font-weight: bold;
}

#footer {
	clear: both;
	border-top: 1px solid #2f69a9;
	border-bottom: 1px solid #2f69a9;
	height: 29px;
	background: url(i/logos.png);
}

ul.maincat {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.maincat li {
	float: left;
	width: 196px;
	background: url(i/catlist-bg.jpg) green;
	border: 2px white;
	border-style: none solid solid;
	margin: 0 -1px;
}

.maincat a {
	display: block;
	width: 196px;
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.666em;
	adding: 65px 0 0;
	padding: 64px 0 1px;
	background: no-repeat;
	font-size: 12px;
}

#loginform {
	height: 100px;
	padding: 5px 5px 5px 48px;
}

#loginform form {
	margin: 10px 0;
	width: 100%;
}

#loginform small {
	font-size: 11px;
}

#loginform input[type="text"], #loginform input[type="password"] {
	width: auto;
	margin: 0;
}

#loginform input {
	font-size: 12px;
}

#loginform .btn {
	float: right;
}

#loginform th {
	text-align: left;
	padding-right: 1ex;
}

#loginform a {
	color: white;
	font-size: 11px;
}

form.catsearch {
	float: left;
	line-height: 20px;
	background: #1c5899; /*url(i/lcol-bg.jpg) repeat-y left #e6edf5; */
	margin: 2px 0;
	color: white;
	padding: 10px 19px 10px 48px;
}

form.catsearch input.text {
	width: 110px;
	border: none;
}

#nav {
	background: url(i/menu-bg.jpg);
	height: 30px;
	position: absolute;
	top: 150px;
	left: 0;
	width: 824px;
}

#nav ul {
	float: right;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin-right: 19px;
}

#nav a {
	color: white;
	text-decoration: none;
	line-height: 30px;
	text-transform: lowercase;
	font-size: 13px;
}

#lnav {
	padding-left: 50px;
	padding-top: 110px;
}

#lnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#lnav a {
	color: white;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

#lnav li {
	margin: 20px 0;
}

table.cat {
	width: 100%;
	border-collapse: collapse;
	border: hidden;
	clear: both;
}

table.cat td, table.cat th {
	border: 1px #2f69a9;
	border-style: none solid;
	padding: 10px;
	vertical-align: top;
}

table.cat th {
	background: #e0e9f3;
}

table.cat tr.section td {
	padding: 2px 10px;
}

table.cat tr.even td {
	background: #e0e9f3;
}

table.cat tr.section a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: block;
	background: url(i/cat-section.png) no-repeat 0 3px;
	padding-left: 10px;
}

table.cat tr.open a {
	background-image: url(i/cat-section-open.png);
}

table.cat tr.l1 a {
	margin-left: 0;
}

table.cat tr.l2 a {
	margin-left: 10px;
}

table.cat tr.l3 a {
	margin-left: 20px;
}

div.dl {
	text-align: right;
	padding: 10px;
	font-weight: bold;

}

div.dl a, div.dl a:visited {
	color: #FFF;
	text-decoration: none;
}