body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000;
}
h1 {
	text-align: left;
}
img {
	border: 0;
}
div {
    /*border: thin solid blue;*/
    text-align: center;
}
a, a:visited, a:active {
	color: red;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

.oneColElsCtr #container {
	width: 1025px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	background-color: #000;
	margin: 0 auto;
}
.oneColElsCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#newReleases .newRelease{
	display: inline-block;
	padding: 0px 0px;
}
#mainContent .hnavlist {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	width: 1025px;*/
}
#topMenu .hnavlist li {
	display: inline-block;
    float:  left;
	background-color: #000;
	/*text-transform: uppercase;*/
	text-align: center;
}
#bottomMenu .hnavlist li {
	/*float: left;*/
    float:  left;
    display: inline-block;
	background-color: #000;
	/*text-transform: uppercase;*/
/*	font-size: 10px;*/
	text-align: center;
}
#footer .hnavlist li {
    float:  left;
	display: inline-block;
	background-color: #000;
	/*text-transform: uppercase;*/
/*	font-size: 10px;*/
	text-align: center;
	/*
	padding-right: 5px;
	padding-left: 5px;
	*/
	white-space: nowrap;
}
.clearFloat {
	float: none;
	clear: both;
}
.oneColElsCtr #container #mainContent #newReleases {
	text-align: center;
	width: 100%;
}
.oneColElsCtr #container #mainContent #topMenu {
	width: 100%;
    height: 23px;
	margin: 0 auto 12px;
/*    border: thin solid red;*/
    float: none;
    clear: both;
}
.oneColElsCtr #container #mainContent #centerSection {
    text-align: center;
	width: 1009px;
    height: 496px;
	margin: 0px auto;
}
.oneColElsCtr #container #mainContent #bottomMenu {
    text-align: center;
	margin: 8px 0;
}
/*
.oneColElsCtr #container #mainContent #bottomMenu {
	width: 100%;
}
*/
.oneColElsCtr #container #mainContent #footer {
	text-align: center;
    height: 21px;
    margin: 0 auto;
/*	width: 100%;*/
}

.animationContainerL{
	position:absolute;
	left: 2px;
	top: 35px;
	visibility: hidden;
}

.animationContainerR{
	position:absolute;
	right: 2px;
	top: 35px;
	visibility: hidden;
}

.floaterContainerTable
{
    
}

.shadowBox
{
    z-index:-1; 
    /*border: thin solid red; */
    position: absolute; 
    width: 100%; 
    height: 100%; 
    bottom: -10px; 
    right: -10px;
}

.floaterContentTable
{
    border-top:  thin solid #FFF;
    border-left: thin solid #666;
    border-bottom: thin solid #333;
    border-right: thin solid #999;

    background-color: #000;
    /* inside cells */
    padding: 6px; 
    /* outside table */
    margin-right: 10px; 
    margin-bottom: 10px;

    position: relative;
}

.closeButton
{
    position:absolute;  
    bottom:10px; 
    right:10px; 
    font-size:xx-small;
}

.grayCell
{
    background-image: url(images/50pct.png); 
    background-repeat: repeat;
}

.emptyCell
{
    width: 10px;
    height: 10px;
}

.latestDiv{
/*	background-color: #000;*/
/*	overflow: hidden; */
}

.hideInitially{
/*	visibility: hidden;*/
/*	display: none; */
}

strong {
	color: white;
}

h1 {
	font-weight: bolder;
	color: #FFF;
}

.xlateButton {
	position: relative;
/*	right: -31px;
	bottom: 0px;*/
	width: 61px;
	height: 40px;
    /*border: thin solid red;*/
}
.smallIcon {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
}
.largeIcon {
	position: absolute;
	z-index: 10;
    visibility: hidden;
	left: 0px;
	top: 0px;
}

.bottomMenu {
	width: 100%;
	height: 32px;
}
.bottomMenu ul.hnavlist {
	width: 1009px;
	height: 32px;
	margin: 0 auto;
}
.bottomMenu ul.hnavlist li{
	height: 32px;
	padding: 0;
	margin: 0;
}

.topMenu {
	width: 100%;
	height: 32px;
}
.topMenu ul.hnavlist {
	width: 1025px;
	height: 23px;
	margin: 0 auto;
}
.topMenu ul.hnavlist li{
	height: 23px;
	padding: 0;
	margin: 0;
}

