@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000 url(images/page_bg.jpg) fixed center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 url(images/main_bg.jpg) repeat-y center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a {
	color:#fff;
	}
a:hover{
	color:#ed5e6a;
	} 
#header { 
	padding: 0;
	background-color: #000;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	text-align: left;
	color: #fff;
	font-size: 80%;
	/*background: url(images/topnav_bg.jpg) no-repeat top center;*/
	} 
#topnav a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding:5px;
	margin: 5px;
	margin-right: 3px;
	margin-top: 10px;
	display: block;
	height: 18px;
	border: 1px solid #1A1A1A;
	background:#201;
	text-transform: uppercase;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	}
#topnav a:hover{
	background:#201;
	color:#FF9999;
	border: 1px solid #ccc;
	}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 a {
	display: block;
	width: 208px;
	background: url(images/sidenav_link_bg.jpg) left center no-repeat;
	padding: 3px 10px 3px 40px;
	text-decoration: none;
	color: #fff;
	font-size: 80%;
	font-style:italic;
}
#sidebar1 a:hover {
	color: #ed5e6a;
}
#sidebar2 {
	padding: 0; /* padding keeps the content of the div away from the edges */
	float: right;
	width: 200px;
}
#sidebar2top{
	height: 120px;
	padding: 0 10px 10px 10px;
}
#sidebar2content{
	padding: 0px 30px 10px 20px;
}
#main {
	overflow: auto;
}
#maintop {
	height: 140px;
	background: url(images/main_top.jpg) left top no-repeat ;
	width: 587px
}
#maincontent {
	padding: 0 20px 20px 20px;
	width: 540px;
}
#footer { 
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
} 
#footer a{
	color:#fff;
	text-decoration:none;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2.prodnavigation,
td.catnavigation {
	font-size: small;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 80px;
	}
h2.prodnavigation a,
td.catnavigation a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	}
h2.prodnavigation a:hover
td.catnavigation a:hover{
	color: #FF9999; 
	}
/* featured product styles */
img.featuredprodimage {
width: 140px;
	}
p.featuredprodimage {
	text-align: center;l
	}
p.featprodname {
	font-weight: bold;
	}
/*site wide styles and catalogue styles */
td.product{

}
td.catname{

}
img.detailimage{
	border:0;
}
div.prodname,
div.product,
div.prodname a{
font-size: 10px;
text-decoration: none;
}
table.cobtbl {
	background-color: #666;
}
td.cobhl{
	background-color: #333;
}
td.cobll{
	background-color: #220011;
}
td.cobll,
td.cobhl {
	font-size: 12px;
	color: #ccc;
	}
#minicart {
	background: url(images/basket_bg.jpg) no-repeat center top;
	text-align: center;
	font-size: 10px;
}
.searchinput {
	background:url(images/minisearchmiddle.jpg) repeat-x;
	width: 99px;
	padding: 8px 2px 2px 2px;
	height: 24px;
	border: none;
}
#searchbox {
	padding-left: 10px;
	margin-bottom: 10px;
}
#signupform{
	font-size: 12px;
	background: url(images/signupbg.png) no-repeat;	
	height: 84px;
	width: 129px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
#signupform input{
font-size: 10px;
color: #666;
}
#signupform input.emailinputbox {
width: 105px;
height: 20px;
background: url(images/emailinputbox.jpg) no-repeat;
padding: 5px 10px;
border: none;
}
img.catimage,
img.prodimage,
img.featuredprodimage,
#sidebar2 div.acontent img {
border: 1px solid #993333;
width:147px;
}
td.prodimagecenter{
background: url(images/prodimagecenter.jpg) repeat-y center;
}
td.catname{
text-align: center;
}
p.catname{
width:137px;
padding:5px;
border: 1px solid #1A1A1A;
background:#201;
text-align:center;
font-size: 12px;
margin-left: 9px;
}
div.prodinfo{
width:137px;
padding:5px;
border: 1px solid #1A1A1A;
background:#201;
text-align:center;
font-size: 12px;
display: block;
text-decoration: none;
margin-left: 9px;
}
div.prodinfo a{
text-decoration: none;
}

p.catname a{
text-decoration:none;
}
p.featuredsprodtext a{
width:137px;
padding:5px;
border: 1px solid #1A1A1A;
background:#201;
text-align:center;
font-size: 12px;
display: block;
text-decoration: none;
}
p.featuredprodimage a{
background: none;
padding: 0;
}
h1 {
font-size: 22px;
}
/* Jquery slider styles */

#slidernav { border: 1px solid #DDD; margin-bottom: 3em;}
#slider-wrapper {margin-bottom: 3em}
#slider { width: 250px; height: 376px;}
#slider div {height: 376px;}
#slider_text { font-size: 10px; text-align:center }
#previous_button, #next_button{
	width: 25px;
	text-align: center;
	float: right;
	cursor: pointer;
	font-weight: bold;
}
#previous_button {
	float: left;
	background: url(images/leftimage.gif);
	border: 0px;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
}
#next_button {
	float: right;
	background: url(images/rightimage.gif);
	border: 0px;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
}

#previous_button:hover, #next_button:hover{
	color: white;
}
#slider-controls{
	position: relative;
	top: -40px;
	background-colour: #39C;
	height: 30px;
	margin-bottom: -10px;
}
#slider_controls_table {
	width: 250px;
}
#slider img {
	/*border: 0;*/
}
span.listprice {
	color: #00F;
}



 a.redlink{color:#F00; font-weight:bold}
 #imp_link a:link,
 #imp_link a:visited{color:#F00; font-weight:bold}
 
 div.acontent a img {
	 border: none;
 }