/** **/
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #989898 url(main_bg_final_header.jpg) top center no-repeat;
	text-align: center;
	margin: 0px;
	font-size: 12px;
}
img{
	border:0px;
}
p,li{
	font-size: 12px;
}
form{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: underline;
	color: Black;	
}
a:hover{
	text-decoration: none;	
	color: #8C000F;
}

p a{
	color: Black;
}
p a:hover{
	color: #8C000F;
}
h1,h2,h3,h4,h5{
	color: #8C000F;
}
h1{
	font-size: 24px;
}
h2{
	background: url(underline5.gif) top left no-repeat;
	padding-top: 15px;
	width: 600px;
	font-size: 20px;
	clear: right;
}
table{
	text-align:left;
	border-collapse: collapse;
}
td{
	text-align: left;
	vertical-align: top;
}
/*******************   TOP HEADER TABLE    ***********************************/
#header{
	margin: 0px auto;
	width: 853px;
	height: 180px;
	background: none;
}
#header td{
	margin: 0px;
}
/********************    POST IT NOTE - LOGIN BUTTONS   **********************************/
#postit{
	text-align: left;
}
#postit p{
	width: 155px;
	color: #949492;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
	font-family:  Comic Sans MS,"MS Serif", "New York", serif, Arial;
	font-size: 14px;
	text-align: center;
}
/********************    BRAND MARQUEE   **********************************/
.brand_marquee{
	background:white url(brandmarquee.jpg) top left no-repeat;
	width: 528px;
	height: 66px;
	text-align:center;
	padding: 17px 0px 17px 60px;
}
.brand_marquee img{
	height: 50px;
}
#wideLogoSlider{
	text-align:left;
	width: 500px;
	height: 60px;
	overflow-x:auto;
	overflow-y:hidden;
	scrollbar-track-color:white;
	scrollbar-face-color:white;	
}
#productbrowser{
	width: 10000px;
	height: 50px;
	text-align:left;
}

/********************    MINI BASKET   ****************************************************/
#basket{
	height: 70px;
	width: 245px;
	display: block;
	margin: 25px 25px 20px 0px;
	text-align: left;
	font-size: 10px;
	color: white;	
}
#basket a, #basket a:hover{
	color: White;
	padding-top: 3px;
}

#basket-header-text p{
	font-size: 12px;
	color: white;	
	margin: 6px 0px 0px 0px;
	text-decoration: underline;	
}
#minibasketContainer{
	font-size: 10px;
	color: white;	
	margin: 0px;	
}
#menu1{
	background: #CCCCCC;
	color: #B1B0AD;
	text-align: right;
	background: url(underline3.gif) bottom right no-repeat;
	padding: 0px 8px 9px 0px;
}
#menu1 a{
	font-size: 14px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
#menu1 a:hover{
	text-decoration: underline;
}
/*********************    CHECKOUTBASKET    *****************************/
#basket-checkout{
	border: 1px #B8B7B4 solid;
	background: white;
	color: Black;
	padding: 10px;
	margin: 10px;
	text-align: right;
}
#basket-checkout div, .basket-checkout a{
	color: black;
	font-size: 14px;
}
#basket-checkout-header{
	background: #252A30;
	text-transform: uppercase;
	color: white;
	padding: 10px;
	margin: 0px;
}
.basket-checkout-product{
	margin: 2px 0px 0px 0px;
}
#basket-checkout .basket-checkout-price{
	border-bottom: 1px #B8B7B4 solid;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px;
}


/*********************    MAIN CONTENT TABLE WITH TWO COLUMNS    *****************************/
#columns{
	width: 853px;
	background: #CCCCCC;
	margin: 0px auto;
}
#left_column{
	background: url(underline2.gif) top center no-repeat;
	padding: 12px 0px 5px 0px;
	width: 200px;
	text-align: center;
}
/******************* MINI SEARCH *********************/
#search{
	height: 54px;
	width: 170px;
	background: url(search.jpg) center center no-repeat;
	line-height: 54px;
}
#searchex{
	position: relative;
	top: -2px;
}
/******************* MAIN MENU *********************/
#catmenu{
	text-align: center;
	padding: 5px;
}
#catmenu ul{
	width: 131px;
	margin-left: 20px;
	margin: 0px;
	padding: 0px;
}
#catmenu li{
	text-align: left;
	width: 100%;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#catmenu a.cat{
   display: block;
	width: 131px;
	height: 25px;
	background: url(menu.gif) top left no-repeat;
	font-weight: bold;
	padding: 2px 15px 0px 15px;
	font-size: 12px;
	text-decoration: none;
	color: #8C000F;
}
#catmenu a.cat:hover{
	text-decoration: underline;
}
#catmenu ul.subcat{
	margin-left: 13px;
	padding-left: 15px;	
	color: #8C000F;
}
#catmenu ul.subcat li{
	padding: 0px;
	list-style: square;
	list-style-position: outside;
	margin: 2px auto 2px auto;
	vertical-align: top;
}
#catmenu a.subcat{
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #8C000F;
}
#catmenu a.subcat:hover{
	text-decoration: none;
}
/***********************   MAIN COLUMN ***************************************/
#right_column{
	width: 650px;
	padding: 20px;
}
/***********************  PAGE CONTENT ***************************************/
.pageContent{
	margin: 10px 0px 0px 0px;
}
.pageContent p, .pageContent li{
	font-size: 12px;
	color: #000000;
}
#cat-photo{
	float: right;
	margin: 20px 10px 10px 10px;
	border:  1px #8C8C8C solid;
}
#breadcrumb, #breadcrumb a{
	font-size: 10px;
	color: Black;
	margin: 0px;
}
#footer{
	height: 51px;
	background: #373737 url(footer.jpg) top no-repeat;
	padding: 25px 25px 0px 25px;
	color: #989898;
}
/**************************  PRODUCTS  ***********************************************/
#productphoto-small{
	background: url(polaroid.gif) no-repeat;
	float: right;
	display: block;
	width: 185px;
	height: 220px;
	text-align: center;
	padding: 12px 0px 0px 0px;
}
#productphoto-large{
	float: right;
}
#productphoto-large a{
	background: url(polaroid-large.gif) no-repeat;
	display: block;
	width: 280px;
	height: 333px;
	text-align: center;
	padding: 17px 0px 0px 0px;
	color: Black;
	text-decoration: none;
	font-size: 10px;
}
#product-thumbs a{
	background: none;
	padding: 0px;
	margin:none;
	width: auto;
	height: auto;
	display: inline;
	margin: 0px 5px 5px 0px;
	border: none;
}
#product-thumbs a img{
	border: 1px #BEBDBD solid;
}
#price{
	width: 140px;
	font-size: 30px;
	font-weight: bold;
	color: #8C000F;
	float: left;
	text-align: right;
}
#product-buttons{
	width: 140px;
	text-align: left;
	padding-left: 10px;
}
#manufacturer{
	color: #FBD800;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
/** sub products **/
.sub-product{
	width: 325px;
}
.sub-product td{
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding: 4px;
	margin: 1px;
}
/***** PRODUCT SUMMARY BOX (ADDITIONAL PRODUCTS) ***************************************/
div.product_summary{
	position: relative;
	width: 129px;
	height: 145px;
	padding: 12px 8px 0px 8px;
	float:left;
	text-align:center;
	background: url(related_bg.gif) top left no-repeat;
}
a.product_summary_name{
	postition: absolute;
	left: 0px;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 16px;
	line-height: 14px;
	color:#660000;
	text-decoration:none;
}
a.product_summary_name:hover{
	text-decoration:underline;
}
.product_summary_price{
	margin: 0px;
	font-size: 1.2em;
	color: black;
	font-weight: bold;
}
.related_title{
	color: #8C000F;
	font-weight:bold;
	font-size: 1.25em;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
/***** CATEGORY PAGING ***************************************/

.paging-insert{
	width: 100%;
	font-size: 18px;
	text-align:center;
	margin: 10px 0px 10px 0px;
}
td.sortby{
	float: right;
	width: 100%;
	padding: 10px;
	text-align: right;
}
td.cat-paging{
	line-height: 30px;
	float: left;
	text-align: left;
	width: 45%;
}
td.cat-paging div{
	text-align: left;
	display: inline;
}

/***** CATEGORY PRODUCT SUMMARIES ***************************************/
.picslot{
	display: block;
	width: 199px;
	float: left;
}
.picslot img{
	margin-bottom: 11px;
}
.picslot-polaroid{
	width: 167px;
	height: 239px;
	margin-right: 2px;
	text-align: center;
	background: #F6F1EE url(polaroid-199.gif) top left no-repeat;
	padding: 13px 17px 8px 15px;
}
.picslot-polaroid-photo{
	width: 168px;
	height: 168px;
}
.picslot-polaroid p{
	margin: 0px;
	font-size: 12px;
}
.picslot-polaroid .productname{
	display:block;
	width: 100%;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #C6AE81;
	margin: 2px 0px 0px 0px;
	text-decoration:none;
}
.picslot-polaroid .productname:hover{
	text-decoration: underline;
}
.picslot-polaroid .price{
	font-weight: bold;
	font-size: 18px;
	color: #8C000F;
}
.picslot-buttons{
	width: 199px;
	height: 44px;
	overflow:hidden;
	text-align: center;
}
/**************************  SUB-CATEGORY LINKS   **************************************/
.category-holder{
	margin: 0px 5px 5px 0px;
	display: block;
	width: auto;
	padding: 5px;
}
.category-holder-h3{	
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
}
.category{
	width: 89px;
	height: 117px;
	margin: 0px 5px 10px 0px;
	text-align: center;
	background: #F6F1EE url(polaroid-100.gif) top left no-repeat;
	padding: 7px 3px 4px 7px;
	border: 1px #989898 solid;
	float: left;
}
.category-name{
}
.category-name a{
	display: block;
	width: 100%;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #8C000F;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
}
.category-image{
	
}
/************************       SLOTS        ************************************/
div.cathero_product{
	text-align: center;
}
div.cathero_product p.price{
	text-align: center;
	text-decoration:none;
	margin: 0px 0px 2px 0px;
}
.cathero_catimage{
	width: 120px;
}

/************************       BASKET       ************************************/
.basket{
	border: 1px #B8B7B4 solid;
	margin-bottom: 20px;
	width: 800px;
}
.basket div, .basket a{
	color: black;
	font-size: 14px;
}
.basket td{
	padding: 10px;
	border-bottom: 1px #B8B7B4 solid;
}
.basket td.dark{
	background: #252A30;
	color: white;
	font-weight: bold;
	border: 1px #B8B7B4 solid;
}
/************************       CHECKOUT       ************************************/
.checkout{
	border: 1px #B8B7B4 solid;
	margin-bottom: 20px;
	width: 100%;
}
.checkout div, .basket a{
	color: black;
	font-size: 14px;
}
.checkout td{
	padding: 10px;
	border-bottom: 1px #B8B7B4 solid;
}
.checkout td.dark{
	width: 40%;
	background: #252A30;
	color: white;
	font-weight: bold;
	border: 1px #B8B7B4 solid;
}
.checkout td.dark div{
	color: white;
}
/************************       FORMS       ************************************/
table.forms{
	border: 1px #989898 solid;
}
table.forms td{
	border: 1px #989898 solid;
	padding: 5px;
}
table.forms .sitelist{
	background: #252A30;
	color: white;
	font-weight: bold;
	border: 1px #B8B7B4 solid;
	text-align: right;
	padding: 10px;
}
#form-submit{
	padding: 20px;
	text-align: center;
}
/************************       SOCIAL BOOKMARKS       ************************************/
#socialbookmarks{
	border:1px black solid;
	padding:10px;
	text-align:center;
}
/************************       NAV GRID       ************************************/
.nav_grid{
	margin: 0px auto;
}
.nav_grid td{
	width: 25%;
	padding: 8px;
	text-align:left;
}
,.nav_grid p,.nav_grid li{
	width: 180px;
}
