/* 
Global CSS:	 Document
Client name: FieldFayre Website
Designed by: Visualcode Ltd
Author:		 S.Edwards
Creation: 	 07/06/2007.
 */

/*---------------------------Global Start -----------------------------*/

body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:  arial, helvetica, sans serif;
	color:#333;
	font-size:0.8em;
	}

* html body { /*to make IE 5.5 Center */ 
	text-align:center;
	}
	
div {	
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Big Caslon, Baskerville, Georgia, Times, serif;
	position:relative;
	}
	
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
	font-weight:normal;
	color:#FFA809;
	position:relative;
	}

table{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	clear:right;
	}
	
table td{
	padding:2px;
	font-size:95%;
	}
	
h1 {
	font-weight:100;
	font-size:2.5em;
	}

h1 b,
h1 strong{
	color:#FFA809;
	font-weight:normal;
	}
	
h2 {
	font-weight:100;
	font-size:1.5em;
	color:#000;
	}
 
h3 {
	font-weight:100;
	font-size:120%;
	color:#000;
	}

h4 {
	font-weight:100;
	font-size:100%;
	color:#333;
	}
 
a:link {
	color:#FFA809;
	text-decoration:underline;
	}

a:visited {
	color:#FFA809;
	text-decoration:underline;
	}

a:hover {
	color:#005628;
	text-decoration:underline;
	}

a:active {
	color:#005628;
	text-decoration:none;
	}

.clearb {
	clear:both;
	height:1px;
	font-size:0.1em;
	}

a:link img {
	text-decoration:none !important;
	}

img {
	border:0;
	}

p{
	position:relative;
	}

/*--------------------------- Wrapper -----------------------------*/

#Container{
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
	background:url(images/tile.gif) repeat-x 0 25px;
	}

#backColour{
	background:#005628;
	position:absolute;
	width:100% !important;
	height:200px;
	top:110px;
	left:0;
	}

#wrapper {
	width:768px;
	margin:0 auto;
	text-align:left;
	padding:0;
	position:relative;
	z-index:10;
	}

#leftCol{
	width:175px;
	position:absolute;
	text-align:right;
	}

#mainCol{
	width:597px;
	background:url(images/area.gif) no-repeat 0 25px;
	float:right;
	}
	
/*--------------------------- Logo / Picture -----------------------------*/

#header{
	width:100%;
	height:110px;
	text-align:center;
	}

#header h1{
	padding:0;
	margin:0;
	padding-top:35px;
	font-family:  Garamond, Big Caslon, Baskerville, Georgia, Times, serif;
	font-size:2em;
	}



#logo { 
	margin:0;
	padding:0;
	padding-top:25px;
	width:175px;
	height:70px;
	text-align:center;
	}

#logo img{
	padding:0;
	margin:0;
	}

#Banner{
	background:transparent;
	height:200px;
	padding:0 6px;
	}

/*--------------------------- Side Navigation -----------------------------*/
	
#Navigation {
	width:175px; 
	padding:0; 
	font-size:11px;
	height:200px;
	}

#Navigation ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	margin-bottom:0px;
	position:relative;
	margin-top:35px;
	}
	
#Navigation li {
	display:block; 
	border-bottom:#005628 solid 1px; 
	position:relative;
	}

#Navigation li a{
	display:block; 
	padding:5px 20px 5px 0px;
	color:#FFF;
	background:url(images/navLine.gif) no-repeat left bottom;
	font-weight:bold;
	position:relative;
	text-decoration:none;
	}

#Navigation li a.end{
	background:none;
	}

#Navigation li a:visited{
	color:#FFF;
	position:relative;
	}

#Navigation li a:hover{
	text-decoration:none;
	color:#FFA809;
	position:relative;
	}

#address{
	padding-right:10px;
	}

/*--------------------------- MainContent -----------------------------*/	

#ContentContainer{
	margin:0;
	padding:0;
	background:url(images/areaTile.gif) repeat-y;
	}

#Content{
	padding:10px;
	background:url(images/areaBottom.gif) no-repeat left bottom;
	}

/*--------------------------- Footer -----------------------------*/	

#footer{
	clear:both;
	background:#FFF;
	border-top:#ECECEC solid 1px;
	margin-top:10px;
	padding-top:10px;
	text-align:right;
	}

#legal{
	margin-bottom:5px;
	}

#companyInfo{
	font-size:70%;
	}

#stockists{
	border:#ECECEC solid 1px;
	text-align:left;
	margin-right:10px;
	padding:5px;
	}

#stockists h3{
	font-family:  arial, helvetica, sans serif;
	margin:0;
	padding:0;
	color:#005628;
	font-size:90%;
	font-weight:bold;
	margin-bottom:5px;
	}

/*--------------------------- List -----------------------------*/

ul.list{
	margin:0;
	padding:0;
	text-align:center;
	}
	
ul.list li{
	list-style:none;
	display:block;
	margin:0 5px 10px 5px;
	width:160px;
	float:left;
	padding:10px;
	background:#ECECEC url(images/button.gif) repeat-x;
	border:#CCC dotted 1px;
	font-size:95%;
	}

ul.list li a{
	text-decoration:none;
	font-weight:bold;
	}

/* General Forms - Specific */

form.custDetails {
	margin:0;
	padding:0;
	border:#CCC dotted 1px;
	background:#ECECEC;
	padding:10px 20px;
	}

form.custDetails p {
	margin:0;
	padding:2px 0 2px 0 ;
	
	}

form.custDetails label {
	float: left;
	margin:0;
	padding:5px 1px 0 1px;
	width: 8em;
	text-align: left;
	font-size:95%;
	}

form.custDetails input,
form.custDetails select,
form.custDetails textarea{
	margin-bottom:5px;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	}

form.custDetails form input.standard {
	width:200px;
	}

form.custDetails form textarea {
	width:400px;
	font-size:9pt;
	}	


form.custDetails .submitOrder {
	margin-top:10px;
	text-align:center;
	}

form.custDetails input.action {
	background:#005628 url(images/button.gif) repeat-x;
	padding:3px 10px ;
	font-weight:bold;
	font-size:95%;
	border: 1px solid #07AC54;
	border-right: 1px solid #01582A;
	border-bottom: 1px solid #01582A;
 	color:#FFA809;
	}

