* {
	padding: 0;
	margin: 0;
	font-family: Arial;
}

a, img{
	border: 0;
}

html, body {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#main_holder{
	width:100%;
	height:100%;
}

#main_holder td{
	width: 100%;
	text-align: center;
	vertical-align: top;
}

#cell_header
{
	background-color:#fff;
	background-image:url(../images/bg_header_sub.gif);
	vertical-align: bottom;
}

#header {
	margin: 0 auto;
	height:117px;
	width:968px;
	text-align: left;
	background-image:url(../images/header_logo_bg_sub.gif);
}

#header_top
{
	height: 118px;
	width: 968px;
}

#logo_hive{
	margin: 15px 0 0 15px;
	float: left;
}

/* MENU styles are in menu.css */

#change_lang {
	float: right;
	margin: 5px 18px 0 10px;
	font-family: Arial;
	font-variant:small-caps;
	font-size: 12px;
		color: #808080;
}

#change_lang a, #change_lang a:visited, #change_lang a:active{
	text-decoration: none;
	color: #808080;
}

#change_lang a:hover{
	color: #404040;
}

#change_lang a.active{
	color: #000;
}

#search{
	float: right;
	margin: 36px 10px 0 0;
}

#search .search_txt{
	float: left;
	border: 1px solid #000;
	padding: 9px 10px;
	font-size: 13px;
	font-weight: normal;
	color: #484848;
	font-family: Arial;
	background-color: #fff;
	width: 134px;
}

#search .btn_search{
	float: left;
	margin: 0 5px;
}

#search img{
	float: left;
	margin: 0 5px;
}

#cell_content {
	height: 100%;
	background-color: #f0f0f0;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../images/logo_bg.gif);
}

#content {
	height: auto;
	border: 0;
	width: 968px;
	clear: both;
	text-align: left;
	margin: 0 auto;
}

#cell_footer{
	background-color:#0e0e0e;
	background-image:url(../images/bg_footer.gif);
	height: 128px;
	vertical-align: bottom;
}

#footer
{
	width:968px;
	height:128px;
	clear:both;
	margin: 0 auto 0 auto;
	text-align: center;
}

#footer_top{
	text-align: center;
	width: 968px;
	height: 106px;
}

#menu_footer{
	width: auto;
	margin: 0 auto;
}

#menu_footer ul{
	list-style-type: none; 
	margin: 0 0 0 200px;
	padding: 0;
}

#menu_footer ul li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 20px 5px;
}

#menu_footer ul li a:first-letter{
	font-size: 16px;
}

#menu_footer ul li a, #menu_footer ul li a:visited, #menu_footer ul li:active{
	display: block;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

 #menu_footer ul li a:hover{
	color: #ffde00;
}

#menu_footer ul li.active a{
	color: #ffde00;
	cursor: default;
}

#footer_bottom{
	width: 968px;
	height: 22px;
}

#copyright{
	color: #808080;
	float: left;
	font-size: 11px;
	margin: 5px 0;
}
#brain{
	color: #808080;
	float: right;
	font-size: 11px;
	margin: 5px 0;
}
#brain a, #brain a:active, #brain a:visited, #brain a:hover{
	color: #ffde00;
	text-decoration: none;
}