@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#2b2b2b;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

img {
	border:none;
}

#wrap {
	width:1100px;
}

#top {
	background:url(images/top.jpg) no-repeat;
	width:1000px;
	height:47px;
}

#top .content {
	padding:15px 15px 0px 0px;
}

#top .content a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0px;
}

#home_header {
	background:url(images/home_header.jpg) no-repeat;
	height:262px;
	width:1000px;
	position:relative;
}

#mma_header {
	background:url(images/mma_header.jpg) no-repeat;
	height:262px;
	width:1000px;
	position:relative;
}

#trx_header {
	background:url(images/trx_header.jpg) no-repeat;
	height:262px;
	width:1000px;
	position:relative;
}

#defense_header {
	background:url(images/defense_header.jpg) no-repeat;
	height:262px;
	width:1000px;
	position:relative;
}

#training_header {
	background:url(images/training_header.jpg) no-repeat;
	height:262px;
	width:1000px;
	position:relative;
}

#home_link {
	position:absolute;
	width:300px;
	height:60px;
	left:90px;
	top:100px;
}
	

#main {
	background:url(images/canvas.jpg) no-repeat;
	width:1100px;
	position:relative;
}

#menu {
	width:1000px;
	height:48px;
}

.btn {
	text-align:center;
	float:left;
}

.btn a, a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
	padding-top:16px;
	padding-bottom:12px;
	font-size:14px;
}

.btn a:hover {
	color:#fff;
}

.btn1 {
	background:url(images/menu.jpg) no-repeat;
	background-position:0px 0px;
	width:200px;
	height:48px;
}

.btn1:hover {
	background-position:0px -48px;
}

.btn2 {
	background:url(images/menu.jpg) no-repeat;
	background-position:-200px 0px;
	width:200px;
	height:48px;
}

.btn2:hover {
	background-position:-200px -48px;
}

.btn3 {
	background:url(images/menu.jpg) no-repeat;
	background-position:-400px 0px;
	width:200px;
	height:48px;
}

.btn3:hover {
	background-position:-400px -48px;
}

.btn4 {
	background:url(images/menu.jpg) no-repeat;
	background-position:-600px 0px;
	width:200px;
	height:48px;
}

.btn4:hover {
	background-position:-600px -48px;
}

.btn5 {
	background:url(images/menu.jpg) no-repeat;
	background-position:-800px 0px;
	width:200px;
	height:48px;
}

.btn5:hover {
	background-position:-800px -48px;
}

#sidebar {
	float:left;
	margin-top:32px;
	margin-left:50px;
	width:240px;
	padding:0px 20px 0px 30px;
	text-align:left;
}

#sidebar .content {
	padding-bottom:50px;
}

#sidebar .content a {
	color:#cdcdcd;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #898989;
	width:208px;
	display:block;
}

#sidebar .content a:hover {
	border-color:#17718b;
}

#number {
	line-height:24px;
	padding-bottom:50px;
	width:208px;
	text-align:center;
}

.off {
	color:#d2d2d2;
	font-size:21px;
	font-weight:bold;
}

.num {
	color:#17718b;
	font-size:33px;
	font-weight:bold;
}

#social {
	font-size:18px;
	font-weight:bold;
	color:#3e3e3e;
}

#social a {
	display:inline;
	padding-right:5px;
}

#main_content {
	float:right;
	margin-top:40px;
	margin-right:90px;
	width:630px;
	text-align:left;
}

#main_content .content a {
	color:#17718b;
	font-size:16px;
	padding:0px;
}

#main_content a:visited {
	display:inline;
	text-decoration:underline;
	font-weight:normal;
}

#info {
	height:100px;
	width:100%;
}

.ibox {
	background:url(images/info.jpg) no-repeat;
	width:300px;
	height:100px;
	font-size:14px;
}

.ibox a {
	color:#fff;
}

.ibox table {
	margin:20px;
}

.ibox td {
	vertical-align:top;
}

.pr {
	padding-right:15px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

#footer {
	border-top:1px solid #cdcdcd;
	padding-top:15px;
	width:1000px;
	margin-top:40px;
	margin-bottom:40px;
	text-align:left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}