body { font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif; color:#333; 
	/*background-color: #3d59a6;*/
	
	width: 840px;
	margin: auto;
	background: #2749a6 url(images/gradientBackgroundThin.png) repeat-x;
}

* h2 {
	text-align: center;
}

img {
	border: 0px;
}

.belowBar {
	width: 800px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative; 
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 0px; /* Give space inside of curved border */
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	clear: both;
	background-image: none;
	background-color: white; /* #eaeaea */
	
}
	
#titleImage {
	width:150px;
	height:150px;
	float: left;
	clear: left;
}

#titleColumn {
	position: relative;
	float: left;
	width: 55%;
	margin-top: 40px;
	margin-left: 20px;
}
#title { 
	font-size:39px;
	float: left;
	position: relative;
	color: #003399;
	text-shadow: 2px 2px 2px #888;
	line-height: 1em;
}

#titleDescription {
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
	/*font-size: 14px;*/
}
#titleLogo {
	margin-top: 40px;
	float: right;
	width: 150px;
}

/* Menu bar */
#navContainer {
	float: left;
	clear: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	/*border: green solid 1px;*/
}
#nav {
	padding: 0 0 0 0;
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}

#nav li {
	/* for some reason, width=100/n where n is number of menu items */
	margin: auto;
	width: 16.6%;
	list-style: none;
	display: inline;
	float: left;
	/*border: 1px solid red;*/
	height: 2em;
}

#nav a:link,
#nav a:visited {
	/*border: 1px solid black;*/
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	text-align: center;
	text-decoration: none;
	background: url(images/menuGradient.png) repeat-x;
	color: white;
}

#nav a:hover {
	background: url(images/menuGradientDark.png) repeat-x;
}
/* End menu bar */

.floatLine {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: table;
}

.float {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


#leftColumn {
	float: left;
	width:  80%;
}
#mainDescription {
	height: 200px;
}
#topScreenshot {
	width: 50%;
	clear: none;
	float: left;
	margin-bottom: -50px;
}
#mainText {
	padding-top: 50px;
	float: left;
	width: 40%;
	font-size: 110%;
}

.leftArticle {
	clear: left;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
}
.articleImage {
	width: 80px;
	float: left;
	margin-top: 10%;
}
.articleImageDownload {
	width: 60px;
	padding: 10px;
	float: left;
}

.article {
	float: left;
	width: 80%;
	padding-left: 10px;
}



#rightColumn {
	text-align: center;
	float: left;
	width: 20%;
}

.download {
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
		/*color: whitesmoke;
	background-color: #516db8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #203c87;*/

}

.downloadImage {
	margin: 0px;
	width: 50px;
	float: left;
}
#moneyBack {
	margin-top: 20px;
	margin-left: 0%;
	padding: 5px;
	/*color: whitesmoke;
	background-color: #516db8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #203c87;*/
}

#buyNow {
	padding-top: 0px;
	margin-bottom: 20px;
	/*border: solid 1px;*/
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	font-weight: bold;
}
#requirements {
	margin-bottom: 20px;
}
#awards {
	margin-bottom: 20px;
}
.features {
	text-align: left;
	background-color:#ccf; 
	border: 1px solid #00f; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.features li {
	margin-left: -20px;
	font-size: 90%;
	list-style-type: square;
}
.features h2 {
	background-color:#55f; 
	color:#fff; 
	font-size:14px;
	text-align: center;
	margin: auto;
}

#footer {
	padding: 20px;
	clear: left;
	font-size: 10px;
	text-align: center;
	color: white;
}

/* Screen shot styles */
.textLeft {
	float: left;
	width: 60%;
	margin-bottom: 20px;
}
.imageRight {
	padding-top: 2em;;
	margin-bottom: 20px;
	float: left;
	border-color: black;

}
.imageRight img {
	border: black solid 1px;
}
.imageRight ul {
	list-style-type: none;
	width: 100%;
}
.imageRight li {
	width: 100%;
}
.imageRight a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.imageRight a:visited {
	color: blue;
}
.imageRight a:hover {
	width: 100%;
	background: url(images/menuGradientDark.png) repeat-x;
	color: white;
}

h3 {
	text-align: center;
}

.OneColumn {
	float: left;
	width: 100%;
}
/*.textLeft {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: table;
}

.imageRight {
	display: table-cell;
	vertical-align: middle;
}*/

