@charset "UTF-8";
/* CSS Document */

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

body {
	background-image: url(../images/sitebackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2b5581;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

p {
	padding: 0 0 12px 0;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
}

h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: 000;
}

ul {
	margin-left: 20px;
	padding-bottom: 12px;
}

ol {
	padding-bottom: 12px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}

img {
	border: none;
}

#sitewrapper {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 110px;
	text-align: right;
}

#banner p {
	font-style: italic;
	padding: 55px 5px 0 0;
}


#navigation {
	height: 42px;
	background-image: url(../images/navigation_background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	border: none;
	
}

#navlist {
	padding: 11px 0px 0px 15px;
	margin: 0px;
}

#navlist li {
	display: inline;
	list-item-type: none;
	margin: 0px 32px 0px 0px;
	padding: 0px;
	font-size: 16px;
}

#navlist li a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}

#navlist li a:hover {
	color: #fff;
}

.home #nav_home, .services #nav_services, .games #nav_games, .albums #nav_albums, .artists #nav_artists, .about #nav_about, .press #nav_press, .contact #nav_contact {
	color: #fff;
}

#indicator_row {
	height: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#indicator {
	margin: 0px;
	padding: 0px;
	height: 12px;
	font-size: 9px;
}

/* This Controls the location of the current page indicator - need one listing per link in the navigation */
.home #indicator {margin-left: 24px;}
.services #indicator {margin-left: 118px;}
.games #indicator {margin-left: 218px;}
.albums #indicator {margin-left: 318px;}
.artists #indicator {margin-left: 410px;}
.about #indicator {margin-left: 493px;}
.press #indicator {margin-left: 575px;}
.forum #indicator {display: none}
.blog #indicator {display: none}
.contact #indicator {margin-left: 820px;}

#column1 {
	float: left;
	width: 600px;
	margin: 0 30px 0 0px;
}

#column2 {
	float: left;
	width: 290px;
	margin: 0px;
}

#columnwide {
	margin: 0;
	padding-bottom: 20px;
}


.header {
	background-image: url('../images/header_topleftcorner.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #35778d;
	height: 34px;
}

.header p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 0px 0px 15px;
}

.content {
	background-color: #ffffff;
	padding: 15px 15px 3px 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.album {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.album img {
	float: left;
	margin-right: 20px;
}

.description {
	float: left;
	width: 500px;
}

.logos {
	background-color: #ffffff;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.logos a, .logos img {
	margin: 0px;
	padding: 0px;
	float: left;
}

#featured_content {
	background-color: #ffffff;
	padding: 0;
	margin-bottom: 20px;
}

#musicplayer {
	height: 154px;
	width: 290px;
	padding: 0px;
	margin-bottom: 20px;
}

#footer {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	color: #9aaec3;
	padding: 20px 0 5px 0;
}

#footer a{
	color: #9aaec3;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#newrelease_content {
	padding: 8px;
}

#registration_content {
	background-image: url(../images/registration_topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #518b9e;
	padding: 20px;
	color: #fff;
	margin-bottom: 20px;
}

#registrationtable {
	border: none;
	padding: 0px;
	margin: 0px;
}

#newrelease_content p {
	font-style: italics;
	text-align: center;
	padding-top: 16px;
	font-style: italic;
}

#testimonial_content {
	text-align: center;
	font-style: italic;
	border-bottom: 20px;
}

#quote-box-text div, #quote-author div {
 display: none;
}

.cover {
	padding: 6px;
	border: 1px solid #eaeaea;
	float: left;
}

.gamelogo {
	width: 200px;
	float: left;
}

.gamedescription {
	float: left;
	width: 650px;
}

.advisory {
	clear: both;
}

.advisory img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.advisory .description {
	float: left;
	width: 320px;
}
