/*
   screen.css
   dilly dally
   
   Created by Cale Woodley on 2008-07-22.
   Copyright 2008 Webfirm. All rights reserved.
*/

@import url("reset.css");

body {
  background: #d5e8f6 url('../images/core/body-background.png') top left repeat-x;
  color: #7f8084;
}

#page {
  width: 100%;
  background: url('../images/core/page-background.jpg') top center repeat-x;
}

#container {
  width: 814px;
  margin: 0 auto;
}


/* #HEADER
*****************************************/
#header, object#header {
  width: 814px;
  height: 300px;
  display: block;
}

#printlogo {display: none;}


/* #NAV
*****************************************/
#navigation {
  width: 770px;
  height: 36px;
}

#navigation li {
  float: left;
  display: block;
  height: 36px;
}

#navigation li a {
  width: 191px;
  height: 36px;
  display: block;
  text-indent: -999em;
  background-position: 0 0;
  background-repeat: none;
}

#navigation li a#nav-home {background-image: url('../images/nav/nav-home.gif');}
#navigation li a#nav-products {background-image: url('../images/nav/nav-products.gif'); width: 192px;}
#navigation li a#nav-contact {background-image: url('../images/nav/nav-contact.gif');}
#navigation li a#nav-shop {background-image: url('../images/nav/nav-shop.gif'); width: 196px;}

#navigation li a:hover {
  background-position: 0 -36px;
}

body#page-index #navigation {border-bottom: 5px solid #ff0000;}
body#page-products #navigation {border-bottom: 5px solid #f948ff;}
body#page-contact #navigation {border-bottom: 5px solid #36ff00;}


/* #CONTENT
*****************************************/
#content-container {
  width: 770px;
  background: #fff;
  margin: 10px auto;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.50em;
}

#content-container h1,
#content-container h2,
#content-container h3,
#content-container h4,
#content-container h5 {
  color: #47a8e0;
  font-size: 1.50em;
}

#content-container h1 {
  margin: 14px 0;
  font-size: 2.00em;
}

#content-container p {
  color: #7f8084;
  margin: 14px 0;
}

#content-container a {color: #ff1b1b;}
#content-container a:hover {text-decoration: none;}

#content-primary ul {list-style: disc; margin: 14px 0 14px 20px;}
#content-primary ol {list-style: decimal; margin: 14px 0 14px 20px;}
#content-primary dl, #content-primary dd {margin: 0 0 0 20px;}

table {
  width: 100%;
  margin: 0;
  text-align: left;
}

table caption {
  text-align: left;
  color: #47a8e0;
  font-size: 1.50em;
  margin-top: 14px;
}

table thead {
  background: #ccc;
}

/*table tr, table td {border: 1px solid #ccc;}*/

table td, table th {
  padding: 3px;
}


#content-primary {
  width: 560px;
  margin: 10px;
  float: left;
  display: inline;
}

#content-secondary {
  width: 155px;
  margin: 20px 10px;
  float: right;
  display: inline;
}

#cart {
  width: 149px;
  height: 21px;
  margin: 0;
  border: 1px solid #bfbfbf;
  background: url('../images/core/cart-background.png') 0 0 no-repeat;
  line-height: 21px;
}

.search {
  width: 155px;
  margin: 10px 0;
  line-height: 21px;
}
.search input[type='submit']{
  background-color:#f5f5f5;
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  color:#565656;
  height:21px;
}
.search input[type='submit']:hover{
  background-color:#F0F6F8;
  border:1px solid #ccc;
}

#cart p {margin: 0 0 0 10px; text-align: center; color: #000;}

#info-contact {margin: 10px 0 0 0;}

#content-secondary #info-delivery h2 {color: #7f8084; font-size:1em;}
#content-secondary #info-delivery p {margin: 0;}
#content-secondary #info-delivery img {border: 2px solid #e1e1e1;}

.red{color:#ff0000;}


/* #LISTINGS
*****************************************/
.product {
  width: 150px;
  height:190px;
  float: left;
  overflow:hidden;
  display: inline;
  color: #7f8084;
  line-height: 1em;
  margin: 0 20px 10px 0;
  text-align:center;
}

.product-image {
  width: 150px;
  height: 100px;
  margin: 0 0 3px 0;
}

.product-image img {
 border: 1px solid #ccc;
}

.product-text {
	height: 40px;
}

.product-name {
  display: block;
  font-weight: bold;
}

.product-price {
  display: block;
  margin: 0 0 8px 0;
}

.paging-nav {
	width: 470px;
	text-align: right;
}

/* #DETAIL
*****************************************/
#detail-image {
  float: right;
  display: inline;
  /*width: 360px;*/
  /*height: 300px;*/
  margin: 0 0 0 10px;
  text-align: center;
}
#detail-image img{
  border: 1px solid #ccc;
}

#instock {font-weight: bold; color: #299923;}
#nostock {font-weight: bold; color: #CD3822;}

.size-colour { width: 20px; }
.drop-down { }

a#doc { 
  background: url('../images/icon-word.gif') no-repeat;
  padding: 2px 0 2px 20px;
}
a#pdf {
  background: url('../images/icon-pdf.gif') no-repeat;
  padding: 2px 0 2px 20px;
}

/* #FOOTER
*****************************************/
#footer {
  clear: both;
  background: url('../images/core/footer-background.jpg') top center no-repeat;
  height: 81px;
  width: 770px;
}

#footer img {border: none;}

#footer p {
  color: #fff;
  float: left;
  display: inline;
  margin: 10px 0 0 10px;
}

#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer #accepted-cards {
  float: right;
  display: inline;
  margin: 5px 10px 0 0;
}

#footer img#webfirm {float: right; clear: right; margin: 20px 0 0 0;}