#home {
}

#home-intro {
    width: 940px;
    height: 124px;
}

#home-intro p {
    display: none;
}

#home .home-panel {
    float: left;
    width: 208px;
    height: 272px;
    display: inline; /* IE6 */
    background: url(/images/home-panel-bg.png) top left no-repeat;
    margin-right: 8px
}

#home .home-panel h2 {
    color: #d60830;
    margin: 0;
    padding: 8px;
    font-size: 10pt;
}

#home .home-panel h2 a {
    color: #d60830;
    margin: 0;
    text-decoration: none;
}


#home .home-panel h3 {
    color: #d60830;
    margin: 0;
    padding: 8px;
}

#home .home-panel h3 a {
    color: #fff;
}

#home .home-panel a {
    display: block;
}

#home .home-panel img {
    display: block;
    margin: 0 auto 0 auto;
}

#home .home-panel p {
    margin: 4px 8px;
}

#home .shop-home-latest {
    margin: 8px 8px;
}

#home .shop-home-latest-image {
    display: inline;
    width: 64px;
    height: 48px;
    float: left;
}

#home .shop-home-latest-image a {
    display: block;
    width: 64px;
    height: 48px;
}

#home .shop-home-latest .shop-home-latest-image a span {
    display: none;
}

#home .shop-home-latest-detail {
    display: inline;
    width: 120px;
    height: 48px;
    float: right;
}

#home .shop-home-latest-detail p {
    margin: 0;
}

#home #home-distribution {
    margin-top: 16px;
    width: 940px;
    height: 90px;
}

#home #home-distribution p {
    margin: 0 0 0 16px;
    color: #699;
    font-weight: bold;
}

#home #home-distribution ul {
    margin: 0;
    padding: 0;
    height: 64px;
}

#home #home-distribution ul li {
    display: block;
    float: left;
    width: 112px;
    height: 64px;
    margin-right: 4px;
}

#home #home-distribution ul li a {
    display: block;
    width: 112px;
    height: 64px;
}

#home #home-distribution ul li a span {
    display: none;
}


/* li */
#home-distro-costa {
    background: url(/images/home-distribution-bg.png) 0 0 no-repeat;
}

#home-distro-hicatch {
    background: url(/images/home-distribution-bg.png) -112px 0 no-repeat;
}

#home-distro-fishworks {
    background: url(/images/home-distribution-bg.png) -224px 0 no-repeat;
}

#home-distro-sundot {
    background: url(/images/home-distribution-bg.png) -336px 0 no-repeat;
}

#home-distro-moldcraft {
    background: url(/images/home-distribution-bg.png) -448px 0 no-repeat;
}

#home-distro-stripteaser {
   background: url(/images/home-distribution-bg.png) -668px 0 no-repeat;
}

#home-distro-marlin-magic {
    background: url(/images/home-distribution-bg.png) -556px 0 no-repeat; 
}

#home-distro-deep-blue {
    background: url(/images/home-distribution-bg.png) -780px 0 no-repeat;
}

