/* Colors 
58e000 - Bright Green
5CA82A - Green
83F03C - Light Bright Green
A0F06C - Light Green
399200 - Dark Green
*/

/* Fonts
Walkaway for images
*/

body{
	margin: 0 auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #333;
	color: #fff;
	font-size: 14px;
}

a {
	color: #399200;
}

img {
	border: none;
	vertical-align: bottom;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header{
	height: 199px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../images/banner.png) no-repeat;
}

#banner{
	height: 139px;
	position: relative;
}

#download-logo {
	position: absolute;
	top: 0;
	right: 0;
}

#nav {
	height: 60px;
	background: url(../images/bg_nav.png) repeat-x;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 13px;
}

#nav ul li {
	float: left;
	width: 180px;
	background: url(../images/btn_base.png) no-repeat;
	height: 60px;
	margin: 0 3px;
	text-align: center;
	line-height: 60px;
}

#nav ul li a {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#content{
	color: #000;
	background: #fff;
	padding: 3px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#footer{
	line-height: 18px;
	padding: 0 3px;
	width: 952px;
	height: 18px;
	font-size: 80%;
}

span.bold {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.bold {
	font-weight: bold;
}

.margin-left {
	margin-left: 25px;
}

.no-margin {
	margin: 0;
	padding: 0;
}

.codebox {
	border: 1px dotted #c7c7c7;
	background: #333;
	color: #a0f06c;
	padding: 3px;
}
