body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#558F56;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #125e0d;
}

#main{
margin:0 auto;
width:920px;
}

#footer{
background: url('img/footer.png') top center no-repeat;
}

#footer_n{
background: url('img/footer.jpg') top center no-repeat;
}

#foot1{
padding-left:20px;
padding-right:10px;
padding-top:0px;
height:22px;
}

#footmail{
float:right;

}


#foot2{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#454545;
text-align:right;
padding-left:20px;
padding-right:20px;
padding-top:18px;
padding-bottom:20px;
}

#foot2 a:link, #foot2 a:visited {
color:#454545;
text-decoration:underline;
}

#foot2 a:hover {
color:#f3f3f3;
background-color:#454545;
text-decoration:none;
}

#newsTit {
	background-image: url(img/home_news_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 30px;
	padding-right: 32px;
	padding-top:10px;
}
.newsLink {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.newsLink a:hover {
color:#006600;
}

.newsData {
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	color: #125E0D;
	display: block;
	width: 105px;
	padding-left: 25px;
	padding-top:5px;
	float: left;
	letter-spacing: -1px;
}
.newsTD{
	background-image: url(img/home_news_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link, a:visited {
	color: #62B3D0;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}

#newsCont {
width:920px;
height:458px;
overflow:auto;
padding-top:40px;
background: transparent;
}

#newsBg {
background-image:url(img/newsbg.png);
background-repeat:no-repeat;
padding-bottom:2px;
}

#newsCont h1{
margin:0 20px 10px 60px;
border-bottom:1px dashed #999900;
padding:0;
font-size: 18px;
}

.data{
font-size:24px;
letter-spacing:-2px;
color: #99CC00;
}

#newsCont p{
margin:0 240px 10px 80px;
}

.small {
font-size:11px;
color:#666666;
}


#menu_bott a
	{
		color: #105d08;
		text-align: center;
		text-decoration: none;
		font-size: 10px;
	
	}

	#menu_bott a:hover
	{
		color: #376c37;
		text-align: center;
		text-decoration: underline;
	}


/* BOX VETRINA HOME PAGE */

.boxVetrinaHead {
background:url(img/home_vetrina_head.png) no-repeat 0 0;
width:910px;
padding-right:10px;
}

.boxVetrinaFoot {
background:url(img/home_vetrina_foot.png) no-repeat 0 0;
height:10px;
}

ul#linkList {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

ul#linkList li{
	margin:0;
	padding:0;
	position:relative;
	width:184px;
	height:150px;
	float:left;
	text-align: center;
	padding-top: 10px;
}

.imgLink {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(img/home_vetrina_img.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:120px;
	left:12px;
	position:absolute;
	top:10px;
	width:160px;
}

.txtLink {
display:block;
width:180px;
clear:left;
text-align:center;
}

#linkList a:link, #linkList a:visited {
color:#125E0D;
font-weight:bold;
text-decoration:underline;
}

#linkList a:hover {
text-decoration:none;
}


