
@font-face {
    font-family: 'FuturaStdCondensedBold';
    src: url('fonts/futurastdcondensedbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'FuturaStdLight';
    src: url('fonts/futurastdlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

.bwWrapper {
    position:relative!important;
    display:block!important;
}


body{
margin:0px;
padding:0px;
font-family:arial;
font-size:12px;
overflow:hidden;
}


.block_page_bullets{
list-style:none;
position:absolute;
right:20px;
bottom:50px;

}

#slideshow{
width:492px;
height:408px;
}


.block_page{
display:none;
}

.block_page.selected{
display:block;
}

.bullet_link{
width:20px;
height:20px;
display:block;
background:black;
}

.block_page_bullets li{
width:10px;
height:10px;
float:left;
padding:3px;
}
.block_page_bullets li a{
background:url("../images/bullet.png") no-repeat center center;
width:10px;
}
.block_page_bullets li a.selected{
background:url("../images/bullet_selected.png") no-repeat center center;
width:10px;

}



h1,h2,h3{
color:#acacac;
font-family: 'FuturaStdCondensedBold';
margin-left:20px;
padding-top: 10px;
}

#banner.left{
width:277px;
height:408px;
float:left;
overflow:hidden;
}
#banner.right{
width:277px;
height:408px;
float:right;
overflow:hidden;
}

#banner.top{
height:180px;
overflow:hidden;
width:468px;
}

.adapt_left{
width:467px;
float:right;
}

.adapt_left .jspVerticalBar {
right: 15px!important;
}
.adapt_right .jspVerticalBar,.adapt_none .jspVerticalBar ,.adapt_top .jspVerticalBar  {
right: 10px!important;
}
.adapt_aside{
position:absolute;
width:277px;
height:408px;
background:#CCC;
top:44px;
right:146px;
overflow:hidden;
}
.adapt_aside  p:first-child{
padding-top:15px;
}

.adapt_right{
width:467px;
float:left;
}

.adapt_left .scroll-pane, .adapt_right .scroll-pane{
   padding:20px;
   width:420px;
   height:370px;
   margin-top:20px;
   position:relative;
}
.adapt_top .scroll-pane{
	width:400px;
	padding:20px;
	height: 180px;
   position:relative;
}

.adapt_none{
position:relative;
}

.adapt_top{
height:215px!important;
overflow:hidden!important;
width:468px!important;
margin-top:5px;
}

p{
color:black;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
margin:0px;
padding:0px 20px 10px 20px;
font-size:11px;
line-height:15px;
}

#page_container{
width:900px;
height:570px;
position:absolute;
top:50%;
margin-top:-285px;
left:50%;
margin-left:-450px;
background:url("../images/container_bg.png") no-repeat scroll -150px -102px transparent;
padding-top:1px;
}

#logo{
background:url("../images/logo.png") no-repeat center center transparent;
width:420px;
height:41px;
border:none!important;
position:absolute;
top:-5px;
left:6px;
display:block;
outline:none;
}

#page_content{
width:746px;
height:408px;
background:white url("../images/container_bg_inner.png") no-repeat right bottom;
margin-top:43px;
margin-left:8px;
overflow:hidden;
}

#music_menu{
position:absolute;
top:30px;
right:40px;
}

#social_menu{
position:absolute;
top:420px; 
right:65px;
}

#social_menu a{
margin-right:5px;
}

#social_menu a, #social_menu img{
border:none; 
display:block;float:left;
}

#menus{
width:100%;
}

#horizontal_menu{
width:746px;
height:140px;
float:left;
margin-left:8px;
}

#horizontal_menu ul{
list-style:none;
margin-left:0px;
padding-left:0px;
margin-top:10px;
}

#horizontal_menu ul li{
float:left;
padding-left:30px;
}

#horizontal_menu ul li:first-child{
background: url(../images/link_bg.png) no-repeat left center;
}

#horizontal_menu ul li a{
text-transform:uppercase;
font-size:10px;
color:#424242;
font-weight:bold;
text-decoration:none;
}

#vertical_menu{
width:115px;
height:140px;
position: absolute;
right: 30px;
}

#vertical_menu ul,#music_menu ul{
list-style:none;
margin:10px 0px 0px 20px;
padding:0px;
}

#vertical_menu ul li, #music_menu ul li{
background: url(../images/link_bg.png) no-repeat left center;
padding-left:30px;
margin-bottom:2px;
}

#vertical_menu ul li:hover,#music_menu ul li:hover{
background: url(../images/link_bg_hover.png) no-repeat left center;
padding-left:30px;
}


#vertical_menu ul li a,#music_menu ul li a{
text-transform:uppercase;
font-weight:bold;
color:#424242;
font-size:10px;
text-decoration:none;
}
#vertical_menu ul li a:hover, #horizontal_menu ul li a:hover, #music_menu ul li a:hover{
color:white;
}