body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: url(../site_specific/bg.gif) repeat;
}

#wrapper 
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border:0;
	width: 946px;
	height: auto;
	background: #fff url(../site_specific/wrapperbg.gif) repeat-y top left;
}
/* hack to ensure Mozilla browsers enclose the floated elements with the #wrapper div */
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end hack */

/*------------------------------------- HEADER -------------------------------------------*/
#header 
{
	margin: 0 3px;
	/*padding: 33px 18px;*/
	padding:28px 5px;
	height: auto;
	width: 904px;
	border-top: 21px solid #DDF1F6;

}
/* hack to ensure Mozilla browsers enclose the floated elements with the #header div */
#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end hack */


#logo {
	float: left;
	margin-top:-28px;
	/*height: 45px;*/
	/*width: 200px;*/
	/*height:80px;*/
	/*width:352px;*/
}


#search {
	width: 150px;
	position: absolute;
	top: 80px;
	right: 18px;
	z-index: 100;
}

#search input#searchtext {
	height: 1.2em;
	width: 60px ;
	font-size: 1em;
	border: 1px solid #666;
	margin-right: 3px;
}

#search input#go {
	background-color: #cc3333;
	border: 0;
	color: #fff;
	font-size: 0.9em;
	height: 1.8em;
	width: 3em;
	margin: 0;
	padding-bottom: 2px;
}

#search label {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	color: #051353;
	padding-right: 2px;
}

/* -----------------------------------TOP NAVIGATION --------------------------------------*/

#topnav {
	position: relative;
	top: -5em;
	margin: 0 18px;
	border-bottom: 1px dashed #666;
	padding-bottom: 18px;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 140px 0 230px;
}

#topnav ul li {
	display: inline;
	font-size: 1.2em;
	padding: 0 6px;
	margin-bottom: 10px;
}

#topnav ul li a {
	color: #051353;
	text-decoration: none;
	padding-top: 5px;
}

#topnav ul li a:hover {
	border-top: 3px solid #051353;
}

#topnav ul li a.current {
	border-top: 3px solid #cc3333;
}
	
#topnav ul li a.current:hover {
	
}
/* ------------------------------------- SHOPPING CART ---------------------------------- */

#cart {
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	padding-top: 3px;
	margin: 0 18px 0 0;
	border-left: 2px solid #fff;
	width: 17em;
}

#cart h1 {
	display: none;
	}
	
#cart a {
	text-decoration: none;
	border: 0;
	background: #cc3333;
	width: 3em;
	height: 1.3em;
	color: #fff;
	padding: 0 2px;
	margin-left: 4px;
	
}

#cart img {
	margin: 0 4px;
}

/* ----------------------------- LOGIN ------------------------------------- */

#login {
	position: absolute;
	top: 0;
	right: 18em;
	height: 21px;
	width: 30em;
	background: url(../site_specific/lock.gif) top left no-repeat;
	padding: 3px 4px 0 18px;
	border-left: 2px solid #fff;
}

#login h1 {
	display: none;
}

#login form {
	padding: 0;
	margin: 0;
	border: 0;
}

#login label {
	padding: 0 4px;
}

#login input#password, #login input#user {
	height: 1em;
	width: 75px;
	font-size: 1em;
	border: 0;
	
}

#login input#loginbutton, #login input#logoutbutton /* CC */ {
	height: 1.3em;
	width: auto;
	padding: 0 2px 1px 2px;
	background: #cc3333;
	color: #fff;
	border: 0;
	font-size: 0.9em;
	margin-left: 4px;
	margin-top: 2px;
}




/*------------------------------------ CONTAINER  ----------------------------------------*/

#container {
	width: auto;
	position: relative;
	clear: both;
	top: -3em;
	background: url(../site_specific/containerbg.gif) bottom left no-repeat;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #container div */
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end hack */


#slogan {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0 0 1em 18px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.3em;
	color: #666;
	text-transform: lowercase;
}

#marqueeid {	
	top: 0;
	padding: 0;
	/*top right bottom left*/
	margin: -10px 0 -5px 18px;
	/*text-align:right;*/
	width:910px;
}

/*------------------------------------- LEFT NAV -----------------------------------------*/
#side-a 
{
	float: left;
	width: 171px;
	margin: 0 0 0 18px;
	text-align: center;
}

#side-a #banner {
	margin: 0 0 2em 0;
}


#side-a img {
 	clear: both;
 }


/*------------------------------------ RIGHT PANE ----------------------------------------*/
#side-b 
{
	float: right;
	width: 133px;
	margin: 1em 18px 0 0;
	background: #EAECE3;
	padding: 7px;
}


#side-b h1 {
	font-size: 1.1em;
	color: #051353;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	text-transform: lowercase;
}

#side-b ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	font-size: 1.1em;
}

#side-b ul li {
	letter-spacing: 0.1em;
	text-transform: lowercase;
	margin: 0.8em 0;
}

#side-b ul li a {
	color: #3399CC;
	text-decoration: none;
}

#side-b ul li a:hover {
	text-decoration: underline;
}


/*--------------------------------- CENTRE CONTENT  --------------------------------------*/


/* -------- HOMEPAGE --------*/

.homepage #content 
{ 
	float: left;
	width: 560px;
	padding: 0 13px;
	line-height: 1.4;

}


.homepage #content h1 {
	font-size: 1.2em;
	text-transform: lowercase;
	color: #051353;
	letter-spacing: 0.1em;
	width: 100%;
	background: #DDF1F6;
	padding: 2px;
	margin: 1em 0 1em 0;
	clear: both;
}

#content .rightitem {
	width: 14.8%;
	height: auto;
	float: left;
	margin: 1em 10px 1.5em 0;
}

#content .rightitem a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #3399CC;
}

#content .rightitem a:hover {
	text-decoration: underline;
}


.homepage .contentitem {
	width: 29.7%;
	height: auto;
	float: left;
	margin: 0 20px 1.5em 0;

}

.homepage .contentitem img
{
    display: block;
	margin: 0 0 1em 0;
}

.homepage .contentitem a {
	color: #3399CC;
	text-decoration: none; 
	font-weight: bold;
}

.homepage .contentitem a:hover {
	text-decoration: underline;
}	

.homepage .contentitem strong, .homepage .contentitem b {
	color: #051353;
}


/* --- INSIDE PAGES ----*/

 .inside #content {
	float: left;
	width: 740px;
	padding: 0 18px;
	line-height: 1.4;
}

.inside #content h1 {
	font-size: 1.2em;
	text-transform: lowercase;
	color: #051353;
	letter-spacing: 0.1em;
	width: 100%;
	background: #DDF1F6;
	padding: 2px;
	margin: 1em 0 1em 0;
	clear: both;
}
 
.inside #content a {
	color: #3399CC;
	font-weight: bold;
}

.inside #content a:visited {
	color: #70CDF2;
}

.inside #content a:hover {
	text-decoration: none;
}
 
/* ------- BREADCRUMBS ---------*/
#content #breadcrumb {
	font-size: 1em;
	color: #A8A8A8;
}

#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.2em;
	color: #cc3333;
}

h3 {
	font-size: 1.1em;
	color: #051353;
}
h4 {
	font-size: 1em;
	color: #cc3333;
}
 
/* ---- standard items and buttons etc ----- */

.prodHidFld /*THIS MUST STAY*/
{
    display: none;
    visibility: hidden;
}

.xxListPrice /* --CC-- The WAS price*/
{
    background-image: url(../images/strikeline.gif);
}

.buybutton
{
    border: 0;
    color: #fff;
    background: #cc3333;
    width: 3.4em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: pointer;
}

.buybutt, .pagenums /* CC */
{
    text-align: center;
}

.detailsbutton
{
    border: 0;
    color: #fff;
    background: #cc3333;
    width: 5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: pointer;
}

.takemetoit 
{
    border: 0;
    color: #fff;
    background: #cc3333;
    width: 7.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.tellmebutton
{
    border: 0;
    color: #fff;
    background: #cc3333;
    width: 12.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.continueshop, .checkout /* CC */
{
    border: 0;
    width: 11.5em;
    color: #fff;
    background: #cc3333;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top: 0.3em;
    cursor: pointer;
}

.NewProdBtn
{
    background: #cc3333;
    color: #fff;
    cursor: hand;
    font-size: 9px;
}

.updatetotals 
{
    border: 0;
    color: #fff;
    background: #cc3333;
    width: 8.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.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;
}


/* 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;
}

/* 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 
{
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 946px;
	height: auto;
	background: #fff url(../site_specific/wrapperbg.gif) repeat-y;
}

#footer img {
	margin: 1em 0.5em;
}

#sitelinks
{
    display: none;
    visibility: hidden;
}