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

body {
	background: url(../images/backgroundGradient.png);
	background-repeat: repeat-x;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana;
	text-align: center;
}

#pagewrapper {
	clear: both;
	width: 934px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

#columnwrapper {
	clear: both;
	width: 934px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	background: url(../images/verticalBorders.png);
	background-repeat: repeat-y;	
}

p {
	font: 20px/26px "Lucida Grande", Geneva, Arial, Verdana;
	color: #336699;
}

p a {
	color: #fff
}

p a:hover {
	color: #fa0;
}

p strong {
	color: #f63;
}

.fullWidthQuotation {
	position: relative;
	left: 180px;
	top: -20px;
}

.quotationMark {
	position: relative;
	top: -20px;
}

.quote {
	font: 30px/36px "Lucida Grande", Geneva, Arial, Verdana;
	padding-left: 10px;
}

.name {
	font: 20px/26px "Lucida Grande", Geneva, Arial, Verdana;
}

/* ============================================================================= */
/* Main banner, screenshot, main banner footer, footer */
/* ============================================================================= */

#banner {
	/* Use inline style:url(images/banner.png) for banners */
	width: 934px;
	height: 320px;
}

#mainScreenshot {
	position: relative;
	width: 348px;
	height: 323px;
	top: -241px;
	left: 30px;
	display: block;
	background: url(../images/mainScreenshot.png);
}

#mainBannerFooter {
	width:934px;
	height: 95px;
	background: url(../images/mainBannerFooter.png);
}

#footer {
	clear: both;
	width: 934px;
	height: 38px;
	background: url(../images/footer.png);
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

/* ============================================================================= */
/* Main banner links */
/* ============================================================================= */

.bannerLinks {
	position: relative;
	margin-top: 10px;
	color: #aaa;	
}

#bannerLinksLeft {
	float: left;
	margin-left: 30px;
}

#bannerLinksLeft a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-right: 30px;
}

#bannerLinksLeft a:hover {
	color: #fa0;
}

#bannerLinksRight {
	float: right;
	margin-right: 30px;
}

#bannerLinksRight a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-left: 30px;
}

#bannerLinksRight a:hover {
	color: #fa0;
}

/* ============================================================================= */
/* Front page buttons (download and buy) */
/* ============================================================================= */

.frontPageButton {
	position: relative;
	width: 259px;
	height: 59px;
	top: 338px;
	display: block;
}

#downloadButton {
	left: 390px;
	background: url(../images/downloadButton.png) top left no-repeat;
}

#downloadButton:hover {
	background-position: 0 -59px;
}

#downloadButton span {
	display: none;
}

#buyButton {
	left: 670px;
	top:  279px;
	background: url(../images/buyButton.png) top left no-repeat;
}

#buyButton:hover {
	background-position: 0 -59px;
}

#buyButton span {
	display: none;
}

#tourButton {
	left: 100px;
	top: 665px;
	background: url(../images/tourButton.png) top left no-repeat;
}

#tourButton:hover {
	background-position: 0 -59px;
}

#tourButton span {
	display: none;
}

/* ============================================================================= */
/* Front Page Columns */
/* ============================================================================= */

#columnBreak {
	float: left;
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 834px;
}

#leftColumn {
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 552px;
}

#internalLeft {
	float: left;
	color: rgb(48,48,48);
	margin: 0 0 0 20px;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 30px;
}

.internalLeftNoBreak {
	float: left;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
}

.leftSplit {
	float: left;
	width: 80px;
	padding-left: 1px;
}

.rightSplit {
	float: right;
	width: 426px;
}

.benefitTitle {
	font-size: 20px;
}

.benefitExplanation {
	font-size: 16px;
	color: #336699;
	margin-top: 2px;
}

#rightColumn {
	float: right;
	width: 312px;
	text-align: left;
	margin: 40px 0 0 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 2px;
	height: 790px;
}

div.screenshot {
	width: 300px;
	height: 200px;
	margin: 20px 0 36px 16px;
}

/* ============================================================================= */
/* Simplepie RSS Feed */
/* ============================================================================= */
.pieColumn {
	position: absolute;
	float: left;
	margin-left: 20px;
	width: 352px;
}

.pieTitle {
	text-align: left;
	color: #336699;
	padding-left: 250px;
	padding-right: 250px;
	font-size: 16px;
}

.pieTitle a {
	color: #606060;
	text-decoration: none;
}

.pieTitle a:hover {
	color: #fa0;
}

.pieItem {
	text-align: left;
	color: #336699;
	padding-left: 250px;
	padding-right: 250px;
	margin-top: -10px;
}

.pieItem p {
	font: 12px/14px "Lucida Grande", Geneva, Arial, Verdana;
}

.pieItem p a {
	color: #606060;
	text-decoration: none;
}

.pieItem p a:hover {
	color: #fa0;
}