@import "reset.css";


/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	background-color: #fcbe7f;
	font-family: tahoma;
	background-image: url(media/tile-body.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	direction:rtl;
}

h3 
{
	font-size:25px;
	margin-bottom:10px;
	font-family:Georgia;
}

div,table,tr,td,p,strong,li,a,br,span,input,label,ul,* 
{
	font-family:tahoma;
}

h1,h2,h3 
{
	font-family:Arial;
	padding-top:10px;
	padding-bottom:10px;
}

.padddiv 
{
	padding:10px;
}

a:link {
	color:#6b4d2a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c60041;
	font-weight:bold;
}

a:visited {
	color:#6b4d2a;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#ff4c4c;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration:none;
	color:#c60041
}

img {
	border-style: none;
	display: block;
}


em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

address {
	margin-bottom: 15px;
	margin-left: 15px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}

abbr, acronym {
	cursor: help;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


input ,textarea,select
{
	font-family:Tahoma;
	font-size:12px;
}

textarea 
{
	width:300px;
	height:100px;
	font-size:15px;
	margin:3px;
	font-family:Tahoma;
	border:solid 2px #97690e;
	background-color:#ffeac2;
}


/* HEADER
----------------------------------------------- */
	
#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 950px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	background-image: url(media/bgd-strapline-w.png);
	background-repeat: no-repeat;
	background-position: 300px 100px;
	height: 220px;
	position:relative;
}
#brand {
	height: 160px;
	width: 248px;
	background-image: url(media/pure-organic-baby-food.gif);
	background-repeat: no-repeat;
	float:right;
}



#cart {
	float: right;
	width: 271px;
	text-align: right;
}

#shopping-cart {
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	border: 1px solid #f2f2f2;
	background-image: url(media/overlay-white-50.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 80px;
}
#shopping-cart p {
	padding-bottom: 2px;
}
#shopping-cart strong {
	color: #C41F3D;	
}
#shopping-cart img {
	float: right;
	margin-left: 10px;
	margin-top: -2px;
}

#shopping-cart a {
	text-decoration:none;
	color:#3a9ae7;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3a9ae7;
	font-weight: bold;
}

#shopping-cart a:hover {
	color:#8fc6f2;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
}


/* CONTENT
----------------------------------------------- */

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(media/tile-content.gif);
}


/* HEADERS
----------------------------------------------- */

h1 {

	font-size: 27px;
	color: #252115;
}
h2, h3 {
	font-weight: bold;	
	font-size:22px;
}




/* DROP NAV
----------------------------------------------- */

#nav, #nav ul {  /* all lists */
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav a {
	display: block;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 5px;
	padding-left: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li a:hover {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 10px;
}

#nav li a.on {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #c05014;
}
#nav li {  /* all list items */
	float: left;
	margin-right: 1px;
	width: 131px;
	background-color:#7c0002;
}
/*

filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	
*/

#nav li ul { /* second-level lists */
	position: absolute;
	width: 136px;
	width: 210px;
	height: auto;
	font-weight: bold;
	font-size: 12px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #781d1e;
	border-left-color: #781d1e;
	background-color: #781d1e;
	padding: 0px;
	top: -999em;
}

#nav li li {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
	width: 210px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#nav li ul a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	top: auto;
	background-color: #781d1e;
	color: #000000;
}

#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-image: url(media/btn-rollover.gif);
	color: #333333;
	background-repeat: repeat;
}
#nav li li:hover, #nav li li.sfhover { /* lists nested under hovered list items */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}

#nav li li a.on-drop {
	background-image: none;
	color: #FFFFFF;
	background-color: #CA1E00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0px;
	text-indent: 10px;
}



/* LEFT CONTENT
----------------------------------------------- */

#left-content {
	font-size: 13px;
	width: 660px;
	float: left;
	clear: left;
	padding-bottom: 0px;
	background-color: #fcbe7f;
	color: #750000;
	line-height:20px;

}
#left-content p {
	padding-bottom: 15px;
}
#left-content strong {
	color: #222a09;
	font-weight: normal;
}
#left-content .heading {
	font-size: 14px;
	font-weight: bold;
	color: #C01D00;
}
#left-content em {
	color: #c60041;
	font-weight: normal;
}

#left-content table {
	width: 100%;
	margin-bottom: 10px;
}
#left-content th {
	background-color: #95BA06;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
#left-content td {
	padding: 5px;
	vertical-align: middle;
}
#left-content tr {
	
}
#left-content table a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/* CHECKOUT
----------------------------------------------- */

#total{
	width:30%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#total dt{
	float:left;
	font-weight:bold;
}
#total dd{
	text-align:right;
	margin-bottom: 10px;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}


/* HEADERS LEFT
----------------------------------------------- */

#welcome {
	text-indent: -9999px;
	background-image: url(media/h-welcome-w.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 600px;
	margin-top: 40px;
}
#organic-weaning-purees {
	text-indent: -9999px;
	background-image: url(media/h-organic-weaning-purees-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#organic-baby-meals {
	text-indent: -9999px;
	background-image: url(media/h-organic-baby-meals-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#organic-baby-desserts {
	text-indent: -9999px;
	background-image: url(media/h-organic-baby-desserts-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#organic-taster-packs {
	text-indent: -9999px;
	background-image: url(media/h-organic-taster-packs-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#about {
	text-indent: -9999px;
	background-image: url(media/h-about-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#beliefs {
	text-indent: -9999px;
	background-image: url(media/h-beliefs-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#refer {
	text-indent: -9999px;
	background-image: url(media/h-refer-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#links {
	text-indent: -9999px;
	background-image: url(media/h-links-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#why-organic {
	text-indent: -9999px;
	background-image: url(media/h-why-organic-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#advice-weaning {
	text-indent: -9999px;
	background-image: url(media/h-advice-weaning-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#news {
	text-indent: -9999px;
	background-image: url(media/h-news.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#contact {
	text-indent: -9999px;
	background-image: url(media/h-contact-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#order-payment {
	text-indent: -9999px;
	background-image: url(media/h-order-payment-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#deliveries {
	text-indent: -9999px;
	background-image: url(media/h-deliveries-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#conditions {
	text-indent: -9999px;
	background-image: url(media/h-conditions-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#partners {
	text-indent: -9999px;
	background-image: url(media/h-partners-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#privacy {
	text-indent: -9999px;
	background-image: url(media/h-privacy-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#usage {
	text-indent: -9999px;
	background-image: url(media/h-usage-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#map {
	text-indent: -9999px;
	background-image: url(media/h-map-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#shopping {
	text-indent: -9999px;
	background-image: url(media/h-cart-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}
#thank {
	text-indent: -9999px;
	background-image: url(media/h-thank-you-w.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin-top: 40px;
}

/* HEADERS SLIDE
----------------------------------------------- */

.h2-slide {
	font-size:20px;
	height: 18px;
	margin-bottom: 15px;
	margin-top: 50px;
	color:black;
}

/* SLIDESHOW
----------------------------------------------- */

#slideshow {
	color: #FFFFFF;
	background-image: url(media/bgd-slide.gif);
	background-repeat: no-repeat;
	margin-top: 35px;
	height: 262px;
	margin-bottom: 10px;
	direction:ltr;
}

/* PRODUCT RESULTS
----------------------------------------------- */

#left-content .products {
	background-color: #eef6d5;
	border: 1px dashed #A5C613;
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#left-content hr {
	color: #8CAA01;
	height: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #8CAA01;
	border: 1px dashed #ADD014;
}
#left-content .products hr {
	color: #EEF6D5;
	height: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #EEF6D5;
	border: 1px dashed #bac0a6;
}



#left-content .info-left {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#left-content .info-left p {
	color: #47493f;

	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
}
#left-content .info-left strong {
	font-weight: bold;
	color: #333333;	
}
#left-content .info-left em {
	font-weight: normal;
	color: #6b8b0c;
}

#left-content .info-right {
	width: 220px;
	float: right;
}
#left-content .info-right p {
	color: #CA1D00;
	font-size: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	font-weight: bold;
	padding-top: 7px;
}
#left-content .product-image {
	margin-right: 15px;
	float: right;
	margin-bottom: 10px;
	display: inline;
}
#left-content .product-buy {
	margin-right: 25px;
	float: right;
	display: inline;
}
#left-content .info-right strong {
	font-weight: bold;
	color: #333333;
}
#left-content .info-right em {
	font-weight: normal;
	color: #6b8b0c;
}
.left-list {
	margin-left: 30px;
	margin-bottom: 20px;
}
.left-list li{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5e7919;
	list-style-type: circle;
}

/* PRODUCT HEADERS PUREES
----------------------------------------------- */

#butternut-squash-apple {
	text-indent: -9999px;
	background-image: url(media/butternut-squash-apple-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#sweet-potato-carrot {
	text-indent: -9999px;
	background-image: url(media/sweet-potato-carrot-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#carrot-potato-parsnip {
	text-indent: -9999px;
	background-image: url(media/carrot-potato-parsnip-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#potato-leek-pea {
	text-indent: -9999px;
	background-image: url(media/potato-leek-pea-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* PRODUCT HEADERS MEALS
----------------------------------------------- */

#oaty-porridge-pears {
	text-indent: -9999px;
	background-image: url(media/oaty-porridge-pear-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#pasta-vegetable-sauce {
	text-indent: -9999px;
	background-image: url(media/pasta-vegetable-sauce-w.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#pasta-butternut-squash {
	text-indent: -9999px;
	background-image: url(media/pasta-butternut-squash-w.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#sweet-potato-spinach-peas {
	text-indent: -9999px;
	background-image: url(media/sweet-potato-spinach-peas-w.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#macaroni-cheese {
	text-indent: -9999px;
	background-image: url(media/macaroni-cheese-w.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#spinach-leek-potato {
	text-indent: -9999px;
	background-image: url(media/spinach-leek-potato-w.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#spinach-tomato-cheese-lasagne {
	text-indent: -9999px;
	background-image: url(media/spinach-tomato-cheese-lasagne-w.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* PRODUCT HEADERS DESSERTS
----------------------------------------------- */

#apple-pear-cinnamon {
	text-indent: -9999px;
	background-image: url(media/apple-pear-cinnamon-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#apple-banana {
	text-indent: -9999px;
	background-image: url(media/apple-banana-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#mango-banana {
	text-indent: -9999px;
	background-image: url(media/mango-banana-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#blueberry-banana-vanilla {
	text-indent: -9999px;
	background-image: url(media/blueberry-banana-vanilla-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#rice-pudding-vanilla {
	text-indent: -9999px;
	background-image: url(media/rice-pudding-vanilla-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* PRODUCT HEADERS TASTERS
----------------------------------------------- */

#taster-4-months {
	text-indent: -9999px;
	background-image: url(media/taster-pack-4-months-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#taster-6-months {
	text-indent: -9999px;
	background-image: url(media/taster-pack-6-months-w.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* GALLERY WINDOW
----------------------------------------------- */
		
#window {
	padding: 0px;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color:Black;
}
#window p {
	line-height: 18px;
	padding-bottom: 10px;
}
#window strong {
	font-weight: bold;
	color: #445412;
}
#window .float-right {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: -10px;
}
		
#window div div {
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	direction:rtl;
}

/* LEFT COLUMNS
----------------------------------------------- */

#left-content div.left-columns {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
	font-size: 12px;
	margin-top: 10px;
	background-color: #95BA06;
}
#left-content .left-columns h3 {
	font-size: 13px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	color: #FFFFFF;
}
#left-content .left-columns ul {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-content .left-columns li {
	margin-bottom: 10px;
	background-image: none;
}



/* 1234 NAVIGATION
----------------------------------------------- */

#gallery-nav {
	font-weight: bold;
	font-size: 17px;
	background-image: none;
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: none;
}


#gallery-nav * {
	cursor: pointer;
	padding: 0px;
	display: inline;
	margin: 0px;
	vertical-align: middle;
}

#gallery-nav {
	padding: 0px;
	margin: 0px;
}
#buttons li{
	color: #FFFFFF;
	background-color: #5d5d5b;
	font-weight: bold;
	background-image: none;
	list-style-image: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#buttons li.active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CA1E00;
	background-image: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}


/* PREVIOUS NAV
----------------------------------------------- */
		
#previous {
	cursor: pointer;
	padding: 0px;
	position: relative;
	margin: 0px;
	top: 110px;
}
#previous img{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* NEXT NAV
----------------------------------------------- */

#next {
	float: right;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 110px;
}
#next img{
	display: block;
	padding: 0px;
	margin: 0px;
}


/* INFO BOX
----------------------------------------------- */

#info-box {
	width: 160px;
	float: right;
	border: 1px dashed #A5C613;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #eef6d5;
	margin-top: 5px;
}
#info-box p {
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
	color: #666666;
	padding-bottom: 10px;
}
#info-box em {
	color: #ea4152;
}


/* RIGHT CONTENT
----------------------------------------------- */

#right-content {
	font-size: 12px;
	width: 271px;
	float: right;
	clear: right;
	color: #750000;
	padding-bottom: 20px;
	background-color:#ffa03d;
	line-height:15px;
	
}
#right-content p{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	
}
#right-content em{
	color: #CA1E00;
}
#right-content img{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}
#right-content ul{
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 28px;
}
#right-content li{
	background-image: url(media/bgd-tick.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 30px;
	padding-right: 30px;

	padding-top: 4px;
	padding-bottom: 4px;
}
#right-content .free-delivery {
	background-color: #8BA901;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	border: 1px dashed #ACC83E;
	background-image: url(media/bgd-free-w.gif);
	background-repeat: no-repeat;
	background-position: 96% center;
}
#right-content .free-delivery p {
	padding-right: 70px;
	font-size: 15px;
}

#google-map {
	height: 300px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	border: 2px dashed #FFFFFF;
}

#right-content h2 
{
	margin:5px;
	font-size:25px;
}


#right-content table
{
	padding:10px;
}
/* RIGHT HEADERS
----------------------------------------------- */

#fresh-organic-baby-food {
	height: 43px;
	width: 146px;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#contact-details {
	height: 43px;
	width: 87px;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#we-deliver {
	height: 42px;
	width: 242px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#holiday-service {
	height: 75px;
	width: 242px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#trees {
	background-image: url(media/bgd-trees.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 420px;
}

/* FOOTER
----------------------------------------------- */

#footer {
	font-size: 13px;
	color: #5e7919;
	padding-top: 10px;
	background-image: url(media/tile-footer.jpg);
	background-repeat: repeat-x;
}
#footer strong{
	color: #FFFFFF;
	font-weight: bold;
}
#footer em{
	color: #666666;
}
#footer p{
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 952px;
}

/* FOOTER HEADERS
----------------------------------------------- */

.h-footer {
	background-repeat: no-repeat;
	height: 21px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:18px;
	color:White;
}

/* AREAS
----------------------------------------------- */
div.footer-col {
	text-align: right;
	width: 25%;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	display: inline;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color:Black;
}

#organic-foods {
	color: #999999;
	clear: both;
	font-size: 12px;
	text-align: left;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(media/tile-columns.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#organic-foods ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#organic-foods li {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#organic-foods h6{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
}
#organic-foods a{

	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #be3f3b;
}
#organic-foods a:hover{
	margin: 0px;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


/* TWIST
----------------------------------------------- */

#twist {
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #FFFFFF;
	background-image: url(media/tile-twist.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	margin-top: 0px;
	direction:ltr;
	text-align:center;
	direction:rtl;
}
#twist ul {
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	margin-left: 20px;
}
#twist li {
	display: inline;	
}

#twist a{
	color: #ffffff;
	background-color: #e02626;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#twist a:hover{
	color: #413B37;
	background-color: #ffbb00;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

#compliancy a{
	background-image: url(media/bgd-compliancy-tick.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	color: #79baee;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#compliancy a:hover{
	background-image: url(media/bgd-compliancy-tick.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	color: #79baee;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
}
/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */


input,select{
	padding: 3px;
	font-size: 16px;
}

 select
{
		width:150px;
}

.input-box{
	color: #000000;
	background-color: #e5e5e5;
	background-repeat: repeat-x;
	font-size: 13px;
}
.instruct{
	position:absolute;
	left:103%;
	z-index:1000;
	width:39%;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 106%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9%;
	line-height: 0px;
	background-image: url(media/bgd-warning-arrow.gif);
	background-repeat: no-repeat;
	top: 0px;
	text-align: left;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#formFields {
	margin-bottom: 15px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#formFields ul{
	list-style-type:none;
	width:100%;
	font-size:100%;
	background-image: none;
	background-color: #0099FF;
}
#formFields li{
	position:relative;
	width:63%;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	list-style-type: none;
	list-style-image: none;
	border-bottom-color: #ADD014;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #95BA06;
	background-image: none;
}

/* ----- INSTRUCTIONS ----- */

#formFields li.focused{
	background-color: #a1c82c;
}
#form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

#form li, .buttons{display: inline-block;}
* html #form li, * html .buttons{height: 1%;}
#form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
#form li div, #formFields li span{
	color:#FFFFFF;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-bottom: 8px;
	list-style-type: none;
}
#formFields li span{
	float:left;
	list-style-type: none;
}

.clear{
	clear:both;
}

/* ----- BUTTONS ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.button{
	clear:both;
	margin-top:0px;
}
.btn {
	margin-right: 5px;
	font-size: 150%;
	margin-left: 0px;
	border:solid 2px #d4662a;
	background-color:#ff5a00;
	color:White;
	padding:5px;
	font-family:Arial;
	margin:5px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	border:none;
	color:#FFFFFF;
	display:block;
	font-size:110%;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
span.symbol{
	font-size:115%;
	line-height:130%;
}
input.text, input.file, textarea.textarea, select.select{
	color:#000000;
}
input.text, textarea.textarea, .firefox select.select{
}
input.text, input.file{
	padding:3px;
	color: #000000;
}
textarea.textarea{
	font-family:tahoma;
}
select.select{
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

input.small, select.small{
	width:25%;
}
input.medium{
	width:98%;
	margin: 0px;
}
select.medium{
	width:100%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
	width: 100%;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#CA1E00;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
#errorMsg strong{
	background-color: #FFCC00;
	padding:2px 3px;
	color:red;
}
form li.error{
	background-color: #CA1E00 !important;
	margin:3px 0;
}
form li.error label{
	color:#FFFFFF !important;
}
form p.error{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	margin:0 0 5px 0;
	clear:both;
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red;
	font-weight:bold;
}
#formFields li.focused .instruct, #formFields li:hover .instruct{
	visibility:visible;
}


.txtbx 
{
	font-size:15px;
	margin:3px;
	font-family:Tahoma;
	border:solid 2px #97690e;
	background-color:#ffeac2;
}




.tbl-reqform
{
	width:90%;
}
/*******POLL*************/
.poll-divbox 
{
	padding:10px; 
	background-color:#ffa03d;
	width:95%;
}

.pollitemresult 
{
	background-color:#cbffb1;
	width:100%;
	margin:5px;
	padding:0;
	height:15px;
	font-size:1px;
}


.pollresultbar 
{
	background-image:url(images/poll/resultbar.gif);
	background-repeat:repeat-x;
	height:15px;
	border:solid 1px orange;
	font-size:1px;
}

/*******END_POLL*************/
/*******Paging*************/
.divpages {
width:100%;
margin-top:10px;
text-align:center;
}

.divpages a {
padding-left:5px;
padding-right:5px;
border:solid 1px #e3e3e3;
background-color:white;
font-weight: bold;
text-decoration: none;
height:20px;
}

.divpages a:hover {
color:white;
border:solid 1px white;
background-color:#1A4DC1;
}

.divpages .dis { 
color:gray;
padding-left:5px;
padding-right:5px;
border:solid 1px #e3e3e3;
font-weight: bold;
text-decoration: none;
}
/*******END_Paging*************/


.divbox 
{
	padding:10px; 
	background-color:#ffa03d;
	width:95%;
	margin:10px;

}


.divbox-article
{
	padding:10px; 
	background-color:#ffa03d;
	width:95%;
	margin:10px;
}
