/* ----- HTML Styling ------ */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/
body {
	margin: 0 0 0 0;
	background: #AEC283 url(images/mainbgndpse.jpg) no-repeat fixed bottom ;
	height: 100%;
	min-height: 100%;
	min-width: 900px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
}
p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #225400;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

img {
	border: 0 none;
	padding: 0 0 0 0; 
}
p {
	margin: 0 0 1em 0;
}
form {
	margin: 0 0 0 0;
}
table {
	border: 0;
}

td img {
	display: block; /* Images that are in tables will always be block level */
}
 /* Link Elements must be in this order*/
a:link, a:visited, a:active {
	color: #143300;
	text-decoration: underline;
}

a:hover {
	color: #259C26;
	text-decoration: none;
}

br.clear {
	clear: both;
}
.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
}
.blockclear {
	width: 600px;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* ----- Leaves ------ */
#main-cent {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 780px; /*An auto centering layer, width must be assigned*/
	min-height: 100%; /* Compliant browser height, This will fill entire browser window height */
	background:  url(images/bgnd-tile.gif) repeat-y center;
	clear:both;	
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	position:relative;
}
/* Height \*/  
* html #main-cent {
 height: 100%; /* Height for IE */
 }
 
/* ----- page head ------ */
img.printimg {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#nav {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 765px; /*An auto centering layer, width must be assigned*/
	height: 109px;
	border: thin solid #225400;
	background: #225400 url(images/header-img.jpg) no-repeat top center;
	border-width: 0 1px 2px 1px;
	top: 0;
}
/* ----- Nav Bar ------ */  
#nav ul {
	float:left;
	margin:79px 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}

#nav ul li	{
	display: inline;
	margin: 0 0 0 0; 
	font: 10px Arial, Helvetica, sans-serif;
	color: #223102;
	float: left;
}
#nav ul li a {
	padding: 9px 12px 9px 12px;
	text-decoration: none;
	display: block;
}
#nav ul li.home {
	background: url(images/nav/hov/nav-about.gif);
}
#nav ul li.home a {
	background: url(images/nav/reg/nav-about.gif);
}
#nav ul li.about {
	background: url(images/nav/hov/nav-about.gif);
}
#nav ul li.about a {
	background: url(images/nav/reg/nav-about.gif);
}
#nav ul li.range {
	background: url(images/nav/hov/nav-range.gif);
}
#nav ul li.range a {
	background: url(images/nav/reg/nav-range.gif);
}
#nav ul li.offers {
	background: url(images/nav/hov/nav-offers.gif);
}
#nav ul li.offers a {
	background: url(images/nav/reg/nav-offers.gif);
}
#nav ul li.tips {
	background: url(images/nav/hov/nav-tips.gif);
}
#nav ul li.tips a {
	background: url(images/nav/reg/nav-tips.gif);
}
#nav ul li.tea {
	background: url(images/nav/hov/nav-tea.gif);
}
#nav ul li.tea a {
	background: url(images/nav/reg/nav-tea.gif);
}
#nav ul li.delivery {
	background: url(images/nav/hov/nav-delivery.gif);
}
#nav ul li.delivery a {
	background: url(images/nav/reg/nav-delivery.gif);
	padding: 9px 13px 9px 13px;
}
#nav ul li.loc {
	background: url(images/nav/hov/nav-loc.gif);
	
}
#nav ul li.loc a{
	background: url(images/nav/reg/nav-loc.gif);
	padding: 9px 14px 9px 13px;
}
#nav ul li.contact {
	background: url(images/nav/hov/nav-contact.gif);
}
#nav ul li.contact a {
	background: url(images/nav/reg/nav-contact.gif);
	padding: 9px 14px 9px 14px;
}
#nav ul li.smap {
	background: url(images/nav/hov/nav-smap.gif);
}
#nav ul li.smap a {
	background: url(images/nav/reg/nav-smap.gif);
}
#nav ul li.gallery {
	background: url(images/nav/hov/nav-links.gif);
}
#nav ul li.gallery a {
	background: url(images/nav/reg/nav-links.gif);
}
#nav ul li.gallery a:hover, #nav ul li.smap a:hover, #nav ul li.contact a:hover, 
#nav ul li.loc a:hover, #nav ul li.delivery a:hover, #nav ul li.tea a:hover, 
#nav ul li.tips a:hover, #nav ul li.offers a:hover, #nav ul li.range a:hover, 
#nav ul li.about a:hover, #nav ul li.home a:hover {
	color: #E3F0C8;
	background:transparent;
}
#nav ul li.gallery a:hover span, #nav ul li.smap a:hover span, #nav ul li.contact a:hover span, 
#nav ul li.loc a:hover span, #nav ul li.delivery a:hover span, #nav ul li.tea a:hover span, 
#nav ul li.tips a:hover span, #nav ul li.offers a:hover span, #nav ul li.range a:hover span, 
#nav ul li.about a:hover span, #nav ul li.home a:hover span {
display:block;
}
/* ----- Content ------ */
#cont-box {
	margin: 15px 59px 3px 59px;
}
#cont-box .bodytxt {
	width: 650px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	margin-top: 10px;
	display: block;
	clear: both;
}
#cont-box img.headimg {
	width: 648px;
	height: 43px;
	margin: -15px 0 0 6px;
}
br.clear {
	clear: both;
	line-height: 2px;
	overflow: hidden;
}

#homeimgblock img { 
	margin: 0 4px 10px 4px;
	border: 4px solid #A6BD75;
	float: right;
}
/* Gaz home */
#homeimgblock2 img.a {
	margin: 0 5px 0 6px;
	border: 4px solid #A6BD75;
	float: left;
}
#homeimgblock2 img.b {
	margin: 0 6px 0 4px;
	border: 4px solid #A6BD75;
}
/* end Gaz home */
img.floatright {
	float: right;
	margin: 0 0 10px 15px;
	display: inline;
	border: 4px solid #A6BD75;
}

img.floatleft {
	float: left;
	margin: 0 15px 10px 0;
	border: 4px solid #A6BD75;
}
.bodytxt ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bodytxt li {
	list-style: none;
	padding: 3px 0 6px 2px;
	margin: 0 0 0 0;
}
/* Special offer page layout */
.special-off h3.special {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.special-off {
	border-bottom: 1px solid #A6BD75;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}
.special-off img {
	border: 1px solid #225400;
	float: left;
	margin: 0 10px 0 0 0;
	position: relative;
	width: auto;
}
.special-off p {
	padding: 10px 0 0 0 ;
	margin: 0 0 0 10px;
	position: relative;
}
/* ----- Homepage vid box ------ */
#movbox { 
	border: 1px solid #A6BD75;
	width: 550px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	margin-bottom: 20px;
	text-align: center;
	padding: 5px 0 10px 0;
}

#movbox img.vidclip {
	border: 2px solid #A6BD75;
	margin: 5px 4px 4px 4px;
	height: 87px;
	width: 155px;
}

/* additional type styles */
#cont-box .bodytxt p, form#searchbox {
	font: 11px/14px Arial, Lucida Grande, Helvetica, sans-serif;
	color: #225400;
}
#cont-box p.header { 
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}
.bodytxt h2.header {
	text-align: center;
	font: small-caps bold 15px Arial, Helvetica, sans-serif;
	color: #225400;
	clear: both;
	padding: 0 0 5px 0;
}
.bodytxt h2 {
	font: small-caps bold 15px Arial, Helvetica, sans-serif;
	color: #225400;
}
h1.noshow { 
	display: none;
	overflow: hidden;
	line-height: 0;
}

/*Search box form*/
form#searchbox {
	margin: -10px 0 5px 8px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
/* Xmas Menu Layout */
#cont-box .bodytxt p.xmasblock {
	width: 203px;
	padding: 5px 0 5px 0;
	margin: 0 4px 10px 4px;
	border: 2px solid #A6BD75;
	float: right;
	text-align: center;
}

div.xmastextcent { text-align: center; }
#cont-box div.xmastextcent p { 
	font-family: "Georgia", "MS Serif", "New York", serif;  
	font-size: 13px;
	line-height: 25px;
	}
#cont-box div.xmastextcent h2.header {
	font-family: "Georgia", "MS Serif", "New York", serif;  
	font-size: 16px;
	line-height: 25px;
}
#cont-box div.xmastextcent p b {
	font-weight: bold;  
	font-size: 16px;  
	}
/*Forms Formating-------------*/
form {
	padding: 0;
	margin:15px 0 0 0;
}
#formcontainer {
	width: 628px;
	padding: 10px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	margin-top: 15px;
	background: #EBF1DD;
	border: 1px solid #A6BD75;
	}
#formleft {
float: left;
}
#formright {
float: right;
}
#formcontainer label {
	float: left;
	width: 80px;
	text-align: left;
	padding: 0 10px 0 0 ;
}
#formcontainer label p {
	padding: 0;
	margin: 0;
}
.single-field {
	width: 190px;
}
.multiline-field {
	width: 190px;
	height: 107px;
}
.largemultiline-field {
	width: 300px;
	height: 268px;
}
 .option {
	width: 246px;
}

#formcontainer .formbutton {
	margin: 12px 0 0 29px;
}
#formcontainer .formtext-hilight {
	color: Red;
}

/* ----- footer ------ */
#clearfooter {height:40px;width:100%;clear:both;}

#footer {
	clear: both;
	margin: 5px 59px 5px 59px;
	border-top: 1px solid #225400;
	padding: 10px 0 0 0;
}
#footer p {
	text-align: center;
	font: 9px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #225400;
	width: 660px;
}

#footer p a:link, #footer p a:visited, #footer p a:active {
	color: #225400;
	text-decoration: none;
}

#footer p a:hover {
	color: #2A6BD75;
	text-decoration: underline;
}
#footer p.print {
	height: 1px;
	display: none;
	overflow: hidden;
}

.bodytxt .coloum ul.map {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bodytxt .coloum ul.map li {
	list-style: none;
	padding: 6px 0 6px 2px;
	margin: 0 0 0 0;
}

.bodytxt .coloum ul.map li a:link, .bodytxt .coloum ul.map li a:visited, .bodytxt .coloum ul.map li a:active {
	color: #225400;
	text-decoration: none;
}
.bodytxt .coloum ul.map li a:hover {
	color: #2A6BD75;
	text-decoration: underline;
}
.bodytxt .coloum {
	width: 200px;
	float: left;
	text-align: justify;
}

.shoppreitem {
	width: 200px;
	min-height: 355px;
	padding: 5px 5px 10px 5px;
	border: 1px solid #A6BD75;
	margin: 5px 2px 0 2px;
	float: left;
	position: relative;
}

.shoppreitem .imgcontain {	
	border: 1px solid #225400;
	width: 198px;
	height: 230px;
	overflow: hidden;
	background: #004801;
}
.shoppreitem img.thumb {
	width: 198px;
	/*height: 230px;*/
	/*display: inline;*/
	/*border: 1px solid #225400;*/
}





/* All code (C) Antony Ellam, Designed4hits 2004 */