/* Small Blue Information Systems */
/* CSS by George Litchfield */
/* 21/10/08 www.smallblue.net */

/* Zerox */
* { padding:0px; margin:0px;}

/* pshift */
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: arial, sans-serif;
	margin: 50px 0px 50px 0px;
	color: #532f19;
}


/* Typography */

p {
	color: #ffffff;
	font-size: 85%;
	padding: 0px 0px 15px 0px;
}

.xsmall {
	font-size: x-small;
}

.small {
	font-size: small;
}

.error {
	color: #fff;
	font-weight: bold;
}

h1 {
	font-size: large;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: small;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 85%;
		color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

.getting-them {
	color: #ffffff;
	font-weight: bold;
	font-size: 70%;
	display: block;
	padding: 0px 0px 10px 0px;
}

p.getting-them {
	font-size: 80%;
	padding: 0px 0px 0px 0px;
}

.contact-details {
	display: block;
	font-size: 75%;
	color: white;
}

.main ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
	list-style-type: none;
}

.main li {
	color: #ffffff;
	padding-left: 15px;
		padding-bottom: 5px;
	margin: 0px 0px 10px 5px;
}

.bhealth ol {
	margin: 0px 0px 10px 0px;
	
}

.bhealth li {
	color: #ffffff;
	font-size: 85%;

	padding: 1px;
	margin: 0px 0px 0px 22px;
}

.bean-stuff-list li {
	list-style-type: none;
	background: url(../images/bean-stuff-list-marker.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.5em;
}

.about-us-list li {
	list-style-type: none;
	background: url(../images/about-us-list-marker.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.5em;
}

.where-to-buy-list li {
	list-style-type: none;
	background: url(../images/where-to-buy-list-marker.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.5em;
}





.bean-facts-table {
	font-size: x-small;
	font-weight: bolder;
	border: 2px solid #62361a;
	border-collapse: collapse;
}

.bean-facts-table td {
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border: 1px solid #62361a;
}

.contact-table {
	margin: 15px 0px 15px 0px;
	font-size: 80%;
	font-weight: bolder;
	border-collapse: collapse;
}

.contact-table td {#
	color: #ffffff;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
}



/* Links */

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #62361a;	
}

a:visited {
	color: #62361a;
}

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

a.highlight:link {
	color: green;
	text-decoration: none;
}

a.highlight:visited {
	color: green;
	text-decoration: none;
}

a.highlight:hover {
	color: #0066cc;
	text-decoration: underline;
}



a.bigboxlink:link {
	display: block;
	height: 220px;
	font-weight: bold;
	font-size: x-large;
	color: #fff;
	text-decoration: none;
}

a.bigboxlink:visited {
	color: green;
	text-decoration: none;
}

a.bigboxlink:hover {
	color: #0066cc;
	text-decoration: none;
}

/* PLAIN LINKS */

a.plain:link {
	color: #ffffff;
	text-decoration: none;
}

a.plain:visited {
	color: #ffffff;
	text-decoration: none;
}

a.plain:hover {
	color: #ffffff;
	text-decoration: underline;
}





/* Menu Style */


.menu {
	line-height: 1.3em;
	font-size: 1em;
	margin: 15px 0px 0px 15px;
	padding: 10px;
	float: left;
}

.menu li {
	list-style-type: none;
	color:  #ddd;
	margin: 5px 0px 0px 0px;
	
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu a {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #62361a;
	display: block;	
}

.menu a:visited {
	color: #62361a;
	text-decoration: none;
}

.menu a:hover {
	color: #ff6633;
	text-decoration: underline;
}



#currentPtr {
	color: #62361a;
	text-decoration: underline;
}

#subCurrentPtr {
	color: #ff6633;
	text-decoration: underline;
}



/* SECONDARY MENU */
.smenu {
	line-height: 1.3em;
	font-size: 1em;
	margin-left: 20px;
}

.smenu a {
	padding: 0px 10px 0px 10px;
	margin-left: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6633;
	display: block;	
}

.smenu a:visited {
	color: #ff6633;
	text-decoration: none;
}

.smenu a:hover {
	color: #62361a;
	text-decoration: underline;
}







/* Layout Style */

#wrapper {
	width:750px;
	
	margin:0px auto;
	/* border: 1px #000000 solid; */
	
}

.columnContainer {
		
}

.clearfix {
	clear: both;
}

.column {
		float: left;	
}

.box {
	display: block;
	width: 230px;
	height: 230px;
	background: #e3d2a0;
	margin: 15px 0px 0px 15px;
}

.content {
	line-height: 120%;
	margin: 15px 0px 0px 15px;
}

.padded {
	padding: 10px;
	width: 210px;
	height: 210px;
}

#footer {
	width:720px;
	margin:0px auto;
	clear: both;
}

#footer span {
	font-size: 70%;
	font-weight: bold;
	color: #ff6633;
	display: block;
	padding: 2px;
	padding-top: 32px;
	margin-bottom: 100px;
}

/* FOOTER LINKS */
#footer span a {color: #ff6633;font-size:100%;}
#footer span a:hover {text-decoration: underline;}

/* BG COLOURS */
.green { background: #299e94; }
.red { background: #c3262e; }
.turquoise { background: #c3262e; }
.orange-one { background: #e67b2f; }
.cream { background: #eee4c6; }
.orange-two { background: #f36b2c; }
.purple { background: #8c629d; }
.blue { background: #1c72ae; }
.teal { background: #2f9ea8; }
.sage { background: #e2f0de; }
.green { background: #7f9e04; }
.white { background: #ffffff; }

.brown { color: #55311b; }

/* COLOURS */

.moroccan-tagine { color: #8c629d; }
a.moroccan-tagine:link { color: #8c629d; } 
a.moroccan-tagine:visited { color: #8c629d; }
a.moroccan-tagine:hover { color: #8c629d; }

.new-mexican-chilli { color: #c73c49; }
a.new-mexican-chilli:link { color: #c73c49; }
a.new-mexican-chilli:visited { color: #c73c49; }
a.new-mexican-chilli:hover { color: #c73c49; }

.indian-sambar { color: #2f9ea8; } 
a.indian-sambar:link { color: #2f9ea8; } 
a.indian-sambar:visited { color: #2f9ea8; }
a.indian-sambar:hover { color: #2f9ea8; }


.spanish-puchero { color: #f36b2c; } 
a.spanish-puchero:link { color: #f36b2c; } 
a.spanish-puchero:visited { color: #f36b2c; }
a.spanish-puchero:hover { color: #f36b2c; }         

.african-palava { color: #e67b2f; } 
a.african-palava:link { color: #e67b2f; } 
a.african-palava:visited { color: #e67b2f; }
a.african-palava:hover { color: #fe67b2f; }



/* HEIGHTS */
.heightOne { padding: 15px; height: 200px; }
.heightTwo { padding: 15px; height: 445px; }
.heightThree { padding: 15px; height: 690px; }
.heightUkn { padding: 15px 15px 40px 15px; }

/* WIDTHS */
.spanOne { width: 245px; }
.spanTwo { width: 490px; }
.spanThree { width: 740px; }

.l {
	float: left;
}

.r {
	float: right;
}

.pre {
	white-space: pre;
}

.inline{
	display: inline;
}






img {
	border:0;
	border-style: none;
	vertical-align: middle;
}

.imageholder {
	padding: 15px 0px 5px 0px;
}

.imageholderwithcaption {
	padding: 15px 0px 5px 0px;
}

.photo-caption {
	display: block;
	font-size: 75%;
	margin: 0px 0px 15px 0px;
	color: #e2f0de;
	font-style: italic;
}

/* LINE BREAKS */

.brk2 {
	margin-top: 15px;
}

.brk3 {
	margin-top: 30px;
}

.brk4 {
	margin-top: 45px;
}

.block {
	display: block;
}

.productblock {
	background: white;
	float: left;
	width: 222px;
	text-align: center;
}

.bbbx {
	background: white;
	width: 445px;
	height: 507px;
}

.brownhr {
	margin-top: 30px;
	border: none;
	color: #55311b;
	background-color: #55311b;
	height: 8px;
}

.brownhr2 {
	margin: 20px 0px 20px 0px;

	border: none;
	color: #55311b;
	background-color: #55311b;
	height: 2px;
}

.eatyours {
	font-size: 80%;
	padding: 10px 0px 2px 0px;
}

.name {
	font-size: 70%;
}

.date {
	font-size: 70%;
	color: #eee;
}

#how-do-you-eat-yours {
	width: 445px;
}

.frmitem {
	margin: 10px 0px 0px 0px;
}

.input {
	width: 445px;
}

.button {
	margin: 10px 0px 23px 0px;
}

/* FORM STUFF */

.feedback-form {

}

.feedback-form-input {
	
	width: 441px;
	padding: 2px;
}

.feedback-form-text {
	display: block;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}

.feedback-form-submit {
	margin: 10px 0px 0px 0px;
}
















	