@charset "UTF-8";
/* CSS Document */

body {
	background-color:#0033FF;
	padding:0px;
	margin:0px;
	background-image:url(images/homesplash.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	/*height:690px;*/
	font-family:Tahoma, Geneva, sans-serif;
}

/*
div#header {
	margin:0 auto;
	width:990px;
}
*/

div#header {
	width:100%;
	height:70px;
	margin-top:15px;
	/*background-color:#00F;*/
	background-image:url(images/header_bck.png);
	background-repeat:repeat-x;
}

div#wrapper1,div#wrapper3 {
	width:20%;
	float:left;
}

div#wrapper2 {
	width:60%;
	float:left;
}

div#header h1,h2 {
	width:300px;
	margin:0px;
	padding:0px;
	text-align:center;
	margin:0 auto;
	color:#FFF;
}

div#header h1 {
	font-weight:bold;
	font-size:23px;
	line-height:35px;
}

div#header h2 {
	font-weight:lighter;
	font-size:15px;
	line-height:35px;
}

img#logo_dx {
	float:right;
	margin-top:-10px;
	margin-right:10px;
}

img#logo_sx {
	float:left;
	margin-top:-5px;
	border:none;
	margin-left:10px;
}

div#container {
	/*background-image:url(images/homesplash.jpg);*/
	width:100%;
}

/*div#menu_btn {
	margin-top:20px;
	background-color:#00C;
	color:#FFF;
	width:150px;
	height:20px;
	text-align:center;
}*/

ul#menu {
	/*background-color:#FFFFFF;*/
	width:150px;
	height:150px;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-right:10px;
	background-image:url(images/menu_bck.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

ul#menu li {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#menu h4 {
	background-color:#00C;
	color:#FFF;
	text-align:center;
	margin:0px;
	padding:0px;
}

ul#menu a {
	display:block;
	width:145px;
	height:20px;
	line-height:20px;
	margin:0px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:5px;
	text-decoration:none;
	/*color:#FF0000;*/
	color:#FFF;
}

ul#menu a:hover {
	background-color:#0000FF;
}

