html {
	font-size: 14px;
	font-family: tahoma;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #666;
}

.right {
	float: right;
}

.text-center {
	text-align: center;
}

a {
	color: #2b6a09;
}

body {
	margin: 0;
	padding: 0;
}

body > div {
	width: 991px;
	margin: 0 auto;
}

pre {
	padding: 0;
	margin: 0;
}

#mainContent {
	float: left;
	width: 975px;
	background-image: url('../img/bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 8px;
	margin-bottom: 30px;
}

#header {
	margin: 0;
	padding: 0;
}

#header a {
	width: 975px;
	height: 335px;
	display: block;
	background: url('../img/header.jpg');
}

#mainMenu {
	padding: 0 30px;
	margin: 0;
	list-style-type: none;
	background: url('../img/mainmenu_bg.gif');
	width: 915px;
	float: left;
}

#mainMenu li {
	padding: 0;
	margin: 0;
	display: inline;
}

#mainMenu a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Helvetica';
	display: block;
	float: left;
	height: 30px;
	padding: 10px 17px 0 17px;
}

#content {
	width: 885px;
	border: 5px solid #e5e5e5;
	background-color: white;
	margin-top: 10px;
	float: left;
	padding: 20px 40px;
}

h1 {
	color: #5ba028;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	color: #5ba028;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: normal;
	font-size: 18px;
}

#content p {
	margin: 20px;
	line-height: 24px;
}

#footer {
	float: left;
	width: 915px;
	color: white;
	padding: 15px 20px 20px 40px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

p.normal {
	color: #685950;
	line-height: 16px !important;
}

#contactForm {
	float: right;
	width: 400px;
	/*margin-right: 100px;
	margin-left: 20px;*/
    margin-left: 100px;
    margin-right: 20px;
}

#contactForm label {
	display: block;
	font-size: 12px;
	color: #685950;
	margin: 2px 0;
}

#contactForm input[type='text'], #contactForm textarea {
	background-color: #84ba57;
	border: 0;
	padding: 2px;
	font-size: 12px;
}

#contactForm input[type='text'] 
{
	width: 200px;
}

#contactForm input[type='submit']
{
	margin-top: 20px;
	border: 0;
	font-weight: bold;
	color: white;
	padding: 1px 30px;
	background-color: #2b6a09;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm p {
	margin-left: 0;
}

#rightTop {
	width: 300px; 
	float: right; 
	text-align: left;
}

#rightTopButton {
	float: right; 
	text-align: left;
	height: 79px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#rightTopPoll {
	width: 380px; 
	float: right; 
	text-align: left;
	min-height: 198px;
	border: 1px solid #adce93;
	padding: 10px;
}

#rightTopPoll p{
	margin-right: 0px;
}

#leftTop {
	width: 400px; 
	margin-top: 40px;
}

#pollInner {
	margin-left: 20px;
}

#mainTop1 {
	/*width: 400px;*/
	padding-bottom: 40px;
	margin-bottom: 50px;
	float: left;
	clear: right;
	border-bottom: 3px solid #adce93;
	min-height: 198px;
}

#mainTop2 {
	/*width: 390px;*/
	/*float: left;*/
	min-height: 198px;
}

#mainBottom {
	width: 895px;
	background-color: white;
	margin-top: 10px;
	float: left;
	padding: 20px 40px;
	background-image: url('../img/main_bg.gif');
	color: white;
	min-height: 198px;
}

#mainBottom p {
	margin: 20px;
	line-height: 24px;
}

#mainBottom h1 {
	color: white;
}

#mainTop3 {
	/*width: 405px;*/
    width: 890px;
	/*padding-right: 40px;
	margin-right: 50px;*/
    float: left;
	/* border-right: 3px solid #92bb82; */
	min-height: 198px;
}

#mainTop4 {
	width: 395px;
	float: left;
	min-height: 198px;
}

#mainTop1 a, #mainTop2 a , #rightTopPoll a{
	float: right;
	background-image: url('../img/main_arrow1.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 40px;
	margin-right: 30px;
	color: #707070;
	text-decoration: none;
	margin-top: 5px;
}

#mainTop3 a, #mainTop4 a {
	float: right;
	background-image: url('../img/main_arrow2.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 40px;
	margin-right: 30px;
	color: #e5e5e5;
	text-decoration: none;
	margin-top: 5px;
}

.productimg {
    text-align: right;
}

.productdesc {
    text-align: left; 
    width: 200px;
}

.productspacer {
    width: 100px;
    border-right: 1px solid #f6f6f6;    
}

.error-message {
  font-size   : 1em;
  color       : #DF1B23;
  padding     : 10px; 
}

#flashMessage {
	color       : #7F2F33;
	padding		: 10px 0;
}

#content a img{
 border: 1px solid #2C680E;
}

#content a img:hover{
	border-bottom: 1px solid #5BA028;
}

.news-item {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

.news_created {
	padding: 5px 0;
	font-size: 11px;
}
.text {
	padding: 10px 0;
}
.body {
	min-height: 500px;
	padding: 20px 0;
}

.buttonVote{
	background: url(/img/buttonVote.png) no-repeat;
	width: 150px;
	height: 30px;
	color: white;
	text-align: center;
}

#offer { 
}

a #offer { 
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	background: url(/img/button.png) no-repeat;
	width: 360px;
	height: 39px;
	padding: 20px;
}

#mainPageText a {
	padding: 0px;
	float: left;
	margin-left: 250px;
}

#mainText {
	float: left;
	width: 600px;
}

.box {
	float: right;
	width: 200px;
	text-align: center;
	padding-top: 20px;
}

#mainPageText .box  a {
	margin:0px;
}

#tooltip {
	 padding: 5px 10px;
	 background: #cad7e0;
	 border: 1px solid #b2bdc3;
	 opacity: 0.90;
	 width: auto; 
	 color: red;
}

#red pre a {
	color: red;
}