/* ############### */
/* TEMPLATE STYLES */
/* ############### */

/* Styles common to all standard pages */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <a> */

.red
{
    color: Red;
}

a.button {
    background: transparent url(../images/buttons_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 19px;
    margin-right: 5px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/buttons_span.gif) no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 0 4px 10px;
} 

a.button:hover {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 3px 10px; /* push text down 1px */
} 


.sidenav li a {
	color: #000000;
	display: block;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	width: 133px;
}

.sidenav li a:hover,
.sidenav li a.current {
	background-color:#C8E2F7;
	text-decoration:underline;
}

/* <div> */
.basket {
	background: url(../images/basket.gif) no-repeat;
	display: inline;
	height: 28px;
	padding: 8px 0 0 67px;
	position: absolute;
	right: 45px;
}

.brands {
	background: #E6E6E6;
	border: 4px solid #CCC;
	border-spacing: 3px;
	border-style: double; /* style and spacing should be seperated out of border to work in mozilla and opera*/
	color: #65B3D9;
	font-weight: 600;
	margin: 0px auto;
	padding: 15px 0px 15px 0px;
	width: 526px;
}

.categories{
	background:url(../images/columnsides.gif) repeat-y;
	left: 10px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	position: absolute;
	width: 146px;
}

.container {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.content {
	height: auto !important; /* allows content to extend past 650px if there is overflow */
  	height: 1300px; /* for ie5 and 6 which don't recognise min-height */
	margin-left: 141px;
   	margin-right: 141px;	
	min-height: 1300px;
	padding: 0px 0px 80px 0px;
	right: 0px;	
	text-align: center;	
	top: 10px;
}

html>body .centercontent {
   	margin-left: 201px;
   	margin-right: 201px;
		}
		
.featured {
	background:url(../images/columnsides.gif);
	margin-bottom: 15px;
}

.footer{
	background: url(../images/footer.gif) repeat-x;
	bottom: 0 !important;
	bottom: -1px;	
	font-size: 7pt;	
	line-height: 10pt;	
	margin: 0px 10px 0px 10px;	
	padding: 5px 5px 5px 5px;
	position: absolute;	
	text-align: left; 	
	width: 96%;
}

.nav {  
	left: 220px;
    overflow: hidden;
	position:absolute;
	top: 40px;
}

.rightcolumn {
  	height: auto !important; /* allows content to extend past 650px if there is overflow */
  	height:750px; /* for ie5 and 6 which don't recognise minheight */
	margin: 0px 0px 0px 0px;
	min-height: 950px;	
	padding: 0px;
	position: absolute;
	right: 10px;
	width: 146px;
}

.topbanner{
	background: #9FB2D3;
	height: 75px;
}

.topgreybar{
	background:url(../images/greybar.jpg);
	height: 38px;
	margin-bottom: 10px;	
	padding: 5px 0px 0px 0px;
}

.wrapper {
	background:#FFFFFF;
	height: auto !important;
	height: 100%;
	margin: 0px auto 0px auto;
	min-width: 901px;
	padding: 0px 0px 0px 0px;	
	position: relative;
	width: 90%;
}

/* <form> */
.search {
	display:inline;	
	left: 20px;
	padding: 0px;	
	position: relative;
	top: 0px;
	}
	
.register {
	color:#4E4E4E;	
	font-size:11px;
	height: 75px;	
	padding: 0px;	
	position: absolute;
	right: 10px;
	text-align:right;	
	top: 5px;
	width: 185px;
	}

/* <h1> */


/* <p> */


/* <ul> & <li> */
.sidenav {
	left: 0px;	
	margin: 0px;	
	padding: 0px 0px 20px 5px;
	width: 146px;
}
.sidenav li {
	font-size:11px;	
	line-height: 17px;
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 144px;
}

