@charset "utf-8";
/* CSS Document */

/* Colours
 body bg: #262626;
 green: #a6ce39;
*/

/* Contents 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
img {border:0;}
body {
	background:#000 repeat-x url(../images/build/background.gif) top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:0;
	margin:0;
	color:#fff;
}
hr {
	height:2px;
	margin:10px 0;
	background:repeat-x url(../images/build/hr.gif) center;
	border:0;
}
th {
	background-color:#000;
}
td {
	background-color:#121212;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
.fullwidth {
	width: 100%;
	}
.addsides {
	margin:0 auto;
	width:990px;
}
.headerback {
	background:no-repeat url(../images/build/header.jpg) top left;
	height:187px;
	}
.mainback {
	background:#262626 repeat-x url(../images/build/bodybottom.gif) bottom;
	min-height:200px;
	padding-bottom: 20px;
	color: #CCC;
	}
.mainback p{
	margin-top:0;
	}
.imageright {
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
.imageleft {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
.header {
	height:207px;
}
.headerleft, .footerleft {
	float:left;
	padding:0;
	width:680px;
}
.headerright, .footerright {
	float:right;
	text-align:right;
}
.footerleft, .footerright {
	line-height:180%;
}
.headerright {
	padding-top:45px;
}
.column {
	float:left;
	width:340px;
	padding-right: 40px;
	line-height:130%;
}
.columndouble {
	float:left;
	width:720px;
	line-height:130%;
}
.rightcolumn {
	width:230px;
	float:right;
	padding:0;
	margin:0;
}
.boxheader {
	font-size:120%;
	background:#65a10c repeat-x url(../images/build/boxheader.gif) top;
	padding:15px 0 15px 19px;
	color: #fff;
}
.rightbox {
	background: #111 no-repeat url(../images/build/rightboxbottom.gif) bottom left;
	padding-bottom:15px;
}
.rightbox ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:90%;
}
.rightbox li{
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #222;
	border-bottom:1px solid #000;
}
.rightbox li a{
	padding:17px 19px;
	color:#eee;
	text-decoration:none;
	display:block;
}
.rightbox li a:hover{
	background:repeat-y url(../images/build/rightboxover.gif) top left;
	color:#fff;
}
.footerback {
	padding-top:20px;
	background:repeat-x url(../images/build/footer.gif) top;
	height:100px;
	clear:both;
	font-size:70%;
	color:#999;
	}
.footerback a{
	color:#999;
	text-decoration:none;
	}
.footerback a:hover{
	color:#ccc;
	text-decoration:none;
	}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
.navigation {
	height:69px;
	background: repeat-x url(../images/build/navback.gif);
	font-size:130%;
}
.navigation ul{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
.navigation li{
	padding:0;
	margin:0;
	display:inline;
	height:69px;
	float:left;
}
.navigation li a{
	text-decoration:none;
	color:#efefef;
	padding:20px 40px;
	margin:0;
	display:block;
}
.navigation li a:hover{
	background: repeat-x url(../images/build/navover.gif) top left;
	color:#fff;
}
.navigation li.selected{
	background: repeat-x url(../images/build/navon.gif) top left;
	color:#fff;
}
.navseparator {
	background-image:url(../images/build/navseparator.gif);
	width:2px;
}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
h1, .largetext {
	font-size:160%;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
	color:#fff;
}
h2 {
	font-size:120%;
	font-weight:normal;
	padding:0 0 4px 0;
	margin:0;
	color:#09F;
}
h3 {
	font-size:120%;
	font-weight:normal;
	padding:0 0 4px 0;
	margin:0;
	color:#a6ce39;
}
.greentext, .mainback a:hover {
	color:#a6ce39;
}
.mainback a{
	color:#fff;
	text-decoration:none;
}
ul.textlist {
	padding:0 0 0 20px;
	list-style:none;
	font-size:90%;
}
ul.textlist li{
	background:no-repeat url(../images/build/bullet.gif) top left;
	padding-left:12px;
	padding-bottom: 5px;
}
.smalltext {
	font-size:80%;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
form {
	padding:0;
	margin:0;
}
input[type="text"], textarea, select {
	border:1px solid #222;
	margin-bottom:10px;
	padding:2px 0 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 320px;
	color: #FFF;
	background-color: #333;
}
label {
	width:150px;
	padding-top:3px;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */
.nopadding {
	padding:0!important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */

