* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #737440 url(img/bg.gif) repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
}

body.error
{
	font-size: 100%;
	text-align:center;
}


p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {margin-left: 12px;}


img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2em sans-serif;}
h2 {font: bold 1.6em Verdana,sans-serif;
	color:#245925;
	padding-bottom: 4px;
}

.clearer {clear: both;}
.left {float: left;}
.right {float: right;}


.header {
	background-repeat:repeat-x;
	border-right: 1px solid #71702f;
	border-left: 1px solid #71702f;
	border-bottom: 2px solid #bebb6a;
	height: 197px;
	background-image: url(img/header.jpg);
}


.container 
{
	width:930px;
	border: 3px solid #fff;
	border-top: none;
}

.main {
	background: #f3f1ec;
	border-bottom: 1px solid #71702f;
	border-left: 1px solid #71702f;
}
.main .left {width: 100%;}
.main .right {width: 28%;}
.main .products {width:100%;}

.content {
	border-left: 1px solid #aab001;
	border-top: 1px solid #aab001;
	padding: 16px;
}

.content h1 {
	background: url(img/h1-under2.gif) repeat-x left bottom;
	color: #504f1f;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.content h4 {
	color: #4c0102;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

.content a {
	color: #798707;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

.nav {
	border-bottom: 1px solid ##71702f;
	background-color: #71702f;
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav a {
	background: #71702f;
	border-right: 1px solid #161616;
	color: #fff;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 20px;
}
.nav a:hover {
	background: #71702f url(img/nav_hover.gif);
}



.contact {
	border: 1px solid #71702f;
	padding: 12px;
	background-color: #f6f4d3;
	background-image: url(img/img4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
.contact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;}	

.footer {
	background: #49481c;
	color: #f6f4d3;
	text-align:center;
	height:34px;
}

.footer a {color: #aab001;}
.footer a:hover {
	color: #f6f4d3;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}


.box ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.box li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.box li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}



.textwarning {
	font-weight: bold;
	color: red;
	text-align: left;
}

.datagridheader
{
	background-color:#49481c;
	color: white;
	width:100%;
	font-size:12px;
	font-weight: bold;
}

.datagridrow
{
	background-color:white;
	color: #737440;
	width:100%;
	font-size:12px;
}

.datagridalternaterow
{
	background-color: #737440;
	color:white;
}

.datagridselectedrow
{
	background-color: #bebb6a;
	color: #49481c;
}

td.fieldlabel
{
	font-size:9pt;
	text-align:right;
	width:32%;
}

.fieldlabel2
{
	font-size:9pt;
	text-align:left;
}

td.fieldlabelsmall
{
	font-size:9pt;
	text-align:right;
	width:16%;
}

td.fieldlabelhalf
{
	font-size:9pt;
	text-align:right;
	width:50%;
}

.ButtonRow
{
	background-color: #737440;
	text-align:center;
	width:100%;
}

.HeadingCaption
{
	font-size:12pt;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #504f1f;
	font-weight: bold;
}

.MenuButton
{
	width:250px
}

.TextBoxThreeRows
{
	font-size: 9pt;
	width: 100%;
	font-family: Arial;
	height: 42pt;
	background-color: #ffffff;
	text-align: left;
}

.TextBoxDates
{
	text-align:center;
}

.TextBoxNumbers
{
	text-align:right;
}

.TextBoxNormal
{
	text-align:left;
}