/* CSS Document */

body {background:url(../graphics/bg_all.jpg) top left repeat-x #999;}
#header {}
#logo p a {display:block; height:72px; background:url(../graphics/logo.gif) top left no-repeat; text-decoration:none;}

#navigation ul {display:block; height:54px; list-style:none; padding-left:0; margin-right:0;}
#btn-industries {display:block; height:54px; background:url(../graphics/btn_industries.gif) 0 0 no-repeat;}
#btn-overview {display:block; height:54px; background:url(../graphics/btn_overview.gif) 0 0 no-repeat;}
#btn-equipment {display:block; height:54px; background:url(../graphics/btn_equipment.gif) 0 0 no-repeat;}
#btn-facility {display:block; height:54px; background:url(../graphics/btn_facility.gif) 0 0 no-repeat;}
#btn-careers {display:block; height:54px; background:url(../graphics/btn_careers.gif) 0 0 no-repeat;}
#btn-contact {display:block; height:54px; background:url(../graphics/btn_contact.gif) 0 0 no-repeat;}

#navigation ul .on {background-position: 0 -54px;}
#btn-industries:hover {background-position: 0 -54px;}
#btn-overview:hover {background-position: 0 -54px;}
#btn-equipment:hover {background-position: 0 -54px;}
#btn-facility:hover {background-position: 0 -54px;}
#btn-careers:hover {background-position: 0 -54px;}
#btn-contact:hover {background-position: 0 -54px;}

#content {background:url(../graphics/bg_content.gif) top left repeat-x #f5f5f5;}
#slideshow {}


#footer {margin-top:18px; margin-bottom:36px; background:#3c3c3c;}
#footer h3 a {color:#fff; text-decoration:none; display:block; height:18px; padding-left:22px; background:url(../graphics/btn_ico_arrow.gif) top left no-repeat;}




.padbox {margin:0 auto; width:950px; padding:18px 18px 0 18px;}
.bgwhi {background:#fff;}
.bggre {background:#3c3c3c;}


/* Easy Slider */

	#slideshow ul, #slideshow li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slideshow li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:590px;
		height:342px;
		overflow:hidden; 
		}
	
	#slideshow-controls {position:relative; top:0; left:0;}
	/*
	#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:54px;
	position:relative;
	}
	#prevBtn {
		top:154px;
		left:0px;
	}	
	#nextBtn{
		top:108px;
		left:561px;
		}
	*/													
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:54px;
		position:relative;
		}
	#prevBtn a {
		top:144px;
		left:0;
		background:url(../graphics/ss_btn_prev.png) center no-repeat;	
		}	
	#nextBtn a {
		top:90px;
		left:560px;
		background:url(../graphics/ss_btn_next.png) right no-repeat;	
		}
		
		
		/*/////////////////////////////////*/
		#slides {margin-bottom:18px;}
		
		#slides ul, #slides li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slides li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:350px;
		height:234px;
		overflow:hidden; 
		}
	
		
/* // Easy Slider */


#list-toggle {display:block; width:19px; height:18px;}
.tog-expand {background:url(../graphics/btn_list_expand.gif) top left no-repeat;}
.tog-collapse {background:url(../graphics/btn_list_collapse.gif) top left no-repeat;}

.download {display:block; height:18px; padding-left:23px; background:url(../graphics/btn_download.gif) top left no-repeat;}


/*
#navigation #nav-list {padding-left:0; display:inline;}
#navigation #nav-list .nav-btn {list-style:none;}
#navigation #nav-list .nav-btn a {display:block; text-decoration:none;}
*/

/*
#navigation #nav-list .nav-btn a:link {background:#888;}
#navigation #nav-list .nav-btn a:visited {background:#999;}
#navigation #nav-list .nav-btn a:hover {background:#666;}
#navigation #nav-list .nav-btn a:active {background:#666;}
*/




#footer {}
.footer-links {margin:0; padding:0; list-style:none;}
.footer-links li {float:left; display:inline; width:230px; margin-right:10px; }
.footer-links li.last {margin-right:0;}
.footer-links li a {color:#fff;}

.footer-networks {padding:0; display:block; list-style:none;}
.footer-networks li a {padding:0 0 1px 0}


