/* CSS Videoportal MAIN */

BODY {
	padding: 0;
	margin: 0;
	background: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#main_area {
	margin: auto;
	width: 1000px;
	text-align: left;
	background: #43484F;
}
#content_area {
	clear: both;
	/*background: url(../pics/bg_content_area.gif);*/
	/*padding-bottom: 10px;*/
}
#CONTENT_MAIN {
	float: right;
	width: 787px;
	background: #EFEFEF;
	color: #666666;
}
#top_area {
	height: 79px;
	background: url(../pics/bg_top_area.gif);
	background-repeat: no-repeat;
}
#top_area_left {
	width: 274px;
	float: left;
}
#top_area_right {
	float: left;
}
#top_area_left #LOGO {
	margin-top: 10px;
	padding-right: 5px;
	height: 58px;
	overflow: hidden;
}
#MENU_MAIN_OUTER {
	width: 700px;
	margin-top: 12px; 
}
#MENU_SUB_OUTER {
	clear: both;
}
#search_area {
	width: 1000px;
	height: 25px;
	background: url(../pics/bg_search_area.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#banner_area {

}
#banner_image {
	width: 1000px;
}
.clearer {
	display: block;
	clear: both;
}

/* MENU MAIN */
#MENU_MAIN {
	padding-left: 20px;
	line-height: 24px
}
.main-menu-item A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDBDBD;
	text-decoration: none;
	text-transform: uppercase;
}
#MENU_MAIN a:hover {
	color: #FFFFFF;
}
.main-menu-item {
	padding-right: 15px;
	display: block;
	float: left;
}
.main-menu-item-act {
	padding-right: 15px;
	display: block;
	float: left;
}
.main-menu-item-act A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF !important;
}
/* MENU SUB */
#MENU_SUB {
	padding-left: 20px;
	line-height: 24px;
	clear: both;
}
.sub-menu-item A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDBDBD;
	text-decoration: none;
}
#SUB_MAIN a:hover {
	color: #FFFFFF;
}
.sub-menu-item {
	padding-right: 15px;
	display: block;
	float: left;
}
.sub-menu-item-act {
	padding-right: 15px;
	display: block;
	float: left;
}
.sub-menu-item-act A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF !important;
}

/* FOOTER / MENU BASIC */
#footer {
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	background: #2A2B30;
	clear: both;
	color: #BDBDBD;
}
#footer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDBDBD;
	text-decoration: none;
	padding-right: 10px;
}
#footer a:hover {
	color: #FFFFFF;
}

/* CONTENT MAIN */
#CONTENT_MAIN {
	padding-top: 0;
	margin-top: 0;
}
#CONTENT_MAIN_INNER  {
	padding-right: 170px;
	padding-top: 0;
	margin-top: 0;
}
#CONTENT_MAIN_INNER H1 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#CONTENT_MAIN_INNER P {
	margin-top: 10px;
	margin-bottom: 0;
}
#CONTENT_MAIN A {
	color: #666666;
}