html{
	min-width:1000px;
}
body{
	min-width:1000px;
                scrollbar-face-color: #555555;
                scrollbar-track-color: #333333;
                scrollbar-arrow-color: #ffffff;
                scrollbar-shadow-color: #aaaaaa;
                scrollbar-highlight-color: #000000;
                scrollbar-3dlight-color: #aaaaaa;
                scrollbar-darkshadow-color: #aaaaaa;
}
/* general blocks */
div#container{
	width:1000px;
	margin:0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
div#header{
	background:#000 url(../images/header-bg.gif) no-repeat;
	height:146px;
	position:relative;
}
div#wrapper{
	width:100%;
	background:url(../images/nav-bg.gif) repeat-y left top;
overflow:hidden;
zoom:1;
}
div#wrapper.main{
	background-image:none;
	margin-top:-20px;
}
div#navigation{
	display:inline;
	float:left;
	width:170px;
	padding:30px 10px 10px 20px;
	margin-right:10px;
	background:#000;
}
.main div#navigation{	
	width:400px;
	padding:10px;
	margin-right:10px;
	background:transparent;
	margin-bottom:-2px;
}
div#content{
	float:left;
	width:410px;
	padding-top:10px;
}
div#content.contwide {
	width:760px;
}
.main div#content{	
	width:370px;
}
div#extra{
	float:right;
	width:300px;
	padding:0px;
}
.main div#extra{	
	width:190px;
	padding:10px 0 0;
}
div#footer{
	clear:left;
	width:1002px;
	background:#000;
	margin:0 auto;
	color:#fff;
	position:relative;
	height:90px;
}
div#footer, div#footer p {
   color:#FFFFFF;
   line-height:1.3em;
}
/* /general blocks */
/* header */
div#header ul.top-menu{
	position:absolute;
	left:110px;
	top:110px;
}
div#header ul li{
	padding-right:20px;
}
div#header ul.top-menu a:link,
div#header ul.top-menu a:visited{
	color:#fff;
	font-weight:bold;
}
div#header ul.top-menu a:hover,
div#header ul.top-menu a:active{
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
}
div#header a.flag{
	position:absolute;
	top:110px;
	right:20px;
	display:block;
	width:22px;
	height:15px;
	background:url(../images/flag.gif) no-repeat;
}
/* /header */
/* navigation */
div.img-left{
	position:relative;
}
div#navigation div.alpha-layer{
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	width:400px;
}
div#navigation div.text{
	height:65px;
	position:absolute;
	bottom:00px;
	left:10px;
	width:430px;
}
div#navigation div.alpha-layer{
	background:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
}
div#navigation div.random-news{
	text-align:center;
	width:200px;
	float:left;
	height:119px;
	position:relative;
	/*margin-top:18px;*/
}
div#navigation div.norm-par{
	text-align:center;
	width:200px;
	float:right;
}


ul.left-menu{
	
}
ul.left-menu li{
	padding-bottom:10px;
}
ul.left-menu li a{
	font-size:16px;
}
ul.left-menu li a:link,
ul.left-menu li a:visited{
	color:#fff;
	text-decoration:none;
}
ul.left-menu li a:hover,
ul.left-menu li a:active{
	color:#fff;
	text-decoration:underline;
}
ul.left-menu li.current a:link,
ul.left-menu li.current a:visited,
ul.left-menu li.current a:hover,
ul.left-menu li.current a:active{
	font-family: Impact,Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#ffd700;
	font-size:18px;
}
/* /navigation */
/* content */
div#content .main-right-icon{
	float:right;
	width:190px;
font-size:12px;
}
div#content .main-right-icon img{
	margin-right:5px;	
}
h1.title{
	margin: 5px 0 10px 0;
	color:#929497;
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:26px;	
}
ul.main-tracks {
	font-size:13px;
}
ul.main-tracks li{
	border-bottom:1px solid #babbbd;
	padding:10px 0;
}
ul.main-tracks li div{
	height:1%;
	overflow:auto;
	background:url(../images/track-bg.gif) repeat-x 0 13px;
	color:#babbbd;
}
ul.main-tracks li span{
	/*display:block;*/
	background:#fff;
	float:left;
	padding:0 4px 0 0;
}
ul.main-tracks li span.right{
	float:right;
	padding:0 3px 0 4px;
	font-size:11px;
}
ul.main-tracks li span.right img{
	margin-right:3px;
}
div.top-page{
	color:#f5702f;
	float:right;
}
h1.subpage-title span{
	color:#F5702F;
	display:block;
	font-size:14px;
	font-weight:normal
}
h1.subpage-title{
	font-size:22px;
	font-weight:bold;
}
div.subpage a:link,
div.subpage a:visited {
	text-decoration: none;
	color: #12bbf2;
}
div.subpage a:hover,
div.subpage a:active{
	text-decoration: underline;
	color: #12bbf2;
}
/* /content */
/* extra */
table.detail{
	width:100%;
	margin:10px 0;
	font-size:14px;
}
table.detail,
table.detail tr,
table.detail td{
	border:0;
}
table.detail td{
	padding:0 10px 15px 0;
}
table.detail td.fst{
	/*width:100px;*/
	width:130px;
}
a.orange-button,
a.green-button{
	display:block;
	padding:3px;
	width:100px;
}
a.orange-button{
	float:left;
	background:#fcb813;
	font-size: 12px;
}
a.green-button{
	float:right;
	background:#71be44;
	font-size: 12px;
}
a.orange-button:link,
a.orange-button:visited,
a.orange-button:hover,
a.orange-button:active,
a.green-button:link,
a.green-button:visited,
a.green-button:hover,
a.green-button:active{
	color:#000;	
}
/* /extra */
/* footer */
div#footer ul.bottom-menu{
	position:absolute;
	top:22px;
	left:10px;
}
div#footer ul.bottom-menu li{
	padding-bottom:4px;
}
div#footer ul.bottom-menu a{
	display:block;
	background:#57585b;
	color:#a7a4a7;
	width:100px;
	line-height:25px;
	height:25px;
	text-align:center;
	font-size:9px;
}
div#footer ul.bottom-menu a:link,
div#footer ul.bottom-menu a:visited{
	background:#57585b;
}
div#footer ul.bottom-menu a:hover,
div#footer ul.bottom-menu a:active{
	background:#737374;
}
div#footer div.item1{
	display:inline;
	float:left;
	margin-left:130px;
	padding-top:25px;
	font-size:12px;
	
}
div#footer div.item2{
	display:inline;
	float:left;
	margin-left:50px;
	padding-top:25px;
	font-size:12px;
}
div#footer div.img{
	position:absolute;
	right:1px;
	top:1px;
}
div#footer div.facebook{
	position:absolute;
	right:180px;
	top:27px;
}
span.orange{
	color: #fcb80d;
}
/* /footer */
/* other styles */
.clearlist,
.clearlist ul{
	margin:0;
	list-style:none;
}
.inlinelist{
	margin:0;
	list-style:none;
}
.inlinelist li{
	float:left;
}
.noborder,
.noborder tr,
.noborder td{
	border:0px;
}
/* /other styles */


/* news page*/


.news-heading
{
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	/*padding-left:220px;*/
	padding-top:10px;
}


.news-date
{
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:10px;
}


.news-saledate
{
	color:#f5702f;
	float:right;
	margin-top:-10px;
}


.scroll-news {
	height: 500px;
	overflow: auto;
	padding: 8px;
	margin-bottom:10px;
	margin-top:10px;
}


#home-box-link { 
		background-color:transparent;
		height:30px;
		left:36px;
		position:absolute;
		top:100px;
		width:30px;
}
.li-news-page
{
margin-left:210px;
}

.random-news p {
margin:0;
display:table-cell;
vertical-align:middle;
height:85px;
}
.random-news img {
/*bottom:0;
left:10px;
position:absolute;*/
width:200px;
}

.clearfix table
{
	margin-left:210px;
	/*width:70% !important;*/
}
.clearfix .notableftmargin table
{
	margin-left:0px;
}

.newsfix
{
	margin-left:0px !important;
}
	#sponsorsList {
		border-left:none;
		/*border-top:1px solid #CCCCCC;*/
		height:100%;
		vertical-align:middle;
width:100%;
	}
	#sponsorsList .sponsor {
		float:left;
		width:199px;
		height:140px;
		/*border-bottom:1px solid #DDDDDD;
		border-right:1px solid #CCCCCC;*/
		text-align:center;
		min-height:50px !important;
	}
	#sponsorsList img {
		position:relative;top:40%;margin-top:-25px
width:130px;
	}
	#sponsorsList .sponsor.c0{
		border-right:none;
	}

ul.main-tracks li div{
height:auto;
}
.main-div{
height:470px !important;
}
p.rightlink {
text-align:right;
margin-right:10px; }
div.img-left img {display:block;}
.pidlink {height:0px; } 

