inforareahtml{font-size:100.01%;}
body{
	margin:0;
	color:#555;
	font:62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:960px;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input,
textarea,
select{
	color:#000;
	outline:none;
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
img{border-style:none;}
a{
	color:#e14001;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
#wrapper{

	width:100%;
}
#header{width:100%;}
#header:after{
	content:"";
	clear:both;
	display:block;
}
.tools-bar{
	width:100%;
	background:#c3c3c4;
	color:#58595b;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	display:none;
}
.tools-bar:after{
	content:"";
	clear:both;
	display:block;
}
.tools-bar .holder{
	width:928px;
	margin:0 auto;
	padding:0 0 0 12px;
}
.tools-bar .text{

	padding:8px 0 12px;
}
* html .tools-bar .text{
	overflow:visible;
	height:1%;
}
.tools-bar p{margin:0;}
.tools-bar a{color:#efefef;}
.tools-box{
	margin:0;
	padding:5px 3px 6px;
	list-style:none;
	float:right;
	background:#d4d4d4;
}
.tools-box li{
	float:left;
	display:inline;
	margin:0 7px;
}
.tools-box li:hover,
.tools-box li.hover{position:relative;}
.btn-register{
	float:left;
	background:url(../images/btn-register.gif) no-repeat;
	padding:0 18px 0 13px;
	width:62px;
	height:25px;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.btn-register:hover{
	background:url(../images/btn-register.gif) no-repeat 0 -25px;
	text-decoration:none;
}
.btn-login{
	float:left;
	background:url(../images/btn-login.gif) no-repeat;
	padding:0 28px 0 13px;
	width:52px;
	height:25px;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.btn-login:hover,
.tools-box li:hover .btn-login,
.tools-box li.hover .btn-login{
	background:url(../images/btn-login.gif) no-repeat 0 -25px;
	text-decoration:none;
}
.tools-box li:hover .login-form,
.tools-box li.hover .login-form{display:block;}
.login-form{

	width:286px;
	position:absolute;
	top:24px;
	right:0;
	display:none;
}
* html .login-form{right:-1px;}
.login-form .login-t,
.login-form .login-b{
	background:url(../images/bg-login-t.png) no-repeat;
	width:286px;
	height:7px;
	font-size:0;
	line-height:0;
	 
}
.login-form .login-b{background:url(../images/bg-login-b.png) no-repeat;}
.login-form form{
	 
	width:257px;
	background:#275054;
	padding:15px 13px 8px 16px;
}
.login-form .row{
	 
	width:100%;
	padding:0 0 11px;
}
.login-form label{
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	color:#93a8aa;
	float:left;
	width:68px;
	padding:0 10px 0 0;
}
.login-form .text-field{
	width:168px;
	padding:0 5px 2px;
	float:left;
	background:#fff;
	border:solid #d9d9d9;
	border-width:1px 0 0 1px;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#4c4c4c;
}
.login-form .btn-holder{
	 
	width:100%;
	padding:3px 0 0;
	text-align:right;
}
.login-form .btn-holder a{
	color:#8c9e9f;
	font-size:11px;
	line-height:20px;
	float:right;
}
.login-form .btn-holder .btn-enter{
	background:url(../images/btn-enter.gif) no-repeat;
	width:72px;
	height:14px;
	font:18px/20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:0;
	margin:3px 3px 0 14px;
	display:inline;
	border:none;
	float:right;
	cursor:pointer;
}
.logo-bar{
	 
	width:921px;
	margin:0 auto;
	padding:14px 10px 0 9px;
	display:none;
}
.logo{
            margin:0;
            display:block;
             
            text-indent:-9999px;
            background: url(../images/logo-uae.gif);
            width:411px;
            height:128px;

}
.logo a{
	display:block;
	height:60%;
}
.logo-bar .ad{
	float:right;
	margin:24px 0 10px;
}
.logo-bar .ad img{display:block;}
.promo-bar{
	width:100%;
	height:150px;
	background:#181918 url(../images/bg-promo-bar.gif) no-repeat 50% 0;
	display:none;
}
.promo-hp{height:244px;}
.promo-bar:after{
	content:"";
	clear:both;
	display:block;	
}
#nav{
	width:100%;
	background:url(../images/bg-nav.png) repeat-x;
	height:45px;
}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
#nav ul{
	width:926px;
	margin:0 auto;
	padding:0 17px;
	list-style:none;
	position:relative;
	z-index:10;
}
#nav ul li{float:left;}
#nav ul li:hover,
#nav ul li.hover{position:relative;}
#nav ul a{
	float:left;
	height:45px;
	padding:0 13px;
	color:#9da9aa;
	font:14px/43px Georgia, "Times New Roman", Times, serif;
}
#nav ul a:hover,
#nav ul .active a,
#nav ul li:hover a,
#nav ul li.hover a{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-nav-link.gif) repeat-x;
	margin:-6px 0 0;
	padding:6px 13px 0;
	position:relative;
}
#nav ul li:hover .sub-nav,
#nav ul li.hover .sub-nav{display:block;}
#nav .sub-nav{
	margin:0;
	padding:11px 17px 13px;
	list-style:none;
	width:240px;
	background:#62aa8e;
	position:absolute;
	top:45px;
	left:0;
	display:none;
}
#nav .sub-nav li{
	float:none;
	 
	vertical-align:top;
	width:100%;
	padding:0 0 3px;
}
#nav .sub-nav a,
#nav ul a:hover .sub-nav a,
#nav ul .active .sub-nav a,
#nav ul li:hover .sub-nav a,
#nav ul li.hover .sub-nav a{
	background:url(../images/bullet-nav.gif) no-repeat 0 4px;
	padding:0 0 0 17px;
	margin:0;
	float:none;
	height:auto;
	color:#285152;
	font:14px/18px Georgia, "Times New Roman", Times, serif;
}
#nav .sub-nav a:hover,
#nav ul li:hover .sub-nav a:hover,
#nav ul li.hover .sub-nav a:hover{
	text-decoration:none;
	color:#fff;
	padding:0 0 0 17px;
	background:url(../images/bullet-nav-hover.gif) no-repeat 0 4px;
}
.promo-holder{
	width:960px;
	height:105px;
	margin:0 auto;
	position:relative;
}
.promo-hp .promo-holder{height:199px;}
.promo-holder:after{
	content:"";
	clear:both;
	display:block;
}
.promo-holder .line{
	position:absolute;
	top:37px;
	left:193px;
}
.promo-holder .dot{
	position:absolute;
	top:29px;
	left:293px;
}
.event-area{
	position:absolute;
	top:22px;
	left:319px;
}
.event-area .date{
	font:22px/24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.event-area address,
.event-title em, .event-title-smaller em{
	color:#91ccb5;
	font:18px/22px Georgia, "Times New Roman", Times, serif;
}
.event-title{
	position:absolute;
	top:38px;
	left:36px;
}

.event-title-smaller {
	position:absolute;
	top:38px;
	left:36px;
}

.event-title strong{
	font:29px/31px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	display:block;
}
.event-title-smaller strong{
	font:26px/31px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	display:block;
}

.time-area{
	position:absolute;
	top:93px;
	left:310px;
	margin:0;
	padding:0;
	list-style:none;
	height:152px;
}
.time-area li{
	float:left;
	height:152px;
	width:80px;
	text-align:right;
}
.time-area .separator{
	float:right;
	margin:0 0 0 6px;
	background:url(../images/sep07.png) no-repeat;
	width:1px;
	height:152px;
	font-size:0;
	line-height:0;
	 
}
* html .time-area .separator{margin:0 0 0 3px;}
.time-area strong{
	color:#fff;
	display:block;
	margin:12px 0 10px;
	font:42px/44px Georgia, "Times New Roman", Times, serif;
}
.time-area em{
	color:#708a8b;
	text-transform:uppercase;
	font:12px/14px Georgia, "Times New Roman", Times, serif;
}
.inform-area{
	position:absolute;
	top:4px;
	right:0;
	height:100%;
	width:270px;
	position:
}

.inform-area-left-home{
	top:94px;
	left:0;
	margin-left: 35px;
	position:absolute;
	height:100%;
	width:270px;
}

.inform-area-left{
	left:0;
	margin-left: 35px;
	position:absolute;
	height:100%;
	width:270px;
}

.inform-area ul, .inform-area-left ul, .inform-area-left-home ul{
	margin:-2px 0 0;
	padding:0;
	list-style:none;
	 
	width:100%;
}
.inform-area ul li, .inform-area-left ul li, .inform-area-left-home ul li{
	 
	padding:21px 0 12px;
	margin:-1px 0 0;
}
* html .inform-area ul li, * html .inform-area-left ul li * html .inform-area-left-home ul li{
	overflow:visible;
	height:1%;
}
.inform-area .text, .inform-area-left .text,  .inform-area-left-home .text{
	 
	padding:0 0 0 43px;
	background:url(../images/bullet-inform.gif) no-repeat 1px 0;
}
.inform-area a, .inform-area-left a, .inform-area-left-home a{
	font:22px/24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.inform-area a:hover, .inform-area-left a:hover, .inform-area-left-home a:hover{
	color:#ff7c12;
	text-decoration:none;
}
.inform-area .sold-out, .inform-area-left .sold-out, .inform-area-left-home .sold-out{
	font:22px/24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:line-through;
}
.inform-area p, .inform-area-left p, .inform-area-left-home p{
	margin:4px 0 0;
	color:#8c9e9f;
	font-size:12px;
	line-height:16px;
}
.inform-area strong, .inform-area-left strong, .inform-area-left-home strong{
	color:#fff;
	font-weight:normal;
}
#main{
	width:100%;
}
.main-holder{}
.main-frame{
	width:940px;
	min-height:300px;
	margin:0 auto;
	padding:0 0 98px;
}
* html .main-frame{
	overflow:visible;
	height:300px;
}
#content{
	float:left;
	width:100%;
	padding:33px 0 0;
}
#content h1{
	margin:0 0 18px;
	color:#4e6062;
	font:2.8em/1.072em Georgia, "Times New Roman", Times, serif;
}
#content h1 .mark{color:#5fb4a3;}
#content .main-heading{
	 
	width:100%;
	padding:0 0 12px;
	margin:0 0 11px;
}
#content .main-heading h1{
	color:#4e6062;
	margin:0;
}
#content p {
	margin:0 0 17px;
	font-size:1.2em;
	line-height:1.75em;
}
#content p strong{color:#156a72;}
#content p em{font-weight:bold;}
#content p .more,
#content blockquote .more{
	font-size:1em;
	line-height:1.2em;
	padding:0 0 1px;
}

#content li {
		font-size:1.2em;
}
#content blockquote .more{font-style:italic;}
.carusel-area{
	 
	width:100%;
	padding:15px 0 0;
	position:relative;
}
#carusel{
	width:620px;
	margin:-16px 0 35px;
	padding:0 0 3px;
	position:relative;
}
#carusel:after{
	content:"";
	clear:both;
	display:block;
}
.links{
	position:absolute;
	top:-23px;
	right:0;
	color:#515151;
}
.links strong{
	float:left;
	margin-right:8px;
	font:1.1em/1.24em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.links .btn-prev,
.links .btn-next{
	float:left;
	 
	text-indent:-9999px;
	background:url(../images/btn-prev.gif) no-repeat;
	width:9px;
	height:14px;
	margin-right:10px;
}
.links .btn-next{
	background:url(../images/btn-next.gif) no-repeat;
	margin-right:4px;
}
#carusel .carusel-holder{
	width:640px;
	margin:0 -9px 0 -11px;
	 
	position:relative;
}
#carusel ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:9999px;
}
#carusel ul li{
	float:left;
	width:148px;
	height:360px;
	padding:6px 5px 10px 7px;
}
#carusel .carusel-link{
	 
	padding:4px 4px 10px;
	display:block;
	text-decoration:none;
	color:#555;
}
#carusel .carusel-link:hover{background:#e5e5e5;}
* html #carusel .carusel-link{
	overflow:visible;
	height:1%;
}
#carusel img{
	display:block;
	border:4px solid #e5e5e5;
	margin:0 0 8px;
}
#carusel .text-hold{
	display:block;
	 
	padding:0 2px;
	cursor:pointer;
}
#carusel .ttl{
	display:block;
	margin:0 0 5px;
	color:#1d3c3f;
	font:bold 14px/18px Georgia, "Times New Roman", Times, serif;
}
#carusel .name{color:#62aa8e;}
#carusel .text{
	display:block;
	margin:0 0 2px;
	font-size:11px;
	line-height:15px;
}
#carusel .carusel-link .more{
	display:inline;
	font-size:11px;
	line-height:15px;
}
#carusel .carusel-link:hover .more{background:none;}
.text-area{
	padding:0 10px 0 0;
	margin:0 0 4px;
}
* html .text-area{
	overflow:visible;
	height:1%;
}
.text-area img{
	float:left;
	margin:5px 18px 0 0;
	border:5px solid #ddd;
}
.text-holder{ }
* html .text-holder{
	overflow:visible;
	height:1%;
}
.sub-heading{
	margin:0 0 16px;
	padding:0 0 4px;
	border-bottom:5px solid #A54498;
}
.add-heading{margin:0 0 5px;}
#content h2{
	margin:0;
	color:#7a7b74;
	font:bold 2em/1.1em Georgia, "Times New Roman", Times, serif;
}
#content h2 .reg{
	font-size:0.5em;
	line-height:1em;
	vertical-align:top;
}
.text-block{
	width:100%;
	padding:0 0 27px;
}
#content blockquote{
	margin:0 0 17px;
	font-size:1.2em;
	line-height:1.75em;
}
#content q{
	font-style:italic;
	quotes: none;
}
q:before{content:"";}
q:after{content:"";}
#content cite{
	font-weight:bold;
	font-style:normal;
	color:#166971;
}
.shedule-list{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.shedule-list li{
	width:100%;
	padding:0 0 5px;

}
.shedule-list .side-info{
	float:left;
	width:140px;
	margin:0 20px 0 0;
}
* html .shedule-list .side-info{margin:0 17px 0 0;}
.time-box{
	background:url(../images/bg-time-box.gif) no-repeat;
	width:140px;
	height:36px;
	 
	text-align:center;
	margin:0 0 10px;
}
.time-box strong{
	font:16px/36px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.shedule-list .side-info img{
	display:none;
	border:4px solid #e5e5e5;
}

.shedule-list .side-info a{
	display:none;
}
.shedule-info{

	padding:5px 0 0;
}
* html .shedule-info{
	overflow:visible;
	height:1%;
}
#content .shedule-info .sub-heading{
	margin:0 0 9px;
	font-size: 0.7em;}
.shedule-list .ttl{

	width:100%;
	margin:-2px 0 7px;
}
.shedule-list .ttl strong{
	color:#1d3c3f;
	font:bold 1.4em/1.286em Georgia, "Times New Roman", Times, serif;
	padding:0 8px 0 0;
	margin:0 3px 0 0;
}
.shedule-list .name{color:#62aa8e;}
.shedule-list .shedule-info .more{
	font:bold 1.4em/1.64em Georgia, "Times New Roman", Times, serif;
	color:#e34d12;
}
#content .break{
	padding:12px 0 0;
	margin:12px 0 46px;
}
#content .break .holder{
	width:100%;
}
#content .break p{margin:0 0 10px;}
.shedule-list .break .time-box{}
#content .break .shedule-info h2{
	color:#166971;
	font-weight:normal;
}
.list{
	margin:0 0 21px;
	padding:0 14px;
	list-style:none;

	font-size:1.2em;
	line-height:1.75em;
}
.list li{
	padding:0 0 0 24px;

	background:url(../images/bullet-list.gif) no-repeat 0 9px;
}
* html .list li{
	overflow:visible;
	height:1%;
}
.contact-form{
	 
	width:100%;
	padding:16px 0 50px;
}
.contact-form .sub-heading{margin:0 0 43px;}
.contact-form .note{
	float:right;
	padding:5px 7px 0 0;
	font:italic 1.4em/1.428em Georgia, "Times New Roman", Times, serif;
	color:#8a8a8a;
}
* html .contact-form .note{padding:5px 4px 0 0;}
* +html .contact-form .note{padding:5px 4px 0 0;}
.contact-form .required-field{
	background:url(../images/bg-required-field.gif) no-repeat;
	width:9px;
	height:8px;
	float:left;
	margin:2px 3px 0 0;
	display:inline;
	font-size:0;
	line-height:0;
	 
}
* html .contact-form .required-field{margin:2px 0 0 0;}
.contact-form .twocolumns{
	width:100%;
	background:url(../images/sep09.gif) repeat-y;
	border-bottom:1px solid #c3c3c4;
}
.contact-form .twocolumns:after{
	content:"";
	clear:both;
	display:block;
}
.contact-form .column{
	float:left;
	width:290px;
	padding:0 10px;
	margin:-21px 0 0;
	position:relative;
}
.contact-form .add-column{
	width:280px;
	padding:0 10px 0 20px;
}
.contact-form .row{
	 
	width:100%;
	padding:0 0 17px;
}
.contact-form label{
	display:block;
	padding:0 0 1px 2px;
	color:#166971;
	font:bold 1.1em/1.82em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
* html .contact-form label{
	overflow:visible;
	height:1%;
}
.contact-form .text-field{
	background:url(../images/bg-text-field.gif) no-repeat;
	width:260px;
	height:22px;
	float:left;
	margin:0 7px 0 0;
}
.contact-form .text-field input, .contact-form .text-field select{
	float:left;
	border:0;
	background:none;
	width:252px;
	padding:5px 4px 4px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#555;
}
.contact-form .row .required-field{margin:0;}
.contact-form .textarea{
	background:url(../images/bg-textarea.gif) no-repeat;
	width:252px;
	height:134px;
	padding:4px;
	float:left;
}
.contact-form .textarea textarea{
	float:left;
	border:0;
	background:none;
	width:252px;
	height:134px;
	max-width:252px;
	max-height:134px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#555;
	overflow:auto;
	margin:0;
}
.contact-form .check-area{
	 
	width:100%;
	padding:22px 0 0;
}
.contact-form .check-row{
	 
	padding:0 0 31px 9px;
}
* html .contact-form .check-row{
	overflow:visible;
	height:1%;
}
.contact-form .check-row .check{
	margin:3px 9px 0 0;
	padding:0;
	width:16px;
	height:16px;
	float:left;
}
.contact-form .check-row label{
	float:left;
	padding:0;
	width:220px;
	color:#555;
	font:1.1em/1.454em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.btn-contact-submit{
	background:url(../images/btn-contact-submit.gif) no-repeat;
	width:84px;
	height:25px;
	border:none;
	cursor:pointer;
	padding:0;
	margin:-4px 0 20px 9px;
}
.contact-form .more{
	font-size:1em;
	line-height:1.2em;
}
.more{
	color:#e14001;
	font:bold 1.1em/1.64em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0 0 1px;
	white-space:nowrap;
}
.more:hover{
	text-decoration:none;
	background:none;
}
#sidebar{
	display:none;
}
.side-box{
	display:none;
}
#sidebar h3{
	margin:0 0 11px;
	padding:0 0 0 2px;
	color:#4e6062;
	font:2em/1.54em Georgia, "Times New Roman", Times, serif;
}
.sidenav{
	margin:0;
	padding:0 0 12px;
	list-style:none;

	width:100%;
}
.sidenav li{
	padding:0 6px 6px;

}
* html .sidenav li{
	overflow:visible;
	height:1%;
}
.sidenav a,
#sidebar .view{
	background:url(../images/bullet-sidenav.gif) no-repeat 0 4px;
	padding:0 0 0 17px;
	color:#8a8a8a;
	font:1.4em/1.142em Georgia, "Times New Roman", Times, serif;
}
.sidenav a:hover,
.sidenav .active a,
#sidebar .view:hover{
	background:url(../images/bullet-sidenav-hover.gif) no-repeat 0 4px;
	color:#0f4b45;
	text-decoration:none;
}
#sidebar .view{margin:0 0 0 6px;}
.main-sidenav{

	width:100%;
	margin:0 0 3px;
	
}
#sidebar .main-sidenav h3{color:#4a9678;}
.event-row{
	padding:13px 36px 38px 6px;
	font:bold 1.4em/1.142em Georgia, "Times New Roman", Times, serif;
	position:relative;
}
* html .event-row{
	overflow:visible;
	height:1%;
}
.event-row:after{
	content:"";
	clear:both;
	display:block;
}
.event-row a{
	color:#62aa8e;
	background:url(../images/bullet-sidenav.gif) no-repeat 0 4px;
	padding:0 0 0 17px;
}
.event-row a strong{color:#1d3c3f;}
.ico-date{
	position:absolute;
	top:-17px;
	left:244px;
	 
	background: url(../images/ico-date.gif);
	width:42px;
	height:47px;
	margin:0;
}
.ico-date input{
	font-size:0;
	width:30px;
	height:40px;
	margin:0;
	padding:0;
	border:0px none;
	background:none;
	position:absolute;
	top:7px;
	left:10px;
	z-index:1
}
.ico-date .ui-datepicker-trigger{
	width:42px;
	height:47px;
	margin:0;
	padding:0;
	border:0px none;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:url(../images/ico-date.gif) no-repeat;
	font-size:0;
	line-height:0;
}
.tabset-area{
	 
	width:300px;
	margin:0 0 -1px;
	position:relative;
}
.tabset-area .rss-link{
	float:right;
	 
	text-indent:-9999px;
	background: url(../images/ico-rss.gif);
	width:20px;
	height:22px;
	margin:3px 6px 0 0;
	display:inline;
}
.tabset{
	float:left;
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
	color:#fff;
	font:18px/20px Georgia, "Times New Roman", Times, serif;
}
.tabset li{
	margin:0 5px 0 0;
	float:left;
	height:28px;
}
.tabset a{
	float:left;
	margin:2px 0 0;
	height:26px;
	color:#fff;
	text-decoration:none;
	background:#c3c3c4 url(../images/bg-tabset.gif) no-repeat;
}
.tabset a:hover,
.tabset .active{
	text-decoration:none;
	color:#e14001;
	height:28px;
	margin:0;
	background:#fff url(../images/bg-tabset.gif) no-repeat 0 -52px;
}
.tabset a span{
	float:left;
	height:23px;
	padding:3px 11px 0;
	background:url(../images/bg-tabset.gif) no-repeat 100% -26px;
	cursor:pointer;
}
.tabset a:hover span,
.tabset .active span{
	background:url(../images/bg-tabset.gif) no-repeat 100% -80px;
	height:23px;
	padding:5px 11px 0;
}
.tab-content{
	width:300px;
	margin:0 0 28px;
	 
	background:url(../images/bg-tab-content.gif) repeat-y;
}
.tab-content .holder{background:url(../images/bg-tab-content.gif) no-repeat -300px 0;}
.tab-content .frame{
	background:url(../images/bg-tab-content.gif) no-repeat -600px 100%;
	width:100%;
	 
	position:relative;
}
.tab-content .tab-box{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:251px;
	padding:20px 25px 23px 24px;
	background:url(../images/none.gif);
}
.tab-content .active-tab{
	position:relative;
	z-index:2;
}

.tab-content .news-list{
	margin:0 0 -4px;
	padding:0;
	list-style:none;
	 
	width:100%;
	color:#4f4f4f;
	font:1.1em/1.454em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.news-list li{
	margin:0 0 16px;

	width:100%;
}
.news-list .title,
.news-list .title a{color:#166971;}
.news-list .date{
	font-style:normal;
	color:#282828;
}
.news-list p{margin:0;}
.news-list .more{
	font-size:1em;
	line-height:1.2em;
	padding:0;
}
.tab-content .link-hold{
	 
	width:100%;
}
.video-area{
	 
	width:100%;
	margin:0 0 42px;
	position:relative;
}
.video-area img{display:block;}
.btn-play{
	position:absolute;
	top:85px;
	left:103px;
	 
	text-indent:-9999px;
	background: url(../images/btn-play.png);
	width:81px;
	height:63px;
	cursor:pointer;
}
.sponsors-box{
	width:300px;
	margin:0 0 30px;
	 
	background:url(../images/bg-sponsors-box.gif) no-repeat;
}
.sponsors-box .holder{
	background:url(../images/bg-sponsors-box.gif) no-repeat -300px 100%;
	 
	width:280px;
	min-height:230px;
	padding:4px 10px 10px;
}
* html .sponsors-box .holder{
	overflow:visible;
	height:230px;
}
#sidebar .sponsors-box h3{
	font:2em/1.5em Georgia, "Times New Roman", Times, serif;
	color:#4e6062;
	 
	width:100%;
	margin:0 0 25px;
}
.sponsors-box h3 span{
	float:left;
	padding:0 18px 2px 2px;
	background:url(../images/bullet-heading.gif) no-repeat 100% 10px;
}
.sponsors-box ul{
	margin:0;
	padding:0 10px;
	list-style:none;
	height:173px;
	 
	position:relative;
}
* html .sponsors-box ul{
	overflow:visible;
	height:1%;
}
.sponsors-box ul li{
	position:absolute;
	top:0;
	left:0;
	width:280px;
	padding:13px 0;
	height:147px;
}
.sponsors-box ul li.active{ z-index:2;}
.sponsors-box img{
	display:block;
	margin:0 auto;
}
.ad-area{
	margin:0 -40px 0 0;
	padding:0;
	list-style:none;
	 
	width:340px;
}
.ad-area li{
	float:left;
	margin:0 40px 0 0;
}
#sidebar address{
	color:#8a8a8a;
	font:1.4em/1.5em Georgia, "Times New Roman", Times, serif;
	padding:5px 4px 20px;
}
#sidebar address strong{color:#166971;}
#sidebar address p{margin:0;}
#sidebar .map{
	display:block;
	margin:0 0 15px;
	border:9px solid #d4d4d4;
}
#footer{
	display: none;
}
#footer:after{
	content:"";
	clear:both;
	display:block;
}
.footer-holder{
	width:915px;
	padding:25px 9px 0 16px;
	min-height:135px;
	margin:0 auto;
}
.footer-holder:after{
	content:"";
	clear:both;
	display:block;
}
* html .footer-holder{
	overflow:visible;
	height:135px;
}
#footer a{color:#ff8c26;}
#footer ul{
	margin:0;
	padding:0 0 11px;
	list-style:none;

	font-size:1.2em;
	line-height:1.166em;
}
* html #footer ul{
	overflow:visible;
	height:1%;
}
#footer ul li{
	float:left;
	padding:0 10px 0 11px;
	margin:0 11px 0 -11px;
	background:url(../images/sep-footer-nav.gif) no-repeat 0 3px;
}
#footer p{margin:0;}
.logo-footer{
	float:right;

	text-indent:-9999px;
	background: url(../images/logo-footer.gif);
	width:211px;
	height:220px;
	margin:-133px 0 0;
	position:relative;
}
.logo-footer a{
	display:block;
	height:100%;
	width:153px;
}
.bookmark-link{
	float:left;
	position:relative;
	margin:-105px 0 0 -17px;
}
.err {
	color:#E34D12;
	font-weight:bold;
}

.w100 {
	width: 200px;
	display:inline-block;
}

html * {overflow: visible ! important;}