colours {
	color: #353794; /* dark blue */
  color: #333333; /* dark grey */
	color: #000000; /* black */
	color: #ffffff; /* white */
	color: #aaaaaa; /* bg grey */
}
body {
	font-size: 62.5%;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px;
}
* {
	margin: 0px;
	padding: 0px; 
}
h1, h2, h3, h4, h5, h6 {
  color: #333333; /* dark grey */
	font-family: "Myriad Pro", arial, verdana, sans-serif;
	margin: 0px 0px;
	padding:0px;
}
h2 {
	font-size: 1.8em;
	line-height: 1.8em;
}
h3 {
	font-size: 1.6em;
	line-height: 1.6em;
}
h4 {
	font-size: 1.4em;
	line-height: 1.4em;
}
h5 {
	font-size: 1.2em;
	line-height: 1em;
}
h6 {
	font-size: 1.2em;
	line-height: 1em;
	color:#5e5f63;
}




/**--links---*/
a {
	cursor: pointer;
}
a:link, a:visited {
 /* color: #cd7825;  gold */
  color: #4B4B49;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
 /* color: #cd7825;  gold */
  color: #111111;
	text-decoration: none;
}
p {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 0px 20px;
}
img {
	border: 0;
}
/*- classes ----------------------------------------------------------------------------*/
.left {
	float: left;
	margin: 0px 5px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 5px;
}
.clear {
	clear: both;
}
.error {
	margin: 10px 0;
	color: #ff0000;
	background-color : #ffeeee;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	padding: 10px;
}
.info {
	margin: 10px 0;
	color: #0000ff;
	background-color:	#eeeeff;
	border-bottom: 1px solid #0000ff;
	border-top: 1px solid #0000ff; 
	padding : 10px;
}
.success {
	margin: 10px 0;
	color: #009F62;
	background-color: #E6FFE6;
	border-top: 1px solid #009F62;
	border-bottom: 1px solid #009F62;
	padding: 10px;
}
.small {
  font-size: 0.7em;
}
/*- layout -------------------------------------------------------------------*/


/*- site ---------------------------------------------------------------------*/
body {
  background: #FFFFFF url(../images/layout/body_fill.jpg) repeat-x;
}
#very_top {
  background: url(../images/layout/container_fill.jpg) repeat-y center top;
}
#top {
  background: url(../images/layout/top.jpg) no-repeat center top;
}

#container {
  width: 780px;
  margin: 0px auto 10px auto;
  font-size: 1.1em;
  text-align: left;
  position: relative;
}
  
  #header{
    padding: 32px 0px 0px 0px;
    position: relative;
  }
    #call2action {
      position: absolute;
      top: 0px;
      right: 0px;
    }
    #nav {
      margin: 35px 0px 0px 0px;
    }
      #nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
      }
        #nav li {
          display: inline;
          padding: 0px 20px;
        }
          #nav li a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            padding: 5px;
          }
    #fa_logo {
      position: absolute;
      top: 60px;
      right: 20px;
    }
  #main {
    
  }
    #news {
      border: 1px solid #009de0;
      background: #c6c6c6;
      width: 180px;
      float: left;
      display: inline;
      margin: 20px 20px 10px 0px;
    }
      #sidebar_inner {
        padding: 10px;
      }
        #news a:link,
        #news a:visited {
          text-decoration: none;
          color: #000;
        }
        #news a:hover,
        #news a:focus {
          text-decoration: underline;
          color: #000;
        }
        .dateStuff {
          color: #4A4C4B;
        }
    #content {
      padding: 20px 0px;
      float: left;
      width: 570px;
    }
#footer {
  background: url(../images/layout/new_footer.jpg) no-repeat bottom center;
  padding: 0px 0px 20px 0px;
  clear: both;
  margin: 0px auto;
}


.gallery_overview {
  width: 180px;
  float: left;
  margin: 0px 0px 20px 0px;
}

/*- team ---------------------------------------------------------------------*/

.team_box {
  background: #f6f6f6;
  border: 1px solid #009DE0;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px;
  float: left;
  width: 100%;
}

  .driver_image {
    float: left;
    width: 120px;
    text-align: center
  }
  
/*- product ------------------------------------------------------------------*/
#products {
  
}
#subCats .subCat {
  float: left;
  clear: both;
  display: inline;
  position: relative;
  margin: 10px 0px;
}
  .subCat .catImage {
    float: left;
    display: inline;
    position: relative;
    margin-right: 20px;
  }
  .subCat strong {
    margin: 15px 0px 0px 0px;
    float: left;
  }
  
  .product {
    border-top: 1px solid #000000;
    float: left;
		clear: both;
    margin: 10px 0px;
    width: 570px;
  }
    .product img {
      float: left;
      width: 100px;
      height: 100px;
    }
    .product .description {
      width: 440px;
      float: left;
      margin: 10px 0px 10px 20px;
      display: inline;
      position: relative;
    }
      .description_inner {
        padding: 20px 0px;
      }
      .product span {
        display: block;
        font-size: 1.4em;
        font-weight: bold;
        padding: 0px 0px 5px 0px;
      }
      .product .description a {
        color: #000000;
      }
    .product span.price {
      font-size: 1.2em;
      float: right;
      width: 80px;
    }
/*- item ---------------------------------------------------------------------*/
  .item {
    margin: 20px 0px;
  }
    .item img {
      float: right;
      margin-bottom: 50px;
    }
    .item .description {
      width: 500px;
    }
      .item span.price {
        font-size: 1.8em;
        display: block;
        margin: 10px 0px;
      }
      .item .description a {
        color: #000000;
      }
    .item span.price {
      font-size: 1.6em;
    }
/*- order --------------------------------------------------------------------*/
table#checkout,
table#checkout_totals {
  border: 1px solid #333;
  border-collapse: collapse;
}

table#checkout_totals {
  width: 337px;
  margin-left: 233px;
}

table#checkout th {
  background: #D2D2D2;
}

table#checkout th,
table#checkout td,
table#checkout_totals td {
  border: 1px solid #333;
  padding: 3px;
}  
.checkout_options {
  padding: 30px 0px;
}
.checkout_options span {
  background: #666666;
  padding: 5px;
  font-size: 1.4em;
  border: 3px solid #000000;
}
  .checkout_options a {
    color: #fff;
  }
.cRight {
  margin-left: 350px;
}




#catalogue ul {
  list-style-type: none;
}
  
  #catalogue li {
    margin: 6px 0px;
  }
    
    #catalogue li a {
      font-size: 12px;
      text-decoration: none;
    }