/*
* Generic
*/
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

/*
* Heading
*/
#heading {
	background: #37256d url(../images/paint2.jpg) bottom center no-repeat;
	height: 325px;
}
h1.product-title {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2.free {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
}
#logo-big {
	height: 288px;
}
#heading-description {
	color: #fff;
	font-size: 12px;
	margin-left: 16px;
	margin-bottom: 0px;
}
#heading-fineprint {
	color: #fff;
	font-size: 10px;
	margin-left: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#login {
	margin-left: 16px;
	margin-right: 20px;
}
.heading-buttons {
	width: 90%;
	text-align: left;
}
#account, #login {
	cursor: pointer;
}
#login-table {
	margin-top: 10px;
}
#login-table tbody tr td {
	padding-top: 8px;
}
.login-label {
	width: 40%;
	text-align: right;
	padding-right: 5px;
}
div.spacedout {
	margin-bottom: 20px;
}
/*
* Lower Section
*/
h4.tri-title {
	margin-top: 10px;
	margin-bottom: 8px;
}
.tri-center {
	width: 80%;
	text-align: center;
}
.tri-tagline {
	font-weight: bold;
	margin-bottom: 5px;
}
.tri-text {
	font-size: 12px;
	width: 90%;
}
#sec p {
	font-size: 10px;
	text-align: center;
}
.seclogo {
	margin-top: 30px;
	text-align: center;
}

/*
* Buttons
*/
.loginbutton {
	width: 144px;
	height: 37px;
	display: block;
	background: url(../images/login-buttons.gif) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.loginbutton span.hover {
	position: absolute;
	display: block;
	height: 37px;
	width: 144px;
	background: url(../images/login-buttons.gif) bottom left no-repeat;
}
.accountbutton {
	width: 201px;
	height: 37px;
	display: block;
	background: url(../images/account-buttons.gif) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.accountbutton span.hover {
	position: absolute;
	display: block;
	height: 37px;
	width: 201px;
	background: url(../images/account-buttons.gif) bottom left no-repeat;
}

.marketplacebutton {
	width: 201px;
	height: 79px;
	display: block;
	background: url(../images/market-buttons.gif) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.marketplacebutton span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 201px;
	background: url(../images/market-buttons.gif) bottom left no-repeat;
}
.phoenixbutton {
	width: 201px;
	height: 79px;
	display: block;
	background: url(../images/phoenix-buttons.gif) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.phoenixbutton span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 201px;
	background: url(../images/phoenix-buttons.gif) bottom left no-repeat;
}
/* Icons */
.downloadicon {
	width: 128px;
	height: 128px;
	display: block;
	background: url(../images/download-x.png) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.downloadicon span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	background: url(../images/download-x.png) bottom left no-repeat;
}
.requesticon {
	width: 128px;
	height: 128px;
	display: block;
	background: url(../images/request-x.png) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.requesticon span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	background: url(../images/request-x.png) bottom left no-repeat;
}
.registericon {
	width: 128px;
	height: 128px;
	display: block;
	background: url(../images/ribbon-x.png) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.registericon span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	background: url(../images/ribbon-x.png) bottom left no-repeat;
}
.featureicon {
	width: 128px;
	height: 128px;
	display: block;
	background: url(../images/features-x.png) top left no-repeat;
	overflow: hidden;
	position: relative;
}
.featureicon span.hover {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	background: url(../images/features-x.png) bottom left no-repeat;
}