body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	text-align:center;
	width:100%;
	font-family:Arial;
}
#header_wrapper{
	height:96px;
	width:100%;
	font-size:0;
}
	#header{
		background:#FFFFFF;
		width:1024px;
		height:96px;
		margin:0 auto;
		text-align:left;

		position:relative;
	}
	#header_mask{
		
		width:1024px;
		height:96px;
		position:absolute;
		z-index:999;
	}
	#pics{
		width:836px;
		height:96px;
		padding:0;
		margin:0;
		float:right;
		z-index:10
	}
	#pics img{
		padding:0;
		margin:0;
		border:0;
	}
	#header_top_left {
		background:#E50278;
		width:50%;
		height:96px;
		position:absolute;
		top:0;
		left:0;
	}
/* MENU START */
#menu{
	background-color:#010643;
	width:100%;
	height:43px;
	margin:0;
	padding:0;
	position:relative;
	margin-top:2px;
	z-index:600;
}
	#menu .menu_wrapper {
		width:1024px;
		margin:0 auto;
		position:relative;
	}
		#menu_ul {
			/*background:url(../images/menu_bg_pixal.gif) repeat-x;*/
			background-color:#010643;
			height:43px;
			margin:0;
			padding:0;
			position:relative;
			list-style-image:none;
			list-style-position:inside;
			list-style-type:none;
			list-style: none;
		}
			#menu_ul li {
				float:left;
				height:43px;
				display:block;
			}
				#menu_ul  a.nav {
					height:43px;
				}
				#menu_ul li a {		
					display:block;
					overflow:hidden;
					background-image:url('../images/menu.gif');
				}
					#menu_ul li a span {
						position:relative;
						top:-1000px;
						font-size:0;
						line-height:0;
						display:block;
					}
				#menu_ul li.over {
					background-position:0 -43px;
				}
		/* Button widths */
		#menu_ul li.nav1 a {
			width:89px;
			background-position:0px 0px;
		}
			#menu_ul li.nav1 a:hover,#menu_ul li.nav1_current a {
				width:89px;
				background-position:0px -43px;
			}
		#menu_ul li.nav2 a {
			width:87px;
			background-position: -89px 0px;
		}
			#menu_ul  li.nav2 a:hover,#menu_ul li.nav2_current a {
				width:87px;
				background-position:-89px -43px;
			}
		#menu_ul li.nav3 a {
			width:127px;
			background-position:-176px 0px;
		}
			#menu_ul li.nav3 a:hover,#menu_ul li.nav3_current a {
				width:127px;
				background-position:-176px -43px;
			}
		#menu_ul li.nav4 a {
			width:95px;
			background-position:-303px 0px;
		}
			#menu_ul li.nav4 a:hover,#menu_ul li.nav4_current a {
				width:95px;
				background-position:-303px -43px;
			}
		#menu_ul li.nav5 a {
			width:120px;
			background-position:-398px 0px;
		}
			#menu_ul li.nav5 a:hover,#menu_ul li.nav5_current a {
				width:120px;
				background-position:-398px -43px;
			}
		#menu_ul li.nav6 a {
			width:103px;
			background-position:-518px 0px;
		}
			#menu_ul li.nav6 a:hover,#menu_ul li.nav6_current a {
				width:103px;
				background-position:-518px -43px;
			}
		#menu_ul li.nav7 a {
			width:113px;
			background-position:-621px 0px;
		}
			#menu_ul li.nav7 a:hover,#menu_ul li.nav7_current a {
				width:113px;
				background-position:-621px -43px;
			}
			
	/* SUB MENU */
	#menu_ul  li ul.submenu_ul{
        display:none;
		padding:0;
		margin:0;
		list-style-image:none;
		list-style-position:inside;
		list-style-type:none;
		list-style: none;
		position:absolute;
		top:45px;
		margin-left:9px;
		margin-bottom:-2px;
		width:300px;
		z-index:9999;
	}
	
	#menu_ul  li.nav1 ul.submenu_ul{
		left:-9px; /* - 140 px*/
	}
	#menu_ul  li.nav2 ul.submenu_ul{
		left:80px; /* - 148 px*/
	}
	#menu_ul  li.nav3 ul.submenu_ul{
		left:167px;
	}
	#menu_ul  li.nav4 ul.submenu_ul{
		left:294px;
	}
	#menu_ul  li.nav5 ul.submenu_ul{
		left:389px;
	}
	#menu_ul  li.nav6 ul.submenu_ul{
		left:508px;
	}
	#menu_ul  li.nav7 ul.submenu_ul{
		left:612px;
	}
		#menu_ul  li ul.submenu_ul li{
			padding:0;
			margin:0;			
			font-size:0;
			line-height:0;
			width:300px;
			border:0;
			height:auto;
			float:none;
			display: inline; 
			list-style: none;
		}
			#menu_ul  li ul.submenu_ul li.subsubmenu span{
				font-size:10px;
				font-family:Arial;
				text-transform:uppercase;
				line-height:1em;
				padding:6px;
				padding-left:20px;
				padding-right:11px;
				margin:0;
				top:0;
				display:block;
			}
			#menu_ul  li ul.submenu_ul li span{
				font-size:11px;
				font-family:Arial;
				text-transform:uppercase;
				line-height:1em;
				padding:6px;
				padding-left:11px;
				padding-right:11px;
				margin:0;
				top:0;
				display:block;
			}

			#menu_ul  li ul.submenu_ul li a{
				border-left:2px solid #FFFFFF;
				border-right:2px solid #FFFFFF;
				border-bottom:2px solid #FFFFFF;
				text-align:left;
				color:#646f7c;
				background:#e6e8ea;
				text-decoration:none;
				width:300px;
				padding:0;
				margin:0;
			}
			#menu_ul  li ul.submenu_ul li a:hover{
				color:#FFFFFF;
				background:#E50278 url('../images/submenu_bg_pixal.gif') repeat-x;
				text-decoration:none;
				width:300px;
				padding:0;
				margin:0;
			}
/* MENU END */

#content{
	margin:30px auto 0 auto;
	width:1024px;
	height:600px;
	position:relative;
}
#flashcontent{
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	height:620px;
	width:1024px;
}
#footer{
	background-color:#e6e8ea;
	height:75px;
	width:100%;
	position:absolute;
	left:0;
	top:817px;
	z-index:300;
}
	#footer .footer_wrapper{
		margin:0 auto;
		width:1024px;
		font-family:Arial;
		font-weight:bold;
		font-size:12px;
		color:#8b939d;
		text-align:left;
		padding-top:15px;
	}
	#footer a{
		color:#8b939d;
		text-decoration:none;
	}
	#footer a:hover{
		color:#8b939d;
		text-decoration:underline;
	}
	
div .div_close{
	clear:both;
	line-height:0;
	font-size:0;
}
div .left_col{
	float:left;
}
div .right_col{
	float:right;
}