
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
   /* #header    {width:1000px;} */
}
@media (min-width: 769px)  {
	.categoryVitem li{ width:33.33%; float:left; } text-align:center;
	
}

@media (min-width: 980px) {
	#bottom ,.banner ,#news-events ,#contentarea,#contentarea2,.menutop  {width:1000px;}
}

@media (min-width: 980px) and (max-width: 1200px) {
	#contentarea { /* background:green ; */width: 100%;}
	
}
@media (min-width: 768px) and (max-width: 979px) {
	#contentarea { /* background:yellow ; */ width:100%;}
	#bottom ,#news-events {width:100%;}
}
@media (max-width:979px){
	.banner ,.banner ,.menutop{
		width: 100%;
	}
	.banner {
			padding:0;
	} 
	.banner .logo { width:100%; text-align:center}
	.banner .bannercenter { float:left; width:50%;}
	.banner .bannerright { float:left; width:50%; }
	
}

@media (min-width: 480px) and (max-width: 768px) {
	#contentarea { /* background:blue ; */width:100%; }
 	.categoryVitem li{ width:50%; float:left;  text-align:center;}
	
	.left {
		width: 100%;
		text-align: center;
	}
}
	

@media  (max-width: 480px) {
	
	
}

/* Style Menu   */
 
