html {
  background: #CC352A url(/images/bg-widescreen.jpg) 980px 200px no-repeat;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #808080;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

a.solink { display: none; }

#header {
  background: url(/images/header.gif) left top no-repeat;
}

#nav {
  float: right;
  margin: 0 30px 25px 55px;
}
#footer {
  padding: 75px 25px 50px 0;
  background: url(/images/footer.gif) left top no-repeat;
  text-align: right;
}
#nav p, #footer p {
  font-size: 12px;
  color: #fff;
}
#nav a:link, #nav a:visited, #footer a:link, #footer a:visited {
  padding: 2px 4px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#nav a:hover, #footer a:hover {
  padding: 2px 4px;
  background-color: #910;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#content {
  padding: 10px 35px 35px 35px;
  background: #fff url(/images/shadow.gif) right top repeat-y;
}

h1, h2 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #5D0000;
}
h1 {
  margin: 0 0 18px 0;
}
h2 {
  margin: 40px 0 18px 0;
}
h3, h4 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
h4 {
  font-weight: normal;
}
p, li {
  font-size: 12px;
}

a:visited, a:link {
  text-decoration: none;
  color: #CC352A;
}
a:hover, a:active{
  text-decoration: underline;
  color: #5D0000;
}

#products td {
  padding: 0 10px;
  border-right: 2px solid #888;
}
#products h3, h4 {
  padding: 4px 0;
  border-bottom: 1px dotted #ccc;
}
#products h3 {
  margin-top: 7px;
}
#macadamia h2, #macadamia p {
  margin: 0;
  color: #009245;
}
#peanut h2, #peanut p {
  margin: 0;
  color: #ED1C24;
}
#cashew h2, #cashew p {
  margin: 0;
  color: #F7931E;
}
#almond {
  border-right: 0;
}
#almond h2, #almond p {
  margin: 0;
  color: #F15A24;
}

#rightcol p {
  font-size: 12px;
  color: #fff;
}
#rightcol ul {
  margin: 5px 0 1em 0;
  padding: 0;
}
#rightcol li {
  font-size: 12px;
  list-style-type: none;
  padding: 5px 5px 5px 25px;
  background: url(/images/tick.gif) 2px 4px no-repeat;
  color: #fff;
}

#navlist li { 
list-style-type: square; 
line-height: 30px;
margin-left: 25px;
width: 480px;	
}


#shop-nav {
  display: block;
  margin: 2em 1em 1em;
  padding-bottom: 1px;
  border-bottom: 1px solid #c63328;
  vertical-align: bottom;
}
#shop-nav ul {
  height: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shop-nav li {
  float: left;
  margin: 0 0 0 16px; 
}
#shop-nav li a:link, #shop-nav li a:visited {
  background: #f6a398;
  float: left;
  line-height: 2em;
  padding: 0 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  -webkit-border-top-right-radius: .3em;
  -webkit-border-top-left-radius: .3em;
  -moz-border-radius-topright: .3em;
  -moz-border-radius-topleft: .3em;
  border-top-right-radius: .3em;
  border-top-left-radius: .3em;
  border: 1px dotted #f5c95c;
  border-bottom: 1px solid #c63328;

}
#shop-nav li.selected a, #shop-nav li a:hover {
  background: #fff;
  -webkit-border-top-right-radius: .3em;
  -webkit-border-top-left-radius: .3em;
  -moz-border-radius-topright: .3em;
  -moz-border-radius-topleft: .3em;
  border-top-right-radius: .3em;
  border-top-left-radius: .3em;
  border: 1px solid #c63328;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 2em;
  color: #c63328;
}
