/* Layout ******************/

*{
    padding:0;
    margin:0;
}

 html {
 height:100%;
}

 body {
  margin:0;
  padding:0;
 height:100%;  
}

#super_wrapper{
    min-height:100%; 
    overflow: hidden;
}

#down_line{
    width:100%;
    height:15px;
    margin-bottom:-15px;
    position: relative;
    top:-98px;
    background: url('narezka/bottom_line.jpg') top left repeat-x;
}

.workspace{
    width:990px;
    margin: 0 auto;
}      

#news{
    margin: 75px 100px 0 100px;
}

#header_news{ 
    height: 24px;
    width:102px;
    margin: 0 0 21px -2px;
}

#photo{
    padding:45px 7px 0 99px;
    float:left; 
    width:484px;
}

#new_photo{
    width: 213px;
    height: 20px;
}

#photo_box{
    margin-top: 28px;
}

#photo_box  img{
    display: block;
    float:left;
    margin:0 0 1px 1px;
    display: inline;
}

#photo_box a{
    float: left;
}

#photo_box p, #music p{
    margin:16px 0 0 1px;
}


#music{
    padding:45px 100px 0 2px;
    float:right; 
    width:258px;
}

#music_title{
    width: 84px;
    height: 20px;
}

#player{
    margin: 28px 0 0 1px;
}

#foother{
    width: 990px;
    height:148px;
    position:relative;
}

#fool_foother{
    width:990px; 
    height:136px;  
    margin:0 auto -136px auto;      
}

#concertOrganization{
    position: absolute;
    left: 656px;
    top: 62px;    
}

#copyrightYear{
    position: absolute;
    left: 563px;
    top: 117px;    
}

#arso{
    position: absolute;
    left: 746px;
    top: 121px;    
}

#arso_logo{
    position: absolute;
    display: block;
    top:116px;
    left:841px;
    width:49px;
    height:25px;
    background: url('narezka/arso_logo.jpg') top left no-repeat;
}
    /*Photo*********/
    #photoalbum{
        margin: 75px 100px 0 100px;  
    } 
       
    #header_photoalbum{
        height: 24px;
        width:151px;
        margin: 0 0 21px -2px;  
    }
    #photoalbum ul li{
        margin: 0 0 11px 0;  
    }
    #photoalbum ul li.slider_photo_box{
        width: 750px;      
    /*    margin:19px 0 15px -1px;      
        padding-bottom: 15px;    */
        margin:0 0 0 -1px;      
        padding-bottom: 0;   
    }

    .slider_photo_box  img{
        display: block;
        float:left;
        margin:0 0 1px 1px;
        display: inline;
    }

    .slider_photo_box a{
        float: left;
    }
    /*End Photo*********/   
    /*Music**************/ 
    #musicpage{
        margin: 75px 100px 0 100px;      
    }
    
    #header_music{
        width:84px;
        height:20px;   
        margin: 77px 0 0 -1px;
    }
    #listen{
        margin:23px 0 0 0;
        width: 270px;
        float: left;
    }
    #musicpage_player, #listen #xspf_player0{
        display: block;
        margin: 17px 0 0 0;
    }
    #download{
        width:500px;
        float:left;
        margin: 23px 0 0 19px;
    }
    #download ul{
        margin: 14px 0 9px 0;
    }
    #download ul li{
        margin-bottom: 1px;
    }
    
    #download ul li.download_all{
        margin-top: 20px;   
    }

    /*End Music**************/ 
    /*Contact******************/
    #contact{
        position: relative;
        height: 267px;
        width: 100%;
    }
    #header_contact{
        width:175px;
        height:20px;
        position: absolute;
        top: 55px;
        left:98px;
    }
    #name{
        position: absolute;
        top: 100px;
        left: 100px;
    }
    #name_field{
        position: absolute;
        top: 114px;
        left: 100px;
        width: 124px;
        height: 13px;
    }
    #mail{
        position: absolute;
        top: 100px;
        left: 232px;
    }
    #mail_field{
        position: absolute;
        top: 114px ;
        left: 232px ;
        width: 124px;
        height: 13px;        
    }  
    #comment{
        position: absolute;
        top: 137px;
        left: 100px;
    }
    #comment_field{
        position: absolute;
        top: 151px;
        left: 100px;
        width: 390px;
        height: 92px;
    }  
    #contact_metha{
        width: 226px;
        position: absolute;
        left: 540px;
        top:149px;
    }  
    #contact_metha a, #contact_metha span{ 
        display: block;
    }      
    #contact_metha span{
        margin: 2px 0 15px 0;
    }
    #contact_metha a{
        margin-top: 1px; 
    }
    #submit_button{
        border:none;
        position: absolute;
        width: 79px;
        height: 12px;
        cursor: pointer;
        top:255px;
        left:412px;
    }    
    /*End Contact*****************/
/* Fonts *******************/
body {
  font:11px Tahoma, Sans-Serif;
}

.news_dash, .news_href{
  font:14px Tahoma, Sans-Serif;
}

.tenpx{
  font:10px Tahoma, Sans-Serif;    
}

#copyrightYear{
  font:17px Bodoni MT, Tahoma, Sans-Serif;   
}
.bigbottom_delimiter{
  font:18px Tahoma, Sans-Serif; 
}

    /*Photo*********/
    /*End Photo*********/
    /*Music**************/ 
    #musicpage{
        font:14px Tahoma, Sans-Serif;        
    }
    
    .metha, .all_tracks{
        font-size: 10px;
    }

    /*End Music**************/ 
    /*Contact******************/
    #contact_form, #contact_form input, #contact_form textarea, #contact_metha {
        font-size: 10px;
    }
    
    #contact_metha a, #contact_metha span{
        font-size: 14px;
    }
    /*End Contact*****************/             
/* Colors ******************/
*{
    color:#FFF;
}
html{
    background: #000;
} 
body{
    background: url('narezka/upper_line.jpg') #000 0 412px repeat-x; 
} 
.workspace{
    background:url("narezka/background.jpg") #000 left 412px no-repeat;    
}   
.news_dash,#news a,#photo_box p a,#music p a, #bottom_menu .download a, .news_href{ 
    color: #D7C278;
}

#header_news{
    background:url("narezka/news.png") top left no-repeat ;  
}    

#new_photo{
    background:url("narezka/new_photo.png") top left no-repeat ;
}

#music_title{
    background:url("narezka/music.png") top left no-repeat ;  
}


#foother{
    background:url("narezka/fool_foother0_.jpg") 0 50px no-repeat ;   
}

#fool_foother{
    background:url(narezka/fool_foother1.jpg) no-repeat left top;    
}

#copyrightYear, #arso a{
    color: #171717;
}
.bottom_delimiter{
    color:#474747;
}

#bottom_menu .download{
    color: #777; 
}

    /*Photo*********/
    #header_photoalbum{
        background:url("narezka/photoalbum.png") top left no-repeat ;  
    }  
    #photoalbum a{
        color:#D7C278;
    }
    /*End Photo*********/  
    /*Music**************/ 
    #header_music{
        background:url("narezka/music.png") top left no-repeat ;  
    }

    #listen .one_pixel_left,#download, .download_header,.all_tracks{
        color: #464646;        
    }
    
    .metha{
        color: #777;
    }
    
    .download_all a{
        color: #D7C278;
    }

    /*End Music**************/  
    /*Contact******************/
    #header_contact{
        background:url("narezka/contact.png") top left no-repeat ;  
    }
    #submit_button{
        background:url("narezka/send.png") top left no-repeat ; 
    }
    #submit_button:hover{
        background:url("narezka/send_rollover.png") top left no-repeat ; 
    }
    #contact_form input, #contact_form textarea {
        color: #000;
    } 
    #contact_metha a, #contact_metha span{
        color: #D7C278; 
    }       
    /*End Contact*****************/       
/* Misc ********************/
.clear{
    clear: both;
}
img{
    border: none;
}

a{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}

#upper_empty{
    height:8px;
}
#lowwer_empty{
    height:30px;
}

li{
    list-style-type: none; 
    margin:0;
    padding:0;
}

.block{
    display: block;
}

#menu, #menu li{
    float:left;
    display: inline; 
}


#menu{
    margin: 10px 0 0 375px;
}

#menu li{
    margin-left: 6px;
}

.delimiter{
    margin-top: 1px;    
}

#news ul{
    margin: 12px 0 0 0;
}

.news_content{
    display: block;
}

#photo_box p.tenpx,#music p.tenpx{
    padding-top: 16px;
    margin: 0 0 0 1px;
}

#photo_box p a{
    display: inline;
    float: none;
}

#arso a{
    text-decoration: none;
}

#bottom_menu{
    float:left;
    position:absolute;
    top: 62px;
    left: 97px;
}

#bottom_menu li{
    float:left;
    padding-left : 3px;
}

a#menu_contact{
    display:block;
    background:url('narezka/menu_contact.jpg') 0 0 no-repeat;  
    width: 122px; 
    height:12px;
}
a#menu_contact:hover,div#menu_contact{
    display:block; 
    background:url('narezka/menu_contact.jpg') 0 -14px no-repeat; 
    width: 122px; 
    height:12px;    
}

a#menu_photo{
    display:block;
    background:url('narezka/menu_photo.jpg') 0 0 no-repeat;  
    width: 105px; 
    height:12px;
}

a#menu_photo:hover,div#menu_photo{
    display:block;
    background:url('narezka/menu_photo.jpg') 0 -14px no-repeat;  
    width: 105px; 
    height:12px;
}

a#menu_music{
    display:block;
    background:url('narezka/menu_music.jpg') 0 0 no-repeat;  
    width: 61px; 
    height:12px;
}

a#menu_music:hover,div#menu_music{
    display:block;
    background:url('narezka/menu_music.jpg') 0 -14px no-repeat;  
    width: 61px; 
    height:12px;
}

.bottom_grey_box{
    height:18px; 
    background: #1A1A1A; 
}    

.bottom_grey_box_index{
    margin:0px 2px 0 6px;    
}
.bottom_grey_box_music{  
    margin:0px 15px 0 7px;
}
    /*Photo*********/
    .one_pixel_left{
        margin-left: 1px;
    }
    
    .download_header{
        padding-left: 18px;
    }
    .arrow_down{
        padding-right: 6px;
    }
    .all_tracks{
        padding-left: 18px;
    }
    /*End Photo*********/  
