/* START HTML / BODY */
html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	background: #FFFFFF;
}	


/* START TOP MENU */
.row_top_menu {
	height:35px;
	width:100%;
}

.top_menu
{
	background:url('/explorer/static-media/images/top_bk.png') repeat-x;
	width: 100%;
	height: 100%;
	margin:0;
}

.top_menu img {
	float:left;
	border:0;
}

.lang_image {
	float: right;
	display: inline;
	padding: 10px 0 6px 0;
	margin-left: 10px;
}


/* START SUB-MENU */
.row_sub_menu {
	height:32px;
	width:100%;
	background-color:#dfdede;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.sub_menu_item a		{ color: #000000; padding:8px 12px 8px 12px; font-size: 14px;text-decoration: none;}
.sub_menu_item a:hover	{ color: #000000; background: #afaeae;height:32px;}
.sub_menu_item.active	{ color: #626262; padding:8px 12px 8px 12px; font-size: 14px; text-decoration: none;background: #FFFFFF;}

/* START CONTAINER */
#container {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 600px;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

/* IE 6 */
* html #container {
	width:expression((document.body.clientWidth<960)?"960px":"100%");
}


/* START HEADER */
.row_header {
	margin: 0;
	height: 124px;
	padding: 0 40px 0 40px;
}

.row_header a {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 340px;
	height: 124px;
	display: block;
	text-indent: -999em;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("../static-media/images/logo.gif");
	}
	
.row_header table {
	padding:0px;
	margin:0px;
	border: none;
	width:300px;
	height:124px;
	float: right;
	color: #000000;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*////////////////////////////////////////////////////////
	END HEADER
////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////
	START MAIN CONTENT
////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////
	FLASH
////////////////////////////////////////////////////////*/
#content {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height:100%;
	background-image: url("../static-media/images/background.jpg"));
	background-repeat: repeat-x;
	background-position: top;
    /* HEIGHT APLLYED BY JAVASCRIPT */
}
#swf {
	width:100%;
	height:100%;
}
/*////////////////////////////////////////////////////////
	END MAIN CONTENT.
////////////////////////////////////////////////////////*/

