@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
div#wrapper {
	width: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Starts Menu */
div#menu {
	width: 774px;
	text-align: center;
	clear: both;
}

div#menu ul {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #520000;
	border-bottom-color: #520000;
	height: 28px;
	clear: both;
	float: left;
}
div#menu li {
	display: inline;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div#menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	width: 151px;
	display: inline-block;
	margin: 0px;
	height: 23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


div#menu li a:hover {
	color: #FFFFFF;
	background-color: #520000;
}
div#menu a#currentpage {
	background-color: #520000;
}
/* Ends Menu */

/* Starts Header */
div#header {
	height: 84px;
	width: 774px;	
}
/* Ends Header */

/* Starts Content */
div#content {
	width: 748px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 7px;
	margin: 0px;
	float: left;
}

div#page h1 {
	font-family: "Trebuchet MS", "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 20px;
	color: #CC0000;
}

div#page h2 {
	font-family: "Trebuchet MS", "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 13px;
	color: #CC0000;
	margin-top: 52px;
	margin-bottom: 20px;
}

div#page p, div#page li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: justify;
}

div#page img.align-left {
	float: left;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 0px;
}

div#page a {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#page a:hover {
	color: #999999;	
}

div#page p#failed, div#page p#success {
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}

div#page p#failed {
	background-color: #FF0000;
	border: 1px solid #520000;
}

div#page p#failed a {
	color: #FFFFFF;
	text-decoration: underline;	
}

div#page p#success {
	background-color: #00CC00;
	border: 1px solid #00FF00;
}

div#page hr {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #520000;
}
div#page ul.buy {
	width: 175px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}

div#page ul.buy li {
	display: inline;
	text-decoration: none;
}

div#page ul.buy li a {
	display: inline-block;
	height: 20px;
	width: 80px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #990000;
	padding-top: 4px;
	font-weight: bold;
}

div#page ul.buy li a:hover {
	background-color: #00CC00;
	border: 1px solid #00FF00;	
}

div.cover {
	float: left;
	width: 190px;	
}
span.releases {
	text-align: justify;
	float: right;
	width: 550px;
}

table.form {
	clear: both;
	float: left;
	margin-top: 13px;	
}

table.form input, table.form textarea {
	background-color: #333333;
	border: 1px solid #520000;
	color: #FFFFFF;
}

table.form td {
	vertical-align: top;	
}

table.form td p {
	margin: 0px;
	padding: 0px;	
}

/* Ends Content */

/* Starts Footer */
div#footer {
	width: 100%;
	text-align: center;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #520000;
	padding: 0px;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #520000;
}
div#footer p {
	font-family: "Trebuchet MS";
	color: #999999;
	font-size: 10px;
}
p#copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520000;
}
/* Ends Footer */