/* CSS Document */


html, body, div, ul, li, table {
	margin: 0;
	padding: 0;
}

body {
	background: #ac0505 url(images/bg-grad-10x440.jpg) left top repeat-x;

}

div#wrapper {
	position: relative;
	width: 921px;
	margin: 0 auto;
	background: transparent url(images/bg-rcr-strip-880x10.gif) right top repeat-y;
}

div#page {
	position: relative;
	width: 880px;
	margin-left: 41px;
	min-height: 400px;
	background: transparent url(images/bg-rcr-footer-880x180.jpg) right bottom no-repeat;
	margin-top: 0px;
}

div#page a:link { color: #ac0505; }
div#page a:visited { color: #690505; }
div#page a:hover { color: #ff0000; }
div#page a:active { color: #ac0505; }


/*div {border:1px solid blue;}*/

div#header {
	position: relative;
	width: 880px;
	height: 160px;
	margin: 0 auto;
}

div#sidebar {
	position: relative;
	float: left;
	width: 320px;
}

div#vnav {
	position: relative;
	width: 312px;
	margin: 0 0 0 5px; padding: 0;
	border-bottom: 1px solid #75653a;
}


div#vnav a {
	position: relative;
	display: block;
	margin: 0; padding: 0;
	width: 312px; height: 40px;
	overflow: hidden;
	font: bold 20px/1 Georgia,serif;
	color: #514831;
	text-decoration: none;
/*	border: 1px solid yellow;*/
	
}

div#vnav span {
	display: none;
	width: 312px; height: 40px;
}

div#vnav a:hover {
	color: #d71e23;
	background-position: -312px 0;
}

div#vnav a.selected { background-position: -312px 0; }

a#home { background: #efd080 url(images/btn-home.jpg) 0 0 no-repeat; }
a#brands { background: #efd080 url(images/btn-brands.jpg) 0 0 no-repeat; }
a#distribution-area { background: #efd080 url(images/btn-distribution-area.jpg) 0 0 no-repeat; }
a#whats-new { background: #efd080 url(images/btn-whats-new.jpg) 0 0 no-repeat; }
a#contact-us { background: #efd080 url(images/btn-contact-us.jpg) 0 0 no-repeat; }


div.callouts {
	width: 296px;
	position: relative;
	margin: 1em auto;
}

div.callouts a.button img {
	margin: 0 0 10px 0;
}

div#content {
	position: relative;
	float: right;
	width: 540px;
	padding-bottom: 110px;
}

div#footer {
	width: 880px;
	margin: 0 auto;
}

div#footer p {
	text-align: center;
	padding: 0 0 60px 20px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #efd080;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #75653a;
	border-top: 1px solid #efd080;
	border-bottom: 1px solid #efd080;
	margin: 1em 69px 0 9px;
	clear: both;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #75653a;
	margin: 1em 69px 0 9px;
	clear: both;
}

hr {
	margin: 1em 69px -.25em 10px;
}

h2 span, h3 span {
	display: none;
	width: 500px;
	height: 60px;
	margin: 0 0 0 10px;
	padding: 0;
}

h3.fahrner {
	width: 500px;
	height: 60px;
	margin: 0;
	padding: 0;
}

h3#dry-foods { background: url(images/dry-foods-200x60.gif) left top no-repeat; }
h3#cooler-foods { background: url(images/cooler-foods-200x60.gif) left top no-repeat; }
h3#frozen-foods { background: url(images/frozen-foods-200x60.gif) left top no-repeat; }
h3#dry-goods { background: url(images/dry-goods-200x60.gif) left top no-repeat; }

p {
	font-size: .87em;
	line-height: 1.2em;
	color: #4d401f;
	margin: 1em 69px 1em 10px;
}

table {
	margin: 0 69px 0 10px; padding: 0;
}

td {
	vertical-align: top;
	padding-right: 1em;
}

ul, ol {
	font-size: .87em;
	line-height: 1.2em;
	color: #4d401f;
	margin: .5em 69px .5em 10px;
	padding: 0;
}

ul.multicol, ol.multicol {
	margin-right: 1em;
	padding-left: 0px;
}

ul li, ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.brands li {
	margin: 0 0 0 10px;	
}

ul.compact {
	list-style: none;
	margin: 0;
	padding: 0;
}

table ul li {
/*	margin: 0 0 0 .2em;*/
	padding: 0;	
}

.inset1 {
	float: left;
	width: 180px;
	margin: 1em 1em 1em 10px;
}

.inset2 {
	float: right;
	width: 200px;
	margin: 1em 69px 1em 1em;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.bigger {
	font-size: 120%;
}

/*div { border: 1px solid black; }*/