@charset "utf-8";
/* CSS Document */

htm, body{
	margin: 0;
	height: 100%;
	background: #0b0b10 url(/images/bg-main.gif) right top repeat-y;
}
/*-------------------------------------------------------------------platform*/
.platform{
	width: 100%;
	height: 100% !important;
}
/*-------------------------------------------------------------------body container*/
.bodyContainer{
	width: 750px !important;
	height: 800px;
	background: #ededed;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #393d58;/*#919191*/
	text-align: justify;
}
	.header{
		width: 700px;
		height: 113px;
		text-align: right;
		padding: 0 50px 0 0;
	}
		.leg{
			width: 253px;
			height: 80px;
			background: url(/images/leg.gif) center center no-repeat;
			text-indent: -1000px;
			position: absolute;
			top: 17px;
			right: 497px;
	  	}
	.feat{
		width: 750px;
		height: 225px;
		background: #2a2e47 url(/images/bg-feat.gif) center center repeat-x;
	}
		.nova{
			position: absolute;
			z-index: 0;
			right: 0;
			top: 112px;
		}
		.vid{
			border: 5px solid #333333;
			position: absolute;
			z-index: 100;
			right: 50px;
			top: 150px;
		}
	.featSub{
		width: 750px;
		height: 115px;
		background: #2a2e47 url(/images/bg-feat.gif) center center repeat-x;
		z-index:0;
		
	}
		.novaSub{
			position: absolute;
			right: 0px;
			top: 114px;
			background:url(/images/nova.gif) right bottom no-repeat;
			z-index:0;
			width:750px;
			height:160px;
		}
	.body{
		padding:35px 60px 45px 60px;
	}
		.wraperBody{
			border-bottom: 1px solid #dcdcdc;
			padding-bottom: 35px;
			margin-bottom: 35px;
		}
		.coachWraper{
			padding: 15px;
			background: #f6f6f6;
		}
			.coachWraper img{
				padding: 3px;
				border: 1px solid #999999;
				margin: 0 15px 0 0;
				float: left;
			}
/*-------------------------------------------------------------------footer*/
	.footer{
		margin: 25px 0 0 0;
		color: #b6b6b6;
		line-height: 1.1em;
	}
		.footer a{
			color: #b6b6b6;
			text-decoration: none;
		}
		.footer a:hover{
			color: #c3272f;
			text-decoration: none;
		}
/*-------------------------------------------------------------------navigation container*/
.navContainer{
	height: 100%;
	background: url(/images/bg-side-panel.jpg) right top no-repeat;
}
/*-------------------------------------------------------------------icons*/
.iconImg{
	width: 200px;
	height: 88px;
	border: 1px solid #d8d8da;
	background-color: #FFFFFF;
	color: #888888;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	cursor:pointer;
}
	.iconImg img{
		margin: 15px 10px 10px 10px;
		float: left;
	}
	.icnPdf{
		background:url(/images/icnPdf.gif) no-repeat left;
		padding-left:24px;
	}
/*-------------------------------------------------------------------images*/
.photo {
	float:left;
}
.photo a img{
	border: 1px solid #999999;
	padding: 2px;
	margin: 8px;
}
.photo a:hover img{
	border: 1px solid #999999;
	opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
}

/*-------------------------------------------------------------------schedule*/
.scheduleWrapper td {
	width:300px;
}
.scheduleProgram{
	margin-left:auto; margin-right:auto;
	width: 200px;
	height: auto;
	border: 1px solid #d8d8da;
	background-color: #FFFFFF;
	color: #888888;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align:center;
	padding:1px 0 8px 0;
}
.scheduleMoney{
	padding-left:10px;
}


.scheduleWk {
	width:620px;
	border:none;
	border-collapse:collapse;
}
.scheduleWk th {
	font-size:16px;
	font-weight:bold;
	color:#232323;
	padding-bottom:5px;
}
.scheduleWk td {
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background-color:#bababa;
	color:#ededed;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	padding:4px 0px 4px 0px;
}
.scheduleWk td:hover{
	background-color:#393d58;
	color:#FFFFFF;

}



/*-------------------------------------------------------------------text*/
a.gymnasticsLink{
	font:  bold 12px Arial, Helvetica, sans-serif;
	color: #c3272f;
	text-decoration:none;
}
a.gymnasticsLink:hover {
	font:  bold 12px Arial, Helvetica, sans-serif;
	color: #c3272f;
	text-decoration:none;
	border-bottom:1px dotted #c3272f;
}

.textHeading{
	font: bold 43px Arial, Helvetica, sans-serif;
	color: #c3272f;
	line-height: 1em;
}
.textRedM{
	font:  bold 18px trebuchet ms;
	color: #c3272f;
	line-height: 1.5em;
	letter-spacing: -1px;
}
.textGrayS{
	font:  bold 12px trebuchet ms;
	color: #232323;
	line-height: 1.2em;
	letter-spacing: -1px;
}
.textRedT{
	font:  bold 10px Arial, Helvetica, sans-serif;
	color: #c3272f;
	line-height: 1.0em;
}


a.viewMore{
	display: block;
	height: 18px;
	background: url(/images/more-btn.gif) right center no-repeat;
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #c3272f;
	font-weight: bold;
}
a.viewMore:hover{
	color: #999999;
}