

* {
	margin: 0;
	padding: 0;
	
}

body {
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/GradientBackground.png) repeat-x left top;
}

.container {
	width:863px; 
	border:1px solid;
	border-color: #b3b3b3;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0px;
}

#main{
	background-color:#FFFFFF;
	background: url(images/GradientBackground.png) repeat-x left top;
}

#featuredHeader{
	color: #616161;
	font-size:20px;
	font-weight:700;
	line-height:46px;
}

#featuredHeader small {
	color:#13a8b7;
	font-size:15px;
	font-weight:700;
	line-height:46px;
}

#featuredDescription{
	color: #616161;
	font-size:14px;
	font-weight:bolder;
}

#screenShot{
	margin-left:515px;
	margin-top:-115px;
	display:block;
	padding:0;
}

#tableFeatured{
	display:block;
}


#newsHeader{
	width:864px; 
	height:37px;
	color:#FFFFFF;
	line-height: 35px;
	font-weight:bolder;
	background: url(images/NewsHeader.png) no-repeat left top;
	margin:0 auto;
}

#newsDate{
	color:#13a8b7;
	font-weight:bolder;
	font-size:14px;
	margin-left:0px;
	padding-top:20px;
}

#news{
	color:#616161;
	font-weight:700;
	font-size:14px;
	margin-left:15px;
	padding-bottom:10px;
	width: 675px;
}

#header {
	width: 868px;
	height: 89px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/Logo.png) no-repeat left top;
}

#navigation {
	width: 865px;
	height: 36px;
	margin: 0px auto;
	padding: 0px;
}

#navigation a {
	display: block;
	float: left;
	margin: 0px;
	text-decoration: none;
	color: #6b767c;
	border: 0px solid;
	text-align:center;
	font-size:14px;
	line-height: 35px;
}

#featuredDownloadButton{
	display: block;
	/*float: left;*/
	width: 105px;
	height: 25px;
	padding: 0px;
	border: 0px solid;
	
	/*margin-left:85px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:-30px;*/
	
	left:85px;
	top:-30px;
	
	position:relative;
	
	background: url(images/GreenButton.png)  no-repeat left top;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	text-decoration: none;
}

#featuredBuyButton{
	display: block;
	/*float: left;*/
	width: 105px;
	height: 25px;
	padding: 0px;
	/*margin-left:225px;
	margin-top:-30px;*/
	
	left:225px;
	top:-55px;
	
	position:relative;
	
	background: url(images/GreenButton.png)  no-repeat left top;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	text-decoration: none;
}

.FirstNavButton { 
	width: 145px;
	height: 36px;
	background: url(images/LeftButton.png)  no-repeat left top;
}

.NavButton{
	width: 144px;
	height: 36px;
	background: url(images/MiddleButton.png)  no-repeat left top;
}

#navigation a:hover {
	color: #00C6FF;
}


#footerIcons{
	padding-top: 10px;
	vertical-align: middle;
}

#footertable{
	margin: 0 auto;
}

#footerIconPart{
	padding-right: 10px;
	border-style: none;
}

#footer {
	width: 720px;
	margin: 0px auto;
	padding: 15px 0px;
}

#footer p {
	text-transform: uppercase;
	font-size: 10px;
	color: #90908E;
}

#mainTitle{
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	color: #616161;
	font-size:20px;
	font-weight:600;
}

.paperChildHeader{
	padding-left:45px;	
	color:#13a8b7;
	font-size:17px;
	font-weight:600;
}

.paperChildText{
	font-size:15px;
	color: #616161;
	margin-left:60px;
	margin-right:30px;
}


