/**************************************************************************************/
/* CSS Created June 25th 2006 by Distressed Designs in cooperation with Theresa White */
/**************************************************************************************/
/* Fix for header space */
 #main_headercell {padding-bottom: 0em;}
 html>body #main_headercell {padding-bottom: 0em; margin-left: 10px;} 
 /*Menu*/
 #mainMenu {
	width: 100%;
	background: #eee;
	float: left;
}
#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 760px;
}
#mainMenu li {
	float: left;
	width: 10.5em;
	text-align: center;
	margin: 0px;
	clear: right;
	font-size: 12px;
	}
ul#mainMenu li a {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	display: block;
	height: 22px;
	background-image: url(../_img/menu/bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul#mainMenu li a:hover {
	background: #336699;
	color: #CCC;
}
#mainMenu {
	width: 100%;
	background: #eee;
	float: left;
}
/*menuEnd*/
/*FootMenu*/	
ul#footMenu li a {
	text-align: center;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul#footMenu li a:hover {
	color: #999;
}
ul#footMenu  .nolink {
	text-align: center;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footMenu {
	text-align: center;
	width: 760px;
	float: left;
}
#footMenu ul {
	list-style: none;
	margin: 5px;
	align: center;
	padding: 0px;
	float: left;
}
#footMenu li {
	float: left;
	text-align: center;
	clear: right;
	padding-left: 8px;
	font-size: 10px;
	}
.foothold  {
	background-image: url(../_img/footer/footer_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
 	font-size: 12px;
	padding-left: 20px;
}
/*FootEnd*/








	
