/*
	Title:      Screen styles
	Author:     Front-end
	Copyright:  Martijn de Valk  All rights resevered
*/
html, body {
	height: 100%;
	background: url(../gfx/repeater.jpg) bottom center repeat-x #000 fixed;
}
/* common 
============================================================= */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
}
a img, img {
	border:none;
}
h1, .h1 {
	font-size:22px;
}
h2, .h2 {
	font-size:20px;
	color:#71ac03;
}
h3, .h3 {
	font-size:18px;
	color:#71ac03;
}
h4, .h4 {
	font-size:16px;
	color:#71ac03;
}
h5, .h5 {
	font-size:14px;
	color:#71ac03;
}
h6, .h6 {
	font-size:12px;
	color:#71ac03;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:normal;
	word-spacing:3px;
	color:#ccc;
}
h1, h2, h3, h4, h5, h6, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:10px;
}
p{
	margin-bottom:10px;
}
a {
	text-decoration:none;
	color:#71ac03;
}
a:hover {
	text-decoration:underline;
}
object {
	outline:none;
}
ol, ul, dl {
	margin-left:20px;
}
ol li {
	margin-bottom:5px;
	list-style:decimal outside;
}
ul li {
	margin-bottom:5px;
	list-style:disc outside;
}
optgroup {
	font-weight:normal;
}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:help;
}
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
}
th, td {
	border:1px solid #000;
	padding:2px;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	text-align:center;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}
label{
	cursor:pointer;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
}
/* common trigger classes
============================================================= */
.hide {
	display:none;
}
hr {
	margin:20px 0px;
	border:none;
	height:2px;
	background:url(../gfx/hr.png) repeat-x;
}
.hr{
	margin:0 auto;
	background:url(../gfx/dashed-line-hor.gif) repeat-x;
	height:1px;
	width:960px;
}
.floatRight {
	float:right;
}
.floatNone {
	float:none;
}
.floatLeft {
	float:left;
}
.clearLeft {
	clear:left;
}
.clearBoth {
	clear:both;
}
.clearRight {
	clear:right;
}
.imgLeft{
	float:left;
	margin:5px 10px 0px 0px;
}
.imgRight{
	float:right;
	margin:5px 5px 0px 10px;
}
/* buttons
============================================================= */
a.btn {
	height: 23px;
	display: inline-block;
	line-height: 21px;
	padding-right: 10px;
	margin: 0 2px 0 9px;
	font-weight: bold;
	position:relative;
	text-decoration: none;
}
a.btn span {
	height: 23px;
	width:9px;
	display: inline-block;
	margin-left: -9px;
	position: absolute;
	top: 0;
}
span.btn {
	display: inline-block;
	cursor: pointer;
}
/* content
============================================================================= */
.nav-main{
	margin:20px auto;
	padding:0px;
	width:980px;
}
.nav-main li{
	margin:0px;
	padding:0px;	
	width:196px;
	height:120px;
	float:left;
	list-style:none;
}
.nav-main li a{
	width:196px;
	height:120px;
	display:block;
	background:url(../gfx/button.png) top left no-repeat;
	position:relative;
}
.nav-main li a:hover,
.nav-main li a.active{
	text-decoration:none;
	background-position:bottom left;
}
.nav-main li a span{
	width:196px;
	height:120px;
	position:absolute;
	top:25px;
	left:0px;
	display:block;
	font-size:16px;
	color:#333;
	text-align:center;
	text-transform:uppercase;
}
.nav-main li a:hover span,
.nav-main li a.active span{
	top:15px;
	color:#111;
}
/* footer
============================================================================= */
