* { margin: 0; padding: 0; }
body { background: #000; margin:0; padding:0; height: 100%; }
body,input,select,textarea { font-family: Arial, Helvetica, Verdana, sans-serif; }
form { margin:0; padding:0; }
img { border:none; }
hr { display:none; border: 0; }
pre { display: none; }
ul { list-style-type:none; padding-left:0; margin-left:0; }
a { color:#fff; text-decoration:none; padding:0 4px; }
a:hover { color:#628E6B; text-decoration:none; }
h2 { color:#fff; font-size:20px; font-weight:normal; margin-bottom:5px; }
h3 { font-size:22px; color:#000; border-bottom:2px solid #f5f5f5; padding-bottom:3px; margin-bottom:20px; }
.noborder { border: 0; }
div#slogan { display: none; }

/*
##############
GRADES
##############
*/

div#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

div#header {
	width: 960px;
	height: 100px;
	background: #000;
}

div#wrapper {
	width:960px;
	background: #000;
}

div#footer {
	width: 960px;
	margin-top: 20px;
	background: #000;
	text-align:center;		
}

/*
##############
HEADER
##############
*/

div#logo {
	width: 289px;
	height: 60px;
	display: block;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
}

div#logo img {
	display: block;
	float:left;

}

div#header ul {
	margin-top: 40px;
	float:right;
}

div#header ul li {
	float: left;
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	text-transform: uppercase;
}

div#header ul li a,
div#header ul li a:link,
div#header ul li a:visited {
	display: block;
	float: left;
	height: 24px;
	line-height:24px;
	padding-left:5px;	
}

div#header ul li a:hover,
div#header ul li a:active {
	background: url(../../../static/img/template/nav_home_lft.gif) no-repeat top left;
}

div#header ul li a span,
div#header ul li a:link span,
div#header ul li a:visited span {
	display: block;
	float: left;
	height: 24px;
	line-height:24px;
	padding-right:5px;
	cursor:pointer;	
}

div#header ul li a:hover span,
div#header ul li a:active span {
	background: url(../../../static/img/template/nav_home_rgt.gif) no-repeat top right;
}

/*
##############
BANNER HOME
##############
*/

div#title {
	width: 960px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #000;
}

div#banner {
	width:960px;
	display:block;
	height: 380px;
}

div#banner img {
	display: none;
	cursor: pointer;
}

/*
##############
FOOTER
##############
*/

div#footer p {
	color: #666;
	padding: 5px 0;
	font-size: 11px;
}