.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #2B0F0A;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

img {
	border: 0px none;
}

#content h2 {
    color: #536267;
    font-weight: normal;
    font-size: 1.8em;
    text-transform: lowercase;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
    margin: 0;
}

#header {
	height: 100px;
	text-align: center;
	background-color: #b9a779;
}

#header img {
	margin: 7px;
}

#menu {
	border-top: 3px solid #9e3725;
	background: #546167 url(../images/menuBg.gif) repeat-x top;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#menu ul li {
	float: left;
	width: 11%;
	padding: 5px 0 8px 0;
}

#menu ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 0.78em;
}

#content {
	background: #F1EAD9 url(../images/spicesBg.png) repeat-x bottom;
}

#content_inner {
    background: url(../images/bowls.jpg) no-repeat center bottom;
	padding: 10px 10% 280px 10%;
}

#footer_inner {
    text-align: center;
    font-size: 0.7em;
    background: url(../images/footerBg.jpg) no-repeat top center;
    padding: 30px 0;
    color: #FFF;
}

#footer {
    background: #2B0F0A url(../images/footerBgRepeat.gif) repeat-x top;
}

#footer p {
    padding: 0;
    margin: 5px 0 0 0;
}

div#categorySelector {
    width: 20%;
    float: left;
    height: 300px;
    overflow: auto;
}
div#productSelector {
    height: 300px;
    overflow: auto;
}

div#productMenu {
    clear: left;
    border-bottom: 1px solid #2B0F0A;
    border-top: 1px solid #2B0F0A;
    background: #e7d4a6;
    padding: 0 0 0 6px;
}

.error {
    color: #F00;
}

div#productMenu dt {
    font-weight: bold;
    color: #5F2116;
}

div#categorySelector ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

div #categorySelector ul li a {
    text-decoration: none;
    font-size: 0.8em;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #9E3725;    
}
div #categorySelector ul li a:link, div #categorySelector ul li a:visited {
    color: #9E3725
}

div #categorySelector ul li a:hover, a.active {
    background-color: #e3d9c1;
}

div#productMenu dt span.titleInfo, .mild, .medium, .hot {
    font-weight: normal;
}

.mild {
    color: #04AF00;
}

.medium {
    color: #E87E00;
}

.hot {
    color: #F00;
}
div#productServing {
    text-align: center;
    font-size: 1.3em;
    padding: 4px 0;
    text-transform: uppercase;
}

.freezerBagFloat {
    float: left;
    margin: 0 10px 50px 0;
}

ul#outletsList 
{
    margin-left: 235px;
    list-style-type: none;
}

ul#outletsList>li {
    margin-bottom: 10px;

}

a:link { color: #9E3725; }
a:hover { color: #F00; }
a:visited { color: #5F2116; }