@charset "utf-8";
/* Premier Industrial Menu File*/

#menu {
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	float: left;
}

#menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #006;
	border-width: 1px 0;
	background: url(/images/menud.png) center center repeat-x;
	position: relative;
}

#menu ul li{display: inline;}

#menu a{
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #006;
}

#menu .toright, #contact #menu #nav-contact .toright{
	float: right;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-left: 1px solid #006;
}

#menu a:visited{
	color: white;
}

#menu a:hover, #home #menu #nav-home a, #products #menu #nav-products a, #design #menu #nav-design a, 
#service #menu #nav-service a, #about #menu #nav-about a, #contact #menu #nav-contact a{
	color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background:url(/images/menuu.png) center center repeat-x;
}

#footer {
	width: 960px;
	height: 100px;
	float: left;
	background:#fff url(/images/footer.png) top left no-repeat;
}

.footer-top {
	width: 100%;
	height: 56px;
	text-align: center;
	font: bold 13px Arial;
	padding-top:10px;
}

.footer-bottom {
	width: 100%;
	height: 44px;
	color: white;
	text-align:center;
	padding-top:5px;
}

.footer-top a {
	color: #0c176b;
	text-decoration: none;
}
.footer-top a:hover {
	color: white;
}
