body {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.75em;
  color: #FFFFFF;
  background-color: #000000;  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #006DA6;
}

/* -- Layout classes -- */

#mainContainer {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* -- Content container -- */

#content {
  float: right;
  width: 550px;
  margin-right: 10px;
  background:#555555;
}

#content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  background-color: #555555;
}

#content a {
  text-decoration: none;
  border-bottom: 0px solid #DEFF00;
  color: #FFFFFF;  
}

#content a:hover {  
  border-bottom: 0px solid #DEFF00;
  color: #DEFF00;
}

#content a img {
  border: 0px;
}

#content h1, #sideBar h1{
  clear: both;  
  font-size: 1.0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-indent: 10px;
  margin: 0px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #333333;  
  color: #DEFF00;
  background-color: #006DA6;
}

/* -- Content header and footer -- */

#header {
  display: table-cell;  
  height: 100px;
  width: 550px;
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 0px;
  background: url(../images/relaxed_hdr.gif) no-repeat top left;  
}

#footer {
  float: left;
  height: 75px;
  width: 550px;  
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;  
  margin-top: 10px;
  margin-bottom: 10px; 
  background: #333333 url(../images/round_corner.gif) no-repeat bottom right;  
}

#footer a {
  border: 0px;
  color: #DEFF00;  
}

#footer a:hover {
  border: 0px;
  color: #AAAAAA;  
}

/* -- Menu & news container -- */

#sideBar {
  float: right;  
  width: 200px;
  margin: 0px;  
  background-color: #333333;
}

#sideBar p {    
  margin: 0px;
  padding: 5px 5px 10px 5px;
  background-color: #555555;
}

#sideBar a {  
  text-decoration: none;
  border-bottom: 1px solid #DEFF00;
  color: #FFFFFF;
}

#sideBar a:hover {
  color: #DEFF00;
}

#sideBar a img {  
  vertical-align:middle;
  padding: 0 5px 0 5px;
  border: 0px;
}

#sideBar a.menuItem {
  display: block;
  clear: both;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1px;
  padding: 0 0 0 25px;
  border: 0px;
  color: #FFFFFF;
  background: #006DA6 url(../images/relaxed_icn_menu.gif) no-repeat center left;
}

#sideBar a:hover.menuItem {
  color: #DEFF00;
  background: #00517C url(../images/relaxed_icn_menu_on.gif) no-repeat center left;
}

#sideBarHeader {
  height: 100px;
  background: #333333 url(../images/relaxed_hdr_bg.gif) repeat-x bottom right;;
}

#sideBarFooter {  
  height: 70px;
  border-top: 10px solid #000000;
  background: #333333 url(../images/round_corner.gif) no-repeat bottom right;
}

/* -- Title and sub-headings -- */

.highLight {
  color: #DEFF00;
}

/* -- IE CSS2 selector hack.  This still validates, but IE ignores the class defined
      with the [id].  The result is you set the IE specific value in the first class
      definition, and the standard compliant browser value in the second class -- */

#title {
  font-size: 36px;
  padding: 48px 4px 0px 0px;  
  
}

#title[id] {
  padding-top: 0px;
  padding-bottom: 3px;
}

#title a{
  display: block;  
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -8px;
  border: 0px;
}

#title a:hover{
  color: #DEFF00;
}

strong, .subHeading {
  font-size: 0.8em;
  text-transform: uppercase;  
  color: #DEFF00;  
}

.subHeading {
  display: block;
}

/* -- Images styles -- */

.imgRight, .imgLeft {
  border: 1px solid #888888;
}

.imgRight {
  float: right;
  margin: 0 0 10px 10px;
  
}

.imgLeft {
  float: left;
  margin: 0 10px 10px 0;  
}

/* -- Takes care of the 'jump to top' arrow -- */

.upArrow {
  clear: both;
  display: block;
  text-align: right;
}

.upArrow a img {  
  margin-top: 10px;
  border-bottom: 0px;
  background-color: #DEFF00;
}

.upArrow a:hover img {  
  border: 0px;
  background-color: #BBBBBB;
}

/* -- Quote block styles -- */

.quote {
  display: block;
  margin: 10px 20px 10px 20px;
  padding: 2px;  
  border: 1px solid #888888;
  background-color: #666666;
}

.author {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #DEFF00;
}








a img {
border:none;
border-bottom: 0px solid #DEFF00;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

#blockdiv img {
max-height: 50px;
max-width: 50px;
padding: 0 40px 0px 40px;
width: expression(this.width > 50 ? 50: true);
height: expression(this.height > 50 ? 50: true);
position:relative;
top:-130px;
z-index:1;
}

#blockdiv a img {
max-height: 80px;
max-width: 101px;
padding: 0 0 0 0;
width: expression(this.width > 101 ? 101: true);
height: expression(this.height > 80 ? 80: true);
position:relative;
top:20px;
left:60px;
}

#blockdiv {
height:182px;
width:143;
min-height:182px;
min-width:143;
background: url('images/tableback1.gif') top center;
float:left;
display:block;
margin: 0 auto 0 auto;
padding: 0 6px 0 0;
}

#blockdiv h4 {
text-align:center;
font-size:95%;
position:relative;
top:20px;
}

.block {
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.bottomnav {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:right;
}
.bottomnav a{
	text-decoration:none;
	font-family:verdana,arial;
	font-size:20px;
	color:#AAA;
	position:relative;
	top:3px;
}

#blockdiv .spacer {
padding:0 40px 0 40px;
margin:0;
top:0;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

.detail {
background:#555555;
border:4px solid #333333;
margin:0 0 -65px 0;
padding: 5px 10px 5px 10px;
position:relative;
color:#FFFFFF;
}

.playnow a img{
	z-index:0;
	position:relative;
	left:449px;
	top:4px;
}

.reviews {
	border: 1px solid #444444;
	background:#555555;
	padding: 10px 10px 10px 10px ;
}

.individualreview {
	border: 1px solid #313131;
	background:#555555;
	padding: 10px 10px 10px 10px ;
	margin: 10px 5px 5px 5px ;
	width:400px;
}

.reviewtext {
	font-size:10px;
	color:#333333;
	text-indent:10px;
	background:#AAAAAA;
}


.addreview {
	width:200px;
	padding:15px 15px 15px 15px;
	border: 1px solid #313131;
	margin: 0 auto 0 auto;
}

h1 {
	color:#444444;
	font-size:22px;
}

h2 {
	color:#FFFFFF;
	font-size:16px;
	margin-top:100px;
}