@charset "utf-8";
/* CSS Document */

#home:hover{
	background:url(../images/buttons/home_on.png) no-repeat 0 0;
	height:26px;
	width:50px;
	margin-top:14px;
	margin-left:7px;
	margin-right:3px;
}
#the_gym:hover{
	background: url(../images/buttons/the_gym_on.png) no-repeat 0 0;
	height:92px;
	width:93px;
	margin-top:14px;
	margin-left:0px;
	margin-right:-3px;
	z-index:2;
}
#martial_arts:hover{
	background: url(../images/buttons/martial_arts_on.png)no-repeat 0 0;
	height:92px;
	width:93px;
	margin-top:14px;
	margin-left:0px;
	margin-right:7px;
	z-index:2;
}
#prices:hover{
	background:url(../images/buttons/prices_on.png) no-repeat 0 0;
	height:26px;
	width:80px;
	margin-top:14px;
}
#store:hover{
	background:url(../images/buttons/online_store_on.png) no-repeat 0 0;
	height:26px;
	width:100px;
	margin-top:14px;
	margin-left:7px;
	margin-right:3px;
}
#war_games:hover{
	background:url(../images/buttons/war_games_on.png) no-repeat 0 0;
	height:26px;
	width:90px;
	margin-top:14px;
	margin-left:1px;
	margin-right:9px;
}
#faq:hover{
	background:url(../images/buttons/faq_on.png) no-repeat 0 0;
	height:26px;
	width:60px;	
	margin-top:14px;
	margin-left:-11px;
	margin-right:-1px;
}
#contact:hover{
	background:url(../images/buttons/contact_on.png) no-repeat 0 0;
	height:26px;
	width:80px;
	margin-top:14px;
	margin-left:1px;
	margin-right:9px;
}
#events:hover{
	background:url(../images/buttons/events_on.png) no-repeat 0 0;
	height:201px;
	width:253px;
	margin-top:14px;
	margin-left:-11px;
}

@font-face{
	font-family:Museo300-Regular;
	src:url(../fonts/Museo300-Regular.otf);
}

@font-face{
	font-family:Museo700-Regular;
	src:url(../fonts/Museo700-Regular.otf);
}
@font-face{
	font-family:Fh_lentil-Regular;
	src:url(../fonts/Fh_Lentil.ttf);
}
#main_content h1{
	font-family: Museo300-Regular, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:300;
	padding-left:5px;
	padding-top:5px;
}
#main_content h2{
	font-family: Museo700-Regular, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px;
	font-weight:700;
}

#nav_alt:hover{
	background:url(../images/buttons/boxing_on.png) no-repeat 0 0;
	height:80px;
	width:80px;
}
#nav_alt_2:hover{
	height:80px;
	width:80px;
	background:url(../images/buttons/on_1.png) no-repeat 0 0;
}
#nav_alt_3:hover{
	height:80px;
	width:80px;
	background:url(../images/buttons/on_2.png) no-repeat 0 0;
}
#nav_alt_4:hover{
	height:80px;
	width:80px;
	background:url(../images/buttons/on_3.png) no-repeat 0 0;
}
#main_content img{
	border:none;
}
#enter{
	background: url(../images/buttons/enter_off.png) no-repeat 0 0;
	height:50px;
	width:156px;
	margin:0 auto;
	position:relative;
	top:468px;
	left:28px;
	cursor:pointer;
	
}
#enter:hover{
	background: url(../images/buttons/enter_on.png) no-repeat 0 0;
	height:50px;
	width:156px;
}
#footer p{
		font-family: Fh_lentil-Regular, Arial, Helvetica, sans-serif;
		padding-left:5px;
		float:left;	
}
.line{
	margin-top:12px;
}
#content_container p{
	width:750px;	
	margin-left:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.repeater{
	margin-top:39px;	
	display:none;
	background:url(../images/backgrounds/drop_down_repeater.png) repeat-y 0 0;
	width:253px;
}
.nav_fix a{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	display:block;
}
.nav_fix li:hover{
	border:1px solid #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	width:248px;
	background-color:#333333;
}
.nav_fix li{
	margin-left:-38px;
	padding-bottom:10px;
}



.nav_fix_2 a{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	display:block;
}
.nav_fix_2 li:hover{
	border:1px solid #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	width:248px;
	background-color:#333333;
}
.nav_fix_2 li{
	margin-left:-36px;
	padding-bottom:10px;	
}
