/* CSS Document */

body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background: #000;
}

#container {
 max-width:100%;
 background: #000;
 margin: 0px;
 padding: 0px;
}


/* top banner */
#banner {
	position: fixed;
	left: 0px;
	width: 100%;
	margin-right: 0px;
	top: 0px;
	right: 0px;
	height: 40px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(ajxmenu_files/menu-bg.jpg);
	padding: 0px;
	color: #000;
	z-index: 200;
}

#subbanner {
	position: fixed;
	left: 0px;
	width: 380px;
	margin-right: 0px;
	top: 40px;
	right: 0px;
	height: 80px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	background-position: left top;
	background-image: url(ajxmenu_files/footer.png);
	background-repeat: no-repeat;
	z-index: 100;
}

*.float-divider { 
clear:both; display:block;
height:1px; font-size:1px; line-height:1px; 
}



	
/* content */
#content {
	width: 100%;
	min-width: 100%;
	margin: 80px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #E8E8E8;
	text-align: center;
	background-color: #000000;
	left: auto;
	right: auto;
}


/* content with 1 column only */
#column1only {
	width: 85%;
	min-width: 1024px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E8E8E8;
	float: none;
	left: auto;
	right: auto;
}
 
.boxhorizontal {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	overflow: auto;
	text-align: left;
	vertical-align: top;
	height: 788px;
	width: 1024px;
	position: relative;
	background-position: 50%;
	z-index: 1;
}

/* Hypertext Hover styles */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8E8E8;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

*.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBDBDB;
	text-decoration: none;
}

*.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

*.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

*.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}


*.footer {
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	float: left;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	width: 100%;
 }
