/* reset fields */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
   border:0;
}
/* end reset */

body {
    font-family: Arial, Helvetica, sanf-serif;
    color: #000;
    font-size: 12px;
    background: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
}

table#container {
    background: #fff;
    width: 850px;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
}

table#container td#containerMain{
    border-right: 1px solid #646464;
}

#menu {
    width: 210px;
    text-align: left;
}

#menu ul {
    list-style-type: none;
}

#menu a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#splash {
    position: absolute;
    width: 675px;
    height: 270px;
    top: 25px;
    right: 0px;
}

div.boxContainer {
    position: absolute;
    top: 330px;
    left: 30px;
}

div.box {
    position: relative;
    float: left;
    margin: 10px 25px 30px 10px;
    z-index: 3;
}

div.box div.boxTL {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/top_l.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.box div.boxTLWhite {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/top_l_w.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.box div.boxTR {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/top_r.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div.box div.boxTRWhite {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/top_r_w.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div.box div.boxTC {
    position: absolute;
    top: -9px;
    left: 0px;
    width: 100%;
    height: 9px;
    border-top: 1px solid #fff;
}

div.box div.boxTCWhite {
    position: absolute;
    top: -9px;
    left: 0px;
    width: 100%;
    height: 9px;
    border-top: 1px solid #000;
    background-color: #fff;
}

div.box div.boxBL {
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/bottom_l.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.box div.boxBLWhite {
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/bottom_l_w.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.box div.boxBR {
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/bottom_r.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.box div.boxBRWhite {
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 9px;
    height: 9px;
    background-image: url(../img/bottom_r_w.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.box div.boxBC {
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 100%;
    height: 9px;
    border-bottom: 1px solid #fff;
}

div.box div.boxBCWhite {
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 100%;
    height: 9px;
    border-bottom: 1px solid #000;
    background-color: #fff;
}

div.box div.boxCenter {
    position: absolute;
    top: 0px;
    left: -10px;
    _left: -9px;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

p.title {
    font-size: 12px;
    margin-top: 8px;
    padding-bottom: 4px;
}

p.title a {
    color: #000;
    text-decoration: none;
}

p.title a:hover {
    text-decoration: underline;
}

p.desc {
    color: #000;
    font-size: 12px;
    margin: 4px 2px 0 2px;
}

a.designArtistLink {
    color: #000;
    font-size: 11px;
    position: absolute;
    bottom: 2px;
    right: 20px;
}

span.itemPrice {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#design {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 20px;
    right: 0px;
}

#imageContainer {
  width: 850px; 
  height: 150px; 
}  

#imageContainer img {
  display:none; 	
  position:absolute; 	
  top:0px;
  left:0px; 	
  height:150px;  	
  width:850px; 	
  opacity: -0.01;
}

div#footer {
  width: 1060px;
  margin-top: 1px;
  background-color: #646464;
  padding: 2px 10px 5px 0;
  text-align: right;
  color: #fff;
}

div#footer a {
  color: #fff;
}

