/*Layout*/
body {
  background:#000 url(images/frame_content.jpg) no-repeat 0 0 fixed;
  font-size: 13px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#bbb;  
  margin:0 auto;
  text-align:center;
}

.wrapper {
  text-align:center;
}

/******************************/
/* Content                    */
/******************************/

/* Documents, Photos, Timeline */

.menu {
	text-align:left;
	position: absolute;
	width: 220px;
	left: 20px;
	padding:0px;
	margin:0px
}
	.menu ul {
		padding-top:96px;
		margin:12px 0;
	}

		.menu ul li {
			margin:6px 0;
			font-size:120%;
		}

			.menu ul li a {
				color:#f7cf0e;
				background:#202525;
				text-decoration:none;
			}

			.menu ul li a:hover {
				color:#fff;
			}

.content-container {
	padding-top:36px;
	text-align:left;
  margin-left: 220px;
  overflow: auto;
}
	.content-container .content {
		color:#eee;
		width:600px;
	}

	.content-container p {
		color:#eee;
	}

table.timeline b {
  color:#fff;
}
table.timeline td {
  color:#aaa;
}

td {
	padding:10px;
}

/* Products */

.product-container {
  text-align:left;
	margin: 10px auto;
  width:900px;
  clear:both;
  position:relative;
}

.product-container-two {
  text-align:left;
	margin: 10px auto;
  width:600px;
  clear:both;
  position:relative;
}

.product-row-container {
  background: transparent url(store/images/site/product_splash_bck.gif) no-repeat 0 0;
  padding-top:1px;
  padding-left:1px;
}

.product-row {
  position:relative;
  width:900px;
  background:#000;
}

.product-row-two {
  position:relative;
  width:600px;
  background:#000;
}

.product {
  position:relative;
  display:inline-block;
  width:270px;
  padding-left:20px;
  height:214px;
}

  .product .title a {
    font-size:36px;
    font-weight:bold;
    font-family:Impact;
    padding-left:3px;
    text-decoration:none;
    color:#899198;
    letter-spacing:2px;
    width:267px;
    height:214px;
    display:block;
  }

  .product .title a:hover {
    color:#fff;
  }

/*Used on particular product section pages*/
.product-full {
  position:relative;
  background:#000 url(store/images/site/store_product_bck.jpg) no-repeat 100% 100%;
  float:left;
  clear:both;
  width:800px;
  margin-bottom:24px;
}
  
  .product-full .product-title a {
    font-size:24px;
    text-decoration:none;
    font-family:Impact;
    color:#fff;
  }

  .product-full .product-info {
    position:relative;
    float:right; 
    width:600px;
    margin-bottom:12px;
  }
  
  .product-full .product-info p {
    margin-bottom:12px;
  }  

  .product-full .product-image {
    float:left; 
    margin:0;
    padding:0;
    display:inline;
    border:1px solid #858585;
  }

    .product-full .product-image a img {
      display:block;
    }

  .product-full .product-buy-link {
    position:absolute;
    right:12px;
    bottom:6px;
    padding-bottom:2px;
    border-bottom:2px solid #ffeb61;
  }

    .product-full .product-buy-link a {
      color: #ffeb61;
      text-decoration:none;
    }

    .product-full .product-buy-link a:hover {
      color: #fff;
    }

.product-new {
  position:absolute;
  top:-12px;
  left:-18px;
  background:transparent url(store/images/site/store_product_new.png) no-repeat;
  width:40px;
  height:40px;
}

#product-dvd {
  background: #000 url(store/images/site/store_icon_dvd.jpg) no-repeat 100% 100%;
}

#product-cd {
  background: #000 url(store/images/site/store_icon_cd.jpg) no-repeat 100% 100%;
}

#product-shirt {
  background: #000 url(store/images/site/store_icon_shirt.jpg) no-repeat 100% 100%;
}

#product-book {
  background: #000 url(store/images/site/store_icon_book.jpg) no-repeat 100% 100%;
}

#product-poster {
  background: #000 url(store/images/site/store_icon_poster.jpg) no-repeat 100% 100%;
}


/* Support */

h2 {
  color:#999;
  padding:6px;
}

h2 {
  padding-bottom:24px;
  padding-left:0;
}

a {
  color:#aaa;
}

img {
  border:none;
}


