@charset "UTF-8";
/* CSS Document */


ul, p, h2, h3 {padding:0; margin:0;}

body {
	background:url(images/bkgrdtile.jpg) no-repeat ;
	margin:0;
	font:bold 13px "Courier New", Courier, monospace;
}

#container {
	width:900px;
	height:660px;
	background:url(images/bgMain.jpg) no-repeat ;
	margin:auto;
	overflow:hidden;
}

#header {
	padding-bottom:15px;
	border:0px solid red;
}

#header #menu 
{
	width:700px;
	height:15px;
	/*  
	position:absolute;
	float:right;
margin-top:55px;
*/
	
	margin-top:-100px;
	margin-left:200px;
}


#content {
	padding:10px 0;
	margin:auto;
}


#left {
	width:420px;
	float:left;
	margin:15px 0 0 45px;
}

#right {
	width:320px;
	float:left;
	margin-left: 20px;
	margin-top:15px;
}

#base {
	padding-top:25px;
	clear:both;	
	width:820px;
	margin:auto;
}


/******** menu styles *********/

#header img {
	padding:35px 0 0 30px;
}

#header #menu ul {
	padding:0;
	margin:60px 0 0 0;	
	
}

#header #menu ul li {
	list-style:none;
	padding:0 0px;
	float:left;
}

#header #menu ul li a 
{
	outline:none;
	text-decoration:none;
	font:bold 11px "Courier New", Courier, monospace;
	height:15px;
	width:80px;
	padding-top:5px;
	display:table;
	float:left;
	text-align:center;
}

#header #menu ul li a:link {
	color:#202020;
}

#header #menu ul li a:visited {
	color:#202020;
}

#header #menu ul li a:hover {
	color:#202020;
	background:url(images/hover.png) no-repeat;
}

#header #menu ul li a:active {
	color:#202020;
}

#header #menu ul li a.live:link {
	color:#202020;
	background:url(images/hover.png) no-repeat;
}

#header #menu ul li a.live:visited {
	color:#202020;
	background:url(images/hover.png) no-repeat;
}

#header #menu ul li a.live:hover {
	color:#202020;
	background:url(images/hover.png) no-repeat;
}

#header #menu ul li a.live:active {
	color:#202020;
	background:url(images/hover.png) no-repeat;
}

/******** content styles *********/

#title {
	margin-bottom:10px;
	padding-left:200px;
}

#left p {
	margin:0;
	padding:0;
}

 #right img.imgFloat {
	position:absolute;
 	z-index: 1;
}

#right img.imgFloat2 {
	position:absolute;
 	z-index: 2;
	padding:70px 0 0 100px;
}



/***** page styles ********/



#home {
	width:880px;
	height:513px;
	background:url(images/home.png) no-repeat;
}

#collection {
	width:880px;
	height:513px;
	text-align:center;
}

#contact {
	width:880px;
	height:513px;
	text-align:center;
}


/***** blog styles ********/

#chronicles {
	/*background:url(images/chroniclesBill.png) no-repeat top left;*/
	width:880px;
	height:513px;
}

#redeem {
	width:660px;
	height:400px;
	float:right;
	margin-right:15px;
}

 #blogList  {
	width:645px;
	height:400px;
	overflow:auto;
	padding-right:15px;
 }

 #blogList {
	
}

 #blogList .blogEntry {
	 border-bottom:1px solid #333;
}

 #blogList .blogEntry h2 {
 }
 
 #blogList .blogEntry h2 ul {
	  padding:0;
	  margin:0;
 }
 
  #blogList .blogEntry h2 ul li {
	  list-style:none;
	  display:inline;
	  font-size:13px;
 }
 
 #blogList .blogEntry h2 ul li.right {
	  float:right;
 }
 
 




#blogNav {
	float:right;
	width:150px;
	height:300px;
	border-left:2px solid #202020;
	margin-right:35px;
	overflow:auto;
	}

#blogNav ul {
	padding:0;
	margin:0;
}

#blogNav ul li {
	list-style:none;
	padding-left:5px;
}

#blogNav ul li ul li {
	padding-left: 15px;
	line-height:1.7em;
}

#blogNav ul li a {
	font:bold 14px "Courier New", Courier, monospace;
	text-decoration:none;
}

#blogNav ul li a:link, #blogNav ul li a:visited, #blogNav ul li a:active  {
	color:#000;
}

#blogNav ul li a:hover {
	color:#900;
}





/***** story styles ********/


#story {
	background:url(images/story.png) no-repeat top left;
	width:880px;
	height:513px;
}

#story .storyline {
	width:375px;
	height:350px;
	overflow: hidden;
	float:right;
	margin:135px 30px 0 0;
	padding-right: 5px;
}

#story .storyline h2 {
	font-size:14px;
}

/***** stocklist styles ********/


#stocklist {
	background:url(images/stocklist.png) no-repeat top left;
	width:880px;
	height:513px;
}


#stocklist img.coming_soon {
	padding-left:20px;
}

#stocklist .addresses {
	width:450px;
	height:430px;
	overflow:hidden;
	margin:35px 0 0 35px;
	padding-right: 20px;	
}

#stocklist .addresses table {
	display:inline;	
}

#stocklist .addresses table th {
	font-size: 14px;
}


#stocklist .addresses table td {
	text-align:left;
	width:200px;
	padding:0 0 8px 8px;
}

#stocklist .addresses table td ul {
	padding:0;
	margin:0;
}

#stocklist .addresses table td ul li {
	list-style:none;
	padding-left:10px;
}

#stocklist .addresses table td ul li.location {
	padding-left:20px;
}

#stocklist a:link {
	text-decoration:none;
	color:#000;
}

#stocklist a:visited {
	text-decoration:none;
	color:#000;
}

/***** stocklist styles ********/

#eshop {
	width:880px;
	height:513px;
	background:url(images/eshop.png) no-repeat;
}

#shop {
	width:880px;
	height:513px;
	background:url(images/cartBg.png) no-repeat bottom left;
}


#shopNav {
	width:150px;
	height:350px;
	float:left;
	margin:20px 0 0 50px;
}

#shopNav ul li {
	list-style:none;	
}

#shopNav ul li a {
	text-decoration:none;
	font-size:12px;
	outline:none;
}

#shopNav ul li a:link, #shopNav ul li a:visited, #shopNav ul li a:active  {
	color:#000;
}

#shopNav ul li a:hover {
	color:#900;
}

#shopNav ul li a.activeProduct {
		color:#900;
}

#productList {
	width:650px;
	padding:0 15px;
	float:left;
	height:450px; 
	overflow:auto;
}

#productList h2 { 
	margin-bottom:15px;
	font-size:14px;
}

#productList h2 a:link, #productList h2 a:visited, #productList h2 a:active  {
	text-decoration:none;
	color:#000;
}

#productList h2 a:hover {
	text-decoration:none;
	color:#900;
}


#productListItems {
	float:left;
	height:400px;
	width:640px;
}

#productListItems .product {
	height:200px;
	width:200px;
	float:left;
}

#productListItems .product .productImg {
	height:143px;
	/*background:url(images/frame.png) no-repeat top;*/
	padding-left:9px;
	padding-right:9px;
	text-align: center;
}

#productListItems .product .productImg .productTopImg {
	height:12px;
	background:url(images/frame_top.png) no-repeat top;
	/*padding:9px;*/
}

#productListItems .product .productImg .productBottomImg {
	height:10px;
	background:url(images/frame_bottom.png) no-repeat top;
	/*padding:9px;*/
}


#productListItem .product .productTitle {
	height:30px;
/*padding-top: 60px;
	padding:0 10px;
	border: 1px solid black;*/
}

#productListItems .product .productTitle a:link, #productListItems .product .productTitle a:visited, #productListItems .product .productTitle a:hover, #productListItems .product .productTitle a:active {
	color:#000000;
	text-decoration:none;
}

#contact_footer {
    text-align: center;
	color:#202020;
}

#contact_footer a:link {
	text-decoration:none;
	color:#000;
}

#contact_footer a:visited {
	text-decoration:none;
	color:#000;
}






