body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

#wrapper 
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border:0;
	width: 987px;
	
}
/*------------------------------------- HEADER -------------------------------------------*/
#header {
	width: 171px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 17px;
}

#logo {
	margin-top: 27px;
}

#slogan {
	margin-top: 20px;
	margin-bottom: 20px;
}

#search {
	position: absolute;
	top: 0;
	left: 735px;
	width: 250px;
	text-align: right;
	color: #555;
	margin-top: 5px;
}

#search input#searchtext {
	color: #555;
	border: 1px solid #0569cc;
	width: 100px;
}

#search input#go {
	background: #0569cc;
	border: 0;
	color: #fff;
	text-transform: lowercase;
	font-size: 0.9em ;
	height: 1.8em;
}

/* ------------------------------------ LOGIN ---------------------------------------------*/

#login {
	border: 1px solid #0569cc;
	border-top: 8px solid #0569cc;
	background: url(../site_specific/diag-lines.gif) top left no-repeat;
	width: 151px;
	margin: 10px 0;
	padding: 0 9px 9px 9px;
}

#login h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #555;
}



#login label {
	color: #555;
	display: inline-block;
	font-weight: bold;
	margin: 7px 0;
	width: 60px
}

#login input#password, #login input#user {
	border: 1px solid #0569cc;
	width: 80px;
	margin: 3px 0;
}

#login input#loginbutton, #login input#logoutbutton /* CC */ {
	background: #0569cc;
	border: 0;
	color: #fff;
	text-transform: lowercase;
	font-size: 0.9em ;
	height: 1.8em;
	width: 4em;
	margin-left: 60px;
	margin-top: 5px;
}

#login input#loginbutton, .homepage #login input#logoutbutton {

	padding: 2px 0 3px 0;
}




/* ------------------------------------- SHOPPING CART ---------------------------------- */

#cart {
	border: 1px solid #0569cc;
	border-top: 8px solid #0569cc;
	background: url(../site_specific/diag-lines.gif) top left no-repeat;
	width: 151px;
	margin: 10px 0; /* Added by CC */
	padding: 0 9px 9px 9px;
}

#cart h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #555;
	}
	
#cart a {
	background: #0569cc;
	border: 0;
	color: #fff;
	text-transform: lowercase;
	font-size: 1em ;
	height: 1.8em;
	width: 4em;
	text-decoration: none;
	margin-left: 7px;
	padding: 2px 3px;
}

#cart img {
	display: none;
}

/* -----------------------------------TOP NAVIGATION --------------------------------------*/


#global ul {
	list-style-type: none;
	padding: 0;
	padding-top: 36px;
	margin: 0 0 0 188px;
}

#global ul li {
	display: inline;
}

#global ul li a {
	background: #0569cc;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0.6em 1em;
	
}	

#global ul li a:hover {
	border-top: 0.4em solid #E37900;
	padding: 0.3em 1em 0.6em 1em;
}	

#global ul li.current a {
	border-top: 0.4em solid #E37900;
	padding: 0.3em 1em 0.6em 1em;
}


/*------------------------------------ CONTAINER  ----------------------------------------*/

#container {
	border: 2px solid #0569cc;
	margin-left: 188px;
	margin-top: 5px;
	overflow: hidden;
}

/* ---------------------------------------CONTENT ------------------------------------------------*/


#content {
	padding: 0 17px 17px;
	color: #444;
	font-size: 1.1em;
}

#content h1 {
	font-size: 1.55em;
	color: #E37900;
	text-transform: uppercase;
	margin-top: 1em;
}

/* -------- HOMEPAGE --------*/

.homepage #content {
	/*width: 590px;*/
	width: 760px;
}

.homepage #maincontent {
	width: 590px;
}

.homepage .contentitem {
	margin-bottom: 3em;
	margin-right: 3%;
	width: 30%;
	float: left;
}

.homepage .contentitem img {
	border: 1px solid #000;
	margin: 0;
	display: block;
}

.homepage .contentitem a {
	color: #0569cc;
	text-decoration: none;
}


.homepage .contentitem a:hover {
	text-decoration: underline;
}


.homepage .contentitem form {
	margin-top: 7px;
}

/* --- INSIDE PAGES ----*/

.inside #content {
	width: 760px;
}


/* ------- PRODUCTS AND SERVICES ---------*/

#prod ul {
	border: 2px solid #0569cc;
	padding: 7px;
	list-style: none;
	overflow: hidden;
}

#prod ul li {
	float: left; 
	width: 24%;
	font-size: 1.3em;
	margin: 3px 3px 3px 0;
}

#prod ul li a {
	text-decoration: none;
	color: #0569cc;
}

#prod ul li a:hover {
	text-decoration: underline;
}

/* ------- BREADCRUMBS ---------*/
#content #breadcrumb {
	font-size: 0.9em;
	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 {
	text-transform: uppercase;
	color: #0569CC;
}

h3 {
	text-transform: uppercase;
	color: #E37900;
}

h4 {
	text-transform: uppercase;
}

 
/* ---- standard items and buttons etc ----- */

.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;
}

.xxListPrice /* --CC-- The WAS price*/
{
    background-image: url(../images/strikeline.gif);
}

.buybutton
{
    border: 0;
    color: #fff;
    background: #0569CC;
    width: 3em;
    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: #0569CC;
    width: 4em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: pointer;
}

.takemetoit 
{
    border: 0;
    color: #fff;
    background: #0569CC;
    width: 7.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.tellmebutton
{
    border: 0;
    color: #fff;
    background: #0569CC;
    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: #0569CC;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top: 0.3em;
    cursor: pointer;
}


.NewProdBtn
{
    background: #0569CC;
    color: #fff;
    cursor: pointer;
    font-size: 9px;
}
.updatetotals 
{
    border: 0;
    color: #fff;
    background: #0569CC;
    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-family:Arial;
    display:inline;
    line-height:30px;
    margin: 0px 15px 0px 0px;
    text-decoration:underline;
}

.knowledge a:hover /* CC */
{
    text-decoration: none;
}

.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;
}

/*------------------------------------ TOP SELLERS ON THE HOMEPAGE ----------------------------------------*/
#side-b {
	width: 150px;
	float: right;
	margin-right: 10px;
}

#side-b a {
	color: #0569cc;
}


#side-b h1 {
	font-size: 1.65em;
	color: #E37900;
	text-transform: uppercase;
	margin-top: 1em;
}

#side-b .rightitem {
	padding: 1em 0;
	border-bottom: 1px solid  #0569cc;
}

#side-b .rightitem a {
	text-decoration: none;
}

#side-b .rightitem a:hover {
	text-decoration: underline;
}



/*-------------------------------------- FOOTER ------------------------------------------*/
#footer 
{
	text-align: center;
	margin: 0.5em 0;
}


#sitelinks
{
    display: none;
    visibility: hidden;
}