html{
	background-repeat: repeat-x;
	background-image: url(images/mainBackground.gif);
	background-color: black;
}

body {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Verdana, sans-serif, sans-serif ;
	color: #999999;
	font-size: 14px;
}

.mainHeaderBlock{
	border-color: black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	background-color: #1e1e1e;
}

.mainHeader {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

.mainHeaderLeft{
	width: 200px;
	display: inline;
}

.mainHeaderRight {
	width: 116px;
	display: inline;
	float: right;
	position: relative;
	top: 16px;
}

.footerBlock{

	clear: both;

}

.footer {

	margin-bottom: 20px;

	font-size: 11px;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

}

.wrapper {

}

.page {
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
	width: 960px;
}

.hSection {
	margin-bottom: 32px;
	float: left;
}

.header {
	float: left;
}

.content {
	margin-left: auto;
	margin-bottom: 32px;
	margin-right: auto;
	margin-top: auto;
	width: 960px;
	float: left;
}

.left {
	margin-left: 48px;
	width: 340px;
	float: left;
}

.right {
	text-align: right;
	width: 570px;
	float: right;	
}

.screenshots {
	padding-top: 24px;
	margin-left: 48px;
	width: 900px;
}

.download {	
	text-align: right;	
	padding-right: 32px;
}

.ThumbRow {

	margin-top: 16px;

}

.Thumbnails {
	
}

.Thumb {
	margin-left: 8px;
	border-color: #161616;
	border-style: solid;
	border-width: 1px;
	margin-right: 44px;
}

.Thumb:hover {
	border-color: #ccff00;
	border-style: solid;
	border-width: 1px;
}

.phone {
	margin-top: 64px;
}

.versionFeatures {
	font-size: 11px;
	line-height: 14px;
}

.howItWorks {
	font-size: 11px;
	line-height: 14px;
}

.info {
	display: block;
	font-size: 18px;
	color: white;	
	margin-top: 20px;
	margin-bottom: 14px;
}

.copy {
	margin-left: 6px;
	font-size:14px;
	line-height:18px;
}
 
.titleGraphic {
	margin-bottom: 24px;
}

.helplink {
	font-size: 12px;
}

.copyright {
	position: relative;
	right: 24px;
	font-size: 10px;
	color: #262626;
	top: 4px;
}

a {
	color: white;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ccff00;
	text-decoration: none;
	outline: none;
}

img {
	border-style: none;
}

.post p{
	padding: 5px;
}

.post p a{
	color: #6c6c6c;
}

.post p a:hover{
	color: #ccff00;
}

h1{
	font-size: 24px;
	padding: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-transform: capitalize;
	color: white;
	font-weight: normal;
}

.downloadIt{
	float: right;
	right: 0px;
}

.pr{
	margin-top: 24px;
	margin-left: 48px;
}


