@charset "UTF-8";

/* 
	Background-Styles 
*/

body {
	margin:0px;
	padding:0px;
	background: #E9E7E0;
	font-family: Helvetica, Arial, san serif;
	font-size: 12px;
	color:#333333;
	line-height: 19px;
}
.container {
	width:960px;
	margin:0 auto;
}

.logo {
	float: left;
}



/* 
	Main Navigation
*/

.mainmenu {
	width : 700px;
	height :34px;
	margin-top: 0;
	margin-bottom: 0;
	float: right;
}
.mainmenu ul {
	margin :0px;
	padding:0px;
	float: right;
	display:block;
	list-style: none;
}
.mainmenu ul li {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}
.mainmenu a {
	display:block;
	float:left;
	color: #FCF9D0;
	text-decoration: none;
	border-bottom: none;
	border-left : 1px solid #252c30;
	border-right : 1px solid #504F41;
	padding: 10px 14.5px;
	font-weight: bold;
}
.mainmenu a:hover {
	color:#F0F0F0;
	background-color:#303f44;
	border-bottom: none;
	border-right : 1px solid #364046;
	border-left : 1px solid #252c30;
	text-decoration:underline;
}
.mainmenu a.active{
	color:#c8ccbb;
}



/*
	Footer
*/

#footer {
	height:44px;
	background-image: url(images/footerSlice.jpg);
	background-repeat: repeat-x;
}
#footer p {
	color:#FFFFFF;
	font-size:11px;
	line-height:12px;
	padding-top: 15px;
	margin-top: 0px;
	text-align: center;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover{
	color:#c8ccbb;
	text-decoration:underline;
}



/*
	Clear Floats
*/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
