﻿body 
{
	background:#161616;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:83%;
	line-height:1.3;
	padding:0 0 20px 0;
	margin:0;
	color:#161616;
}

a
{
	color:#cc5a26;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

img
{
	border:0;
}

h1
{
	font-size:120%;
}

h2
{
	font-size:110%;
}

table td
{
	text-align:left;
	vertical-align:top;
}

form label
{
	font-weight:bold;
}

.clear
{
	clear:both;
}

span.gray
{
	color:Gray;
	font-size:83%;
	font-weight:normal;
}

#container
{
	width:858px;
	margin:0 auto;
}

#header
{
	background:url(/images/header-bg.jpg) no-repeat bottom;
	overflow:hidden;
	padding-bottom:4px;
}

#navigation
{
	width:100%;
	height:42px;
	background:url(/images/navigation-bg.gif) repeat-x top;
	color:#faffe6;
}


#navigation ul
{
	list-style:none;
	margin:0;
	padding:0 0 0 220px;
}

#navigation ul li
{
	display:inline;
}

#navigation ul li a
{
	display:block;
	float:left;
	line-height:42px;
	padding:0 26px;
	color:#faffe6;
	text-decoration:none;
	background:url(/images/menu-separator.gif) no-repeat left 4px;
}

#navigation ul li.active a
{
	border-top:solid 4px #397e18;
	color:#93b35f;
	background:url(/images/menu-separator.gif) no-repeat left 0px;
	line-height:34px;
}

#navigation ul li a:hover
{
	text-decoration:underline;
}

#navigation ul li span
{
	line-height:42px;
	background:url(/images/menu-separator.gif) no-repeat left 4px;
	display:block;
	float:left;
}

#lang
{
	float:right;
	height:42px;
	line-height:42px;
	padding-right:90px;
	font-size:11px;
}

#lang a.active
{
	color:#faffe6;
	text-decoration:none;
}

#logo
{
	float:left;
	width:560px;
	padding:10px 0 10px 30px;
}

#buttons
{
	float:right;
	width:213px;
	height:148px;
	padding:20px 0 0 0;
	margin:30px 11px 0 0;
	background:url(/images/buttons-bg.png);
}

#buttons a
{
	display:block;
	margin:0 auto 10px auto;
	padding:0;
	width:198px;
	height:47px;
	line-height:47px;
	text-align:center;
	background:url(/images/button-bg.png);
	color:#faffe6;
	font-size:18px;
	letter-spacing:2px;
	text-decoration:none;
}

#buttons a:hover
{
	text-decoration:underline;
}

#content
{
	border-top:solid 8px #ffbc77;
	background:#faffe6;
	padding-bottom:20px;
	overflow:hidden;
}

#right-column
{
	float:right;
	width:213px;
	background:#93b35f url(/images/right-column-bg.jpg) no-repeat top;
	margin:0 11px 0 0;
	font-size:83%;
}

#right-column a
{
	color:#2b690e;
}

#right-column-inner
{
	background:url(/images/right-column-inner-bg.gif) no-repeat bottom;
	padding:10px 20px 30px 20px;
}

#right-column h2
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#news
{
	border-bottom:solid 1px #afc784;
}

#news .date
{
	font-style:italic;
	color:#31322e;
	padding-bottom:0px;
	margin-bottom:0px;
}

#news .news-text
{
	padding-top:0;
	margin-top:0;
}

#news ul
{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#products ul
{
	padding-left:10px;
	margin-left:10px;
}

#products ul li
{
	padding:3px 0;
}

#help
{
}

#help ul
{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#help ul li
{
	padding:2px 0;
}

#text
{
	margin-right:250px;
	padding:30px;
}

#footer
{
	text-align:center;
	color:#cc5a26;
}




#categories ul
{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#archives ul
{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

.sidebargroup
{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

.line
{
	border-bottom:solid 1px #afc784;
}


.post 
{
	margin: 0 0 40px;
	text-align: justify;
}

.post hr 
{
	display: block;
}

.postmetadata 
{
	clear: left;
}

.postcontent 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.narrowcolumn .postmetadata 
{
	text-align: center;
}

.alt 
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}
.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

.aligncenter
{
	text-align: center;
}
