/*-----------------------------------------------------------------------------
Global Style Sheet (for ST Gowan http://www.stgowan.co.uk)

version:   1.0
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk/

/* Pretty Stuff
================================== */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
 	margin: 1em 0;
}

/* General
================================== */
body {
  font: 70%/1.6 Arial, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #554842;
  background-color:#999;
  margin: 10px;
}

/* Headings
================================== */
h1 {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 462px;
	height: 119px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	margin: 0px;
	display: block;
	height: 119px;
	background: url(../img/logo.gif) no-repeat;
}

a {
  color: #1B5014;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.7em;
  margin-top: 20px;
  margin-bottom: 0px;
}

h3 {
  color: #cc1b21;
}

h4 {
  color: #cc1b21;
  font-size: 1.4em;
}

/* Images
================================== */

img.float-right {
  margin: 0px 0px 0px 10px; 
  float: right;
}
img.float-left {
  margin: 5px 10px 10px 0px;
  float: left;
}

/* Page Layout
================================== */

#container { 
	padding: 8px;
	margin: 0 auto;
	width: 934px;
	background: #fff url(../img/header-bg.gif) repeat-x;
}
#header {
	background-color: #eaeaea;
	height: 152px;
}

#contentcontainer {
	margin: 6px 0;
	background: url(../img/content-bg.gif) repeat-y 0px 55px;
}
#content {
	float: right;
	width: 750px;
}

/* Search Box - At the top of the page
====================================== */
#searchbox {
	width: 750px;
	height: 41px;
	background-image:url(../img/searchbox-bg.gif);
	margin: 0 0 0px 0;
	border-bottom: solid 6px #fff;
}

#searchbox h2 {
	margin: 0px;
	padding: 7px 10px;
	font-size: 1.8em;
	color: #1B5014;
}


#phonehome {
	float: right;
	background: #1B5014;
	color: #fff;
	padding: 2px 5px;
	font-size: 1.2em;
	font-weight: bold;
	
}	

#basketinfo {
	float: right;
	width: 160px;
	padding: 5px 0 0 0;
}
#basketinfo .trolley {
	width: 40px;
	float: left;
	padding: 5px 0 0 0;
}
#basketinfo .basketcontains {
	width: 120px;
	float: left;
}

/* Homepage Stuff
====================================== */

#homecontent {
	float: left;
	width: 570px;
	margin: 0px;
}
#homeintro {
	border: solid 1px #eaeaea;
	background: #eaeaea url(../img/homeintro-bg.gif) repeat-y;
	padding: 8px;
}
#homeintro h2 {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
.highlight {
	color: #dc2d1a;
	font-weight: bold;
}
#homeintro p {
	font-size: 1.2em;
	line-height: 1.3em;
}	

#homefeatures {
	float: right;
	width: 170px;
}
#homefeatures #newsbox h2 {
	background-color: #1B5014;
	margin: 0;
	color: #fff;
	font-size: 1.6em;
	padding: 4px 0 0 8px;
	font-family:"Trebuchet MS", Arial, Tahoma, "Times New Roman";
}
#homefeatures #newsbox ul {
	padding: 0px;
	margin: 0px 0px;
	list-style:none;
}

#homefeatures #newsbox li {
	margin: 0;

}

#homefeatures #newsbox a {
	display: block;
	padding: 5px 0px 5px 13px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #333;
	border-bottom: dashed 1px #ccc;
}

#homefeatures #newsbox a:hover {
	color: #d42a19;
	text-decoration:none;
}

#homefeatures #newsbox .datetext {
	font-size: 0.8em;
	color: #999;
	margin: 0px;
	padding: 0px;
}

#homefeatures #newsbox .morenews {
	float: right;
	margin: 5px; 
	font-size: 1.2em;
	font-weight: bold;
}

#homefeatures #homeoffers {
	clear: both;
}
#homefeatures .offersbox {
	background: #cc3300 url(../img/offersbox-bg.jpg) repeat-y;
	padding: 10px 5px;
	color: #fff;
	text-align: center;
}
#homefeatures .offerstitle {
	font-size: 1.2em;
	margin: 5px;
}
#homefeatures .offersprice{
	font-weight: bold;
	font-size: 1.4em;
}
#homefeatures .smallimage {
	width: 103px;
	height: 98px;
	overflow: hidden;
	border: solid 1px #fff;
	margin: 0px auto;
}
#homefeatures .offersbox .offersmore {
	text-align:right;
	font-size: 1.2em;
}

/* Header
================================== */
#logo {
  float: left; 
  width: 462px;
  margin: 0px;
  padding: 0px;
} 

#headerright{ 
  width: 472px;
  height: 119px;
  float: right; 
}

/* Menu - Top navigation
==================*/
#headshadow {
	clear: both;
	height: 8px;
	width: 934px;
	background: transparent url(../img/menu-bg.jpg) no-repeat top;
}
#menu {
	float: right;
	height: 22px;
}
#menu ul {
	margin: 0px;
	padding: 0px; 
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 3px 20px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #fff;
	float: left;
	background-color: #dc2d1a;
	font-size: 1.2em;
}

#menu ul li a:hover {
	color: #fff;
	background-color: #000;
}


/* Subnav - Left Column and Navigation
=======================================*/
#subnav {
	width: 177px;
	float: left;
}


#subnav ul {
	padding: 8px;
	margin: 8px 0px;
	list-style:none;
}

#subnav li {
	margin: 3px 0;
	line-height: 24px;
	padding: 0px;
	background: #1B5014;

}

#subnav a {
	display: block;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
}

#subnav a:hover {
	color: #fff;
	background-color: #000;
	text-decoration:none;
}

#infobox .htitle {
	background-color: #cacaca;
	background-image: none;
	font-family: "Trebuchet MS", Arial, Tahoma, "Times New Roman";
	color: #333;
	font-size: 1.6em;
	text-indent: 10px;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	font-weight: bold;
	
}
#infobox ul {
	background-color: #cacaca;
	margin: 0px;
}
#infobox a {
	color: #333;
}
/* Featured Products
================================== */
#featuredproducts {
	width: 550px;
	padding: 10px;
}
#featuredproducts p {
	font-size: 1.2em;
}
#featuredproducts img {
	border: solid 2px #000;
	float: right;
	margin: 0 0 10px 15px;
}
.productdisplay {
	width: 285px;
	height: 136px;
	float:left;
}

/* Featured Products Home
================================== */

.homefeature {
	width: 180px;
	border: solid 1px #ccc;
	float: left;
	margin: 0 5px 0 0;
}
img {
	border: none;
}
.homefeaturecaption {
	clear: both;
	font-size: 1.2em;
	color: #cc0000;
	padding: 5px;
}

/* Product Info - Product Details Page
====================================== */
#showproduct {
	font-size: 1.2em;
}
#showproduct ul li {
	margin: 0 2em;
}
#showproductinfo {
	margin-top: 10px;
}
.showproductimg {
	float:left;
	margin: 5px;
	text-align: center;
}
.showproductspec {
	clear: both;
}
#basketbutton {
	margin: 7px;
}
#basketbutton a {
	background: #d22b19 url(../img/button-add-to-cart.gif) no-repeat 98%;
	padding: 4px 25px 5px 3px;
	color: #fff;
	font-size: 85%;
}

/* Footer
================================== */
.divider {
  height: 8px;
  background-color:#fff;
  clear: both;
}
.dividersmall {
  height: 2px;
  background-color:#fff;
  clear: both;
}
#footer {
  width: 930px;
  background-color:#eaeaea;
  padding: 10px;
  height: 40px;
  border-top: solid 10px #c3c3c3;
  margin:0px auto;
  clear: both;
}
#footerleft {
	width: 300px;
	float: left;
}
#footerright {
	width: 300px;
	float: right;
	text-align: right;
}

#footer p {
  color: #AA9E88;
  font-weight: normal;
  font-size: 1.1em;
}

/* Product details
================================= */
.product {
	padding: 5px;
	float: right;
	border: #CACACA solid 1px;
}

.prodimage {
	float: left;
	width: 150px;
	padding: 4px;
}

.prodimage img {
	border: 0px;
}

.proddetails {
	float: left;
	margin-right: 5px;
}
.prodpricedetails {
	clear: both;
	background: #F1E8E8;
	border: 1px dashed #8D0B0B;
	padding: 5px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
}
.prodmore {
	float: right;
}
#searchform {
	margin: 0px;
}
.clear {
	clear:both;
}
.imageborder {
	border: none;
	margin: 3px;
}