body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: #fff url(../site_specific/bodybg.gif) top left repeat-x;
}

#wrapper 
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border:0;
	width: 946px;
	height: auto;
	
}
/*------------------------------------- HEADER -------------------------------------------*/
#header 
{
	margin-top: 35px;
	height: 55px;
	width: 100%;
}

#logo {
	float: left;
	
}

#slogan {
	float: right;
	padding: 0;
	margin-top: -35px;
}



/* -----------------------------------GLOBAL NAVIGATION / LOGIN / CART / SEARCH --------------------------------------*/

#search {
	position: absolute;
	top: 82px;
	right: 0;
	height: 2em;
	z-index: 100;
	width: auto;
	text-align: right;
}

#search input#searchtext {
	width: 55px;
	height: 1.3em;
	font-size: 0.9em;
	border: 0;
	margin-right: 5px;
}

#search input#go {
	background: #4C2508;
	border: 1px solid #fff;
	height: 2em;
	width: 4em;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0.2em;
}

#search label {
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 0;
	margin-right: 5px;
}

#topnav 
{
	position: relative;
	width: 100%;
	height: auto;
	background: #BA5E2D url(../site_specific/login-bg.gif) bottom left repeat-x;
	clear: both;
	padding-top: 0;
}
/* hack to ensure Mozilla browsers enclose the floated elements with the #topnav div */
#topnav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end hack */


#topnav #global {
	float: left;
	width: 100%;
	height: 2.2em;
	clear: both;
	margin: 0;
	padding: 0;
	background: #fff;
}

#topnav #global ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#topnav #global ul li {
	float: left;
	background: url(../site_specific/tabright.gif) top right no-repeat;
	padding: 0;
	/*top right bottom left*/
	margin: -2px 1px 0 0;
}

#topnav #global ul li.current {
	background: url(../site_specific/tabright-current.gif) top right no-repeat;
}

#topnav #global ul li a {
	display: block;
	color: #4c2508;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
	margin: 0;
	padding: 5px 11px;
	background: url(../site_specific/tableft.gif) left top no-repeat;
}

#topnav #global ul li a:hover {
	color: #fff;
}

#topnav #global ul li.current a {
	background: url(../site_specific/tableft-current.gif) left top no-repeat;
	color: #fff;
}
	
#topnav #global ul li a.current:hover {
	
}

#topnav h1 {
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 0;
	margin: 0.5em 0 0 0;
}


#topnav #login {
	float: left;
	height: auto;
	padding: 0 0 0 5px;
	margin-top: 0.7em;
	height: 2.3em;
	width: auto;
}

#topnav #login form {
	float: left;
	margin-left: 7px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}

#topnav #login label {
	font-size: 0.9em;
	color: #fff;
	margin-right: 5px;
}

#topnav #login input#password, #topnav #login input#user {
	width: 55px;
	height: 1.3em;
	font-size: 0.9em;
	border: 0;
	margin-right: 5px;
}

#topnav #login input#loginbutton, #topnav #login input#logoutbutton /* CC */ {
	background: #4C2508;
	border: 1px solid #fff;
	height: 1.8em;
	width: 4em;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
}

/* ---------- SHOPPING CART ------------- */

#topnav #cart {
	float: left;
	height: 1.7em;
	font-size: 0.9em;
	color: #fff;
	padding: 0.5em 20px 0 20px;
	width: auto;
	text-align: center;
	border-right: 1px solid #fff;
	margin-top: 0.7em;
}

#topnav #cart h1 {
	padding-right: 7px;
	margin-top: 0;
	font-size: 1.1em;
}
	
#topnav #cart a {
	background: #4C2508;
	border: 1px solid #fff;
	height: 1.8em;
	width: 4em;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	padding: 0.3em;
	text-decoration: none;
	margin-left: 5px;
}

#topnav #cart img {
	display: none;
}


/*------------------------------------ CONTAINER  ----------------------------------------*/

#container {
	width: auto;
}


/*------------------------------------- LEFT NAV -----------------------------------------*/

#side-a 
{
	float: left;
	width: 134px;
	margin: 10px 10px 10px 0;
}

#side-a h1 {
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #c17a5b url(../site_specific/h1bg.gif) top left repeat-x;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 0.6em 0.3em  0.6em 0.8em;
	margin: 0;
}

#side-a ul {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

#side-a ul li a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	padding: 0.7em 0.3em 0.7em 0.8em;
	margin: 2px 0 0 0;
	color: #4C2508;
	background: #f5ebe6;
	height: auto;
}

#side-a ul li a:hover {
	background: #fff;
}

#side-a ul li a.current {
	background: #fff;
	border: 1px solid #f5ebe6;
}

#side-a img {
 	
 }

/*--------------------------------- CENTRE CONTENT  --------------------------------------*/


/* -------- HOMEPAGE --------*/

.homepage #content 
{ 
	float: left;
	width: 658px;
	margin-top: 10px;
	color: #666;
	background: url(../site_specific/hotprodbg.gif) top left repeat-y;
}


#content h1 {
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #c17a5b url(../site_specific/h1bg.gif) top left repeat-x;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 0.6em 0.3em 0.6em 0.8em;
	margin: 0;
	min-height: 2em;
	
}

.homepage #content h1 {
	border-top: 10px solid #fff;
}

.homepage #content #banner {
	width: 100%;
	text-align: center;
	/*border: 1px solid #8c8c8c;*/
	border: 1px solid #ffffff;
	height: 118px;

}

.homepage .contentitem {
	width: 30%;
	height: auto;
	float: left;
	margin: 2em 10px 1.5em 10px;

}

.homepage .contentitem img
{
    display: block;
	margin: 0 0 1em 0;
}

.homepage .contentitem a {
	color: #BA5E2D;
	text-decoration: none;
}

.homepage .contentitem a:visited {
	color: #c2815e;
}

.homepage .contentitem a:hover {
	text-decoration: underline;
}


/* --- INSIDE PAGES ----*/

 .inside #content {
	float: left;
	width: 792px;
	margin-top: 10px;
	color: #666;
	font-size: 1.1em;
	padding-left: 0.8em;

}

.inside #content h1 {
	font-size: 0.95em;
	margin-left: -0.8em;
}

.inside #content a {
	color: #BA5E2D;
	text-decoration: underline;
}

.inside #content a:visited {
	color: #c2815e;
}

.inside #content a:hover {
	text-decoration: none;
}
 
/* ------- BREADCRUMBS ---------*/
#content #breadcrumb {
	font-size: 0.95em;
	color: #A8A8A8;
	margin-top: 2em;
}

#content #breadcrumb a {
	color: #A8a8a8;
	text-decoration: none;
	font-weight: normal;
}

#content #breadcrumb a:hover {
	text-decoration: underline;
}

/* A CLASS TO FLOAT AN IMAGE TO THE LEFT IN THE CONTENT IF NEEDED */
.floatleft {
	float: left;
	margin: 0 1.5em 1.5em 0;	
}

p {
	margin-bottom: 1.5em;
}

/* ----- HEADING LEVELS -----*/

h2 {
	font-size: 1.1em;
	color: #BA5E2D;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h3 {
	font-size: 1.1em;
	color: #4C2508;
	letter-spacing: 0.2em;
}
h4 {
	font-size: 1.0em;
	color: #BA5E2D;
	letter-spacing: 0.2em;
}

 
/* ---- standard items and buttons etc ----- */

.xxListPrice /* --CC-- The WAS price*/
{
    background-image: url(../images/strikeline.gif);
}

.prodHidFld /*THIS MUST STAY*/
{
    display: none;
    visibility: hidden;
}

.buybutton
{
    border: 0;
    color: #fff;
    background: #4C2508;
    width: 3em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: hand;
}

.buybutt, .pagenums /* CC */
{
    text-align: center;
}

.detailsbutton
{
    border: 0;
    color: #fff;
    background: #4C2508;
    width: 4em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: hand;
}

.takemetoit 
{
    border: 0;
    color: #fff;
    background: #4C2508;
    width: 7.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: hand;
}

.tellmebutton
{
    border: 0;
    color: #fff;
    background: #4C2508;
    width: 12.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: hand;
}

.NewProdBtn
{
    background: #4C2508;
    color: #fff;
    cursor: hand;
    font-size: 9px;
}

.continueshop, .checkout /* CC */
{
    border: 0;
    width: 11.5em;
    color: #fff;
    background: #4C2508;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top: 0.3em;
    cursor: hand;
}


.updatetotals 
{
    border: 0;
    color: #fff;
    background: #4C2508;
    width: 8.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: hand;
}

.catname
{
    text-align: center;
}

#prodimage 
{
    text-align: center;
}

.knowledge a /* CC */
{
    font: menu;
    display:inline;
    line-height:30px;
    margin: 0px 15px 0px 0px;
}

.SelCardPrint1 /*knowledge02*/
{
    color:#666666;
    padding-left:20px;
    background-color:#cccccc;
    font-style: italic;
    font-weight: bold;
    line-height:30px;
    font-size:11px;
    line-height:16px;
    width:20%;
}

.SelCardPrint2 /*knowledge02*/
{
    color: #ececec;
    padding-left:20px;
    background-color: #999999;
    font-style: italic;
    font-weight: bold;
    line-height:30px;
    font-size:11px;
    line-height:16px;
    width:20%;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.PWGuide /* CC this is for the popup password guide*/
{
    text-align: left;
    font-size: 11px;
    font-family: Verdana;
}

/* added CC for Revolution Range page*/
.brdLTC{
    border-top:solid 1px #000099;
    border-left:solid 1px #000099;
    text-align: center;
}
.brdLTCM{
    border-top:solid 1px #000099;
    border-left:solid 1px #000099;
    text-align: center;
    vertical-align:middle;
}
.brdLT{
    border-top:solid 1px #000099;
    border-left:solid 1px #000099;
}
.brdLTR{
    border-left:solid 1px #000099;
    border-top:solid 1px #000099;
    border-right:solid 1px #000099;
    text-align: center;
}
.brdLTRM{
    border-left:solid 1px #000099;
    border-top:solid 1px #000099;
    border-right:solid 1px #000099;
    text-align: center;
    vertical-align:middle;
}
.brdT{
    border-top:solid 1px #000099;
}
.brdRIB{
    text-align: right;
    font-style: italic;
    background-color:#000000;
    color:#ffffff;
}

.RRColumns
{
    display: block;
    float: left;
    padding: 0 0 0 45px;
    line-height: 16px;
}

.RRColumnsBot
{
    float: left;
    width: 380px;
    padding: 0 0 0 45px;
    line-height: 16px;
    clear: left;
    margin-bottom: 20px;
}

.RRImg
{
    float: left;
    padding-left: 4px;
    padding-top:1px;
}

.RRImg a
{
    border: solid 1px blue;
}

#marqueeid {	
	top: 0;
	padding: 0;
	/*top right bottom left*/
	margin: 0 0 10px 0;
	/*text-align:right;*/
	width:660px;
}

.marqueeclass {	
	top: 0;
	/*top right bottom left*/
	padding: 0 0 0 0;
	margin:0;
	/*text-align:right;*/
	width:658px;
}

/*------------------------------------ RIGHT PANE ----------------------------------------*/
#side-b 
{
float: right;
width: 134px;
margin: 10px 0 10px 10px;
}


#side-b h1 {
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #c17a5b url(../site_specific/h1bg.gif) top left repeat-x;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 0.6em 0.3em 0.6em 0.8em;
	margin: 0;
	min-height: 2em;
}


#side-b .rightitem {
	border: 0;
	padding: 0.7em 0.3em 0.7em 0.8em;
	margin: 2px 0 0 0;
	color: #666;
	background: #f5ebe6;
	height: auto;
}

#side-b .rightitem a {
	color: #4C2508;
	text-decoration: none;
	font-weight: bold;
}

#side-b .rightitem a:hover {
	text-decoration: underline;
}

/* added for techDownloads*/
.techDnLd, .techDnLdMain
{
    /*top right bottom left*/
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 10px;
}

.techDnLd
{
    display: inline;
    clear: none;
    float: left;
}

.techDnLd img
{
    border: none;
}

.techDnLd a, .techDnLdMain a
{
    line-height: 20px;
}

/*-------------------------------------- FOOTER ------------------------------------------*/
#footer 
{
	clear: both;
	width: 658px;
	text-align: center;
	margin: 2em auto;
	padding-top: 2em;
	color: #8c8c8c
}

#footer img {
	margin: 1em 0;
}

#sitelinks
{
    display: none;
    visibility: hidden;
}