/***************************************
COLOUR CODES TO REPLACE
Link colour            -  #a9261e
Hover link colour      -  #292929
Copyright text         -  #ee0000
Alert/warning text     -  #ff0000
Add to basket text     -  #a9261e
Product image borders  -  #1e1e1e
Shop and footer border -  #a0a0a0

HEADER HEIGHT TO REPLACE
200px

FOLDER NAME TO REPLACE
wearescientists
***************************************/

/* Basic colour selection - either basic_black, basic_white or basic_transparent */
@import url(../basic_white.css);

/* Font */
body {font-size: 13px; font-family: Arial, Verdana, sans-serif;}

/* Links */
a, #subnavigation .quantity a, #subnavigation #breadcrumbs a,#subnavigation .return-link a, #subnavigation .basket_details a {
  color: #a9261e;
  text-decoration: none;
}
a:hover, #subnavigation #breadcrumbs a:hover,#subnavigation .return-link a:hover  {
  color: #292929;
  text-decoration: none;
}

/* Images */
body {background: url('../../images/shared/wearescientists/background-tile.jpg') top center repeat;}
.page_wrapper {background: url('../../images/shared/wearescientists/background-head.jpg') top center no-repeat;}
#header {background: transparent url('../../images/shared/wearescientists/header-bg.jpg') top left no-repeat;}

/* Header height */
#header, #header h1, #header h1 a {height: 225px;}

/* Borders */
.product-image #main-image, .hproduct img, .product-image #thumbnails ul li img, .basket_details img.product_image {border: 1px solid #1e1e1e;}
.content_wrapper, #footer {border: 1px solid #a0a0a0;}

/* Add to Basket button */
input.cart_button {color: #000000; background: #a9261e;}

/* Alerts */
#navigation .sale a, .product-price_retail, .download-warning {color: #ff0000;}

/* Copyright */
#footer li.copyright {color: #ee0000;}