/* CSS Document */

/* reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}q:before,q:after{content:''}abbr,acronym{border:0}
/* end reset */

/*html {
	height:101%;
}*/
body {
	background-color:#000000;
	color:#b1b2b4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0; padding:0;
	text-align:left;
}
#main {
	margin:110px auto 0;
	width:850px;
}
#branding {
	float:left;
	margin-top:30px;
	width:125px;
}
#content {
	float:left;
	_height:355px;
	min-height:355px;
}
#home #content {
	width:390px;
}
h1, h2, h3, h4 {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:120%;
	margin-top:30px;
}
h2 {
	font-size:100%;
	margin:20px 0 0;
}
h3 {
	font-size:100%;
	margin-top:15px;
}
#content p {
	margin:20px 0;
	padding:0;
}
a:link, a:visited, a:hover, a:active {
	color:#fffcd8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#content .rrd-sig {
	background:#000000 url(images/rrd-signature.gif) 0 0 no-repeat;
	height:0 !important;
	overflow:hidden;
	padding:49px 0 0;
	width:151px;
}
.home-img {
	float:left;
}

/*===================
    PRODUCT PAGE
===================*/

#nav {
	list-style:none;
	margin:0; padding:0;
	width:725px;
}
#nav li {
	display:inline;
	height:145px;
	list-style:none;
	margin:0; padding:0;
}
#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	background-position:0 30px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:0 !important;
	margin:0 0 15px;
	padding:145px 0 0;
	overflow:hidden;
}
#nav li a:hover {
	background-position:0 0;
}

#first a:link, #first a:visited, #first a:hover, #first a:active {
	background-image:url(images/lime-pepper.jpg);
	width:94px;
}
#second a:link, #second a:visited, #second a:hover, #second a:active {
	background-image:url(images/sea-salt.jpg);
	width:93px;
}
#third a:link, #third a:visited, #third a:hover, #third a:active {
	background-image:url(images/honey-soy-chicken.jpg);
	width:92px;
}
#fourth a:link, #fourth a:visited, #fourth a:hover, #fourth a:active {
	background-image:url(images/sweet-chilli.jpg);
	width:91px;
}
#fifth a:link, #fifth a:visited, #fifth a:hover, #fifth a:active {
	background-image:url(images/thai-lime-ginger.jpg);
	width:90px;
}
#sixth a:link, #sixth a:visited, #sixth a:hover, #sixth a:active {
	background-image:url(images/tzatziki.jpg);
	width:83px;
}
#seventh a:link, #seventh a:visited, #seventh a:hover, #seventh a:active {
	background-image:url(images/dijon-honey.jpg);
	width:81px;
}
#eighth a:link, #eighth a:visited, #eighth a:hover, #eighth a:active {
	background-image:url(images/sour-cream-chive.jpg);
	width:78px;
}

#nav-content {
	border:1px solid #000000;
	clear:both;
	_height:75px;
	min-height:75px;
	margin:15px 0 0;
	width:500px;
}
#nav-content p {
	margin:2px 0 0;
}

/*======================
	footer styles
======================*/
#footer {
	clear:left;
	color:#b1b2b4;
	font-size:78%;
	margin:0 0 0 125px;
}
#footer li {
	display:inline;
	list-style:none;
}
#footer li.divider {
	padding:0 5px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#b1b2b4;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a:link.selected, #footer a:visited.selected, #footer a:hover.selected, #footer a:active.selected {
	color:#ffffff;
}
#footer a:hover.selected {
	cursor:default;
	text-decoration:none;
}

p.version {
	color:#666;
	font-size:90%; 
	margin:20px 0 0 128px;
	width:367px;  
	}

p.version a {
	color:#b1b2b4;
	}
