/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

.left_bg{
background-image: url(bg_left.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

.right_bg{
background-image: url(bg_right.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.logo_keeper {
	width: 806;
	display: block;
	
}
/* NAVIGATION BUTTONS */
			.menu {
						height: 46px;
						width: 760px;
						
						
						
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(menu_on.gif) no-repeat;
						width: 118px;
						height: 46px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #B5B3B4;
						font-size: 14px;
						width: 118px;
						height: 46px;
						display: block;
						float: left;
						
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 118px; height: 46px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 5px;top: 15px;
					    text-align: center;
					    width: 110px;
					    cursor: pointer;
					     
			}
.style2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FFE7CC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
			
			
.style3 a{
color:#F75B4E;
}

.style3 a:hover{
background-color:#F75B4E;
color:#FFFFFF;
}

.cover {
visibility:hidden;
display:none;
}
