@charset "UTF-8";
/* CSS Document */
body{ background: #000; text-align:center; font-family: "Georgia", Times New Roman, Times, serif; color: #d8d8d8; line-height: 1.4em; font-size: 0.9em; letter-spacing: 1px;}

ul{ color: #fff; }

img{ border:none; }
img a{ border: none; }

a{ text-decoration: none; font-weight:bold; color: #666; }
a:hover { color: #6acaf3; }

#wrap{ width:955px; margin: 0 auto; text-align: left;}

#header{ background: url(imgs/header.jpg) no-repeat;  width:955px; height:180px;}

#submission{ text-align:right; }

#pay-btn{ padding-top:150px; }
#pay-btn a{ font-family:Arial, "Helvetica", sans-serif; background:#000; color:#fff; font-size:130%; padding: 10px; border:#fff 1px solid;}
#pay-btn-two{ float:right; margin-right:-485px; padding-top:30px;}

#slideshow{ background: url(imgs/slideshow-bg.jpg) no-repeat; height: 465px; text-align: center; padding: 40px 0 0 190px; }
.shop-item{
width:170px;
text-align:center;
padding:0 5px;
float:left;
}
#about{ background: url(imgs/text-bg.gif) no-repeat; margin-top: 30px;} 

#content img{ float: right; margin: 30px 0 30px 30px; }

#links{ width: 955px; background: #fff; margin-bottom: -17px; padding: 5px 0 5px 0; }
#links ul{ display:block; padding:0;margin-left:8px;}
#links ul li{ display: inline; list-style: none; padding:8px; }

#footer{ background: #fff; font-size:70%; text-align: right; font-family: Arial, Helvetica, sans-serif; padding:5px 10px 5px 5px; text-transform: uppercase; color: #000; font-weight: bold; }

/* the slideshow */

#inner-slideshow {
    position:relative;
    height:274px;
}

#inner-slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#inner-slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#inner-slideshow IMG.last-active {
    z-index:9;
}