/* notes re left or right hand secondary content */
/*
within default.asp it's necessary to transpose the primary and secondary divs
if the secondary content is to be on the left then secondary div should appear first.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    text-decoration: none; /* '!NT */
}

#usps .smalltext{

    color: #FFFFFF;

}


body {
	line-height: 1;
    background-color: #bcc3b1; /* site specific */
    font-family: Tahoma, Arial, sans-serif; /* NT */
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wealsostock {     /* we also stock - visibility is controlled by switch in strings.inc */
  display: block;
  margin-bottom: 18px;
  float: right; /* for Firefox */
}

#wealsostock h1 {
  margin-bottom: 0;
}

#wrapper {
  text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 960px;
    /* site specific - background depends whether we are using a left or right hand secondary content */
    /* left hand */
	background: url("background_colsleft.gif") repeat;  /* site specific - controls colour of columns in main content area */
    /* right hand */
	/* background: url("background_colsright.gif") repeat;  */
  /* shadows using css */
  /* N.B. as theses are proprietary to specific browsers they will cause W3C validation to fail. For our purposes that's ok */
  /* the shadow colour is site specific - basically it's a darker version of the value found in body */
  filter:
        /*progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=0)*/
        progid:DXImageTransform.Microsoft.Shadow(color=#8b947c,direction=90,strength=7);
        /*progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=0)*/
        /*progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=0)*/
    -moz-box-shadow: 2px 2px 7px #8b947c;
    -webkit-box-shadow: 2px 2px 7px #8b947c;
}

#header {
	margin: 0 0 0 0;
	background: white;
    /*border-bottom: 1px solid #0D520F;*/ /* site specific */
    height: 100px; /* ensures logo does not drop into next div - based on logo usually maximum of 90 high */
    padding-bottom: 10px;
    text-align: right;
    position: relative;
    background-color:#000099;
    }

#header img {       /* logo usually maximum of 90 high */
  margin: 10px 10px 0px 10px;
  position: relative;
  float: left;
}

.rightbottom {
  text-align: right;
  float: right;
  position: relative;
  bottom: 0;
}


#header p {
  text-align: right;
  font-weight: bold;
  font-size: 100%;
  color: #fff; /* site specific */
  bottom: 0;
  float: right;
/*  position: relative;
  clear: none;
  display: inline;  */
  margin-top: 29px;
}

.right {
  float: right;
  position: relative;
  clear: none;
  display: inline;
  margin-top: 60px;
}

#pagecontent {
  height: 100%;
  width: 100%;
}


#primary {
	float: left;
	width: 780px;
    /*background-color: #FFFFFF;*/
}

/* search bar */
#quicksearch {
  float: left;
  background-color: #DFDFDF;
}


#secondary {
	margin: 0;
    /* float depends on whether using left or right hand secondary content */
	float: left;
    /* float: right; */
    /* ends */
	width: 180px;
	/*position: relative;*/
    height: 1% /* Holly hack for Peekaboo Bug - (no ; as it's the last property) */
}

#siriusmembership img {
  margin-top: 6px;
}

#advancedsearch {
  margin-left: 9px;
}


#categorylisting {
  margin-left: 6px;
}

#extramanufacturers {
  margin-top: 12px;
  width: 720px;
  margin: 0 auto;
}


#fadeshow1 {
  display: inline;
  clear: none;
  background-image: url(../standardimages/faders1/prods1_a.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 330px;
  height: 116px;
  float: right;
  z-index: 1;   /* necessary to prevent faders appearing over subNavDD dropdown */ 
}


#footer {
	clear: both;
	background-color: #494ab6; /* site specific */
    background-image: url(footer_background.jpg); /* site specific */
    background-repeat: repeat-x;
    background-position: top;
    padding-bottom: 6px;
/* NT in IE7, the footer had a bottom margin of around 10px for some reasons - the following prevents that */
    position: relative;
    bottom: 0;
    min-height: 40px;
    /* min-height required in order for 'forcing' of bottom setting to work */
/* bottom fix ends! */
}

#footer p {
  text-align: center;
  color: #FFFFFF;
  font-size: 80%;
  padding: 6px;
}

#footerlinks {
  clear: both;
  margin-bottom: 40px;
}


#footerlinks a {
  font-size: 80%;
  font-weight: normal;
  color: #CFCFCF;
}


#W3C {
  position: absolute;
  right: 10px;
  bottom: 12px;
  clear: both;
}

#W3C p {
  padding: 0;
  margin: 0;
}

#W3C img {
  margin-top: 6px;
  margin-left: 6px;
}


/* here onwards is custom i.e. not Eric Meyer reset or 2 column */


.imgleft {
  float: left;
  padding: 0px 9px 6px 9px; /* adjust R value for left or right secondary content */
}

.imgright {
  float: right;
  padding: 0px 6px 6px 9px; /* adjust L value for left or right secondary content */
}

#footer .iteamfooter {
  font-size: 70%;
  color: #DFDFDF;

}
#footer .iteamfooter a {
  font-weight: normal;
  color: #DFDFDF;
}

#footer .iteamfooter {
  font-size: 70%;
  color: #DFDFDF;

}
#footer .iteamfooter a {
  font-weight: normal;
  color: #DFDFDF;
}

form p label {
  float: left;
  width: 30%;
}


/* used for navigation links */
#nav {
  /*background-color: #FFF;*/
}


/* used for navigation links */
#nav li {
  background-image: url(link_background.jpg);
  background-repeat: repeat-x;
  border-bottom: #dcecdc 1px solid; /* site specific */
  text-align: center;
  color: #FFFFFF; /* site specific */
  font-weight: bold;
  padding: 10px 0 9px 0;
  font-size: 80%;
  height: 16px;
}

#nav a {
  text-decoration: none;
  color: #FFF; /* site specific */
}

#nav a:hover {
  color: #D0D0D0; /* site specific - to highlight hovering*/
  font-size: 110%;
}


/* generic styles */

.nobottommargin {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cb {
  clear: both;
}

.fn {
  font-weight: normal;
}


.highlight { /* used e.g. as a span class to highlight text */
  text-decoration: none; /* in case it's a link */
  color: #9C210C; /* site specific */
  font-weight: bold;
}


/* end generics */





#manufacturers {
  float: right; /* Manufacturers Table. Setting necessary for Firefox. Depends on left or right secondary content */
  margin-top: 12px;
  margin-bottom: 24px;
}

#manufacturers table {
  float: right; /* Manufacturers Table. Setting necessary for Firefox. Depends on left or right secondary content */
}

#manufacturers td, #extramanufacturers td { border: 1px solid white; }
#manufacturers td.mOver, #extramanufacturers td.mOver { border-right: 1px dotted #404040; border-bottom: 1px dotted #404040; }

#Nav a {
  text-decoration: none;
  color: #FFFFFF; /* site specific */
}

a {
	font-weight: bold;
color: #303030;
}

p, h1, h2 {   /* general text colours */
  padding-left: 9px; /* adjust for left or right secondary content */
  padding-right: 6px;
  color: #303030; /* site specific */
  margin-bottom: 0.8em;
  line-height: 100%;
}

h1 {
  font-weight: bold;
  font-size: 120%;
}
.h1_alt { /* used e.g. as a span within the home page H1 */
  color: #881414;
  display: block;
  padding-top: 6px;
  font-size: 90%;
}

p {
  font-size: 90%;
}

.homepagelist {  /* for any list items on the homepage - assign class to <ul>*/
  margin-left: 24px;
  font-size: 90%;
  list-style: disc;
  margin-bottom: 18px;
}

table img {
  vertical-align: middle; /* ensures manufacturer logos line up */
}


/* Table styling for category page */
.padr10 {
  padding-right: 10px;
}
.top10r {
  vertical-align: top;
  padding-right: 10px;
}

#usps {
  text-align: center; /* also centers image */
  color: #FFF; /* can be site specific - controls default colour of USPs and Small Text */
}

#usps a {
  text-decoration: none;
  color: #FFF;
}


#usps img {
  margin-bottom: 12px;
}


#usps ul {
  margin: 12px 3px;
}


#usps li {
/* color: #FFF; */ /* overrides the color set at #usps - can be site specific */
font-weight: bold;
margin-bottom: .6em;
font-family: Helvetica, Arial, sans-serif;
}

#usps .smalltext {
font-size: 70%;
text-align: left;
/* color: #FFF; */ /* overrides the color set at #usps - can be site specific */
}

/* styles ported from previous sites */
#mapscroll /* main content area for google map and contact us page  */
{
/*width: 596px; *//* updated 2.8.07 from 588px */
/*width: 596px; */
/* float: left; */
/* min-height: 700px; */
/*overflow: auto; */
/* background: #ffffff; */
margin: 0px 12px;
padding: 0px;
}

/* if we have multiple addresses for a store we can put them in a table (I know I know)*/
/* this prevents there being any borders within the table */
#mapscroll table {
  border-collapse: collapse;
}
#mapscroll td {
  border: none;
}


/* JAVASCRIPT DROPDOWN - in separate iteam_1_nav.css*/

/* FOR REFERENCE - our original subNav styles - now replaced by subNavDD included in iteam_1_nav.css */
#subNav_old {
  float: left;
  width: 100%;
  background-color: #e6e6e6;
  margin-bottom: 12px;
}

#subNav_old form {
  margin: -3px 5px 0px 0px;
  height: 29px;
}

#subNav_old ul {
  height: 35px;
  width: 100%;
  background-image: url(subNavbackground.jpg) !important;
  background-repeat: repeat-x;
  padding-top: 10px;
  text-align: left;
  /*margin-bottom: 12px; only necessary if search bar form is not directly below*/
  font-size: 90%;
}

#subNav_old li {
  display: inline;
  color: #000000;
  text-align: center;
  padding: 5px 8px 5px 6px;
  border-right: 1px solid #505050;
}

#subNav_old a {
  text-decoration: none;
  color: #303030;
  font-weight: bold;
}

