/* Global Reset */
html, body, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}
p, ul, ol {
	margin: 0;
	padding: 0 0 11px 0;
}
ul, ol {
	list-style: none;
	padding: 0 0 16px 40px;
}
img {
	border: 0;
}
form {
	display: inline;
}
input, select, textarea {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
textarea {
	line-height: 1.25;
}

/* Website Styles */
body {
	background: #0f4432;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #274128;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#container {
	width: 779px;
	padding: 0;
	margin: 0 auto 0 auto;
	background: #fff;
}
#header {
	background: url(ui/fylde-seeds-header.jpg) no-repeat;
	height: 220px;
	padding: 0;
	margin: 0;
}
#main-nav {
	padding: 0;
	margin: 0 0 0 508px;
	position: absolute;
	top: 37px;
	width: 285px;
}
#account {
	padding: 0;
	margin: 0 0 0 489px;
	position: absolute;
	top: 37px;
	width: 280px;
}
#main-nav li, #account li {
	float: left;
	line-height: 25px;
	list-style: none;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#main-nav li a, #account li a {
	display: block;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-indent: -900em;
}
#main-nav li a:hover, #account li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
}
#nav-home a {
	background: url(ui/nav-home.gif) no-repeat;
	width: 29px; 
}
#nav-home a:hover {
	background: url(ui/nav-home-over.gif) no-repeat;
}
#nav-about a {
	background: url(ui/nav-about.gif) no-repeat;
	width: 46px;
}
#nav-about a:hover {
	background: url(ui/nav-about-over.gif) no-repeat;
}
#nav-account a {
	background: url(ui/nav-account.gif) no-repeat;
	width: 41px;
}
#nav-account a:hover {
	background: url(ui/nav-account-over.gif) no-repeat;
}
#nav-login a {
	background: url(ui/nav-login.gif) no-repeat;
	width: 75px;
}
#nav-login a:hover {
	background: url(ui/nav-login-over.gif) no-repeat;
}
#nav-logoff a {
	background: url(ui/nav-logoff.gif) no-repeat;
	width: 35px;
}
#nav-logoff a:hover {
	background: url(ui/nav-logoff-over.gif) no-repeat;
}
#nav-contact a {
	background: url(ui/nav-contact.gif) no-repeat;
	width: 39px;
}
#nav-contact a:hover {
	background: url(ui/nav-contact-over.gif) no-repeat;
}
#cart {
	float: right;
	color: #fff;
	text-align: right;
	margin: 140px 10px 0 0;
} 
#cart a {
	color: #fff;
}
#outer {
	padding-left: 160px;
	padding-right: 160px;
} 
#inner {
	margin: 0; 
	width: 100%;
}
#left {
	width: 160px; 
	float: left; 
	margin-left: -160px; 
	margin-right: 1px;
	padding: 5px 0 0 6px;
	position: relative;
}
#amenity {
	background: url(ui/amenity.gif) no-repeat;
	width: 160px;
	height: 44px;
	text-indent: -900em;
}
.nav {
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.nav a {
	display: block;
	padding: 4px 6px 4px 14px;
	width: 140px;
	background-color: #a1a33f;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}
.nav a:hover {
	background-color: #757721;
	color: #fff;
	text-decoration: none;
}
.nav-bottom {
	width: 160px;
	height: 5px;
	background: #092e21;
	font-size: 4px;
}
.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subnav a {
	display: block;
	padding: 4px 6px 4px 25px;
	width: 129px;
	background: url(ui/arrow.gif) #b3b56a 13px 9px no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}
.subnav a:hover {
	background-color: #757721;
	color: #fff;
	text-decoration: none;
}
#free-delivery {
	padding: 10px 0 10px 10px;
}
#right {
	width: 160px; 
	float: right; 
	margin-right: -160px; 
	margin-left: 1px;
	padding: 5px 6px 0 0;
	position: relative;
}
#agricultural {
	background: url(ui/agricultural.gif) no-repeat;
	width: 160px;
	height: 44px;
	text-indent: -900em;
}
#cards {
	padding: 10px 0 10px 0;
}
#content {
	position: relative;
	padding: 5px 0 0 0;
	margin: 0 16px 0 16px;
	min-height: 450px;
}
#content p {
	padding: 5px 10px 10px 8px;
}
#content h1, #content h2 {
	padding: 5px 0 4px 8px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #635e5e;
}
h2 {
	font-size: 12px;
	padding-bottom: 4px;
}
h3 {
	font-size: 14px;
	padding-bottom: 4px;
}
p {
	line-height: 17px;
}
.fproducts {
	width: 110px;
	float: left;
	padding: 10px 20px 0 10px;
	font-weight: bold;
}
.fproducts img {
	border: 2px solid #a7a7a7;
	padding: 1px;
}
#footer {
	width: 767px;
	height: 24px;
	margin: 0 auto 0 auto;
	background: #092e21;
	color: #fff;
	clear: both;
}
#footer p {
	padding-left: 11px;
	padding-top: 3px;
}
#footer a {
	color: #fff;
}
#site {
	float: right;
	padding-right: 11px;
	margin-top: -31px;
}

fieldset{
	margin-bottom: 10px !important;
	border: 1px solid #cccccc;
}

#mFormSubmit, #contactform{
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}
#mFormSubmit{
	text-indent: -9000em;
	background: url(ui/btn-send-enquiry.gif) no-repeat;
	border: none;
	width: 78px;
	height: 21px;
}
legend{
	color: #a1a33f;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

#contactform p{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#contactform label, #login label, #register label{
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

#products{
	margin-top: 0px;
	margin-left: 5px;
	border-collapse: collapse;
}

#products .img-width{
	width: 100px;
}

p#breadcrumb{
	padding: 0px;
	margin: 8px 8px 0px 8px;
	font-weight: bold;
}

#products .img-width a img{
	border: 2px solid #a7a7a7;
	padding: 1px;
}

#products .img-width a:hover img{
	border: 2px solid #6d6d6d;
	padding: 1px;
}

#basket{
	margin: 8px 8px 0px 8px;
	width: 410px;
}

#content form{
	margin-bottom: 8px;
}

#basket table{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-collapse: collapse;
}

#basket table th, #basket table td{
	padding-left: 8px;
	line-height: 20px;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
	padding-right: 8px;
}

#basket table{
	margin-bottom: 8px;
}

#basket table th{
	text-align: left;
	background: #092e21;
	color: #fff;
}

#price{
	font-size: 16px;
	color: #635e5e;
	padding: 5px 5px 3px 5px !important;
}

.button{
	margin-left: 8px;
}

#model{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
}

#basket table td{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}

.category{
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

.category li{
	line-height: 25px;
	border-bottom: 1px dotted #6d6d6d;
}

.category li a, category li a:hover {
	background: url(ui/arrowc.gif) 0px 4px no-repeat;
	padding: 0 0 0 12px;
}

.price{
	font-weight: bold;
	color: #274128;
}

#products td{
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #3d9f32;
}

#products p{
	margin: 0px;
	padding: 0px;
}

h3{
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	font-size: 11px;
}

#register h3{
	border-bottom: 1px solid #a1a33f;
	line-height: 25px;
}

.row-checkbox input{
	position: relative;
	top: 3px;
}

.row-checkbox label{
	display: inline !important;
	line-height: 25px;
}

#register p{
	margin: 0px;
	padding: 0px;
}

.float-right{
	float: right;
	margin: 10px 8px 8px 8px;
	border: 2px solid #a7a7a7;
	padding: 1px;
}

.image{
	margin: 10px 8px 0px 8px;
	border: 2px solid #a7a7a7;
	padding: 1px;
}

#gallery div{
	margin: 3px 8px 8px 11px;
}

.form_confirmation, .required, #contactform p{
	font-weight: bold;
	color: #ff0000;
}

.alert{
	margin: 6px 0px 6px 0px;
	border: 1px solid #ffdd00;
	background: #FFF6BF;
	color: #000000;
}

.alert h3{
	background: url(../ui/alert.gif) 10px 0px no-repeat;
}

.update h3, .alert h3{
	font-size: 12px;
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 30px;
	color: #000;
}

#password_reset{
	display: block;
	line-height: 25px;
}

.update h3{
	background: url(../ui/emoticon_smile.gif) 10px 0px no-repeat;
}

.update{
	margin: 6px 0px 6px 0px;
	border: 1px solid #a2d39c;
	background: #f5fee8;
	color: #000000;
}

.alert ul, .update ul{
	margin: 5px 10px 5px 10px;
	list-style: none;
	padding: 0px;
}

#price-box{
	border: 1px solid #dcdcdc;
	background: #ededed;
	width: 155px;
	margin: 0px 5px 0px 5px;
}

#price-box ul{
	margin: 0px;
	padding: 0px;
}

#price-box ul li{
	font-weight: bold;
	margin-left: 5px;
	line-height: 16px;
}

#price-box .qty{
	width: 25px;
	height: 15px;
	position: relative;
	top: -2px;
	margin: 5px 0px 5px 5px;
}

#add-to-basket .button{
	margin-left: 3px;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 16px;
	width: 300px;
	height: 18px;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 14px;
	width: 300px;
	height: 14px;
}

.red{
	color: #ff0000;
}

.strikethrough{
	text-decoration:line-through;
}

#contact_details{
	border-collapse: collapse;
	margin: 10px;
}

#contact_details p{
	margin: 0px;
	padding: 0px;
}

#contact_details h3{
	border-bottom: 1px dotted #cccccc;
	margin: 8px 0px 8px 0px;
}

.payment{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.payment li{
	border-bottom: 1px solid #cccccc;
	line-height: 22px;
}

#payment-panel{
	margin: 0px 10px 0px 10px;
}

#protx-panel{
	margin: 0px 15px 0px 0px;
	width: 411px;
}

#protx-panel table tr td{
	padding: 4px 0px 4px 0px;
	background: #f6f6f6;
}

#protx-panel table tr td#confirm-button{
	text-align: right;
	padding-right: 5px;
}

#protx-panel h3.title{
	line-height: 23px;
	margin: 0px 0px 0px 8px;
	border-bottom: 1px solid #a1a33f;
}

#protx-panel .alert{
	margin-left: 8px;
}

#protx-panel table{
	margin-left: 5px;
}
