/* html */
html,body {
	padding:0px;
	margin:0px;
	
	font-family:arial,helvetica, verdana;
	color:#ffffff;
	font-size:12px;
}

/* header */
#header {
	margin: 0 auto;
	width:980px;
	height: 120px;
}

/* header logo */
#header_logo {
	float:left;
	height: 55px;
	width: 213px;	
	margin-top: 30px;
	background-repeat:no-repeat;
}

/* header advertisement */
#header_advertisement {
	float:right;
	width: 728px;
	height: 90px;
	margin:15px 0px 0px 25px;
	background-color: #ffffff;
}

/* menu */
#menu {
	width: 100%;
}

/* main-menu */
#menu_main {
	width:980px;
	height: 26px;
	margin: 0 auto;
	
	font-size:12px;
}

/* no underline for links */
#menu_main a { text-decoration: none; }

/* menu list */
#menu_main ul {
	padding:0px;
	margin:0px;
}

/* menu list items */
#menu_main ul li{
	height: 21px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	float:left;
	background-repeat: no-repeat;
	list-style:none;
	text-transform:uppercase;
}

/* submenu list */
#menu_sub ul {
	padding:0px;
	margin:0px;
}

/* submenu list items */
#menu_sub ul li{
	height: 21px;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 5px;
	float:left;
	list-style:none;
	text-transform:uppercase;
}

/* shortlinks */
#menu_main span {
	float:right;
	padding-top:5px;
	font-size:12px;
}

/* sub-menu */
#menu_sub {
	width:980px;
	height: 26px;
	margin: 0 auto;
}

/* content */
#content_main {
	width:980px;
	margin: 0 auto;
	margin-top: 15px;
}

/* content left */
#content_left {
	float:left;
	width:665px;
}

/* content right */
#content_right {
	float:right;
	width:290px;
}

/* content right blocks */
#content_right .block {	
	margin-bottom: 15px;
	padding:8px 15px 15px 15px;
	
	line-height: 18px;	
}
/* right blocks */
#block1 { height: 155px; }
#block2 { height: 155px; }
#block3 { height: 110px; }
#block4 { height: 110px; text-align:center;}

/* content right heading */
#content_right .block h2{
	font-size: 15px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content_right_sponsor {
	width:205px;	
	margin:0 auto;
}
/* footer */
#footer {
	clear:left;
	width:980px;
	height: 26px;
	margin: 0 auto;
	text-align: center;
}

/* footer line */
#footer_line {
	width:100%;
	height:5px;	
	float:left;
}

/* footer hyperlinks */
#footer_hyperlinks {
	float:left;
	text-align:center;
	width:980px;
	padding-top:10px;
	margin-bottom:10px;
}

/* footer hyperlinks position */
#footer_hyperlinks p { margin:0px;} 
#footer_hyperlinks span {padding: 0px 10px 0px 10px;}

/* heading 1 */
h1 { 
	margin-top:0px;
	font-size: 18px;
}

/* playbutton big */
#playover{
	position:absolute;
	left:200px;
	top:100px;
	background-image: url('/images/play_icon.png');
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/play_icon.png',sizingMethod='image');
	display:inline;
	width:45px;
	height:44px;
	display:block;
	z-index:99;
	cursor:pointer;
}

/* playbutton small */
.list_item_left #playover, .homepage_carrousel_items #playover{
	position:absolute;
	left:60px;
	top:25px;
	background-image: url('/images/play_icon_small.png');
	_background-image: none; 
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/play_icon_small.png',sizingMethod='image');
	display:inline;
	width:30px;
	height:29px;
	display:block;
	z-index:99;
	cursor:pointer;
}
