@charset "iso-8859-9";

/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(img/bg.jpg);
	background-color: #1A1A1A;
	background-repeat: repeat-x;
}

#wrapper {
	height:100%;
	background-color: #000000;
	padding: 0 10px 0 10px
}

#header {
	width:100%;
	height: 90px;
	background-image:url(img/headerBck.gif);
	background-color:#CCCCCC;
	padding: 0;
}

#mainNav {
	list-style: none;
	background-color:#000000;
}
#bannerTop {
	width: 100%;
	height: 200px;
	float: left;
}
#footer {
	height: 40px;
	text-align:center;
	background-color:#333333;
	padding-top: 10px;
	clear: both;
}
div p {
	font-size: 11px;
	color: #FFFFFF;
}
.whiteTxt {
	font-size: 11px;
	color: #FFFFFF;
}
.blackTxt {
	font-size: 11px;
	color: #000000;
}
.redTxt {
	font-size: 11px;
	color: #FF0000;
}

/* The Core Technique
================================= */

body {
	text-align: center; 
	min-width: 800px;
}

#wrapper {
	width: 780px; 
	margin: 0 auto; 
	text-align: left;
}

#mainNav { 
	width: 100%;
	float: left;
}

#mainContent {
	background-image: url(img/contentTop.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	width: 100%;
	float: left;
}
#content {
	padding: 30px 20px 30px 20px;
}

/* NAVIGATION BUTTONS
================================= */
.menu {
	height: 41px;
	width: 780px;
}
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(img/buttonOver.gif) no-repeat;
	width: 130px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	display: block;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
	height: 41px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	color: #CC0000;
}
.cssnav img {width: 130px; height: 41px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
	position: absolute;
	left: 3px;
	top: 15px;
	text-align: center;
	width: 125px;
	cursor: pointer;		 
}
/* END OF NAVIGATION */
