/**
 * Client: Towneley Garden Centre
 * Author: Lee Turver (Microworld Yorkshire Ltd)
 * 
 */

body { 
	background: #B3C570;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Sans-seif;
	font-size: 0.8em;
	text-align: center;
	color: #666;
}
p {  
	line-height: 1.5em;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*===================
 * General Styles
 *******************/
 div.message { border: 1px solid #99a78a; background: #b3c570; padding: 10px; color: #fff; font-weight: bold; text-align: center; }
 div.message p { margin: 0; padding: 0; }
 h1 {
	font-family: Arial, Tahoma, Verdana, Sans-seif;
	color: #849544;
	font-weight: normal;
	font-size: 2.0em;
	margin: 0;
}
h2 {
	font-family: Arial, Tahoma, Verdana, Sans-seif;
	color: #849544;
	font-weight: normal;
	font-size: 2.0em;
	margin: 0;
}
h1.small { font-size: 1.7em; }
h3 { 
	font-family: "Times New Roman",Georgia,Serif;
	color: #849544;
	font-weight: normal;
	font-size: 1.7em;
	margin-top: 5px;
}

a.green { text-decoration: none; color: #647b06; }
a.greenU { color: #647b06; }
ul.productNav li a { text-decoration: none; color: #666; }
span.green { color: #647b06; }
a img { border: 0; }

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-style: italic;
} 

/*===================
 * Layout Styles
 *******************/
 
div#container {
	width: 910px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

div#header {
	height: 135px;
	width: 100%;
	background: url(images/header_bg.png) top left repeat-x;
}
	
	div#header div#logo {
		width: 295px;
		height: 135px;
		float: left;
	}

div#call-us { width: 194px; height: 30px; float: right; }
div#navigation ul { clear: right; margin: 0; padding: 0; float: right; padding-top: 40px; }
div#navigation ul li { margin: 0; padding: 0; list-style-type: none; float: left; padding-right: 40px; }
div#navigation ul li a { 
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.1em;
}
	
div#banner {
	width: 100%;
	height: 211px;
	background: url(images/banner_bot_bg.png) bottom left repeat-x;
}	
div#banner div#banner_images {
	width: 100%;
	height: 195px;
	overflow: hidden;
}

div#infoBar {
	height: 20px;
	border-bottom: 1px solid #657b06;
	width: 100%;
}

div#leftCol {
	width: 210px;
	float: left;
	padding-left: 10px;
}
	
	div#leftCol ul { width: 190px; }	
	div#leftCol ul, div#leftCol ul li { margin: 0; padding: 0; list-style-type: none; }
	div#leftCol ul li {
		padding: 8px 0 7px 15px;
		background: url(images/dotGreen.png) bottom left repeat-x;
		font-size: 0.9em;
	}
	div#leftCol ul li a { text-decoration: none; color: #669933; }

div#rightCol {
	width: 198px;
	float: right;
	padding: 15px 15px 0 17px;
}
	div#rightCol div.img {
		padding-bottom: 30px;
	}
div#midCol {
	width: 445px;
	float: left;
	padding: 0 15px 0 0px;
}
div#midCol_wide {
	width: 660px;
	float: left;
	padding: 0 15px 0 5px;
}

div.fclear { clear: both; height: 25px; }
div#footer {
	width: 880px;
	margin: 0 auto;
	border-top: 2px solid #b3c564;
}
div#footer p {
	float: right;
	color: #54660f;
	text-align: right;
}
div#footer p span { color: #999999; font-size: 0.8em; }

.productWrapper {
	float:left;
	margin:5px;
	margin-left:0px;
	margin-bottom:0;
	width:142px;
	height:142px;
}
.productRangeMenu {
	width:142px;
	height:142px;
	text-align:center;
}
.productRangeMenu:hover div.titlePanel div.opaque{
	background-color:#668735;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	margin:0;
	padding:0;
	overflow:hidden;
}
.productRangeMenu div.titlePanel {
	padding-left:6px;
	display:inline-block;
	position:relative;
	top:0px;
	z-index:1000;
	height:auto;
}
.productRangeMenu div.titlePanel div.opaque {
	width:142px;
	height:35px;
	background-color:#393d32;
	opacity:0.6;
	filter:alpha(opacity=60);
	 -moz-opacity:0.6;
	position:relative;
	top:90px;
	left:-6px;
	z-index:10;
}
.productWrapper div.text {
	z-index:10000;
	color:#ffffff;
	opacity:1;
	font-weight:bold;
	font-size:1.2em;
	float:none;
	top:-45px;
	text-align:center;
	position:relative;
}
.productWrapper div.text a, .productWrapper div.text a:visited {
	color:#ffffff;
	text-decoration: none;
}
.productRangeMenu img {
	position:relative;
	top:-53px;
	float:none;
	clear:none;
	margin:0;
	padding:0;
	z-index:1;
	height:142px;
	overflow:visible;
}

div.splitter { height: 1px; border-top: 1px dashed #ccc; padding-top: 10px; margin-bottom: 20px; }
div.splitterContact { height: 1px; border-top: 1px dashed #ccc; margin-top: 10px; margin-bottom: 20px; }







/*===================
 * Other Styles
 *******************/
img.imgBorder { border: 3px solid #ccc; }
 
/*===================
 * Table Styles
 *******************/

table.openingHours { font-size: 0.9em; }
td.tableHead {
	background: #b3c570;
	color: #fff;
	font-weight: bold;
}
td.tableHeadRed {
	background: #d60c0c;
	color: #fff;
	font-weight: bold;
	text-align: center;	
}
td.sCell { font-weight: bold; }
td.sCellR { font-weight: bold; color: #d60c0c; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}