* {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/*border: 0px;*/
}
html {
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
	padding:0px;
	margin:0px;
	background-color: #959595;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 690px;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border: 0px;
}
.clearboth {
	clear: both;
	height: 0;
}
img {
	border: 0px;
}
#main {
	width:1003px;
	height:auto;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#topnavi {
	width:605px;
	height:23px;
	padding-top:6px;
	padding-left:180px;
}
#topnavi a {
	color:#3F3F3F;
	background:url(../images/navibg.jpg) no-repeat right;
	text-decoration:none;
	padding:1px 10px 0 10px;
	float:left;
}
#topnavi a:hover, #topnavi a.active {
	color:#00890D;
	text-decoration:none;
}
#latest {
	width:326px;
	height:100px;
	background:url(../images/index_27.jpg) no-repeat;
	padding-left:27px;
	padding-top:45px;
	padding-bottom:26px;
}
#latest ul {
	margin:0;
	padding:0;
	list-style:none;
}
#latest li {
	width:283px;
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:15px;
	padding-left:15px;
	color:#68715B;
	background:url(../images/latestli.gif) no-repeat 0 4px;
	line-height:17px;
}
#newsArea {
	height:85px;
}
/* Home Slideshow ////////////////////////////////////////////////////////// */

#slideshow {
	position: relative;
	width: 690px;
	height: 273px;
	margin: 0 auto;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
}
#slideshow #loading {
	background: url('../images_new/loading.gif');
	display: block;
	top: 225px;
	left: 500px;
	text-indent: -5000px;
	width: 16px;
	height: 16px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures {
	width: 690px;
	height: 274px;
	left: 0px;
	top:0px;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 690px;
}
#slideshow #pictures li img {
	display: block;
	position: relative;
	bottom: 0;
}
#slideshow #menu {
	list-style-type: none;
	width: 690px;
	height: 42px;
	left: 0;
	top:231px;
	background:url(../images_new/menu.jpg) no-repeat;
}
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
	float:left;
	width:280px;
}
#slideshow #menu li a 
{
    cursor:default;
	display: block;
	font: 11px "Lucida Grande", "Verdana";
	text-decoration: none;
	padding: 0px;
	z-index: 1000;
	color: #ccc;
	height: 42px;
	text-indent: -9999px;
	vertical-align: middle;
	zoom: 1;
}
#slideshow #menu li a:focus {
	outline: 0;
}
#slideshow #menu li a:hover {
	color: #fff;
}
#slideshow #menu li.background {
	background: transparent url(../images_new/down-arrow.jpg) no-repeat top;
	position: absolute;
	left: 50px;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 5;
}
