@charset "utf-8";
/* CSS Document */

body{
	background-color: #E5F0D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}

a{
	color: #8E9C3B;
	text-decoration: none;
}

a:hover{
	color: #555;
}

.container{
	width: 872px;
	background: white;
	margin: 0 auto;
}

.header{
	background: url(images/header.png) top center no-repeat;
	padding: 40px 20px 0px 20px;
	clear: both;
	height: 96px;
}

.logo{
	float: left;
	padding-bottom: 20px;
	width: 300px;
}

.rightie{
	width: 300px;
	float: right;
	color: #eee;
	text-align: right;
	padding-top: 20px;
}

.rightie a{
	margin: 5px;
	color: #aaa;
}

.menu{
	padding: 0px 0px 0px 20px;
	color: #ccc;
}

.menu a{
	color: #8E9C3B;
	text-decoration: none;
	font-family: Lucida Sans Unicode, Lucida Sans, Arial;
	font-size: 11px; 
	font-weight: 300;
	margin: 10px;
}

.menu a:hover{
	color: #FF8000;
}

.news{
	background: #92A943;
	color: #CEFF6B;
	padding: 7px 0px 7px 20px;
}

.news a{
	color: white;
	text-decoration: none;
}

.news a:hover{
	color: #CEFF6B;
}

.datas{
	background: white url(images/bg.png) repeat-x bottom;
	padding-top: 10px;
	line-height: 16px;
}

.ditem{
	width: 260px;
	height: 95px;
	float: left;
	padding: 0px;
	margin: 8px;
}
.ditem strong{
	color: #8E9C3B;
	font-size: 15px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Sans, Arial;
	letter-spacing: -1px;	
}

.ditem img{
	float: left;
	margin-bottom: 60px;
	margin-right: 5px;
}

.footer{
	background-color: #E5F0D4;
	padding: 0px 20px 0px 0px;
	color: #A4A4A4;
	height: 80px;
}

.fl{
	float: left;
	width: 400px;
	color: #747474;
	padding: 10px;
	padding-bottom: 0px;
}

.fl strong{
	color: #A4A4A4;
	font-weight: normal;
}

.fr{

	float: right;
	text-align: right;
	padding: 10px;
	padding-bottom: 0px;
}


.datap{
	padding: 20px;
	line-height: 16px;
}

.datap big{
	font-size: 24px;
	line-height: 33px;
	letter-spacing: -2px;
}
