html {height:100%;}
body {
	margin: 0px;
	height:100%;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A9A9A9;
	font-size: 65%;
	background-color:#141616;
}
div.table-holder{
	display:table;
	width:100%;
	height:100%;
}
div.table-inner{
	display:table-cell;
	vertical-align:middle;
} 
* html div.table-holder{position:relative;}
* html div.table-inner{position:relative; float:left; top:50%;}
* html #page{position:relative; top:-50%;}
*+html div.table-holder{position:relative; height:auto;min-height:100%; overflow:hidden;}
*+html div.table-inner{position:relative; float:left; top:50%;}
*+html #page{position:relative; top:-50%;}
#page{
	width:100%;
	min-width:940px;
	overflow:hidden;
	background-color:#141616;
}
#page a img{
	border:0;
	float:left;
}
#page a, a:link {
	font-size: 1em; 
	color: #A9A9A9;
	text-decoration: none;
}
#page a:hover {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: underline;
}
#page a:active {
	font-size: 1em;
	color: #A9A9A9;
}
#page a:visited {
	font-size: 1em;
}
.main{
	width:940px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
#header {
	width:100%;
	height:77px;
	padding:20px 0 0;
	background: #141616 url("../img/bg-header.gif") repeat-x 0 100%;
}
#header .logo{
	width:200px;
	height:50px;
	padding:0 95px 0 0;
	float:right;
}
#content{
	width:100%;
	overflow:hidden;
	background-color:#181818;
}
#content h3{
	margin:0;
	padding:0 0 12px;
	font-weight:bold;
	font-size:1em;
	line-height:1.4em;
}
#content ul{
	margin:0 0 10px 0;
	padding: 0 0 0 30px;
	font-size:9px;
	line-height:12px;
}
#content p{
	margin:0;
	padding:0 0 12px;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
}

#flashcontent{
	height: 373px;
	width:650px;
	padding:0 0 0 62px;
	float:left;
}
.flash-holder{
	width:590px;
	height: 373px;
	float:left;
	margin-left:-8px;
	display:inline;
}
.flash-holder #flashcontent{
	width:100%;
	padding:0;
}
/*scroll*/
#myScrollContainer{
	z-index:10;
	overflow:hidden;
	width:222px;
	height:305px;
	left:2px;
	top:35px;
	position:relative;
}
#myScrollContent{
	overflow:hidden;
	width:222px;
}
#scrollbarcontainer {
	position: absolute;
	float:left;
	width: 13px;
	height: auto;
	top: 30px;
	right: 94px;
}
#scrollupright{
	position: absolute;
	top: 0px;
	width: 14px;
	left: 0px;
	z-index: 2;
}
#scrolldownright{
	position:absolute;
	top: 298px;
	width: 14px;
	left: 0px;
	z-index: 2;
}
#scrollbarright{
	position: absolute;
	background-color: #1f2020;
	top: 16px;
	left: 0px;
	height: 280px;
	width: 15px;
	z-index: 1;
}
.scroll {
	border: 1px solid #444848;
	background-color: #1B1D1D;
	width: 13px;
	height: 12px;
	padding: 0px;
	display: block;
}
a.scroll:link{
	border: 1px solid #2b2d2d;
	background-color: #1B1D1D;
	padding: 0px;
	text-decoration: none;
}
a.scroll:hover {
	border: 1px solid #999999;
	background-color: #999999;
	padding: 0px;
	text-decoration: none;
}
a.scroll:active {
	border: 1px solid #444848;
	background-color: #1B1D1D;
	padding: 0px;
	text-decoration: none;
}
a.scroll:visited {
	text-decoration: none;
	padding: 0px;
}

/*footer*/
#footer{
	width:100%;
	height:170px;
	padding:23px 0 0;
	position:relative;
	z-index:10;
	background: #141616 url("../img/bg-footer.gif") repeat-x 0 0;
}
#footer p{
	margin:0;
	padding-left:30px;
	float:left;
	font-size:0.9em;
}
#footer ul#navigation li a.login-link{
	color: #A9A9A9;
}
#footer ul#navigation{
	float:right;
	width:150px;
	position:relative;
	z-index:10;
	padding:0;
	margin:0;
	list-style:none;
	border-left:1px solid #fff;
	padding:0 0 0 12px;
}
#footer ul#navigation li{
	width:100%;
	height:12px;
	line-height:11px;
	float:left;
}
#footer ul#navigation li a{
	color:#fff;
	font-size:7px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#footer ul#navigation li.hover ul li.hover ul li a,
#footer ul#navigation li.hover ul li a{
	color:#fff;
}
#footer ul#navigation li.hover ul li a:hover,
#footer ul#navigation li.hover ul li.hover ul li a:hover,
#footer ul#navigation li.hover ul li.hover ul li.hover a,
#footer ul#navigation li.hover ul li.hover a,
#footer ul#navigation li.hover a,
#footer ul#navigation li a:hover{
	color:#a9a9a9;
	text-decoration:none;
}
#footer ul#navigation li.hover ul{
	display:block;
	visibility: visible;
}
#footer ul#navigation li ul{
	display:block;
	visibility:hidden;
	width:100%;
	border-right:1px solid #fff;
	padding:0 12px 0 12px;
	list-style:none;
	position:absolute;
	right:162px;
	top:0px;
}
#footer ul#navigation li ul#sec{
	border-left:1px solid #fff;
}
#footer ul#navigation li ul li{
	text-align:right;
}
#footer ul#navigation li ul#sec li.hover ul{
	display:block;
	visibility: visible;
}
#footer ul#navigation li ul#sec li ul{
	display:block;
	visibility:hidden;
	position:absolute;
	width:100%;
	border:none;
	right:58px;
	top:0;
}
#footer ul#navigation li.login a:hover{cursor:pointer;}
#footer ul#navigation li.login a:hover span{
	display:block;
	visibility:visible;
}
#footer ul#navigation li.login span{
	display:block;
	visibility:hidden;
	position:absolute;
	left:-78px;
	top:86px;
}
.old {
	height:373px;
	background: url("../img/background_content.gif") repeat-x 0 0;
}

