/* CSS Document */

html {
}

body {
	background:#000000;	
	font-size:11px;
	color:#000000;
	font-family:Arial;
	font-weight:normal;
	margin:0;
	padding:0;
}

#container {
	width:960px;
	height:700px;
	margin:0px;
	padding:0;
	background:#000000;
}

#flash {	
	width:960px;
	height:355px;
	display: inline; float:left;
	display:inline;
	margin:0;
	padding:0;
	
	background: url(../layout/noflash.jpg) no-repeat;
}

#navbar {
	width:960px;
	height:32px;
	display: inline; float:left;
	display:inline;
	margin:0;
	padding:0;	
	background: url(../layout/navi_layer.jpg) top no-repeat;
	position:relative;
}


#content {
	width:960px;
	height:313px;
	display: inline; float:left;
	display:inline;
	margin:0;
	padding:0;	
	background:#000000;
}

img { 
	border: none;
}


/* ------- TV-Link Button -------*/

#tv_button_link {
	width:auto;
	height:27px; 
	display: inline; float:left;
	margin:3px 0 0 0; 
	padding:0; 
	position:absolute;
	right:0px;
}

#tv_button_link a:link, #tv_button_link a:visited, #tv_button_link a:active {
	text-decoration:none;
	border:none;
}

#tv_button_link a:hover, #tv_button_link a:focus {
	text-decoration:none;
	border:none;
}

/* --------------------- Navigaion --------------------*/

#navbar ul {
	list-style: none;
	padding:0;
	margin:0 0 0 10px;
}

#navbar li {
	display: inline; float:left;
	width:auto;
	display:block;
	margin:5px;
	padding:3px 5px 3px 0;
	border-right:1px solid #919191;
}
              
#navbar li a {	
	font-family:Arial; 
	font-size:14px;
	font-weight:normal;
	color:#919191;
	text-decoration:none;
}

#navbar li a:hover, #navbar .navActive {
	/*color:#ee9c1f;*/
	color:#af0000;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #ee9c1f;*/
	border-bottom: 1px solid #af0000;
}	

/* ----------------------- Links ----------------------*/

a:link {
	color:#000000;
	font-weight:bold;
}

a:hover {
	color:red;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#000000;
	font-weight:bold;
}

a:active {
	color:red;
	font-weight:bold;
}

/* -----------------------Listen ----------------------*/
