@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#Navigation a
{
	outline: none;
}

body {
	float: left;
	background: url('images/backgrounds/page_background.gif') #1d1d1d repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #b7b7b7;
	width: 100%;
}

#Wrapper {
	width: 883px;
	margin: auto;
	}
	
#Wrapper .logo {
	float: left;
	margin-top: 73px;
}

#Navigation{
	margin-left: 570px;
	float: left;
	margin-top: 83px;
	}
	
#Navigation ul li{
	margin-left: 10px;
	list-style-type: none;
	float: left;
	display: inline;
	}

.home a{
	float: left;
	background: url(images/navigation/home_on.gif) no-repeat;
	text-indent: -9000px;
	width: 52px;
	height: 29px;
	}

.homeoff a{
	float: left;
	background: url(images/navigation/home_off.gif) no-repeat;
	text-indent: -9000px;
	width: 52px;
	height: 29px;
	}

.homeoff a:hover{
	background: url(images/navigation/home_on.gif) no-repeat;
	}
	
.register a{
	float: left;
	background: url(images/navigation/register_off.gif) no-repeat;
	text-indent: -9000px;
	width: 69px;
	height: 29px;
	}
	
.register a:hover{
	background: url(images/navigation/register_on.gif) no-repeat;
	}
	
.account a{
	float: left;
	background: url(images/navigation/account_off.gif) no-repeat;
	text-indent: -9000px;
	width: 95px;
	height: 29px;
	}
	
.account a:hover{
	background: url(images/navigation/account_on.gif) no-repeat;
	}
	
.faq a{
	float: left;
	background: url(images/navigation/faq_off.gif) no-repeat;
	text-indent: -9000px;
	width: 40px;
	height: 29px;
	}
	
.faq a:hover {
	background: url(images/navigation/faq_on.gif) no-repeat;
	}

.contact a{
	float: left;
	background: url(images/navigation/contact_off.gif) no-repeat;
	text-indent: -9000px;
	width: 	89px;
	height: 29px;
	}

.contact a:hover{
	background:url(images/navigation/contact_on.gif) no-repeat;
	}
	
#Wrapper #Header {
	padding-left: 450px;
	margin-top: 29px;
	margin-bottom: 7px;
	background: url('images/backgrounds/green_header.gif') no-repeat;
	width: 413px;
	height: 159px;
	float: left;
}

#Wrapper #Header img{
	display: inline;
	margin-left: 20px;
	margin-top: 68px;
	}

#LeftColumn {
	width: 394px;
	float: left;
	}
	
#LeftColumn ul{
	margin-bottom: 55px;
	float: left;
	list-style-type: none;
	}

#LeftColumn ul li{
	float: left;
	margin: 0;
	padding: 0;
	}
	
#LeftColumn img{
	display: block;
	}

#RightColumn {
	padding-top: 10px;
	margin-left: 65px;
	width: 404px;
	float: left;
	}
	
p{

	font-size: 75%;
	line-height: 22px;
	margin-top: 15px;
	}

#Footer {
	margin-top: 30px;
	width: 100%;
	min-height: 143px;
	background: url('images/backgrounds/footer_background.gif') #0e0e0e repeat-x;
}

#Footer .copy {
	font-size: 75%;
	color: #797979;
	padding-top: 70px;
	width: 863px;
	margin: auto;
}

#Footer .copy a {
	font-weight: bold;
	color: #8cd713;
	text-decoration: none;
	}
	
#Footer .copy a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 130%;
	font-weight: normal;
	}
	
h2 {
	margin-top: 55px;
	font-size: 100%;
	font-weight: bold;
	color: #8cd713;
	}
	
h3 {
	float: left;
	font-weight: normal;
	font-size: 130%;
	}
	
.thanks {
	width: 863px;
	float: left;
	margin-top: 15px;
	font-size: 75%;
	line-height: 22px;
	}
	
.thanks a{
	color: #86cc16;
	font-weight: bold;
	text-decoration: none;
	}
	
.thanks a:hover{
	text-decoration: underline;
	}
	
#Download_One{
	margin-top: 30px;
	float: left;
	display: inline;
	background: url(images/backgrounds/d1_tile.jpg) repeat-y;
	width: 277px;
	font-size: 70%;
	line-height: 22px;

	}
	
#Download_Two{
		font-size: 70%;
	line-height: 22px;
	background: url(images/backgrounds/d2_tile.jpg) repeat-y;
	width: 277px;
	margin-left: 10px;
	margin-top: 30px;
	float: left;
	display: inline;
	}
	
#Download_Three{
		font-size: 70%;
	line-height: 22px;
	background: url(images/backgrounds/d3_tile.jpg) repeat-y;
	width: 276px;
	margin-left: 10px;
	margin-top: 30px;
	float: left;
	display: inline;
	}
	
.features{
	background: url(images/backgrounds/list_header.gif) no-repeat;
	width: 828px;
	height: 52px;
	margin-top: 35px;
	float: left;
	}

.downloadbutton1{
	float: left;
	margin-top: 19px;
	margin-left: 555px;
	}

.downloadbutton2{
	float: left;
	margin-top: 19px;
	margin-left: 144px;
	}
.share{ 
	background: #E6FFE8;
         border: 1px solid #A8DDA0;
         margin: 10px;
         padding: 6px;
}
