body {
        
	margin:40px 0px 10px;
	} 

a {
	text-decoration: underline;
	color: #C6AC79;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	margin-bottom:0;
}/* thanks to: http://www.positioniseverything.net/easyclearing.html*/

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	clear: both;
}
.clearfix {display: block;}
/* End hide from IE-mac */


.news_left {
	border: 1px none #4D4D4D;
	padding: 0px 15px 15px 30px;
	margin: 0px;
	float: left;
	width: 50%;
	color: #C6AC79;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.contact_left {
	border: 1px none #4D4D4D;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 45%;
	color: #C6AC79;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.news_left_wide {
	border: 1px none #4D4D4D;
	padding: 0px 15px 15px 30px;
	margin: 0px;
	float: left;
	width: 65%;
	color: #C6AC79;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.news_right_narrow {
	border: 1px none #4D4D4D;
	padding: 0px 20px 0px 0px;
	margin: 5px 0px 20px;
	float: right;
	width: 25%;
	color: #C6AC79;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.news_right {
	border: 1px none #4D4D4D;
	padding: 0px 20px 0px 0px;
	margin: 5px 0px 20px;
	float: right;
	width: 40%;
	color: #C6AC79;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.contact_right {
	border: 1px none #4D4D4D;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 45%;
	color: #C6AC79;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.clearfix {
	width: auto;
	display: block;
	clear: both;
}	
	
    #header {
	float:right;
	font: bold 16px Arial, Helvetica, sans-serif;

      }
    #header ul {
      margin:0;
      padding:0px 0px 0;
      list-style:none;
      }
    #header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:right;
      background:url(../images/left_up_over_long3.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 11px;
      text-decoration:none;
      }
    #header a span {
      float:left;
      display:block;
      background:url(../images/right_up_over_long3.gif) no-repeat right top;
      padding:4px 11px 2px 0px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#C6AC79;
      }
    #header #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a span {
      background-position:100% -150px;
      color:#C6AC79;
      }
    #header a:hover {
      background-position:0% -150px;
      }
    #header a:hover span {
      background-position:100% -150px;
      }

.bg {
	background: #1C1C1C url(../images/navbar_left_corner.gif) no-repeat left top;
}
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
}
.top_nav_bg {
}
#fixed_width {
	width: 800px;
	
}

#fixed_width #bg_black {
	background: #1C1C1C;
}
#fixed_width #bg_grey {
	background: #303030;
	color: #C6AC79;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 4px 8px 4px 4px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font: bolder normal 23px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: -1px;
}

h5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 15px 0px 0px;
}
div.Article {
  background: 
	url(../images/custom_corners_topleft.gif) 
  top left no-repeat;
  width:100%;
  }
div.Article h2 {
	background: 
	url(../images/custom_corners_topright.gif) 
  top right no-repeat;
	padding:15px;
	font: normal 18px Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #FFFFFF;
  }
div.ArticleBody {
  background: 
url(../images/custom_corners_rightborder.gif) repeat-y right top;
  margin:-2em 0 0;
  padding:0px 15px;
  }
div.ArticleFooter {
	background: 
	url(../images/custom_corners_bottomleft.gif) 
  bottom left no-repeat;
  
  }
div.ArticleFooter p {
  background: 
	url(../images/custom_corners_bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody ul, #fixed_width #bg_black .clearfix .news_right .Article .ArticleBody ul {
	padding: 0px;
	margin-top: 10px;
	margin-left: 16px;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody a, #fixed_width #bg_black .clearfix .news_right .Article .ArticleBody a {
	text-decoration: underline;
	color: #C6AC79;
}
#fixed_width #bg_black .news_right_narrow .Article .ArticleBody a:hover, #fixed_width #bg_black .clearfix .news_right .Article .ArticleBody a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody li, #fixed_width #bg_black .clearfix .news_right .Article .ArticleBody li {
	padding: 2px 0px;
	line-height: 16px;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleFooter a, #fixed_width #bg_black .clearfix .news_right .Article .ArticleFooter a {
	color: #C6AC79;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleFooter a:hover, #fixed_width #bg_black .clearfix .news_right .Article .ArticleFooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h4 {
	margin: 0px;
	padding: 20px 0px 0px;
	font: bold 23px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.pics_right {
	border: 1px solid #4B4B4B;
	margin: 10px 0px 20px;
	padding: 5px;
	text-align: center;
	float: right;
}

#fixed_width #bg_black .clearfix .news_left_wide li {
	border-bottom: 1px dashed #545454;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: 16px;
}
#fixed_width #bg_black .clearfix .news_left_wide ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 16px;
}
.spacer {
	height: 1960px;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .arrow {
	font-family: Arial, Helvetica, sans-serif;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .no_dot {
	list-style-type: none;
	margin-left: -19px;
	color: #FFFFFF;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .no_dot a {
	margin-left: 8px;
}
#fixed_width #bg_black .clearfix .news_left li {
	font: normal 21px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#fixed_width #bg_black .clearfix .news_left ul {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 50px;
}
#fixed_width #bg_black .clearfix .news_left #winner {
	font: italic 14px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 367px;
}
#fixed_width #bg_black .clearfix .news_left #winner p {
	margin-top: 0px;
}
#fixed_width #bg_black .clearfix #contact li {
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
}
#fixed_width #bg_black .clearfix #contact ul {
	margin-top: 10px;
	margin-bottom: 30px;
}
#fixed_width #bg_black .clearfix #contact .clearfix .contact_right img {
	border: 4px solid #666666;
}
.notice {
	border: 1px solid #C6AC79;
	margin: 0px;
	padding: 0px 15px 5px;
}
#fixed_width #bg_black .clearfix .news_left_wide input {
	font-family: Arial, Helvetica, sans-serif;
}
#fixed_width #bg_black .clearfix .news_left_wide .table input {
	font-size: 9px;
	background-color: #333333;
	border: 1px solid #C6AC79;
	color: #C6AC79;
}
#fixed_width #bg_black .clearfix .news_left_wide .table input {
	font-size: 9px;
	background-color: #333333;
	border: 1px solid #C6AC79;
	color: #C6AC79;
}
#fixed_width #bg_black .clearfix .news_left_wide img {
	border: 1px solid #FFFFFF;
	float: right;
	margin: 15px;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .no_dot strong a {
	color: #FFFFFF;
}
#fixed_width #bg_black .clearfix #about li {
	border-style: none;
	font: italic bold 13px Arial, Helvetica, sans-serif;
}
.did_u_know {
	font-size: 12px;
	color: #FFFFFF;
}
#fixed_width #bg_black .clearfix .news_right_narrow #flash_pdf {
	width: 188px;
}
#fixed_width #bg_black .clearfix .news_right .Article .ArticleBody #whats_new {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
}
#map {
	height: 400px;
	width: 100%;
}
.back {
	color: #000000;
}
#fixed_width #bg_black .clearfix #contact .clearfix .shop_images {
	margin: 10px 0px 0px;
	padding: 0px;
	float: none;
	border: 4px solid #666666;
}
#fixed_width #bg_black .clearfix #contact .clearfix .shop_images:hover {
	border: 4px solid #999999;
}
#fixed_width #bg_black .clearfix #contact .clearfix .shop_images_hover {
		margin: 10px 0px 0px;
	padding: 0px;
	float: none;
	border: 4px solid #666666;
}
#fixed_width #bg_black .clearfix #contact h2 {
	color: #FFFFFF;
	font: normal 28px Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

.help {
	cursor: help;}
	
	#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details {
	color: #FFFFFF;
	font-size: 9px;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details .track_bg {
	background: #333333;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details #shopping_basket_heading {
	font-weight: bold;
}

#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container form {
	margin: 0px;
	padding: 0px;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details input {
	font: 8px Verdana, Arial, Helvetica, sans-serif;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details .total {
	font-weight: bold;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details #total_last {
	background: #FFFFFF;
	color: #000000;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .basket_container #shopping_cart .shopping_basket_details {
	border: 1px solid #FFFFFF;
}

.album_nav_bar {
	background: #9A7F55;
	height: 27px;
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.album_nav_bar form {
	margin: 0px;
	padding: 0px;
}
.album_nav_bar .select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: auto;
}
.album_nav_bar .next_page_button a {
	color: #83838C;
	font: normal 10px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/next_page_bg.gif) no-repeat right center;
	height: 15px;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 17px 0px 0px;
	text-align: right;
}
.album_nav_bar .next_page_button {
	text-align: right;
}
.album_nav_bar .next_page_button a:hover {
	color: #000000;
	background: url(../images/next_page_bg_over.gif) no-repeat right center;
}

#fixed_width #bg_black .clearfix #contact .album_nav_bar .right_corner {
	background: url(../images/album_browser_rc.gif) no-repeat right center;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .shop_images {
	border: 4px solid #666666;
}
#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .shop_images:hover {
	border: 4px solid #999999;
}#fixed_width #bg_black .clearfix #contact .shopping_basket_details #shopping_basket_heading {
	font-weight: bold;
	color: #C6AC79;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details .total {
	font-weight: bold;
	color: #C6AC79;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details .track_bg {
	background: #333333;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details .del a:hover {
	color: #FF0000;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details .update a:hover {
	color: #009900;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details .total td {
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details #total_last {
	background: #333333;
	
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details {
	color: #FFFFFF;
	font-size: 11px;
}
#fixed_width #bg_black .clearfix #contact h4 {
	font: bold normal 23px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
}
#fixed_width #bg_black .clearfix #contact .shopping_basket_details #total_last td {
	border-bottom: 1px solid #FFFFFF;

}
#fixed_width #bg_black .clearfix #contact form {
	margin: 0px;
	padding: 0px;
}
#fixed_width #bg_black .clearfix #contact .water_mark {
	background: url(../images/watermark.gif) no-repeat right bottom;
}
#fixed_width #bg_black .clearfix #contact .products .shop_images {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 3px solid #666666;
}
#fixed_width #bg_black .clearfix #contact .products .shop_images:hover {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 3px solid #999999;
}
#fixed_width #bg_black .clearfix #contact .products h3 {
	font-size: 16px;
	padding-top: 5px;
}
#fixed_width #bg_black .clearfix #contact .products .odd {
	background: #333333;
}

#fixed_width #bg_black .clearfix #contact .products ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.album_nav_bar .last_page_button a {
	color: #83838C;
	font: normal 10px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/last_page_bg.gif) no-repeat left center;
	height: 15px;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 1px 0px 17px;
	text-align: left;
}
.album_nav_bar .last_page_button {
	text-align: right;
}
.album_nav_bar .last_page_button a:hover {
	color: #000000;
	background: url(../images/last_page_bg_over.gif) no-repeat left center;
}

.album_nav_bar .last_page_button {margin-left:10px}


td.numcell {text-align:right;}

#fixed_width #bg_black .clearfix #contact #shopwindow h3 {
	font-size: 15px;
}
li.prodtype {list-style-type:none}
li.prodtype,li.prodtypeselected {
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
li.prodtypeselected {
	color:white;
	list-style-type:square;
}

#fixed_width #bg_black .clearfix .news_right_narrow .Article .ArticleBody .catselected2 a, #fixed_width #bg_black .clearfix .news_right .Article .ArticleBody .catselected2 a {
	text-decoration: underline;
	color: #FFFFFF;
}

th {text-align:left;}
th.moneycolumn {text-align:right;}
td.centredcolumn  {text-align:center;}
a.removelink img {border-width:0 !important;}
.news_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
}
.ArticleBody .search-box {
	border: 1px solid #9A7F55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	width: 90%;
}
.ArticleBody .search-button, .checkout-button {
	background-color: #000000;
	border: 1px solid #9A7F55;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#fixed_width #bg_black .clearfix .news_left_wide .noborder img {
	border: 0px solid #FFFFFF;
	float: right;
	margin: 15px;
}
