/* CSS Document */
html	{
	background-color: #D9E9B1;
}

body	{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 0px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D9E9B1;
	}

h1	{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

h2	{
	font-size: 14px;
	color: #164B10;
	font-weight: normal;
	margin: 0px;
}

#mainContainer	{
	position: relative;
	width: 890px;
	background-color: #F3FFB3;
	border-top: 5px solid #164B10;
	border-left: 5px solid #164B10;
	border-right: 5px solid #164B10;
	min-height: 530px;
	background-image: url(../images/bgTop.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

#content	{
	clear: both;
	width: 850px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	overflow: auto;
	
}

#contentarea1	{
	display:block;
	width: 600px;
	float: left;
	margin-left: 20px;
	position:relative;
	
}

#contentarea1 ul	{
	margin-top: 10px;
}

#contentarea1 p	{
	margin: 0px;
	margin-top: 10px;
}

#contentarea1 a	{
	text-decoration: underline;
	color: #164B10;
}

#contentarea2	{
	display:block;	
	width: 220px;
	float: left;
	padding-right: 0px;
	margin-left: 0px;
}

#bottomContainer	{
	padding-top: 10px;
	padding-left: 260px;
	
}

#searchForm	{
	position: absolute;
	top: 125px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;

}

#searchForm	input	{
	border: 1px solid #164B10;
	margin: 0px;
	margin-right: 5px;
}

#submitSearch	{
	background-color: #164B10;
	color: #FFFFFF;
	height: 20px;
}

#mainNaviList	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 245px;
	padding-top: 16px;
	width: 645px;
	
}

#mainNaviList li	{
	display: inline;
}

#mainNaviList li ul	{
	position: absolute;
	left: 245px;
	top: 121px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 645px;
}

#mainNaviList li ul li ul	{
	position: absolute;
	left:-245px;
	top: 29px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 890px;
	background-color: #FEB400;
}

.naviMain	{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding-bottom: 4px;
}

.naviMain:hover	{
	border-bottom: 5px solid #BBE280;
}

.naviMainActive	{
	color: #004000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	border-bottom: 5px solid #76B300;
	padding-bottom: 4px;
	font-weight: bold;
}

.naviMainActiveParent	{
	color: #004000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	border-bottom: 5px solid #76B300;
	padding-bottom: 4px;
	font-weight: bold;
}

.naviSub	{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 6px;
	float: left;
	
}

.naviSub:hover	{
	background-color:#F3FFB3;
}

.naviSubActive	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	background-color: #FEB400;
}

.productNavi	{
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 6px;
	float: left;
	font-weight:normal;
	border-right: 1px dotted #F3FFB3;
	height: 100%;
	width: 100px;
	
}

.productNaviNew	{
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 6px;
	float: left;
	font-weight:normal;
	border-right: 1px dotted #F3FFB3;
	background-image: url(../images/neu.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	height: 100%;
	width: 110px;
	
}

.productNavi:hover	{
	
}

.productNaviActive	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	background-color: #FEB400;
	border-right: 1px dotted #F3FFB3;
	font-weight: bold;
	width: 110px;
}

.productNaviActiveNew	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	background-color: #FEB400;
	border-right: 1px dotted #F3FFB3;
	font-weight: bold;
	width: 110px;
}

#topImage	{
	position: absolute;
	top: 40px;
	left: 245px;
	z-index:1;
}

#newsTicker	{
	position: absolute;
	top: 128px;
	left: 250px;
	width: 640px;
	height: 20px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}

#newsText	{
	position: absolute;
	color: #164B10;
}



