body {
	text-align: center;
	font-family: Tahoma, Verdana, Lucida, Arial;
	font-size: 11px;
	color: #3d3638;
	background-color: #fff;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #0b3587;
	text-decoration: none;
}
a:hover {
	color: #0f48ba;
	text-decoration: none;
}
a.big {
	font-family: Georgia, Times;
	font-size: 14px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 160%;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Times;
	font-size: 24px;
	font-weight: normal;
	color: #155d15;
	margin: 0;
	padding: 15px 0;
}
h2 {
	font-family: Georgia, Times;
	font-size: 18px;
	font-weight: normal;
	color: #297d09;
	margin: 0;
	padding: 15px 0;
}
h3 {
	font-family: Georgia, Times;
	font-size: 16px;
	font-weight: normal;
	color: #231f20;
	margin: 0;
	padding: 15px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0 0 8px 16px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 140%;
}
ul li ul {
	padding: 10px 0 0 10px;
}


form {
	margin: 0;
	padding: 0;
}
input {
	font-family: Tahoma, Verdana, Lucida, Arial;
	font-size: 11px;
	color: #999;
	background-color: #fff;
	border: 1px solid #d5d6d7;
	padding: 2px;
	margin: 0;
}
.ibutton {
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	color: #fff;
	background-color: #555656;
	text-transform: uppercase;
	padding: 4px 23px 4px 5px;
	background-image: url(images/buttonarrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	cursor: pointer;
}
input.isearch {
	font-size: 11px;
	color: #231f20;
	background-color: #9c9a9a;
	border: none;
	border-top: 1px solid #000;
	margin: 0;
	padding: 4px;
}
input.isearchbut {
	width: 20px;
	height: 20px;
	background: none;
	background-image: url(images/icosearch.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: none;
	border-bottom: 1px solid #231f20;
	cursor: pointer;
	margin: 0 2px 0 2px;
}
input.isearchbut:hover {
	border-bottom-color: #f1a01f;
}



#container {
	width: 890px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#topbar {
	clear: both;
	width: 890px;
	height: 90px;
	display: block;
	background-image: url(images/topbarback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	float: left;
	width: 185px;
	height: 60px;
	display: block;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 15px 0 0 0;
}
#logo a {
	width: 185px;
	height: 60px;
	display: block;
}
#topnavi {
	float: right;
	color: #656363;
	margin: 30px 0 0 0;
}
#topnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnavi ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background: none;
}
#topnavi a {
	color: #656363;
}
#topnavi a:hover {
	color: #999696;
}


#navi {
	clear: both;
	width: 890px;
	height: 40px;
	display: block;
	background-image: url(images/naviback.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
		float: left;
}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 50px;
}
#navi ul li {
	display: block;
	margin: 0;
	padding: 0;
		position: relative;
		float: left;
		background-image: none;
}
#navi ul li a {
	float: left;
	height: 28px;
	display: block;
	font-family: Georgia, Tahoma;
	color: #fff;
	font-size: 14px;
	margin: 0 1px 0 0;
	padding: 12px 20px 0 20px;
	background-image: url(images/naviarrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}
#navi ul li a:hover,
#navi ul li a.navisel {
	background-image: url(images/navibackhover.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


#col1 {
	float: left;
	width: 450px;
	display: block;
	margin: 30px 0 0 0;
}
#image {
	width: 450px;
	height: 300px;
	display: block;
	background-image: url(images/imageback.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#image img {
	width: 430px;
	height: 250px;
	padding: 10px;
}
#news,
#content {
	width: 419px;
	padding: 0 15px 0 10px;
	border-right: 1px solid #e9e8e8;
}
#news h3 {
	padding: 0 0 15px 0;
}
#news p {
	padding-left: 16px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#news p span,
#text2 p span {
	font-family: Georgia, Times;
	font-size: 11px;
	color: #706467;
}
#content h1 {
	padding: 0 0 15px 0;
}


#col2 {
	float: right;
	width: 410px;
	display: block;
	text-align: left;
	margin: 30px 0 0 0;
}
#text1 {
	height: 210px;
	display: block;
}
#text1 p {
	color: #fff;
	padding-top: 10px;
}
#text1 p.perex {
	font-family: Georgia, Times;
	font-size: 18px;
	line-height: 140%;
}
#text2 {
	margin: 15px 0 0 0;
}
#text2 a.navi2sel {
	color: #155d15;
	font-size: 12px;
}



#footer {
	clear: both;
	width: 890px;
	text-align: center;
	background-image: url(images/footerline.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#footer p {
	padding-top: 35px;
}



.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}
* html .clearfix {height: 1%;} /* hides from IE-mac */


/*	css pre hover menu	*/
#navi {
	z-index: auto;
}
#navi ul ul  {
   list-style-type: none;
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 40px;
}
/* fix pre IE */
#navi ul ul { left: -1px;}
/* inak pre FF a Opera */
html>body #navi ul ul {left: 0px;} 


#navi ul ul li {
	display: block; width: 110%; 
}
#navi ul ul li a  {
   text-decoration: none;
   display: block;
   width: 170px;
   background-color: #005801;
   background-image: none;
   padding-right: 0;
}
#navi ul ul li a:hover  {
   display: block;
   background-color: #013101; 
   background-image: none;
}
#navi ul li:hover ul, #navi ul li.csshover ul  {
   display: block;
}
