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



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image:url(images/bg-tile.jpg);
	background-position:center 86px;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

h1 {
	font-size: 25px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	color: #7eb832;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3 {
	font-size: 14px;
	color: #b1b3b6;
}

a:link, a:visited, a:active {
	color: #7EB832;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
}

a:hover {
	text-decoration: underline;
	color: #7EB832;
	font-size: 12px;
	font-weight:normal;
}


.header {
	background-image:url(images/header-bg.gif);
	height: 85px;
}

.headerlinks a:link, .headerlinks a:visited, .headerlinks a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b1b3b6;
}

.headerlinks a:hover {
	text-decoration: none;
	color: #7EB832;
}


.purchasebox {
	background-image:url(images/purchase-here.png);
	width: 283px;
	height: 125px;
}

.shopbg {
	background-image: url(images/purchase-img.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 105px;
	vertical-align:middle;
}

.helpdeskbox {
	background-image:url(images/help-desk.png);
	width: 283px;
	height: 125px;
}

.howitworksbox {
	background-image:url(images/how-it-works.png);
	width: 283px;
	height: 125px;
}


.helpbg {
	background-image:url(images/help-desk-img.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 105px;
	vertical-align:middle;
}

.green { color: #7eb832; }

.date {
	color: #b1b3b6;
	text-align:right;
}

.footer {
	height: 145px;
	background-color: #1a1a1a;
}

.footertxt {
		color:#646464;
}
	
.footerlink a:link, .footerlink a:visited, .footerlink a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}

.footerlink a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.footcat a:link, {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7eb832;
	font-weight:bold;
}

.footcat a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7eb832;
	font-weight:bold;
}

.footcat a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7eb832;
	font-weight:bold;
}

.footcat a:hover {
	text-decoration: none;
	color: #ffffff;
}

.subnav {
	width: 283px;
	display:block;
}

.subnav a {
    color: #ffffff;
    background-image: url(images/nav-bg.gif);
    background-repeat: no-repeat;
	width: 283px;
	display:block;
	padding-left: 55px;
    }

.subnav a:hover {
    color: #7EB832;
    background-image: url(images/nav-bg-over.gif);
    background-repeat: no-repeat;
	width: 283px;
	display:block;
	padding-left: 55x;
    }

.tl {
	background-image: url(images/top-left.png);
	background-repeat:no-repeat;
	background-position: top left;
}
