@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	color:#000000;
	background-color:#595735;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	scrollbar-arrow-color: #503012;
	scrollbar-base-color: #FEDF51;
	scrollbar-darkshadow-color: #FEDF51;
	scrollbar-track-color: #D9911B;
	scrollbar-face-color: #FEDF51;
	scrollbar-shadow-color: #D9911B;
	scrollbar-highlight-color: #FFF4C2;
	scrollbar-3dlight-color: #D9911B;
}

.frame_page{
	background-color:transparent !important;
}

.popup{
	color:#FFFFFF;
	background:#727043;
}

.tiny_text{
	font-size:8px;
}
.sml_text{
	font-size:10px;
}
.med_text{
	font-size:12px;
}
.lrg_text{
	font-size:14px;
	font-weight:bold;
}

.subheading{
	color:#595735;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.06em;
	margin-bottom:10px;
}

.red_text{
	color:#cb131c;
}

.yellow_text{
	color:#ffff00;
}

.green_text{
	color:#008025;
}

.popup_red_text{
	background-color:#8e9d59;
	color:#cb131c;
}

.yellow_text{
	color:#dfd000;
}

.green_text{
	color:#009041;
}

a{
	color:#cb131c;
	text-decoration:underline;
}

a:hover{
	color:#dfd000;
	text-decoration:none;
}

a:visited{
	color:#9d1118;
	text-decoration:underline;
}

img{
	border-color:#cb131c;
}

.input{
	background-image:url(../../img/sys/inputbg.jpg);
	color:#ffffff;
	border:#cb131c 1px solid;
}

.container{
	position:relative;
	width:950px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	top:25px;
	background-color:#727043;
}

.bg_img{
	position:absolute;
	top:0px;
	left:0px;
	width:273px;
	height:258px;
	background-image:url(../../img/sys/bg_corner.jpg);
	z-index:0;
}

.site_logo{
	position:absolute;
	left:5px;
	top:3px;
	width:216px;
	height:100px;
	background-image:url(../../img/sys/site_logo.png);
	z-index:1;
}

.newsletter {
	position:absolute;
	left:222px;
	top:30px;
	width:110px;
	height:50px;
	z-index:3;
}

#banner_ad {
	position:absolute;
	left:340px;
	top:25px;
	width:468px;
	height:60px;
	z-index:1;
	background-image:url(../../img/sys/ads/banner_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	overflow:visible;
	text-align:center;
	font-size:10px;
}

#tower_ad {
	position:absolute;
	left:820px;
	top:25px;
	width:120px;
	height:240px;
	z-index:1;
	background-color: #595735;
	background-image: url(../../img/sys/ads/tower_bg.gif);
}

.menu_container{
	position:absolute;
	width:100px;
	height:492px;
	top:105px;
	left:3px;
}
.menu{
	position:absolute;
	width:100px;
	height:82px;
	left:0px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:1;
}

.menu_events{
	top:0px;
	background-image:url(../../img/sys/menu/events.png);
}
.menu_events:hover{
	background-image:url(../../img/sys/menu/events_over.png);
}
.preload_events{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/menu/events_over.png);
}

.menu_news{
	top:82px;
	background-image:url(../../img/sys/menu/news.png);
}
.menu_news:hover{
	background-image:url(../../img/sys/menu/news_over.png);
}
.preload_news{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/menu/news_over.png);
}

.menu_gallery{
	top:164px;
	background-image:url(../../img/sys/menu/gallery.png);
}
.menu_gallery:hover{
	background-image:url(../../img/sys/menu/gallery_over.png);
}
.preload_gallery{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/menu/gallery_over.png);
}

.menu_player{
	top:246px;
	background-image:url(../../img/sys/menu/player.png);
}
.menu_player:hover{
	background-image:url(../../img/sys/menu/player_over.png);
}
.preload_player{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/menu/player_over.png);
}

.menu_video{
	top:328px;
	background-image:url(../../img/sys/menu/video.png);
}
.menu_video:hover{
	background-image:url(../../img/sys/menu/video_over.png);
}
.preload_video{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/menu/video_over.png);
}

.menu_biogs{
	top:410px;
	background-image:url(../../img/sys/menu/biogs.png);
}
.menu_biogs:hover{
	background-image:url(../../img/sys/menu/biogs_over.png);
}
.preload_biogs{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/menu/biogs_over.png);
}

.loading{
	background-color:#000000;
	background-image:url(../../img/sys/loading_dark.gif);
	background-position:center;
	background-repeat:no-repeat;
	opacity:.80;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	display:none;
	z-index:100;
}

.content {
	position:absolute;
	left:108px;
	top:113px;
	width:678px;
	height:454px;
	padding:10px;
	border:#595735 2px solid;
}

.content_bg {
	background-color:#FFFFFF;
	opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index:0;
}

.content_container{
	overflow:auto;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	
	scrollbar-arrow-color: #503012;
	scrollbar-base-color: #FEDF51;
	scrollbar-dark-shadow-color: #FEDF51;
	scrollbar-track-color: #D9911B;
	scrollbar-face-color: #FEDF51;
	scrollbar-shadow-color: #D9911B;
	scrollbar-highlight-color: #FFF4C2;
	scrollbar-3d-light-color: #D9911B;
	
	z-index:1;
}

.content_image{
	float:right;
	clear:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	/*border:#cb131c 2px solid;*/
}

.index_image{
	float:right;
	margin-left:10px;
}

.gallery_image{
	border:#cb131c 1px solid;
}

.congo_natty{
	position:absolute;
	bottom:227px;
	right:71px;
	margin-right:-51px;
	width:103px;
	height:70px;
	background-image:url(../../img/sys/congo_natty.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:2;
}
.congo_natty:hover{
	bottom:180px;
	right:71px;
	margin-right:-73px;
	width:147px;
	height:167px;
	background-image:url(../../img/sys/congo_natty_over.png);
}
.preload_congo_natty{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/congo_natty_over.png);
}

.lionbeat{
	position:absolute;
	bottom:110px;
	right:71px;
	margin-right:-40px;
	width:80px;
	height:80px;
	background-image:url(../../img/sys/lionbeat.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
.lionbeat:hover{
	bottom:90px;
	right:71px;
	margin-right:-67px;
	width:134px;
	height:131px;
	background-image:url(../../img/sys/lionbeat_over.png);
}
.preload_lionbeat{
	width:0px;
	height:0p;
	background-image:url(../../img/sys/lionbeat_over.png);
}

.star{
	position:absolute;
	bottom:25px;
	right:71px;
	margin-right:-28px;
	width:56px;
	height:63px;
	background-image:url(../../img/sys/star_of_david.png);
	z-index:1;
}
.button{
	font-weight:bold;
	color:#684702;
	border:solid 2px #684702;
	background-color:#FEDF51;
}
.list_button{
	font-size:8px;
	font-weight:bold;
	color:#684702;
	border:solid 2px #684702;
	background-color:#FEDF51;
}
#page_nav{
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-200px;
	width:400px;
}

.permanent_link{
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:7px;
	margin:5px;
}

.link_icon{
	width:20px;
	height:7px;
	background-image:url(../../img/sys/link.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}

#player{
	text-align:center;
	position:absolute;
	left:40px;
	top:40px;
	z-index:1
}

.player_top{
	position:absolute;
	top:0px;
	left:0px;
	width:117px;
	height:100px;
	background-image:url(../../img/sys/player_top.gif);
	z-index:0;
}

.player_bottom{
	position:absolute;
	bottom:0px;
	right:0px;
	width:100px;
	height:98px;
	background-image:url(../../img/sys/player_bottom.gif);
	z-index:0;
}

.ajax_error .ui-dialog-titlebar{
	background-color:#Fbb !important;
	background-image:none !important;
}