/*---main---*/
*{margin:0; padding:0;}
html{height:100%;}
body{background:url(../images/bg.gif) left bottom no-repeat #EEE; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
p{margin-bottom:1em;}
a{outline:none; color:#000;}
img{border:0px;}
ul{list-style-type:none;}

.hidden{display:none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/*---layout---*/
.overlay{position:fixed; z-index:1; top:0px; left:0px; width:100%; height:100%; background-color:#000; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;}
.thickbox{position:fixed; z-index:2; top:50%; left:50%; padding:10px; background-color:#FFF;}
.thickbox.photo{margin:-260px 0 0 -330px; width:640px; height:500px;}
.thickbox.video{margin:-220px 0 0 -330px; width:640px; height:400px;}
.thickbox .title{height:20px;}

.container{margin:0 auto; width:640px; padding:10px;}
.header{}
.menu{height:20px; padding-top:20px; text-align:right;}
.content{}
.column{height:390px; padding:5px; color:#FFF;}
.column.left{width:200px; background-color:#000; overflow:auto;}
.column.right{width:410px; background-color:#CC0000;}
.footer{padding:10px 0 5px 0; border-bottom:2px solid #CC0000; font-size:11px;}

.column.left{
	scrollbar-arrow-color:#999;
	scrollbar-face-color:#333;
	scrollbar-highlight-color:#333;
	scrollbar-3dlight-color:#333;
	scrollbar-shadow-color:#333;
	scrollbar-darkshadow-color:#333;
	scrollbar-track-color:#666;
}

/*---content---*/
#flashSwf{text-align:center;}
#navigation li{padding:2px 0;}
#navigation .bullet{padding-left:12px; background:url(../images/x_rood.png) 0 4px no-repeat;}
#navigation .head{text-decoration:none; font-weight:bold;}
.column a{color:#FFF;}
.column.right h1{padding-bottom:5px; border-bottom:1px solid #000; font-size:16px;}
.column.right .text,
.column.right .navigation{padding:5px 0;}
.column.right .navigation .link{width:25%;}
.column.right .navigation .link.right{width:25%; text-align:right;}
.column.right .navigation .counter{width:50%; text-align:center; color:#DDD;}
.column.right .image{text-align:center;}

.flash-replaced .alt{display:none;}

/*---sifr---*/
.sIFR-flash{visibility:visible !important; margin:0;}
.sIFR-replaced{visibility:visible !important;}
.sIFR-alternate{position:absolute; left:0; top:0; width:0; height:0; display:block; overflow:hidden;}
.sIFR-flash + div[adblocktab=true]{display:none !important;}
.sIFR-hasFlash h1,
.sIFR-hasFlash h2,
.sIFR-hasFlash h3{visibility:hidden;}

/*---ie6---*/
* html .overlay{position:absolute; height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
* html .thickbox{position:absolute; margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
