html {    
    height: 100%;
    width: 100%;
    background: #000;
}

body {    
    height: 100%;
    width: 100%;
    font: normal 12px Tahoma;
    line-height: 16px;
    color: #ababac;
}

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

p {
    margin-bottom: 10px;
}

h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: normal;
}

.clear {
    height: 0px;
    width: 0px;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
    background: url(../images/top_right_fire.jpg) 100% 0% no-repeat;
}

#container {
    width: 960px;
    background: url(../images/logo.jpg) 30px 0% no-repeat;
}

#left_column {
    width: 335px;
    float: left;
}

    .left_column_main {
        height: 350px;
    }

    #left_column img.logo {
        margin: 77px 0px 0px 82px;
    }


    #left_column div.last_release {
        margin: 120px 0px 0px 70px;
        width: 209px;
        background: #111 url(../images/last_release/top_bg.png) 0% 0% no-repeat;
        padding: 20px 0px 0px 30px;
    }

        #left_column div.last_release a {
            color: #fff;
        }

        #left_column div.last_release p.header {
            font-size: 18px;
            text-transform: uppercase;
            color: #fff;
        }

        #left_column div.last_release img {
            margin-top: 8px;
        }

        #left_column div.last_release p.link {
            text-transform: uppercase;
            margin-top: 8px;
        }

        #left_column div.last_release div.bottom {
            height: 22px;
            width: 239px;
            background: url(../images/last_release/bottom_bg.png) 0% 0% no-repeat;
            margin: -15px 0px 0px -30px;
        }

#right_column_inside {
    float: right;
    width: 620px;
    font-size: 13px;
}

#menu {
    width: 620px;
    padding: 80px 0px 0px 0px;
    height: 41px;
    float: right;
}

    #menu a {
        display: block;
        float: left;
        background-position: 0% 0%;
        background-repeat: no-repeat;
        height: 41px;
        text-decoration: none;
        margin-right: 15px;
    }

        #menu a:hover, #menu a.selected {
            background-position: 0% 100%;
        }

    #menu a.news {
        background-image: url(../images/menu/news.png);
        width: 82px;
    }

    #menu a.gallery {
        background-image: url(../images/menu/gallery.png);
        width: 112px;
    }

    #menu a.about {
        background-image: url(../images/menu/about.png);
        width: 91px;
    }

    #menu a.releases {
        background-image: url(../images/menu/releases.png);
        width: 123px;
    }

    #menu a.artists {
        background-image: url(../images/menu/artists.png);
        width: 105px;
    }

#about_short {
    width: 580px;
    margin-top: 40px;
    padding: 0px 0px 10px 40px;
    float: right;
}

    #about_short img {
        margin-bottom: 10px;
    }

    a.learn_more {
        background: url(../images/bullets/disk.png) 0% 0% no-repeat;
        padding: 2px 0px 6px 25px;
        text-decoration: none;
        color: #ccc;
        font-size: 11px;
    }

        a.learn_more span {
            border-bottom: 1px dashed #666;
        }

#main_albums {
    text-align: center;
    margin-top: 30px;
}

#main_news {
    margin: 70px auto 0px auto;
    width: 840px;    
}

#main_news a {
    display: block;
    width: 279px;
    float: left;
    background: url(../images/news/main_news_block_top.png) 0% -100px no-repeat;
    text-decoration: none;
}

    #main_news a:hover {
        background-position: 0% 0%;
        background-color: #111;
    }

    #main_news span.bottom {
        display: block;
        width: 279px;
        height: 25px;
        background: url(../images/news/main_news_block_bottom.png) 0% 100px no-repeat;
        margin-top: -5px;
    }

        #main_news a:hover span.bottom {
            background-position: 0% 0%;
        }

    #main_news span.date {
        color: #666;
        font-size: 10px;
        display: block;
        margin: 15px 0px 0px 25px;
    }

    #main_news span.text {
        font-size: 11px;
        display: block;
        padding: 0px 25px 0px 25px;
    }

        #main_news a:hover span.text {
            text-decoration: underline;
        }

#content {
    margin: 20px 0px 0px 20px;
}

#news {
    margin: 20px 0px 0px 20px;
}

    #news div.new {
        margin-bottom: 30px;
    }

        #news img.new_img {
            float: left;
            border: 5px solid #333;
            margin-right: 15px;
        }

        #news div.new p.date {
            color: #666;
        }

        #news div.new div.new_content {
            padding-left: 25px;
        }

#artists {
    margin: 20px 0px 0px 20px;
}

    #artists div.artist {
        margin-bottom: 30px;
    }

        #artists img.artist_img {
            float: left;
            border: 5px solid #333;
            margin-right: 25px;
        }

        #artists div.artist div.about {
            padding-top: 15px;
        }

#gallery {
    margin: 20px 0px 0px 20px;
}

    #gallery div.photos {
        margin: 15px 0px 0px -20px;
    }

        #gallery div.photos p {
            width: 190px;
            display: block;
            float: left;
            text-align: center;
            margin: 20px 0px 0px 0px;
        }

            #gallery div.photos p img {
                border: 1px solid #666;
            }

        #gallery div.photos div.pages {
            margin: 10px 0px 0px 20px;            
        }

			#gallery div.photos div.pages a {
				margin-right: 4px;
			}
			
			#gallery div.photos div.pages a.current {
				text-decoration: none;
				font-size: 16px;
			}

    #gallery div.video {
        margin: 50px 0px 0px 0px;
    }

        #gallery div.video #accordion {
            margin-top: 25px;
        }

        #gallery div.video #accordion div.name {
            margin-top: 15px;
        }

        #gallery div.video #accordion div.content {
            padding-top: 10px;
        }

        #gallery div.video #accordion a {
            text-decoration: none;
        }

            #gallery div.video #accordion a span {
                color: #ccc;
                font: normal 18px Arial;
                border-bottom: 1px dashed #ccc;
            }

            #gallery div.video #accordion div.ui-state-active a span {
                border-bottom: 0px;
            }

#releases {
    margin: 20px 0px 0px 20px;
}

    #releases div.album_photo {
        padding-top: 10px;
        line-height: 0px;
        font-size: 0px;
    }

        #releases div.album_photo img {
            border: 5px solid #333;
            width: 400px;
            height: 400px;
            position: absolute;
        }

            #releases div.album_photo img.cover {
                z-index: 20;
            }

            #releases div.album_photo img.back_side {
                z-index: 10;
            }

            #releases div.album_photo img.visible {
                z-index: 30;
            }

        #releases div.album_photo div.tabs {
            margin: 350px 0px 0px 410px;
        }

            #releases div.album_photo div.tabs a {
                display: block;
                width: 55px;
                height: 24px;
                text-decoration: none;
                color: #555;
                background: #111;
                font-size: 11px;
                line-height: 16px;
                padding: 6px 0px 0px 10px;
            }

                #releases div.album_photo div.tabs a span {
                    border-bottom: 1px dashed #555;
                }

                #releases div.album_photo div.tabs a.selected {
                    background: #333;
                    color: #ababac;
                }

                    #releases div.album_photo div.tabs a.selected span {
                        border-bottom: 0px;
                    }

    #releases div.album_description {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 60px 0px 0px;
    }

    #releases div.buy_buttons {
        margin: 15px 0px 0px 0px;
        font-size: 0px;
        line-height: 0px;
    }

        #releases div.buy_buttons img {
            margin-right: 10px;
        }

    #releases div.albums {
        margin: 40px 0px 0px 0px;
        font-size: 0px;
        line-height: 0px;
    }

    #releases div.albums a img {
        border: 5px solid #333;
        margin: 0px 25px 25px 0px;
    }
    
        #releases div.albums a:hover img, #releases div.albums a.selected img {
            border: 5px solid #ff9600;
        }



#footer {
    margin: 100px 0px 70px 0px;
    color: #999;
}

    #footer a {
        color: #999;
    }

    #footer div.phone {
        width: 126px;
        float: left;
        background: url(../images/phone.png) 100% 0% no-repeat;
        padding: 30px 0px 0px 144px;
    }

    #footer div.info {
        float: left;
        margin-left: 80px;
        width: 420px;
    }

    #footer div.info p {
        font-size: 10px;
        margin: 0px;
    }

        #footer div.info p.menu {
            font-size: 12px;
            margin-bottom: 10px;
            word-spacing: 8px;
        }

            #footer div.info p.menu a {
                word-spacing: normal;
                color: #fff;
            }

        #footer div.info p.additional_pages {
            word-spacing: 6px;
            margin-top: 2px;
        }

        #footer div.info p.additional_pages a {
            word-spacing: normal;
        }

    #footer div.copyright {
        float: left;
        font-size: 10px;
    }
