/*******************************************************MENU TOP FAB**********************************************************/
div#menu {
	width:976px;
	height:33px;
	margin:0 auto;
	background:#e4e7e7 url('design/menu.jpg') 0 0px no-repeat;
	text-align: center;
	display: block;
}
div#menu a{
	position: relative;
	text-decoration:none;
	color:#e0e0e0;
	font-weight:bold;
	margin-left: 14px;
	margin-right: 14px;
	top: 7px;
}
div#menu a:hover{color:#ff5f00;}

/*******************************************************MENU TOP**********************************************************/
/*div#menu {
	width:976px;
	height:33px;
	margin:0 auto;
	background:#e4e7e7 url('design/menu.jpg') 0 0px no-repeat;
}
div#menu ul {
	margin:0 auto;
}
div#menu ul li {
	display:block;
	float:left;
}
div#menu a{
	display:block;
	width:132px;
	height:28px;
	background:url("design/btn.jpg") 0 0 no-repeat;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	color:#e0e0e0;
	font-weight:bold;
}
div#menu a:hover{
	display:block;
	width:132px;
	height:28px;
	background:url("design/btn.jpg") 0 -35px no-repeat;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	color:#ff5f00;
	font-weight:bold;
}*/

/*******************************************************FOOTER**********************************************************/
div#footer{
	background:transparent url("design/footerMain.jpg") 0 0 no-repeat;
	clear:both;
	height:35px;
	margin:0 auto;
	padding-top:12px;
	text-align:center;
	width:976px;
	font-size:12px;
}
div#footer ul {
	display:inline;
}
div#footer ul li {
	display:inline;

}
div#footer a{
	color:#eeeeee;
	text-decoration: none;
}
div#footer a:hover{
	color:#00ccff;
	text-decoration: none;
}