@charset "utf-8";
/* CSS Document */

body, td, th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin: 0px;
}
a {outline: none;}
.border {border-left: 1px solid #DCC670;}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF66;
	cursor: pointer;
}
a:active {
	color: #FFFF66;
}
a img {
	border: none;
}
#bar-wrap {
	width: 960px;
	position: absolute;
	margin-left: -480px;
	left: 50%;
}
.bar-middle {
	background-image: url(http://www.aq.com/images/Navigation/bar-middle.jpg);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
	width: 960px;
}
.bar-middle a {
	padding-top: 10px;
}
.bar-middle .content {
	width: 700px;
	position:absolute;
	left: 50%;
	margin-left: -350px;
}
.bar-middle .content a, .playText, .upgradeText {
	width: 124px;
	display: block;
	float: left;
	text-align: center;
	padding: 5px;
	margin-top: 8px;
	border-right: 1px solid #DCC670;
}
.play {
	background-image: url(images/icon-game-play.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 36px;
	width: 60px;
	margin-top: 0px!important;
	margin-bottom: -8px;
	margin-left: 8px;
	float: left;
	border: none!important;
}
.playText {
	margin-top: 2px;
	margin-left: -10px;
	padding-left: 20px;
	padding-right: 0px;
	border-left: 1px solid #DCC670;
}
.upgrade {
	background-image: url(images/icon-game-upgrade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 36px;
	width: 37px;
	margin-top: 0px!important;
	margin-bottom: -8px;
	margin-left: 10px;
	float: left;
	border: none!important;
}
.upgradeText {
	margin-top: 2px;
	margin-left: -10px;
	padding-left: 20px;
	padding-right: 0px;
	border-left: 1px solid #DCC670;
}
.copy {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-style: italic;
	line-height: 12px;
}
.trademark {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 12px;
	margin-bottom: 15px;
}