@charset "utf-8";
/* CSS Document */

/* ---- [ Master style ] ---- */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin:0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body {
	color: #fff;
	font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
	font-size:12px;
	background:#000;
}

.btnav { background-color: #000000; border: 1px #000000 solid;}

ul{
	list-style-type:none;
}
a:hover{
	text-decoration:underline;
	color:#8f8f8f;
}

a{
	text-decoration:none;
	color:#8f8f8f;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
	font-weight: bold;
}

h1{
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	color:#ff7800;
}

.logobg{
	background:#bb0e25 url(../images/logo_bg.gif) repeat-y top left;
	width:300px;
}

#language{
	padding-left:40px;
	color:#8f8f8f;
	text-transform:uppercase;
}

.pic{
	background:#000 url(../images/toppic.jpg) no-repeat bottom right;
}

.pic_subpage{
	background:#000 url(../images/toppic_sub.jpg) no-repeat bottom right;
}

.main_menu{
	background:url(../images/menu_bg.gif) repeat-x top left;
	height:65px;
	vertical-align:middle;
}

.subpage_bg{
	background:#101010;
}

.hr_space{
	height:5px;
	background:#000;
}


.mov_thumb{
	width:160;
}

.main_menu li{
	font:'Lucida Grande';
	font-smooth:auto; /* CSS3 Font smoothing */	
	font-size:14px;
	font-weight:bold;
	float:left;
	padding:0 15px 0 18px;
	background:url(../images/lidot.gif) no-repeat center left;
}

.main_menu li.first{
	padding:0 15px 0 25px;
	background:none;
}

.main_menu a{
	text-decoration:none;
	color:#fff;
}

.leftcol{
	width:225px;
	background:#101010;
}
.midcol{
	width:296px;
	background:#000 url(../images/midcol_bg.gif) repeat-x top left;
}
.rightcol{
	width:225px;
	background:#101010;
}
.greycol{
	background:#101010;
}
.thumb_img{
	margin:10px;
	border:solid 2px #3d3d3d;
	}

.img_thumb_top_prgram{
	border:#2f2f2f solid 5px;
}

#subtitle{
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:5px;
}

#subtitle span{
	color:#fff;
	font-size:11px;
	text-align:center;
	padding-left:15px;
}

p{
	padding:10px;
	margin:0;
}

#footer{
	background:#101010;
	height:80px;
	font-size:10px;
	text-align:center;
	color:#8f8f8f;
	text-transform:uppercase;	
	}
	
.footermenu{
	padding:10px;
	}
	
.copyright{
	padding:5px;
	clear:both;
	}	
	
.copyright span{
	padding-left:50px;
	}
	
.mov_description{
	color:#fff;
	font-weight:bold;
	padding-top:10px;
}

.mov_description li{
	padding-bottom:5px;
}

.mov_description li span{
	color:#929292;
	padding-left:10px;
	font-weight:normal;
}

.movdesc{
	padding:0 10px 10px 10px;
}

.movdesc a{
	color:#45a4ca;
	font-weight:bold;
}
