/* --- Structure --- */
html {
	height:100%; 
	min-height:100%;
}

body {
	position:relative;
	margin:0; padding:0;
	font-size:1em;
	font:80% Verdana, Arial, Tahoma, Helvetica, sans-serif;
	min-width:960px; 
	min-height:100%;
	height:100%; 
	color: #444035;
	background: url('../images/bg.gif') repeat-x top;
}

#wrapper {
	width:960px; 
	height:100%; 
	position:relative;
	margin: 0 auto;
}

/* --- End Structure --- */

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, fieldset, dl {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}

a:focus
{
	outline-style: none;
}

div:focus
{
	outline-style: none;
}

#text img {
	margin: 2px 15px 7px 15px;
}

#text img[align=left] {
	margin: 2px 15px 15px 0;
}

#text img[align=right] {
	margin: 2px 0 15px 15px;
}

#text .text_image img {
	float: left;
	margin: 2px 15px 15px 0;
}

h1 {
	float: left;
	width: 100%;
	clear: both;		
	font-size: 2.5em;
	font-weight: bold;
	color: #007528;
	border-bottom: 1px solid #dcd9d2;
	padding: 0 100px 10px 0;
	margin: 0 0 10px 0;
	font-family: Georgia;
	display: none;
}

#text h1 { font-size: 2.1em; display: block;}

h1 small {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	color: #666;
}

h2 {
	display: block;
	font-size: 2.07em;
	font-weight: normal;
	color: #007528;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Georgia;
	line-height: 1em;
}

h2 small {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	color: #666;
}

h3 {
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	color: #007528;
	padding-bottom: 20px;
	font-family: Georgia;
}

h4 {
	display: block;
	font-size: 1.32em;
	font-weight: normal;
	color: #007528;
	padding-bottom: 20px;
	font-family: Georgia;
}

#text {
	float: left;
	width: 100%;
	clear: both;	
	line-height:  1.5em;
	font-size: 1.2em;
}

#text p, .text p {margin: 0 0 17px 0;}

p.grey {color: #999;}

a {
	color: #627c1d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#text hr {
	border: 0;
	color: #627c1d;
	background-color: #627c1d;
	height: 1px; 
}

#text ul {
	margin: 0 0 20px 20px;
}


#text ul.news_list li {
	margin:  0 0 20px 0;
	padding: 0 0 20px 0;
	background: none;
	border-bottom: 1px solid #dcd9d2;
}

#text ol {
	padding: 0;
	margin: 0 0 20px 30px;
}

* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: decimal;}
#text ol li {
	padding: 0;
	background: none;
	line-height: 24px;
}

#text table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #e3e3e3;
	margin-bottom: 20px;
}

* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 3px;
	font-size: 1em;
	border-color: #e3e3e3;
	vertical-align: top;
}

#text th {
	padding: 3px;
	text-align: left;
	border-color: #e3e3e3;
	background: #f3fcc6;
}

#text td p, #text th p {margin: 0;}

/* --- End Standart Tag's --- */

/* --- Content --- */

#header {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	height: 190px;
	background: url('../images/header_bg.gif') no-repeat top;
}

#header #logo {
	position: absolute;
	top: 28px; left: 28px;
}

#print_logo {
	float: left;
}

#header #menu {
	position: absolute;
	top: 99px; left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #menu li {
	float: left;
}

#header #menu li a {
	float: left;
	color: #105126;
	font-weight: bold;
	font-family: Georgia;
	font-size: 1.3em;
	text-decoration: none;
}

#header #menu li a span {
	float: left;
	line-height: 42px;
	padding: 0 15px;
	cursor: pointer;
	background: url('../images/menu_border.gif') no-repeat right;
}

#header #menu li.last a span {
	background: none;
}

#header #menu li a:hover, #header #menu li a.active {
	background: #57a432;
	color: #fff;
}

#header #menu li.first a:hover, #header #menu li.first a.active {
	background: #57a432 url('../images/first_menu_bg.gif') no-repeat left;
}

#header #links_holder {
	position: absolute;
	top: 10px; right: 10px;
	color: #93957c;
	font-size: 1.2em;
	line-height: 24px;
}

#header #links_holder span {
	float: left;
}

#header #links_holder img {
	float: left;
	padding: 3px;
}

#header #links_holder ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 13px;
	margin-right: 10px;
	background: url('../images/lang_bg.gif') no-repeat right;
}

#header #links_holder ul li {
	float: left;
	padding-left: 10px;
	margin: 3px 0;
}

#header #links_holder ul li a {
	float: left;
	width: 20px; height: 16px;
}

#header #links_holder ul li.lt a {
	background: url('../images/lt_flag.gif') no-repeat center;
}

#header #links_holder ul li.en a {
	background: url('../images/en_flag.gif') no-repeat center;
}

#header #links_holder ul li span {
	display: none;
}

#header #seaech {
	position: absolute;
	top: 109px; right: 10px;
}

#header #seaech input {
	float: left;
}

#header #seaech input.input {
	border: none;
	background: url('../images/search_bg.gif') no-repeat left;
	font-family: Verdana;
	font-size: 1.2em;
	color: #d7d88c;
	padding: 4px;
	width: 140px;
}

#header #marquee {
	position: absolute;
	bottom: 0; left: 0;
	float: left;
	width: 590px;
	padding: 0 20px;
	line-height: 45px;
	color: #666;
	font-size: 1.2em;
}

#header #date {
	position: absolute;
	bottom: 0; right: 0;
	float: left;
	width: 320px;
	line-height: 45px;
	color: #666;
	font-size: 1.2em;
	text-align: center;
}

#text_size {
	display: none;
	position: absolute;
	top: 20px; right: 209px;
}

#text_size a {
	float: left;
	padding: 5px 0;
}

#text_size .print {
	background: url('../images/print_border.gif') no-repeat left;
	padding-left: 10px;
	margin-left: 10px;
}

#content {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0;
}


#content .left {
	display: none;
	float: left;
	width: 210px;
	padding-right: 20px;
}

#content .right {
	display: none;
	float: right;
	width: 190px;
	padding-left: 20px;
}

#content .center {
	float: left;
	width: 100%;
}

#content .center.full {
	width: 100%;
}

#sub_menu {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub_menu li {
	float: left;
	width: 210px;
}

#sub_menu li span {
	float: left;
	width: 190px;
	padding: 10px;
	font-size: 1.6em;
	font-family: Georgia;
	color: #fff;
	background: #57a432 url('../images/second_bg2.gif') no-repeat top;
}

#sub_menu li.first span {
	background: #57a432 url('../images/second_bg.gif') no-repeat top;
}


#sub_menu li ul {
	float: left;
	width: 210px;
	margin: 0;
	padding: 13px 0;
	list-style: none;
	background: #f3fcc6;
}

#sub_menu li ul a {
	float: left;
	width: 170px;
	padding: 8px 10px 8px 30px;
	color: #627c1d;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 17px;
	background: url('../images/arrow.gif') no-repeat 10px center;
}

#sub_menu li ul a:hover, #sub_menu li ul a.active {
	color: #007528;
	background: #e0eaa2 url('../images/arrow_hover.gif') no-repeat 10px center;
}

.calculator_banner {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.calculator_banner a {
	float: left;
	width: 110px;
	background: url('../images/calculator_banner_bg.gif') no-repeat center;
	color: #007528;
	font-family: Georgia;
	font-size: 2.0em;
	text-decoration: none;
	padding: 10px 10px 10px 70px;
}

#additional_menu {
	float: right;
	margin: 0;
	padding: 0;
	background: url('../images/important_bg.gif') no-repeat top;
	width: 320px;
	height: 255px;
}

#additional_menu dt {
	float: left;
	width: 220px;
	padding: 20px 10px 20px 90px;
	font-family: Georgia;
	color: #007528;
	font-size: 2.5em;
}

#additional_menu dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
}

#additional_menu dd a {
	float: left;
	width: 240px;
	color: #627c1d;
	font-size: 1.2em;
	padding: 10px 40px;
	background: url('../images/arrow_important.gif') no-repeat 17px center;
}

#index_news {
	float: left;
	width: 629px;
	height: 300px;
	background: url('../images/index_news_bg.gif') no-repeat top left;
}

#index_news h2 {
	font-size: 2.5em;
	padding: 22px 0  8px 100px;
}

#index_news ul {
	float: left;
	width: 629px;
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}

#index_news ul li {
	float: left;
	width: 629px;
	padding: 8px 0;
}

#index_news ul li .date {
	float: left;
	color: #aab329;
	font-size: 1.1em;
	padding: 0 10px 0 20px;
	border-right: 1px solid #444035;
}

#index_news ul li .title  {
	float: left;
	padding: 0 0 0 10px;
}

#index_news ul li .title a {
	color: #444035;
	font-size: 1.3em;
	text-decoration: none;
}

#index_news ul li .title a:hover {
	color: #627c1d;
	font-size: 1.3em;
	text-decoration: underline;
}

a.more {
	float: left;
	padding: 0 10px;
	line-height: 25px;
	font-size: 1.6em;
	color: #627c1d;
	text-decoration: underline;
	font-family: Georgia;
}

a.more:hover {
	text-decoration: none;
}

a.newsletter {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 1.6em;
	color: #fff;
	text-decoration: none;
	font-family: Georgia;
	font-style:italic;
	background: url('../images/newsletter_r.gif') no-repeat right;
}

a.newsletter span {
	float: left;
	line-height: 25px;
	padding: 0 15px;
	background: url('../images/newsletter_l.gif') no-repeat left;
	cursor: pointer;
}

a.newsletter:hover {
	text-decoration: underline;
}

div.pages {
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: center;
	font-size: 1.2em;
}

div.pages .page_prev, div.pages .page_next {
	text-decoration: none;
	font-weight: bold;
}

div.pages strong {
	color: #666;
}

#poll-container {
	float: left;
	width: 331px;
	height: 300px;
	background: url('../images/poll_bg.gif') no-repeat top right;
}

#poll-container h2 {
	font-size: 2.5em;
	padding: 20px 10px 20px 90px;
}

#poll-container form {
	float: left;
	padding: 0 20px;
	color: #444035;
}

#poll-container div.question {
	color: #627c1d;
	font-size: 1.6em;
	font-family: Georgia;
	padding-bottom: 10px;
}

#poll-container label {
	float: left;
	font-size: 1.2em;
	padding-left: 10px;
}

#poll-container fieldset {
	float: left;
	width: 100%;
	padding: 5px 0;
}

#poll-container fieldset input {
	float: left;
}

#poll-container fieldset #submit_pool {
	float: left;
	width: 80px;
	padding: 4px 0px;
	text-align: center;
	color: #fff;
	font-family: Georgia;
	font-size: 1.6em;
	font-style:italic;
	background: url('../images/vote_btn.gif') no-repeat center;
}


#poll-container p {
	float: left;
	padding: 0 20px;
	color: #444035;
	font-size: 1.2em;
}


/* Easy Slider */
	#slider_holder {
		position: relative;
		float: left;
		width: 630px; height: 255px;
		padding-bottom: 10px;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:630px;
		height:255px;
		overflow:hidden; 
		}	

		
	/* numeric controls */	

	ol#controls{
		position: absolute;
		bottom: 20px; right: 10px;
		margin: 0;
		padding: 0;
		list-style: none;
		}
	ol#controls li{
		float: left;
		padding-left: 2px;
		}
	ol#controls li a {
		float:left;
		width: 15px;
		height: 14px;
		background:url("../images/banner_control.png") no-repeat 0 0;
		cursor: pointer;
		}

	* html ol#controls li a {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/banner_control.png');
	}

	ol#controls li.current a{
		background:url("../images/banner_control_active.png") no-repeat 0 0;	
	}
	* html ol#controls li.current a {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/banner_control_active.png');
	}
	ol#controls li a span {
		display: none;
		}
	
/* // Easy Slider */

/* --- Help --- */

.help-container {
	display: inline-block;
	width: 100px;
	*left: 560px;
	*display: block;
	*position: absolute;
}
.help-container .help-text {
	display: none;
	position: absolute;		
	width: 300px;	
	border: 1px solid #acacac;
	background-color: #efefef;
	padding: 5px;
	*position: relative;
	*top: -40px !important;
	*left: 40px !important;
}
.help-container .help-box {
	display: inline-block;	
	clear: both;	
	padding: 3px;	
	width: 14px;
	height: 14px;	
	border: 1px solid #acacac;
	text-align: center;
	background-color: #88ff88;
	font-weight: bold;	
}
.help-container .help-box:hover {	
	cursor: pointer;
	border: 1px solid #000000;
	background-color: #00ff00;
}

/* 
label {
	width: 230px;
	display: inline-block;
}
fieldset.error label {
	color: red;
}
.input-span {
	display: inline-block;	
}
input, select{
	width: 300px;	 
}
select, .input-span  {
	width: 305px;
}
select {
	height: 21px;	
}
form fieldset {
	padding: 10px;
}
ul.error  {
	*padding-left: 40px; 
}
.error li {
	color: red;
	font-weight: bold;
	padding: 5px 0;	
}
*/
/* --- End Content --- */

/* --- Footer --- */

#footer {
	display: none;
	float: left;
	width: 100%;
	background: url('../images/footer_bg.gif') no-repeat top;
	padding: 15px 0 10px 0;
	font-size: 1.1em;
	color: #999;
	line-height: 17px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .left {
	float: left;
	width: 100%;
}

#footer .center {
	display: none;
	float: left;
	width: 195px;
}

#footer .right {
	display: none;
	float: right;
	width: 195px;
	text-align: right;
}

/* --- End Footer --- */

.clear {
	width:100%;
	clear:both;
}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}



