@charset "utf-8";
/* CSS Document */

html, body {
   margin: 0px;   
   background:url(../img/bg.gif) center top repeat;
}

#container {
   position:absolute;
   width:972px;
   margin:0px 0px 0px -486px;
   left: 50%;
}

#top {
   width:972px;
   height:145px;
}

#menu {
   width:972px;
   height:32px;
   background:url(../img/menu_bg.gif) center top repeat;
   text-align: center;
}

#main {
   width:972px;
   height:354px;
}

#footer {
   position:absolute;
   top: 487px;	
   width:972px;
   height:225px;
   background:url(../img/footer.png) center top repeat;
}

#footer_text {
   position:absolute;
   display: none;
   visibility:hidden;
   top: 487px;	
   width:972px;
   height:225px;
}

#footer_text2 {
   position:absolute;
   top: 487px;	
   width:952px;
   height:165px;
   padding:60px 0px 0px 20px;
   background:url(../img/footer.png) center top repeat;
}


.normaltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
a.normaltextlink:link {  font-family: Arial; font-size: 13px; color: #ffffff; text-decoration: none}
a.normaltextlink:visited {  font-family: Arial; font-size: 13px; color: #ffffff; text-decoration: none}
a.normaltextlink:hover {  font-family: Arial; font-size: 13px; color: #ffffff; text-decoration: underline}
a.normaltextlink:active {  font-family: Arial; font-size: 13px; color: #ffffff; text-decoration: underline}





/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:972px;
		height:225px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

