/* CSS Document */

html {
	background: #fff url(../images/headerbg.gif) repeat-x bottom;
	height: auto;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #646464;
	background: url(../images/headerbg.gif) repeat-x top;
}

#wrapper {
	position: relative;
	top: 0;
	text-align: left;
	margin: 0 auto;
	padding: 0 22px;
	border:0;
	width: 905px;
}


/*------------------------------------- HEADER -------------------------------------------*/
#header 
{
	margin: 0;
	padding: 0;
	height: 106px;
	
}

#logo {
	float: left;
	width: 169px;
	height: 54px;
	margin: 0;
	padding-top: 0px; /*was 10px*/
}

#slogan {
	float: right;
	height: 26px; /*was 13px*/
	width: 325px;
	padding-top: 25px; /*was 45px*/
	margin: 0;
}

#search {
	position: absolute;
	top: 78px;
	right: 22px;
	color: #047;
	z-index: 1;
	font-weight: bold;
}

#search #searchtext {
	width: 80px;
	height: 1em;
}

#search #go {
	border: 0;
	color: #fff;
	background: #9E8A31;
	width: 2em;
	font-size: 0.9em;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	cursor:pointer;
}

/*---------------------------------------TOP NAV-------------------------------------------*/

#topnav {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 84px;
	left: 22px;
}


#topnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topnav ul li {
	display: inline;
	margin: 0;
	padding: 0;

}

#topnav ul li a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	margin: 0 2em 0 0;
	padding: 0;
	color: #047;
}

#topnav ul li a:hover {
	color: #9E8A31;
}

.inside #topnav ul li a.current {
	color: #9E8A31;
	
}

/* ----------------------------------- CART ---------------------------------------------*/
/*HOMEPAGE */
.homepage #cart {
	position: absolute;
	top: 24em;
	right: 22px;
	margin:  0 0 770px;
	padding: 6px 6px 6px 0;
	height: auto;
	width: 139px;
	border: 1px solid #a8a8a8;
}

.homepage #cart h1 {
	display: block;
	margin: 0 0 5px 6px;
}

.homepage #cart img {
	display: none;
}

.homepage #cart a {
	display: block;
	background: #9E8A31;
	border: 0;
	width: 6em;
	height: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	margin-top: 4px;
	float: right;
	font-weight: normal;
}

/* INSIDE PAGES */

.inside #cart {
	position: absolute;
	top: 130px;
	right: 27em;
	margin: 1px 0 0 770px;
	padding: 4px 2px 0 2px;
	height: 2em;
	width: 20em;
	border: 0;
	background: url(../images/utilitybg.gif) repeat-x bottom;
	z-index: 150;
}

.inside #cart h1 {
	display: none;
}

.inside #cart img {
	display: inline;
}

.inside #cart a {
	color: #047;
	padding-left: 3px;
}

/* ---------------------------------------CONTAINER --------------------------------------*/

#container {
	position: relative;
}


/*------------------------------------- LEFT NAV -----------------------------------------*/
#side-a 
{
	float: left;
	width: 145px;
	margin: 25px 0 0 0;
}


#side-a h1 {
	display: none;
}

#side-a ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#side-a ul li a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #A8A8A8;
	padding: 0.3em 0.3em 0.3em 0.8em;
	margin: 2px 0 0 0;
	color: #047;
}

#side-a ul li a:hover {
	color: #9E8A31;
	}
	
#side-a ul li a.current {
	background: #9E8A31;
	color: #fff;	
}
	
/*------------------------------LOGIN ---------------------------------------*/	
/* HOMEPAGE */
.homepage #login {
	position: absolute;
	top: 25px;
	right: 0;
	height: auto;
	border: 1px solid #a8a8a8;
	width: 133px;
	padding: 6px;
}

.homepage #login form {
	margin: 0;
	padding: 0;
}

.homepage #login label {
	float: left;
	width: 40%;
	color: #047;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.homepage #login input#password, #login input#user {
	float: right;
	width: 48%;
	margin: 4px 0 0 0;
	height: 10px;
	font-size: 0.9em;
}

.homepage #login input#loginbutton, .homepage #login input#logoutbutton /* --CC-- */
{
    background: #9E8A31;
    color: #fff;
    width: 5em;
    height: 18px;
    font-size: 1em;
    margin: 4px 0 0 0;
    float: right;
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.homepage #side-a #login h1 {
	display: block;
	margin: 0;
}

/* INSIDE PAGES */
.inside #login {
	position: absolute;
	top: 25px;
	right: 1px;
	height: 2em;
	border: 0;
	width: 24em;
	padding: 4px 2px 0 4px;
	background: url(../images/utilitybg.gif) repeat-x bottom;
	z-index: 100;
}

.inside #login form {
	margin: 0;
	padding: 0;
}

.inside #login label {
	float: left;
	width: auto;
	color: #646464;
	font-weight: normal;
	margin: 0 3px;
	font-size: 0.9em;
	padding-top: 2px;
}

.inside #login input#password, .inside #login input#user {
	float: left;
	width: 40px;
	margin: 0 3px;
	height: 9px;
	font-size: 0.9em;
}

.inside #login input#loginbutton, .inside #login input#logoutbutton /* --CC-- */
{
    float: left;
    background: #9E8A31;
    color: #fff;
    width: 4.5em;
    height: 14px;
    font-size: 1em;
    margin: 0;
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 2px 2px 0;
    cursor: pointer;
}

.inside #login h1 {
	display: none;
}

.inside #login img {
	float: left;
}

/*--------------------------------- CENTRE CONTENT  --------------------------------------*/
.homepage #content 
{ 
	float: left;
	width: 560px;
	border: 1px solid #a8a8a8;
	margin: 25px 15px 20px 15px;
	padding: 10px;
}

.homepage #content #banner
{
    text-align: center; /* --CC-- allow for smaller sized Ad Banner*/
}

.inside #content 
{ 
	float: left;
	width: 723px;
	border: 1px solid #a8a8a8;
	margin: 25px 0 20px 15px;
	padding: 2em 10px;
}

/* -------- HOMEPAGE ITEMS --------*/

.contentitem {
	width: 29%;
	height: auto;
	float: left;
	margin: 0 10px 1.5em 10px;

}
.contentitem img
{
    display: block;
	/*margin: 0 0 1em 0; info link */
	margin: 0 0 0 0;
}

.buybutt /* --CC-- this is for the prod details buy button*/
{
    text-align:center;
    /*top right bottom left*/
    padding:0px 0 0px 0;
    margin:0px 0 -10px 0;
}
.buybutton
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 3em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    cursor: pointer;
}

.detailsbutton
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 4.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    cursor: pointer;
}

.checkout /* --CC-- Process Order button*/
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 12em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

#checkoutdiv /* --CC-- this is to align the PROCESS ORDER button on the prod details page*/
{
    float:right;
}

.takemetoit /* --CC-- */
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 7.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.tellmebutton /* --CC-- */
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 12.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.updatetotals /* --CC-- */
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 8.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.continueshop /* --CC-- */
{
    border: 0;
    color: #fff;
    background: #9E8A31;
    width: 11.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.NewProdBtn
{
    background: #9E8A31;
    color: #fff;
    cursor: hand;
    font-size: 9px;
}
.pagenums /* --CC-- previous and next on prod details page*/
{
    text-align: center;
}

.xxListPrice /* --CC-- The WAS price*/
{
    background-image: url(../images/strikeline.gif);
}

.prodHidFld /*THIS MUST STAY*/
{
    display: none;
    visibility: hidden;
}

.vidpage /* --CC-- */
{
    display:inline; 
    clear:none; 
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}

.ccNewProdTitle /* --CC-- */
{
    font-weight: bold;
}
.prodname
{
    font-weight: bold;
}

/* -----GENERAL FORMATTING -----*/
p {
	line-height: 1.5;
}

#content ul {
	line-height: 1.5;
	margin: 1em 0 2em 2em;
	padding-left: 1em;
}

a:link, a:active {
	color: #047;
	font-weight:bold;
}

a:visited {
	color: #758faf;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}


img {
	border: 0;
}


.clear {
	clear: both;
}

.knowledge a
{
    /*top right bottom left*/
    margin: 0 0 0 0;
    padding: 0 25px 0 0;
    line-height: 20px;
}

.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%;
}

/* ----- HEADING LEVELS -----*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #9E8A31;
	margin-top: 2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #047;
	margin-top: 2em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #9E8A31;
	margin-top: 2em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #047;
	margin-top: 1em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #9E8A31;
	margin-top: 1.1em;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #047;
	margin-top: 1.1em;
}


/* ------- BREADCRUMBS ---------*/
#breadcrumb {
	font-size: 0.9em;
	color: #A8A8A8;
}

#breadcrumb a {
	color: #A8a8a8;
	text-decoration: none;
	font-weight: normal;
}

#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;	
}

.PWGuide /* CC this is for the popup password guide*/
{
    text-align: left;
    font-size: 11px;
    font-family: Verdana;
}


/* -----MINIMAL TABLE STYLING -----*/
/*
table {
	margin: 1em 0;
	border: 1px solid #a8a8a8;
	border-collapse: collapse;
}
th {
	padding: 0.3em;
	border: 1px solid #a8a8a8;
}
td {
	padding: 0.3em;
	border: 1px solid #a8a8a8;
}
*/

#detailoptions table, #detailoptions td /* --CC-- drop down box in prod details*/
{
    border:none;
}

.prodoptions table /* --CC-- */
{
    border: none;
}
.prodnavigation, .prodnavigation tr, .prodnavigation td /* --CC-- */
{
    border: none;
}

#prodimage /* --CC-- aligns the Product image on the prod details page */
{
    text-align: center;
}
.catgroup, .catgroup table, .catgroup td /* --CC-- */
{
    border: none;
}
.catname /* --CC-- */
{
    text-align: center;
}

.newprodstbl, .newprodstbl td /* --CC-- */
{
    border: none;
}
.videotbl, .videotbl td /* --CC-- */
{
    border: none;
}

.cobtbl, .cobtbl td, .cobll /* --CC-- */
{
    border: none;
}

.processordtbl, .processordtbl table, .processordtbl td /* --CC-- */
{
    border: none;
}

.prodaddtbl, .prodaddtbl table, .prodaddtbl td /* --CC-- */
{
    border: none;
}

.addressscreen, .addressscreen table, .addressscreen td /* --CC-- */
{
    border: none;
}

.addshipping, .addshipping td, .addshipping table /* --CC-- */
{
    border: none;
}

/* 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;
}

/*------------------------------------ RIGHT PANE ----------------------------------------*/
#side-b 
{
	float: right;
	margin: 22em 0 20px 0;
	border: 1px solid #a8a8a8;
	width: 133px;
	padding: 6px;
}

#side-b .rightitem {
	margin: 1.5em 0;
	width: auto;
}


/*-------------------------------------- FOOTER ------------------------------------------*/
#footer 
{
	clear: both;
	text-align: center;
	margin-bottom: 1em;
}

#footer img {
	margin: 0.5em;
}

#sitelinks
{
    display: none;
    visibility: hidden;
}
