/* General reset */
body{
	margin:0;
	color:#fff;
	font:18px Arial, Helvetica, sans-serif;
	background:#e2e2e2;
	min-width:960px;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#d00814;
}
a:hover{text-decoration:none;}
a:focus{outline:none;}
/* General settings */
#wrapper{
	width:960px;
	margin:0 auto;
}
/* header */
#header{
	width:100%;
	overflow:hidden;
	margin:0 0 30px;
}
#header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	width:402px;
	height:72px;
	margin:32px 0 0;
}
#header .logo a{
	display:block;
	height:100%;
}
/* navigation */
#nav{
	margin:0;
	padding:8px 5px 11px 8px;
	list-style:none;
	float:right;
	background:#1b2023;
	font:20px/20px Arial, Helvetica, sans-serif;
}
#nav li{
	float:left;
	padding:0 0 0 1px;
}
#nav li a{
	float:left;
	text-decoration:none;
	color:#fff;
	overflow:hidden;
	padding:0 0 0 10px;
	cursor:pointer;
}
#nav li a span{
	float:left;
	padding:13px 10px 12px 0;
}
#nav .active a,
#nav li a:hover{
	background:url(../images/bg-nav.gif) no-repeat;
}
#nav .active a span,
#nav li a:hover span{background:url(../images/bg-nav.gif) no-repeat 100% 0;}
#nav li a .cufon{
	float:left;
	margin:0 !important;
}
/* content */
#content{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
#content .row{
	width:100%;
	overflow:hidden;
	margin:0 0 27px;
}
.about{
	width:631px;
	float:left;
}
.frame{
	overflow:hidden;
	height:1%;
	position:relative;
	padding:2px 0 0 3px;
	background:#e2e2e2;
}
/* title */
.title{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.title h2{
	margin:0;
	font:30px/36px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url(../images/bg-title2.gif) no-repeat 100% 0;
	float:left;
	padding:10px 32px 7px 10px;
}
h2 a{
	color:#fff;
	text-decoration:underline;	
}
.about .title .cufon{padding:0;}
.title .mark{
	background:url(../images/bg-title.png) no-repeat;
	width:12px;
	height:47px;
	float:left;
}
.about .text{
	overflow:hidden;
	height:1%;
	background:#131313;
	padding:64px 25px 61px 28px;
	line-height:32px;
}
.about .text p{
	margin:0;
	overflow:hidden;
	height:1%;
}
.about .cufon{
	padding:0 0 14px;
	float:left;
	margin:0 !important;
}
/* more */
.more{
	position:absolute;
	right:27px;
	bottom:13px;
	overflow:hidden;
	text-decoration:none;
}
.more .cufon{
	padding:0;
	margin:0 !important;
	border-bottom:1px solid #aa0a14;
}
.more:hover .cufon{
	border:0;
	padding:0 0 1px;
}
/* item */
.item{
	width:303px;
	float:left;
	margin:0 0 0 23px;
	font-size:15px;
	line-height:16px;
	display:inline;
}
.item .photo{
	width:100%;
	overflow:hidden;
}
.item .photo img{
	display:block;
	margin:0 auto;
}
.item .text{
	overflow:hidden;
	height:1%;
	background:#131313;
	padding:19px 17px 57px;
}
.item .text p{
	margin:0;
	overflow:hidden;
	height:1%;
}
.item .text .cufon{
	padding:0 0 1px;
	float:left;
	margin:0 !important;
}
/* list */
.list{
	margin:0 0 0 -22px;
	overflow:hidden;
	width:1026px;
	background:url(../images/bg-list.gif) repeat-y 23px 0;
}
.list .item{
	float:left;
	overflow:hidden;
	padding:0 1px 0 0;
}
/* promo-box */
.promo-box{
	width:100%;
	overflow:hidden;
	padding:11px 0 22px;
	line-height:18px;
}
.promo-holder{
	background:url(../images/bg-promo-holder.gif) repeat-y;
	width:100%;
	overflow:hidden;
	min-height:378px;
}
* html .promo-holder {height:385px;}
.promo-box .photo{
	float:right;
	padding:12px;
	margin:0 1px 0 0;
	display:inline;
}
* html .promo-box .photo{margin:0 1px 0 -3px;}
.promo-box .photo img{display:block;}
.promo-box .text{
	overflow:hidden;
	height:1%;
	padding:65px 20px 0 21px;
}
.promo-box p{margin:0 0 18px;}
.promo-box .cufon{margin:0 !important;}
.align-center {text-align:center;}
/* footer */
.footer-area{
	width:100%;
	overflow:hidden;
	background:#44494d;
}
#footer{
	width:960px;
	margin:35px auto;
	overflow:hidden;
}
/* social networks */
.social-networks{
	margin:0 0 41px;
	padding:0;
	list-style:none;
	width:1180px;
	overflow:hidden;
}
.social-networks li{
	float:left;
	padding:0 39px 0 0;
}
.social-networks li a{
	display:block;
	text-indent:-9999px;
}
.social-networks .crossfit{
	background:url(../images/crossfit-canberra.gif) no-repeat;
	width:291px;
	height:54px;
}
.social-networks .facebook{
	background:url(../images/text-facebook.gif) no-repeat;
	width:301px;
	height:54px;
}
.social-networks .youtube{
	background:url(../images/text-youtube.gif) no-repeat;
	width:277px;
	height:54px;
}
/* options */
.options{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:10px;
	line-height:14px;
}
.options li{
	display:inline;
	background:url(../images/sep-footer.gif) no-repeat 0 2px;
	padding:0 2px 0 5px;
}
.options a{
	color:#fff;
	text-decoration:none;
}
* html .options a:hover {border-bottom:1px solid #fff;}
.options .cufon{
	margin:0 !important;
	padding:0 0 1px;
}
.options a:hover .cufon{
	padding:0;
	border-bottom:1px solid #fff;
	position:relative;
}
* html .options a:hover .cufon {border:0;}
.options li:first-child {
	padding-left:0;
	background:none;
}
#content-privacy {
	padding-top: 10px;
	color:#000;
}
