BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	background: url('../images/bg/body-bg.png') repeat-x;
}
*|*:focus{
	outline: none;
}
A, A:visited {outline: none;}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
LABEL {cursor: pointer;}
H1,H2,H3,H4,H5,H6,P,FIELDSET,FORM,UL,OL,LI,DL,DT,DD {
	padding: 0;
	margin: 0;	content-left
	border: none;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#header{
	width:100%;
	height:100px;
}

.page{
	width:1010px;
	margin:0 auto;
}

#header .page{
	height:100px;
	position:relative;
	background: url('../images/bg/header-bg.png') right top no-repeat;
	border-left:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;
}

.logo{
	float:left;
	margin:15px 0 0 30px;
}

.login-block{
	float:right;
	width:505px;
	padding:5px 17px 0 0;
}

p.login-block{
	max-width: 460px;
}

.login-block a{
	color:#000;
	font-size:11px;
	text-decoration:underline;
	margin-top:2px;
}

.login-block a:hover{
	text-decoration:none;
}

.login-block h1{
	font-size:16px;
	float:left;
	background: url('../images/bg/path.png') no-repeat left bottom;
	height:30px;
	padding-left:5px;
	margin-top:33px;
	font-weight:normal;
}

#top-button-block {
	position: absolute; 
	top: 50px; 
	margin: 0 0 0 20; 
	right: 8px; 
	padding: 0 0 0 0; 
	float: right;
	text-align:right; 
	z-index: 99;
}

#top-button-block a{
	color: #fff; 
	position: absolute; 
	margin-top: 0px; 
	top: 12px; 
	text-decoration: none; 
	font-size: 12px; 
	margin-right: 0px;
	right: 15px; 
	text-align: center; 
	z-index: 100; 
}

#top-button-block-enroll {
	position: absolute; 
	top: 13px; 
	margin: 0 0 0 20; 
	right: 12px; 
	padding: 0 0 0 0; 
	float: right;
	text-align:right; 
	z-index: 91;
}

#top-button-block-enroll a{
	color: #fff; 
	position: absolute; 
	margin-top: 0px; 
	top: 12px; 
	text-decoration: none; 
	font-size: 12px; 
	margin-right: 0px;
	right: 15px; 
	text-align: center; 
	z-index: 92; 
}

#content{
	margin:0 auto;
	min-height:654px;
	width: 1010px; 
	height: 575px;
	background:#fff url(../images/bg/bg_content_gray.png) -1px 0px no-repeat;
}

#content .page{
	width:970px;
	height: 575px;
}

#content h1{
	font-size:24px;
	font-weight:normal;
	text-align:left;
	margin-top:20px;
	width:964px;
	float:left;
	color:#1c324d;
	padding-bottom:0px;
	margin-bottom: 0px;
	padding-left:6px;
	margin: 15px 0 0 0;
}

.content-left{
	width:663px;
	float:left;
	background: url('../images/bg/content-left.png') no-repeat right top;
	min-height:611px;
	margin-bottom:25px;
}

.content-right{
	float:left;
	background: url('../images/bg/content-left.png') no-repeat right top;
	width:307px;
	min-height:611px;
}

#content h2{
	color:#1c324d;
	width:964px;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	float:left;
	border-bottom:solid 1px #000;
	padding-bottom: 15px;
	padding: 15px 0 15px 0;
	height: 20px;
	padding-left:7px;
	margin: 0 0 0 0;
}

.login-button{
	float:left;
	width:248px;
	height:46px;
	background: url('../images/buttons/login.png') no-repeat;
	margin:-30px 0 0 30px;
	position:relative;
	color:#fff;
	font-size:20px;
	padding-top:20px;
}

.login-button:hover{
	text-decoration:none;
}

.content-right p{
	font-size:13px;
	padding:10px 25px 0px 25px;
	padding-bottom:0;
	float:left;
	width:256px;
	margin-bottom:0px;
}

.content-right p a{
	color:#286cb1;
	text-decoration:underline;
	
}

.content-right p a:hover{
	text-decoration:none;
}

/*  Sublime styles starts here */

#video-nav{
}

ul.thumbs{
	margin-top: 15px;
	list-style:none;
	width: 200px;
	float: left;
	clear: left;
}
ul.thumbs li{
	float: left;
	margin-right: 0px;
	position: relative;
	max-width: 199px;
}

.playlist .video_wrap {
	margin-top: 15px;
	margin-right: 25px;
	float: right;
	clear: right;	
	width:706px;
	height:320px;
	display:none;
  
}
.playlist .video_wrap.active {
  display:block;
}
.playlist li a {
    display: inline-block; /* IE needs but shouldn't hurt anyone else */
}
.playlist li a:hover img, .playlist {

  opacity:2;

  filter: alpha(opacity=84);                              

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=74.766)"; 
}

.playlist li img {

  opacity:.7;

  filter: alpha(opacity=73.22222);                                                                 

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=73.766)";
}

li.active img {
  opacity:2;

  filter: alpha(opacity=89);

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99.8888)"; 

}




/* Sublime styles ends here */

#footer{
	height:60px;
	margin:0 auto;
	background: url('../images/bg/footer-bg.png') no-repeat center top;
	width:100%;
	padding-top:35px;
}

#footer p, #footer a{
	font-size:12px;
	color:#231f20;
}

#footer a{
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

