html, body 
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background: black;
    color: white;
    font: 10px Arial;
}
table
{
    border-collapse: collapse;
}

/* Splash */

#splash 
{
    margin-top: 16px;
}
#splash td
{
    padding: 0px 17px;
}
a
{
    color: #878787;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Common */
#loadingPanel
{    
    padding: 8px;
    background: #303030;
}
#mainContainer
{
    background: url(bg.gif) repeat-x #0f0f0f;
    padding: 7px 22px 31px 27px;
	margin-top: 17px;
}
#zone 
{
	height: 425px;
	width: 911px;
	background: url(zoneBg.gif) repeat-x left bottom black;
	overflow: hidden;
}
#theMegaHint    /* for bottom menu */
{
	color: #989898;
	font-size: 9px;	
	vertical-align: top;
	text-align: right;	
	width: 108px;
}
#bottomContainer
{
	background: url(bg2.gif) repeat-x left top;
	padding-top: 4px;
    padding-bottom: 14px;
}
#textPlaceholder
{
    margin-left: 200px;
	padding-top: 20px;
	width: 450px;
	height: 56px;
	font-size: 12px;
	color: #D8D8D8;
	line-height: 14px;
    overflow: hidden;    
}
#tail 
{
	text-align: right;
	padding: 5px 24px 0;
}

#topMenu td, #bottomMenu td
{
	font-size: 9px;
	cursor: pointer;
	white-space: nowrap;
    vertical-align: top;    
}

/* top menu */
#topMenu td
{    
    font-size: 10px;
    /*text-transform: uppercase;*/
    background: url(topMenuBg.gif) repeat-x left bottom #5c5c5c;
    color: #a3a3a3;
    width: 104px;    
    padding: 0 4px 9px;
	border-right: solid 1px #313131;
}
#topMenu .hidden
{
    background-color: #323232;    
    color: #323232;
}
#topMenu .hover
{
    background-color: #484848;
    color: #8f8f8f;
}
#topMenu td #topMenuHint
{    
    position: absolute;
    visibility: hidden;
}
#topMenu td.hidden #topMenuHint
{
    visibility: visible;    
}


/* bottom menu */
#bottomMenu td
{
	background: url(bottomMenuBg.gif) repeat-x left top #A3A3A3;
	color: #151515;
	width: 64px;
	padding: 5px 4px;
	text-align: left;
	border-left: solid 1px #313131;
}
#bottomMenu .hidden
{
	color: #323232;
	background-color: transparent;
	border-color: #323232;
}
#bottomMenu .hover
{
	background-color: #CBCBCB;
	color: #3D3D3D;	
}

/* PAGES */

#homeGrid 
{	
	background: #131313;
	border-collapse: separate;
	margin-left: -1px;
}
#homeGrid td
{
	background-repeat: no-repeat;
	background-color: black;
	padding: 0;
	height: 139px;		
	vertical-align: bottom;		
}
#homeGrid td div {
	padding: 7px 6px;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
	background: black;	
	filter: alpha(opacity=66);	
	opacity: 0.66;
	width: 215px;	
}

#transition
{
	padding-top: 256px;
	color: #8e8e8e;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}

#brandList
{
	height: 411px;
	width: 112px;
	padding: 8px 0 0;
	background: url(brandListBg.gif) no-repeat left top #c4c4c4;
	overflow: hidden;
	margin-top: 2px;
}

#brandList div
{
	padding: 8px 0 8px 16px;
	width: 89px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #252525;
	cursor: pointer;
	margin-right: 8px;
}
#brandList div.hover
{
	background: #7a7a7a;
	color: black;
	opacity: 0.82;
	filter: alpha(opacity=85);	
}
#categoryHeader
{
	margin: 10px 0 3px;
	padding: 0 1px;
	color: #8e8e8e;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	background: url(headerBg.gif) repeat-y right top;
}
#collectionsHeader
{
	font-size: 9px;
	color: #999999;
	text-align: right;
	padding: 16px 0 7px;

}
#collectionsContainer
{
    height: 256px;
    overflow: hidden;
}
#collectionsContainer div
{
	padding: 4px 0px;
	text-align: right;
	color: #989898;
	cursor: pointer;
	font-size: 9px;    
}
#collectionsContainer div.active
{
	color: #d8d8d8;
	cursor: default;    
}
#pagerContainer td
{
	padding: 2px 2px 5px;
	color: #bbbbbb;
	font-size: 9px;
	border-right: solid 1px black;	
	background: url(pagerBg.gif) repeat-x left bottom;
	width: 24px;
	cursor: pointer;
}
#pagerContainer td.activePage
{
    background-image: url(pagerActiveBg.gif);
}

#article
{
	padding: 9px 17px 8px 14px;
}
#articleTitle,
#articleText
{	
	font-size: 12px;
	color: #b8b8b8;
	width: 260px;
}
#articleText
{
	margin-top: 56px;
    overflow: hidden;
    height: 330px;
}