/* WINDOW MENU */
#menupage { margin:auto; position:relative; display:block; float:left; }
#navw { width:1000px; height:56px; margin-left:auto; margin-right:auto; margin:auto; }
#w_home{ width:124px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_home a{ width:124px; height:56px; background-image:url(img/menu/home.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_home span.hover{ width:124px; height:56px; background-image:url(img/menu/home2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_about{ width:126px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_about a{ width:126px; height:56px; background-image:url(img/menu/about.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_about span.hover{ width:126px; height:56px; background-image:url(img/menu/about2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_services{ width:118px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_services a{ width:118px; height:56px; background-image:url(img/menu/services.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_services span.hover{ width:118px; height:56px; background-image:url(img/menu/services2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_clients{ width:142px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_clients a{ width:142px; height:56px; background-image:url(img/menu/clients.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_clients span.hover{ width:142px; height:56px; background-image:url(img/menu/clients2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_gallery{ width:107px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_gallery a{ width:107px; height:56px; background-image:url(img/menu/gallery.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_gallery span.hover{ width:107px; height:56px; background-image:url(img/menu/gallery2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_case{ width:160px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_case a{ width:160px; height:56px; background-image:url(img/menu/case.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_case span.hover{ width:160px; height:56px; background-image:url(img/menu/case2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_jobs{ width:84px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_jobs a{ width:84px; height:56px; background-image:url(img/menu/jobs.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_jobs span.hover{ width:84px; height:56px; background-image:url(img/menu/jobs2.jpg); background-repeat:no-repeat; position:relative; display:block;}

#w_contact{ width:139px; height:56px; margin:auto; position:relative; display:block; float:left;}
#w_contact a{ width:139px; height:56px; background-image:url(img/menu/contact.jpg); background-repeat: no-repeat; position:relative; display:block; }
#w_contact span.hover{ width:139px; height:56px; background-image:url(img/menu/contact2.jpg); background-repeat:no-repeat; position:relative; display:block;}


/* rotator */
#rot { list-style:none; list-style-image:none; left:0;}
#rotator{
list-style:none;
list-style-image:none;
width:283px;
margin:0px;

}
ul#rotator li img{
	list-style:none;
	list-style-image:none;
}
#rotator_2{
list-style:none;
list-style-image:none;
width:283px;
margin:0px;
}
ul#rotator_2 li img{
	list-style:none;
	list-style-image:none;
}
#rotator_index{
list-style:none;
list-style-image:none;
width:283px;
margin:0px;
}
ul#rotator_index li img{
	list-style:none;
	list-style-image:none;
}




	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
		width: 520px;
	}
	#gallery ul.gall { list-style: none; }
	#gallery ul.gall li.gall { display: inline; }
	#gallery ul.gall img {
		border: 5px solid #ffffff;
		border-width: 5px 5px 20px;
	}
	#gallery ul.gall a:hover img {
		border: 5px solid #EAEAEA;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #EAEAEA; }
