html, body{
	height:100%;
	width:100%;
	min-width:1170px;
	margin:0;
	padding:0;
	font:12px arial;
	text-align:left;
	line-height:17px;
	background:#FFFFFF
		url("../images/bg-menu.gif") repeat-y;
}

div#body{
	overflow:hidden;
	height:100%;
}


/* ------------------------------------------------------------ */
/* ------------------------I Container I----------------------- */
/* ------------------------------------------------------------ */

/* IE7 Fix */
* html #container{
	display:table;
	height:100%
}

/* Opera Fix */
body:before{
	content:"";
	float:left;
	width:0;
	height:100%;
	margin-top:-32767px;
}

/* IE6 Fix */
* html div#body{
	overflow:visible;
}

div#container{
	height:100%;
	height:auto !important;
	min-height:100%;
}

div#main{
	overflow:auto;
	padding-bottom:50px;
}


/* ------------------------------------------------------------ */
/* --------------------------I Header I------------------------ */
/* ------------------------------------------------------------ */

div#header{
	height:82px;
	background:#1f1f32;
}

div#panel{
	height:20px;
	background:#1f1f32
		url("../images/panel.gif") repeat-x;
}


/* ------------------------------------------------------------ */
/* ---------------------------I Menu I------------------------- */
/* ------------------------------------------------------------ */

div#left-menu{
	float:left;
	width:175px;
}

ul.sidemenu{
	padding:0;
	margin:0;
	list-style:none;
	font-family:Arial;
	font-size:12px;
	width:175px;
}

ul.sidemenu li{
	border-bottom:1px solid #393c60;
}

ul.sidemenu li a{
	text-decoration:none;
	display:block;
	color:#68719c;
	font-weight:bold;
	padding:8px;
}

ul.sidemenu li a:visited{
	color:#68719c;
}


ul.sidemenu li a:hover{
	background:#fdfdfd
		url("../images/hover-bg.gif") repeat-x;
	color:#000000;
}

.selected{
	background:#fdfdfd
		url("../images/hover-bg.gif") repeat-x;
	color:#000000!important;
}


/* ------------------------------------------------------------ */
/* --------------------------I Video I------------------------- */
/* ------------------------------------------------------------ */

.clear{
        clear:both;
        overflow:hidden;
}

#video{
	height:382px;
	margin:0px 0px 0px 176px;
	border-bottom:1px solid #000000;
	background:#272638
		url("../images/bg-vid.jpg") repeat-x;
}

.video-area{
	float:left;
	width:994px;
}

.video-box{
	float:left;
	height:382px;
	border-right:1px solid #000000;
}

iframe{
	float:left;
	margin:0;
	padding:0;
}

img.video-img{
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#tv-programmes{
	float:left;
	width:800px;
	height:600px;
	background:#1F1F32;
}

#tv-programmes-side{
	float:left;
	width:190px!important;
	background:#000000;
}


/* ------------------------------------------------------------ */
/* -------------------------I Content I------------------------ */
/* ------------------------------------------------------------ */

div#content{
	overflow:hidden;
	width:914px;
	margin:0px 0px 0px 176px;
	padding:40px!important;
}

.content-area{
	float:left;
	width:437px;
}

.about{
	overflow:hidden;
	width:437px;
	padding-bottom:30px;
}

.about img{
	float:left;
	margin:0px 10px 0px 0px;
}

.about p{
	float:left;
	margin:0px;
	font:normal 12px arial; color:#666666;
	line-height:17px;
}

div#right-sidebar{
	width:0px;
	float:right;
	background:#1f1f32;
}


/* ------------------------------------------------------------ */
/* --------------------------I Footer I------------------------ */
/* ------------------------------------------------------------ */

div#footer{
	height:50px;
	background:#ba6f19;
	border-top:1px solid #000;
	position:relative;
	margin-top:-51px;
	clear:both;
	background:#12121E
		url("../images/bar-footer.gif") repeat-y;
	border-top:1px solid #000000;
}

div#footer p{
	padding:20px;
	margin:0px;
}

.footer-text{
	padding:10px;
	text-align:left;
	font:normal 10px arial; color:#FFFFFF;
}


/* ------------------------------------------------------------ */
/* ----------------------------I Text I------------------------ */
/* ------------------------------------------------------------ */


img.floatLeft{
	float:left;
}

img.floatRight{
	float:right; 
}

img.tvimg{
	margin-left:25px;
	margin-bottom:25px;
}

br{
	clear:both;
	margin-bottom:0px;
}

hr{
	height:1px;
	margin:0px 10px 20px 10px;
	background-color:#666666;
}

.title{
	margin-bottom:20px;
	text-align:left;
	font:normal 28px arial;
	color:#393c60;
}

p{
	margin:10px 0px 10px 0px;
	font:normal 12px arial; color:#666666;
	line-height:17px!important;
}


/* ------------------------------------------------------------ */
/* ---------------------------I Links I------------------------ */
/* ------------------------------------------------------------ */

a{
	outline:0;
}

a:link{
	color:#6666ff;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#6666ff;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#FE9900;
	font-weight:40;
	text-decoration:none;
}

a.pagelink,a.pagelink:link{
	color:#6666FF;
	font-weight:bold;
	text-decoration:none;
}

a.pagelink:hover{
	color:#FE9900;
	text-decoration:underline;
}







