a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a {
	color: #333333;
	text-decoration:underline;
}
body{
	font-family: Tahoma, Helvetica, "Trebuchet MS";
	color: #333333;
	margin: 0px;
	font-size: 12px;
	background-image: url(images/center_css.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.top {
	background-image: url(images/top_css.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	font-size: 12px;
	text-align: justify;
}
.bottom {
	background-image: url(images/bottom_css.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footer {
	background-image: url(images/layout1_blue_24_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	width: 750px;
}
.footer-text {
	font-size: 10px;
}
.cmyk-layer {
	height: 32px;
	width: 85px;
	position: relative;
	visibility: visible;
	z-index: 10;
	top: 268px;
	right: 40px;
	clear: right;
	float: right;
}
.news {
	background-image: url(images/layout1_blue_19_news.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 206px;
	width: 358px;
}
.case-studies {
	background-image: url(images/layout1_blue_21_case_studie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 206px;
	width: 372px;
}
.wire-world-css {
	background-image: url(images/world_css.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#flash-layer-global-material-solutions {
	position: relative;
	visibility: visible;
	z-index: 150;
	top: 100px;
	right: 0px;
	clear: right;
	float: right;
}
.button-style {
	font-family: Tahoma, Helvetica, "Trebuchet MS";
	font-size: 14px;
	border: 1px solid #FF9900;
}
.field-style {
	font-family: Tahoma, Helvetica, "Trebuchet MS";
	font-size: 14px;
	color: #30559C;
	background-color: #F5F5F5;
	height: 22px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.area-style {
	font-family: Tahoma, Helvetica, "Trebuchet MS";
	font-size: 14px;
	color: #30559C;
	background-color: #F5F5F5;
	height: 50px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.text {
	font-size: 12px;
}


/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:687px;
		height:260px;
		overflow:hidden; 
		}	
	#prevBtn, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:30px;
		top:240px;
		z-index:101;
		display:none;
		}	
	#nextBtn, #slider1next{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		right:auto;
		top:240px;
		z-index:100;
		display:none;
		}	
	#nextBtn, #slider1next{ 
		left:auto;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(easyslider1.7/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(easyslider1.7/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


