body {
	background-color: #3a4527;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #434343;
}

h1, h2, h3, h4 {
	color: #536039;
}

a {
	color: #3d72aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #000000;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000000;
}

#top-menu {
	height: 30px;
	line-height: 30px;
	color: #b6cd3e;
}

#top-menu ul {
	margin: 0;
	padding: 0 0 0 650px;
}

#top-menu li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#top-menu a {
	color: #b6cd3e;
	text-decoration: none;
}

#top-menu a:hover {
	text-decoration: underline;
}

#top-menu a.current {
	color: #ffcd10;
}

#header {
	width: 974px;
	height: 234px;
	background: url(../images/header-en.jpg) no-repeat;
}

#main-menu {
	background: #000000 url(../images/menu-bg.gif) repeat-x;
	width: 974px;
	font-size: 14px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	float: left;
	text-align: center;
}

#main-menu ul {
	list-style-type: none;
	padding: 10px 0;
	margin: 0 auto;
}

#main-menu li {
	display: inline;
	background: url(../images/menu-sep.gif) no-repeat right center;
	padding: 10px 30px;
	margin: 0;
}

#main-menu li.last {
	background: none;
}

#main-menu a {
	color: #b6cd3e;
	text-decoration: none;
}

#main-menu a:hover {
	text-decoration: underline;
}

#main-menu a.current {
	color: #ffcd10;
}

#features {
	/*height: 150px;*/
	background-color: #252525;
	border-bottom: 3px solid #000000;
	float: left;
}

#features ul {
	width: 830px;
	margin: 0 0 0 125px;
	padding: 10px;
}

#features li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#admin-menu {
	background-color: #252525;
	border-bottom: 3px solid #000000;
	padding: 5px;
	float: left;
	width: 965px;
}

#admin-menu ul {
	margin: 0;
	padding: 0;
}

#admin-menu li {
	list-style-type: none;
	display: inline;
	padding: 5px 10px 5px 5px;
}

#admin-menu a {
	color: #b6cd3e;
	text-decoration: none;
}

#admin-menu a:hover {
	text-decoration: underline;
}

#admin-menu a.current {
	color: #ffcd10;
}

#catalog-menu {
	text-align: center;
}

#catalog-menu a {
	color: #3d72aa;
	text-decoration: none;
	font-weight: bold;
}

#catalog-menu a:hover {
	text-decoration: underline;
}

#catalog-menu a.current {
	color: #3a4527;
}

#catalog-list {
	float: left;
}

#catalog-list ul {
	width: 810px;
	margin: 0 0 0 100px;
	padding: 10px;
}

#catalog-list li {
	list-style-type: none;
	display: inline;
	padding: 10px;
	float: left;
}

#content {
	background: #ffffff url(../images/contentbg.gif) repeat-x scroll left top;
	padding: 0 10px 10px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #b6cd3e;
	line-height: 20px;
}

.highlight {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #d8a20a;
}

.featured {
	background-color: #ffe78b;
	padding: 15px;
	margin: 10px 25px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #3a4527;
	color: #3a4427;
}

.label {
	font-weight: bold;
}

.clear-float {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}