#header {
	background: url(../images/pic_header_back.jpg) repeat-x;
}
#news {
	background-image: url(../images/pic_menubar.png);
	height: 34px;
}
/*=================== MENU BAR =============================================*/
.tmp-menu-bar a, .tmp-menu-bar a:link, .tmp-menu-bar a:active, .tmp-menu-bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px "Trebuchet MS";
}
.tmp-menu-bar a:hover {
	color: #333333;
	text-decoration: none;
}
.tmp-menu-bar {
	background: url(../images/menu.jpg) repeat-x;
	font: bold 11px arial;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 4px solid #CAD121;
}
.tmp-menu-bar.bottom {
	border-top: 4px solid #CAD121;
	border-bottom: 0px none;
}
.tmp-menu-bar span.menu{
	text-decoration: none;
	background: url(../images/menusep.png) no-repeat right;
	padding: 6px 21px 6px 19px;
}
.tmp-menu-bar span.last{
	margin-right: 0px;
	text-decoration: none;
	background: url(../none);
	padding: 6px 15px 6px 15px;
}
.tmp-menu-bar span.menu:current{
	background-color: #FCFCFC;
	cursor: pointer;
	color: #009900;
	text-decoration: none;
}
.searchbox {
	background-color: #00BA00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 18px;
	text-align: center;
}
.tmp-menu-bar span.menu:hover
{
	cursor: pointer;
	color: #333333;
	text-decoration: none;
}

.tmphover a, .tmphover a:link
{
	color: #009900;
}

/*=================== SUB MENU BAR =============================================*/

.tmp-menu-sub-bar {
	height: 38px;
	background-repeat: repeat-x;
	border: 1px solid #A30E34;
	line-height: 38px;
	color: #E9E9E9;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.alink a {
	color: #FFFFFF;
}
.profile-menua{
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
.profile-menu{
	background: url(../images/menuhor.png) no-repeat;
	text-align: center;
	list-style: none;
	color: #FFFFFF;
	margin-bottom: 3px;
	font: bold 10px/30px Tahoma;
}
.profile-menu   div.children {
	background: #75A31D;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}
.children   a  {
	color: #333333;
}
.profile-menu .children li {
	border-bottom: 1px solid #F4F4F4;
}
ul.profile-menua li.profile-menu:hover, .hovermenu{
	color: #FFFFFF;
	background: url(../images/menuhor2.png) no-repeat;
}
#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	height: 280px;
	overflow: hidden;
		}
	#slider2{margin-top:1em;}
.titler {
	font: bold 12px/35px Tahoma;
	color: #FFFFFF;
	background: #414141;
	float: left;
	width: 502px;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 1px 10px;
	height: 40px;
}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:730px;
		height:272px;
		overflow:hidden; 
		}	
	/* numeric controls */	

	ol#controls{
	margin:0px 0 1em;
	padding:4px 25px 3px 23px;
	height:35px;
	float: left;
	background: #414141 url(../images/control.png) no-repeat;
	width: 160px;
	height: 35px;
		}
	ol#controls li{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:26px;
	line-height:26px;
		}
	ol#controls li a{
	float:left;
	height:26px;
	line-height:26px;
	color:#A0DB33;
	padding:0 10px;
	text-decoration:none;
		}
	ol#controls li.current a{
	background:url(../images/cpntrol%20on.png) no-repeat;
	color:#fff;
	border-width: 0px;
	border-style: none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
#FooterContent
{
	font-size: 11px;
	color: #009900;
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: capitalize;
}
#FooterContent  a:link
{
	color:#009900;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: capitalize;
}
#FooterContent a:hover
{
	color:#00CC00;
	text-decoration:underline;
}	

