/* BASICS */

html
{
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	font: 62.5%/1.4 'Lucida Grande', Verdana, sans-serif;
}

body img {
	border:0;
	margin:0;
}

a {
	text-decoration: none;
	color:#fff;
	font-size: 20px;
}

a:hover {
	text-decoration: underline;
	font-size: 20px;
}

h1, h2, h3 {
	color:#000;
}

.inner
{
	position: relative;
	width: 1010px;
	margin: 0 auto;
}

.homebase {
	position:relative;
	width:1010px;
	height:787px;
	margin:0;

}

.homebase p {
	font-size: 20px;
	color: #fff;
	margin: 5px 0 0 20px;
	padding: 5px 0 0 45px;
}



//* CLEAR FLOATS */

.content:after,
.sign-up:after,
.inner:after,
.a-btn-row:after,
.release_notes:after,
.screenshots ul:after
{
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* SIGN UP */

.sign-up
{
	padding: 0px 0px 0px 0px;
}

.sign-up p,
.sign-up ul.errors
{
	float: left;
	width: 548px;
	margin: 0 0px 0 0;
	color: #547511;
}

.sign-up ul.errors li
{
	background-image: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.sign-up strong
{
	color: #FFF;
	font-weight: normal;
}

.sign-up a
{
	color: #fff;
}

.sign-up a:hover
{
	color: #E9F08F;
}

.sign-up form
{
	float: left;
	width: 255px;
	background: #80b21b;
}

.sign-up form fieldset /* makes space b/w form and border */
{
	padding: 4px 3px 4px 4px;
}

.sign-up form thead
{
	display: none;
}

.sign-up form .p
{
	width: 104px;
	padding: 0 0px 0 0;
}

.sign-up form span
{
	border-color: #80b21b;
}




/* Navigation */

	#navcontainer {
		position:relative;
		float: left;
		margin:0px; 		
		padding:0px; 
		font: 62.5%/1.4 'Lucida Grande', Verdana, sans-serif;
		text-align: right;
		border-left:1px solid #80b21b;
		height:50px;
		width:1010px;
		}

	#navcontainer p	{
		padding: 0px 12px 0px 0px;
		font-size: 12px;
		font-weight: bold;
		}

 /* to stretch the container div to contain floated list */ 
	#navcontainer:after {
		content: "."; 
		display: block; 
		line-height: 1px; 
		font-size: 1px;
		/*color: transparent; */
		clear: both; 
		} 

	#navcontainer	img	{
		margin: 0px;
		padding: 0px 0px 1px 0px;
		}

	ul#navlist {
		list-style: none; 
		padding:0px; 
		margin: 0px; 
		background-color: #000;
		font-size: 12px;
		}

	ul#navlist li {
		text-align: left;
		float: left; 
		height: 50px; 
		margin:0px; 
		border-left: 1px solid #80b21b;
		padding:0px; 
		background-color:#93cd1f;
		font-weight: bold;
		}

	ul#navlist li { width: 100px; voice-family: "\"}\""; voice-family:inherit; width: 99px;} 
	html>body ul#navlist li { width: 99px; } 
		

	ul#navlist li a {
		display: block; 
		padding: 7px 5px 19px 7px; 
		color: #fff; 
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		height: 1%;
		}

	#navcontainer>ul#navlist li a { width: auto; height: auto; } 

	ul#navlist li#active a {
		background: #ffffa0; 
		color: #ffffa0; 
		}

	ul#navlist li a:hover,
	ul#navlist li#active a:hover {
		color: #FFF;
		background-color:#80b21b;
		}
		
	ul#navlist li.home	{
		border-left: none;
		}

	ul#navlist li#empty	{
		width: 99px;
		}



.register {
	margin: 0 0 0 185px;
}


.thanks {
	position:relative;
	height:787px;
	margin-top: 40px;
	margin-right:auto;
	margin-left:auto;
	width: 600px;
	padding: 10px;
	background: url(../IMAGES/thankyou.png) no-repeat;
	background-position: 0 0 0 300px;
}



/* FORMS GENERAL */

form {border:1px solid #5e8314;}

form table
{
	width: 100%;
	margin: 0;
}

form span
{
	display: block;
	margin: 0;
	padding: 1px;
	border: 1px solid #fff;
	background-color: #FFF;
}

form span input,
form span textarea,
form span select
{
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	font-size: 10px;
	line-height: 12px;
	width: 100%;
}

textarea
{
	font-family: inherit;
}

form span.inline
{
	display: inline-block;
	float: left;
	margin-right: 0.4em;
}

form span.inline input
{
	width: auto;
}

form span textarea
{
	height: 216px;
}

input.btn
{
	width: 62px;
	height: 22px;
	margin-left:8px;
}


form img
{
	margin-bottom: 0;
}




/* THREE COLUMNs */

/* column container */

	
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	.colmask img {
		border:1px solid #fff;	
	}
	/* 3 Column settings */
	.threecol {
		background:#66ccff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#66ccff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#66ccff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	.col3 a {
		font: 100%/1.4 'Lucida Grande', Verdana, sans-serif;
	}
	
	/* Footer styles */
	
	#footer {

		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	
	