@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	border-top: 5px solid #79a230;
	background: #000;
}
div, td{
	font: normal 12px/21px Tahoma, Geneva, sans-serif;
	color: #877316;
	text-align: left;
	vertical-align: top;
}
a{
	font-size: 11px;
	color: #88b636;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
.centeralign{
	text-align: center ! important;
}
.rightalign{
	text-align: right ! important;
}
.middlealign{
	vertical-align: middle ! important;
}
.bottomalign{
	vertical-align: bottom ! important;
}
img{
	border: 0;
	outline: none;
}
img.border{
	border: 1px solid #8fb558;
}
.space{
	height: 1px;
	clear: both;
}
.space4{
	height: 4px;
	clear: both;
}
.space8{
	height: 8px;
	clear: both;
}
.space13{
	height: 13px;
	clear: both;
}
.space19{
	width: 19px;
}
.space19hor{
	height: 19px;
	clear: both;
}
.space22{
	height: 22px;
	clear: both;
}
.space31{
	height: 31px;
	clear: both;
}
.hordot{
	background: url(../images/hordot.gif) left center repeat-x;
}
.verdot{
	background: url(../images/verdot.gif) center center no-repeat;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li{
	display: inline;
	padding: 0;
	margin: 0;
}
h1, h2, h3{
	padding: 0;
	margin: 0;
	font: bold 12px/21px Tahoma, Geneva, sans-serif;
}
h1{
	color: #79a230;
}
h2{
	/* color: #a8911f; */
	color:#FF0000;
}
h3{
	font: normal 18px/30px Tahoma, Geneva, sans-serif;
	color: #79a230;
}
.redtxt{
	color: #F00;
}




div#maindiv{
	width: 835px;
	height: auto;
	border: 0;
	margin: 0 auto;
	float: none;
	clear: both;
}
div#launch{
	width: 100%;
	height: auto;
	background: url(../images/bg_body.gif) center bottom repeat-x #fdf7ee;
}
div#launch li.left{
	width: 421px;
	float: left;
	margin: 0 18px;
}
div#launch li.right{
	width: 378px;
	float: right;
}



table.login{
	float: right;
	vertical-align: middle;
	width: auto;
}
table.login td{
	font-weight: bold;
	color: #5b7b24;
}



div#language{
	width: 376px;
	height: 39px;
	border: 1px solid #0f0f0f;
	background: #635820;
}
div#language div{
	width: 90%;
	height: 39px;
	margin: 0 auto;
}
div#language div li.left{
	width: 132px;
	float: left;
	padding: 0;
	margin: 0;
}
div#language div li.left table td{
	font: normal 11px/39px Tahoma, Geneva, sans-serif;
	color: #d9c04c;
	vertical-align: middle;
}
div#language div li.right{
	width: 180px;
	float: right;
}
div#language div li.right table{
	width: auto;
	margin: 9px 0 0 0;
}
div#language div li.right table td{
	font: normal 11px/39px Tahoma, Geneva, sans-serif;
	color: #d9c04c;
	vertical-align: middle;
}
div#banner{
	width: 378px;
	height: 569px;
}
div.price{
	line-height: 30px;
}



div#footer{
	width: 98%;
	height: 74px;
	margin: 0 auto;
	/*background: url(../images/logo_footer.gif) 98% center no-repeat;*/
	font: normal 11px/25px Tahoma, Geneva, sans-serif;
	color: #747474;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
div#footer a{
	padding: 0 8px;
}
div#footer a.nopad{
	padding-left: 0;
}



table.txtbox{
	background: url(../images/txtbox.gif) center center no-repeat;
	width: 292px;
	height: 36px;
	border: 0;
	padding: 8px;
}
table.txtbox input{
	background: none;
	border: 0;
	color: #666;
	width: 270px;
}

