body {
  margin:0;
  padding:0;
  font-family:arial,helvetica,sans-serif;
  font-size:70%;
  color:#666;
  background-color:#fafafa;
}
h1 {
  margin:1em 0;
  padding:0;
  font-size:1.6em;
  font-weight:normal;
  color:#366;
}

body#home h1 {
  color:#fff;
}

h2 {
  margin:0 0 0.7em 0;
  padding:0;
  font-size:1.2em;
  color:#366;
}

h3 {
  margin:0 0 0.2em 0;
  padding:0;
  font-size:1em;
  color:#666;
}
h3#delivery {
  margin:20px 0 0.2em 0;
  padding:0;
  font-size:1em;
  color:#666;
}

p {
  margin:0 0 1em 0;
  padding:0;
}

ul {
  margin:0 0 1em 35px;
  padding:0;
}

img {
  border:0;
}

a {
  text-decoration:none;
  color:#900;
}
* html a {
  min-height:1%;
  height:1%;
}  
a:hover {
  color:#f00;
}
a.stronglink {
  text-decoration:none;
  font-size:1.3em;
  font-weight:bold;
  font-variant:small-caps;
  letter-spacing:1px;
  color:#900;
}
a.stronglink:hover {
  color:#f00;
}

form {
  margin:0;
  padding:0;
}

input {
  font-size:1em;
}

div#holder {
  position:relative;
  width:770px;
  margin:10px auto;
  border:1px solid #ccc;
  padding:0;
  background-color:#fff;
}

div.clearfloat {
  clear:both;
  line-height:1px;
}

div#header {
  position:relative;
  margin:0;
  padding:0 0 10px 0;
  background:url('images/back-header.gif') no-repeat bottom;
  border-bottom:2px solid #fff;
}
img#logo {
  margin:0;
  padding:10px 0 8px 10px;
}
div#languages {
  position:absolute;
  top:15px;
  right:15px;
}
/*div#languages a {
  border:1px solid #999;
}
div#languages a:hover {
  border:1px solid #333;
} */

div#languages a.box, div#languages a:hover.box {
  border:1px solid #333;
}

div#search {
  position:absolute;
  top:18px;
  right:10px;
  font-size:1em;
  font-weight:bold;
}
div#search input#searchsubmit {
  margin:0 0 -2px 0;
  padding:0 0 0 6px;
}
div#toplinks {
  position:absolute;
  top:50px;
  right:10px;
  font-size:1em;
}
div#toplinks a:hover {
  color:#c00;
}
div#toplinks a {
  text-decoration:none;
  color:#333;
}
div#toplinks a:hover {
  color:#c00;
}
div#toplinks a#toplink-home {
  padding:1px 24px 0 0;
  background:url('images/icon-home.gif') no-repeat right top;
}
div#toplinks a#toplink-home:hover {
  background:url('images/icon-home.gif') no-repeat right -38px;
}
div#toplinks a#toplink-contact {
  padding:1px 24px 0 0;
  background:url('images/icon-contact.gif') no-repeat right top;
}
div#toplinks a#toplink-contact:hover {
  background:url('images/icon-contact.gif') no-repeat right -38px;
}
div#toplinks a#toplink-basket {
  padding:1px 24px 0 0;
  background:url('images/icon-basket.gif') no-repeat right top;
}
div#toplinks a#toplink-basket:hover {
  background:url('images/icon-basket.gif') no-repeat right -38px;
}

ul#navbar {
  position:relative;
  min-height:1%;
  margin:0;
  padding:0;
  list-style:none;
  color:#fff;
  background:#111;
}

body#home ul#navbar {
  margin:0 0 10px 0;
}

* html ul#navbar {
  min-height:1%;
  height:1%;
}
ul#navbar:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
ul#navbar li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  border-right:1px solid #c33;
}
ul#navbar li a {
  float:left;
  margin:0;
  padding:5px 8px;
  font-weight:bold;
  color:#fff;
  background:#900;
}
ul#navbar li a:hover {
  color:#fff;
  background:#c00;
  z-index:400;
}

body#home a#homelink {
  color:#fff;
  background:#c00;
}

ul#navbar li ul {
  display:none;
  position:absolute;
  z-index: 100;
  left:0;
  top:1.2em;
  width:160px;
  margin:10px 0 0 0;
  padding:0;
  list-style:none;
}
ul#navbar li:hover ul,ul#navbar li.over ul {
  display:block;
}
ul#navbar li ul li {
  float:none;
  margin:0;
  padding:0;
  border:0;
}
ul#navbar li ul li a {
  float:none;
  display:block;
  min-height:1%;
  margin:0;
  padding:3px 8px;
  background:#111;
}

div#showcase {
  margin:0 auto;
}
div#showcase img {
  margin:5px;
}

div#homebanner {
  min-height:1%;
  margin:0;
  padding:0;
  background:#26587D url('images/banner-background-grad2.jpg') no-repeat left top;
}
div#homebanner:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div#homebanner h1 {
  padding: 12px 0 0 23px;
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
}

div#homebanner div.bottomtext {
  padding:0 10px 0 27px;
  width: 215px;
  float:left;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

div#homebanner div.bottomtext h2 {
  font-size: 1.5em;
  color: #fff;
}

div#homebanner div.bottomtext p {
  font-size: 1.1em;
}

div#hometext {
  float:left;
  width:490px;
}

div#signposts {
  padding-top:11px;
}

div#signposts img {
  padding-left:10px;
  float:left;
}

ul#clientlogos {
 list-style:none;
 width:370px;
 margin:30px;
}

ul#clientlogos li{
 display:inline;
 padding:0 18px 0 0px;
}

div#hometext p {
  font-size:1em;
  color:#555;
}

div#hometext ul {
  margin:0;
  padding:0 0 0 32px;
  float:left;
  width:208px;
}

div#hometext ul.right-ul {
  padding-left:48px;
  width:200px;
}

div#hometext ul li{
  font-size:1em;
  line-height:90%;
}

.red{
  color:#900;
}


div#homeimages {

  width:460px;
  padding:0px 0 0 0px;

  margin:0 5px 0 10px;
}
div#homeimages img#home-image-top {
  padding-bottom:12px;
}

div#main {
}

body#home div#main {
  background:#fff url('images/main-background.jpg') repeat-x left top;
}

.bannerlink {
  display:block;
  margin:0;
  padding:3px 16px;
  font-size:1.3em;
  font-weight:bold;
  font-variant:small-caps;
  letter-spacing:1px;
  color:#fff;
  background:#900;
}
a.bannerlink {
  background:#900 url('images/back-bannerlink.gif') no-repeat right;
}
a.bannerlink:hover {
  color:#fff;
  background:#c00 url('images/back-bannerlink.gif') no-repeat right;
}
div.bannertitle {
  margin:0;
  padding:3px 16px;
  font-size:1.3em;
  font-weight:bold;
  font-variant:small-caps;
  letter-spacing:1px;
  color:#fff;
  background-color:#333;
}
div#homeleft {
  float:left;
  width:493px;
  margin:0;
  padding:1px 0 0 5px;
  /*background:#fff url('images/back-homecontent.gif') repeat-x left top;*/
}
div#homeright {
  float:left;
  width:270px;
  margin:0;
  padding:10px 0 0 0;
  /*border:1px solid #555; */
  /*background:#fff url('images/back-homecontent.gif') repeat-x left top;*/
}
div#homebannerbulk {
  height:51px;
  margin:0;
  padding:0;
  background:#fff url('images/banner-bulk.jpg') no-repeat right top;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
div#homebannershop {
  height:51px;
  margin:0;
  padding:0;
  background:#fff url('images/banner-shop.jpg') no-repeat right top;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
div#homeleft p, div#homeright p {
  margin:1.2em 16px;
}
div#homeleft ul li {
  margin:1em 0;
}
div#homeleft p.narrow, div#homeleft ul li.narrow {
  width:230px;
}
/*div#homeright img {
  position:absolute;
  left:275px;
  margin:0 10px;
}*/
div#homeright img {
  padding:0 0 0 5px;
}
div#homeright div#quotebox {
  padding-top:9px;
  margin-left:20px;
  width:250px;
  height:139px;
/*  background:#fff url('images/box-quote.jpg') no-repeat left top;  */

  /*position: relative;
  top: 52px;*/
}
div#homeright div#quotebox img{
  padding-left:15px;
}

div#homelogos {
  clear:both;
}
div#homelogos h2 {
  margin:2px 16px;
  padding:0;
  font-size:1.1em;
  color:#ddd;
}
div#left {
  float:left;
  width:523px;
  margin:0;
  padding:0;
}
div#right {
  float:left;
  width:245px;
  margin:0;
  padding:0;
  border-left:2px solid #fff;
}
div#navbar {
  clear:both;
  margin:0;
  padding:5px 16px;
  background-color:#f0f0f0;
}
div#navbar a {
  text-decoration:none;
  color:#333;
}
div#navbar a:hover {
  color:#c00;
}
div#content {
  margin:0 16px;
  width:620px;
}


div#sidelogos {
  float:right;
  width:110px;
  margin:25px 0;
  text-align:center;
  border-left:1px dashed #ccc;
}
div#sidebasket {
  float:right;
  width:190px;
  margin:25px 0;
  text-align:center;
  border-left:1px dashed #ccc;
}
div#sidelogos h2 {
  margin:0;
  padding:0;
  font-size:1.1em;
  color:#999;
}
table {
font-size:1.0em;
}
div#branding {
  float:right;
  width:145px;
  margin:0 0 0 5px;
  padding:8px 10px;
  background-color:#f0f0f0;
}

div#branding {
  \width:165px;
  w\idth:145px;
}
div#branding img {
  margin:0;
}

table {
font-size:1.0em;
}
table.details {
  width:90%;
  margin:8px 0 8px 16px;
  padding:0;
}
table.details tr td {
  width:50%;
  margin:0;
  padding:2px;
}
div#tandc {
  height:250px;
  margin:20px 0;
  padding:10px;
  color:#000;
  background-color:#f4f4f4;
  border:1px solid #eee;
  overflow:auto;
}

div#footer {
  margin:2px 0 0 0;
  padding:23px 14px 18px;
  font-size:0.9em;
  /*background:url('images/back-footer.gif') no-repeat top;*/
}
.footerAddress {
float:right;
}

p.important {
color:#990000;
font-weight:bold;
font-size:1.2em;
padding:0px 0px 10px 0px;
margin:0px 0px 10px 0px;
border-bottom:1px solid #E0E0E0;
}
p.important2 {
color:#003366;
font-weight:bold;
font-size:1.2em;
padding:0px 0px 10px 0px;
margin:0px 0px 10px 0px;
border-bottom:1px solid #E0E0E0;
}
div#phonenumber{
position:absolute;
top:46px;
right:16px;
color:#366;
font-size:1.4em;
font-weight:bold;
}

div#driverange {
  width:426px;
}

div.drivesummary {
  position:relative;
  float:left;
  width:142px;
  height:175px;
  margin:0;
  padding:2px 0;
  text-align:right;
  background:#fff;
}
div.drivesummary h2 {
  margin:5px 5px;
  padding:0;
  font-size:1.2em;
  font-weight:bold;
  color:#900;
}
div.drivesummary  a:hover h2 {
  cursor:hand;
  color:#f00;
}
div.drivesummary p {
  margin:5px 5px;
}
div.drivesummary img.quotebutton {
  margin-right:5px;
  border:0;
}
img.driveimage {
  margin:5px 2px;
  border:1px solid #ccc;
}
p.gallery {
  position:absolute;
  text-align:right;
  top:160px;
  right:2px;
  cursor:hand;
}
div.drivesummary a:hover img.driveimage {
  cursor:hand;
  border:1px solid #999;
}

div#productsearch {
  background-color:#eee;
}
div#navmenu {
  float:left;
  width:160px;
  margin:0;
  padding:0;
}
div#productsearch {
  margin:4px 0;
  padding:4px 16px;
}
div#navmenu a h2 {
  margin:0;
  padding:4px 16px;
  font-size:1.3em;
  font-weight:bold;
  font-variant:small-caps;
  color:#fff;
  background-color:#2F596F;
}
div#navmenu a:hover h2 {
  color:#fff;
  background-color:#44708F;
}
div#navmenu ul {
  margin:0;
  padding:0;
  list-style:none;
}
div#navmenu ul li {
  margin:1px 0;
  padding:0;
}
div#navmenu ul li a {
  display:block;
  margin:0;
  padding:6px 16px;
  font-size:0.9em;
  color:#333;
  background:#f4f4f4 url('images/back-navlink.gif') no-repeat left center;
}
div#navmenu ul li a:hover {
  background-color:#eee;
}
div#catalogue {
  float:left;
  width:390px;
  margin:0;
  padding:0 10px 60px 10px;
}
div#catalogue {
  \width:410px;
  w\idth:390px;
}
div#catalogue a#imagezoom {
  display:block;
  float:left;
  margin:0 10px 10px 0;
  padding:10px;
  border:1px solid #ccc;
}
div#catalogue a#imagezoom:hover {
  border:1px solid #999;
}
div#catalogue div#price {
  font-size:1.3em;
}
div#catalogue form#buyform {
  margin:16px 0;
}
div.productdetail {
  position:relative;
  width:240px;
  margin:0;
  padding:10px 0 40px 140px;
  border-top:1px solid #ccc;
}
div.productdetail {
  \width:380px;
  w\idth:240px;
}
div.productdetail img.productdetailimage {
  position:absolute;
  left:0;
  top:0;
}
div.productdetail h2  {
  margin:0;
  padding:0;
  font-size:1.2em;
  font-weight:bold;
  color:#900;
}
div.productdetail div.price {
  color:#000;
  font-size:1.2em;
  font-weight:bold;
  padding:4px;
  margin:0;
}
div.productdetail div.buttons {
  position:absolute;
  left:140px;
  bottom:10px;
  width:200px;
  height:17px;
}
div#product {
  float:left;
  border:1px solid #999;
  top:0;
  left:0;
  width:165px;
}
div#producttext{
  padding:10px 0 10px 100px;
}
div#basket {
  margin:2px 12px 12px 12px;
  text-align:center;
  background-color:#fafafa;
  border:1px solid #ccc;
}
div#basket caption {
  margin:0;
  padding:4px;
  text-align:right;
  font-family:arial,helvetica,sans-serif;
  border-bottom:1px solid #ccc;
  background-color:#fafafa;
}
div#basket table {
  width:100%;
  margin:0;
  padding:0;
  font-size:1em;
}
div#basket table tr th.order,div#basket table tr td.order {
  padding:4px 8px;
  text-align:left;
  font-size:0.9em;
}
div#basket table tr th.price,div#basket table tr td.price {
  padding:4px 8px;
  text-align:right;
  font-size:0.9em;
}
div#basket table tr th.total {
  padding:6px 8px;
  text-align:left;
  font-size:0.9em;
  border-top:1px solid #ccc;
  background-color:#fafafa;
}
div#basket table tr td.total {
  padding:6px 8px;
  text-align:right;
  font-size:0.9em;
  border-top:1px solid #ccc;
  background-color:#fafafa;
}
div#basket input#basketsubmit {
  margin:12px 0;
  color:#fff;
  background-color:#900;
  border:1px solid #999;
  cursor:hand;
}
div#basket table tr td.empty {
  padding:12px 8px;
  font-size:0.9em;
  font-weight:bold;
}
div#basket div#checkoutbutton {
  background-color:#fafafa;
}
div#checkout {
  float:left;
  width:580px;
  margin:0;
  padding:0 10px 60px 10px;
}
div#checkout {
  \width:600px;
  w\idth:580px;
}
ul#errors {
  margin:10px 16px;
  padding:0;
  font-weight:bold;
  list-style:none;
  background-color:#fafafa;
}
ul#errors li {
  display:block;
  margin:0;
  padding:4px 16px;
  border-left:1px solid #600;
  border-right:1px solid #600;
}
div#checkout1 {
  height:60px;
  margin:10px 0;
  background:url('images/back-checkout1.gif') no-repeat center top;
}
div#checkout2 {
  height:60px;
  margin:10px 0;
  background:url('images/back-checkout2.gif') no-repeat center top;
}
div#checkout3 {
  height:60px;
  margin:10px 0;
  background:url('images/back-checkout3.gif') no-repeat center top;
}
div#checkout5 {
  height:60px;
  margin:10px 0;
  background:url('images/back-checkout5.gif') no-repeat center top;
}
div#checkout table {
  margin:0;
  padding:0;
  width:100%;
}
div#checkout table caption {
  margin:0;
  padding:12px 0;
  text-align:left;
}
div#checkout table tr th {
  margin:0;
  padding:4px 8px 4px 4px;
  text-align:left;
  border-bottom:1px solid #ccc;
}
div#checkout table tr td {
  margin:0;
  padding:4px 8px 4px 4px;
  text-align:left;
}
div#checkout table tr td.edit {
  text-align:center;
}
div#checkout table tr td select {
  font-size:0.9em;
}
div#checkout table tr th.total,div#checkout table tr td.total {
  margin:0;
  padding:6px 4px;
  border-top:1px solid #ccc;
  border-bottom:0;
}
div#checkout table tr td#update {
  margin:0;
  padding:6px 8px;
  text-align:right;
  border-top:1px solid #ccc;
}
div#checkout table tr td#update input#updatesubmit {
  color:#fff;
  background-color:#900;
  border:1px solid #999;
  cursor:hand;
}
div#buttons {
  margin:20px 0;
  padding:0 20px;
  text-align:right;
}
div#buttons img {
  float:left;
}
div#buttons img#checkout {
  float:right;
}
table.details {
  width:90%;
}

/*
 * New form component styles
 */
 
form div.row label.label, form div.row div.label {
  float: left;
  width: 280px;
}

form div.row div.field {
  float: left;
}

form div.row {
  padding: 0 0 4px 0;
}

form div.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}

form div.row div.error {
	clear: left;
  color: #900;
}

div#contact-deadlines {
position:absolute;
bottom:400px;
right:330px;
}

/*.newaddress-box {
   width: 330px;
   margin-bottom: 10px;
   padding: 2px 0 10px 10px;
   background-color:#f0f0f0;
}*/

div#content-media {
  width: 430px;
} 

div#media-signpost {
  float:right;
  width:170px;
}

div#media-signpost img.music-contact {
  padding: 18px 0 0 3px;
}

img.mediaimage {
  margin:20px 2px;
  border:1px solid #ccc;
}

.floatleft {
  float:left;
}

div#footer {
  margin:2px 0 0 0;
  padding:23px 14px 18px;
  font-size:0.9em;
  border-top:2px solid #F3F3F3;
  /*background:url('images/back-footer.gif') no-repeat top;*/
}
.footerAddress {
float:right;
}

/*** NEW STYLES FOR THE NEW CATEGORY PAGE ***/
/*for use when there are featured products*/
div#newcontent {
  margin:0 16px;
  width:740px;
  position: relative;
  
}
html>body div#newcontent {
  *z-index: -1;
}

div#newcontent div#driverange2 {
  clear: both;
  padding-left: 10px;
}

div#newcontent div#driverange2 h1 {
  color: white;
  background: #fff url('images/mainheaderbg.jpg') repeat-x left top;
  height: 25px;
  margin-left: -10px;
  padding-left: 11px;
  padding-top: 8px;
  font-size: 1.25em;
  font-weight: bold;
}

div#newcontent div#featuredContainer {
  margin: 26px 0 0 0;
}

div#newcontent div#featuredContainer h2#featuredHeader {
  color: #eee;
  background: #fff url('images/featuredheaderbg.jpg') no-repeat left top;
  height: 26px;
  width: 429px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-top: 8px;
  font-size: 1.3em;
  font-family: arial, sans-serif;
}

div#newcontent div#featuredProducts {
  width: 434px;
  background: #fff url('images/featuredbg.jpg') repeat-x left top;
  float: left;
  padding-left: 4px;
  padding-top: 10px;
  border-left: 3px solid #DCD7DE;
  border-right: 3px solid #DCD7DE;
  padding-bottom: 16px;
}

div#newcontent div#featuredProducts div.drivesummary {
  background: none;
}

div#newcontent div#featuredFooter {
  background: #fff url('images/featuredroundedbottom.jpg') no-repeat left top;
  width: 444px;
  height: 10px;
  float: left;
  margin-bottom: 10px;
}

div#newcontent div#whychooseus {
  float: right;
  width: 175px;
  margin-right: 15px;
  height:412px;
}

div#newcontent div#whychooseus h2 {
  color: #a00;
  padding-bottom: 0px;
  font-size: 1.1em;
}

div#newcontent div#whychooseus2 {
  width: 165px;
  height: 389px;
  border-right: 1px dashed #ccc;
  margin:0;
  padding:0 10px 0 0;
  background: #fff url('images/whychooseusbg.jpg') no-repeat left top;
}

div#newcontent div#whychooseus2 ul {
  margin:0;
  padding:26px 0 0 16px;
  list-style:none;	
  display:block; 
}

div#newcontent div#whychooseus2 ul li {
  padding: 0 0 33px 0;
  display:block;
  font-size:1.1em;	
  font-weight:bold;
  color:#990000;  
}

div#newcontent div#whychooseus2 ul li.chooseblack {
  color:#000;	
}

/*div#newcontent div#whychooseus2 ul li a:hover.chooseblack {
  color:#f00;	
}*/

div#newcontent div#sidelogos2 {
  float: right;
  width: 90px;
  margin:0;
  padding:0;
}

div#newcontent div#sidelogos2 h2 {
  color: #a00;
  padding-bottom: 10px;
  font-size: 1.1em;
}

h1#productheading
{
  color: #900;
  margin: 15px 0 20px 15px
}

div#driveproduct
{
  width: 540px;
  min-height: 450px;
}

* html div#driveproduct
{
  height: 450px;
}

div#driveproduct h1
{
  color: #900;
  margin: 0 0 15px 0; 
}
div#driveproduct img#mainimage
{
  border: 1px solid #cdcdcd;  
  margin-bottom: 9px;
  margin-top: 10px;
}
div#driveproduct img.previewimage
{
  border: 1px solid #cdcdcd;  
  margin-left: 9px;
  margin-bottom: 9px;
}
div#driveproduct img.firstpreview
{
  margin-left: 0px;
}
div#drivespecs
{
  width: 185px; 
  background:#efe; 
  position: absolute; 
  top: -20px; 
  right: 0px;
}

* html div#drivespecs
{
  top: -28pxpx;
}
*+html div#drivespecs
{
  top: -25px;
}

div#drivespecs-top
{
  background: url('images/product-attr-top.jpg') no-repeat center top; 
  height: 15px;
}
div#drivespecs-main
{
  border-left: 3px solid #DCD7DE; 
  border-right: 3px solid #DCD7DE;
  padding: 0px 15px;
  background:#fff url('images/product-attr-bg.jpg') repeat-x left top;
  color: #000;
}
div#newcontent div#drivespecs-main h3
{
  color: #000;
}
div#newcontent div#drivespecs-main p
{
  color: #000;
  margin:0;
  padding:0 0 10px 0;
}
div#newcontent div#drivespecs-main a,
div#newcontent div#drivespecs-main a:hover
{
  color: #000;
}
div#drivespecs-bottom
{
  background: url('images/product-attr-bottom.jpg') no-repeat center bottom; 
  height: 15px;
}
a#getquote1
{
  margin: 8px 0 4px;
  float: left;
}
a#getquote2
{
  margin:10px 0 0 0;
  display: block;
}
div#greenleft09 div#signpostcontainer div.captionouter div.right{
	width:309px;
}

/*new quote buttons*/

div#main10 a.drivequote,
div#main a.drivequote{
	background: transparent url('images/instant-quote.png') 0 0 no-repeat;
	height: 23px;
	width: 118px;
	display: block;
}

div#main10 a.drivequote:hover,
div#main a.drivequote:hover{
	background: transparent url('images/instant-quote-hover.png') 0 0 no-repeat;
}

/*new about us page*/

div#main div.about-us-content{
	font: 14px/1.4em Arial,Helvetica,sans-serif;
}

div#main div.about-us-content h1.rounded{
	background: #23617A url("/images/headingtop.gif") 0 0 no-repeat;
	font-size: 16px;
	font-weight: bold;
	width: 610px;
	color: #FFF;
}

div#main div.about-us-content h1.rounded span{
	padding: 12px 15px 11px;
	background: transparent url("/images/headingbottom.gif") 0 100% no-repeat;
	display: block;
}

div#main div.about-us-content div.introduction{
	width: 295px;
	float: left;
}

div#main div.about-us-content div.signpost{
	margin-left: 30px;
	background: #ebebeb url("/images/signpost-top.gif") 0 0 no-repeat;
	width: 285px;
	float: left;
}

div#main div.about-us-content div.signpost span{
	background: transparent url("/images/signpost-bottom.gif") 0 100% no-repeat;
	display: block;
}

div#main div.about-us-content a{
	text-decoration: underline;
}

div#main div.about-us-content div.signpost img,
div#main div.about-us-content div.signpost p{
	padding-bottom: 10px;
	margin: 0 0 0 10px;
	font-size: 12px;
}

div#main div.about-us-content div.signpost h2{
	margin: 10px 0 5px 10px;
	color: #214e65;
}

div#main div.about-us-content div.content-main{
	margin-top: 20px;
}

div#main div.about-us-content div.content-main h2{
	margin-top: 25px;
	color: #990000;
	font-size: 18px;	
}

div#main div.about-us-content div.content-main h2.first{
	*margin-top: -10px;
}

* html div#main div.about-us-content div.content-main h2.first{
	margin-top: -10px;
}

div#main div.about-us-content div.content-main h2.underline{
	text-decoration: underline;
}

div#main div.about-us-content div.content-main h2 span{
	position: relative;
	bottom: 21px;
}

div#main div.about-us-content div.content-main ul li strong{
	color: #000000;
}

div#main div.about-us-content div.clearfloat{
	clear: left;
}

div#main div.about-us-content a#view-full {
	margin-left: 160px;
	padding:10px 0 0 0;
	width:298px;
	height:37px;
	color:#FFF;
	text-decoration: none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background:url('/us/images/mem-page-button.gif') no-repeat top left;
  	display:block;
}

div#main div.about-us-content a#view-full:hover {
	background:url('/us/images/mem-page-button.gif') no-repeat bottom left;
}

/* clients page changes - addition of testimonials column */

body.clients ul#navbar{
	margin-bottom: 17px;	
}

body.clients #content h1{
	margin-top: 0;	
}

body.clients blockquote, .clients hr{
	margin: 0;
}

body.clients hr{
	/* to fix hr bug in ie7 - it adds 7px margin */
	*margin: -7px;
	border: 0;
	background: #fff;
	color: #fff;
	height: 1px;	
}

body.clients #content{
	width: 55%;
}

div#testimonials_side{
	margin-top: 60px;
	width: 40%;
	float: right;
}

div#testimonials_side #testimonials_wrapper{
	padding-top: 12px;
	background: transparent url(/us/images/testimonials_side-top.gif) 0 0 no-repeat;
	width: 235px;
	position: relative;
}

div#testimonials_side #testimonials_wrapper #testimonials{
	padding: 0 15px 15px;
	background: #ececec url(/us/images/testimonials_side-btm.gif) 0 100% no-repeat;
	text-align: center;
}

div#testimonials_side #testimonials_wrapper #testimonials .intro{
	font: normal bold 13px arial, helvetica, sans-serif;
	color: #21617a;
}

div#testimonials_side #testimonials_wrapper #testimonials .google_prod_logo{
	position: absolute;
	left: -3px;
	top: 40px;
	display: block;
}

div#testimonials_side #testimonials_wrapper #testimonials blockquote{
	padding: 15px 0;
	/* to fix hr bug in ie7 - it adds 7px margin + additional spacing above p tag */
	*padding: 5px 0 15px;
}

div#testimonials_side #testimonials_wrapper #testimonials .first{
	padding-top: 50px;
}

div#testimonials_side #testimonials_wrapper #testimonials blockquote p{
	margin: 0;
	font: italic normal 13px arial, helvetica, sans-serif;
	color: #232323;
}	

div#testimonials_side #testimonials_wrapper #testimonials blockquote p cite{
	margin-top: 5px;
	font-size: 11px;
	color: #5d5d5d;
	display: block;
}

div.product-specs #product-quote {
	height:62px;
}
