/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU,
OL, P, PRE, TABLE
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: black;
		FONT-SIZE: 12px;
		LINE-HEIGHT: 1.5; 
    MARGIN: 1.25em 0px 0px;
}
H1 
{
    FONT-SIZE: 2em;
    COLOR: black;
		TEXT-ALIGN: center;
}
H2  
{
		FONT-SIZE: 1.75em;
    COLOR: #841D1C;
		TEXT-ALIGN: center;
		LINE-HEIGHT: 1; 
}
H3  {FONT-SIZE: 1.5em;
    COLOR: #841D1C;
		TEXT-ALIGN: left;
		LINE-HEIGHT: 1; 
}
H4  {FONT-SIZE: 1.25em;
    COLOR: black;
		TEXT-ALIGN: left;
}
H5  {FONT-SIZE: 1.5em;
    COLOR: #841D1C;
		TEXT-ALIGN: center;
}
P   {MARGIN: 0.5em 0px;
		TEXT-ALIGN: left;
		LINE-HEIGHT: 1.45;
}
A
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
DIV{MARGIN: 0px 0px 0px 0px;}
PRE{FONT-WEIGHT: bold;}
UNKNOWN
{
    MARGIN-TOP: -0.5em;
    TEXT-INDENT: 5%
}

/* Elements */
BODY {
    padding: 0px;
    margin: 0px;
		background-image: url(../images/rtbackground2.jpg);
		background-repeat: repeat;
}
A:link {
    color: #841D1C;
    background-color: transparent
}
A:visited {
    color: #841D1C;
    background-color: transparent
}
A:active {
    color: #841D1C;
    background-color: transparent
}
A:hover {
    color: #f60;
    background-color: transparent;
    text-decoration: underline
}
hr {
    COLOR: #841D1C;
		ALIGN: right;
		WIDTH: 98%;
}
P UL {margin-left: 5%}

/* ID elements */
div#wrapper{
	position: relative;
  padding: 0px;
  margin: 40px 40px 40px 190px;
	background-image: url(../images/woodgrain.gif);
  border-width: medium;
  border-color: red;
  border-style: solid;
}
div#header {
		padding: 0px;
		height: 150px;
		vertical-align: top;
    margin: 0px;
    background-image: url(../images/rtheader.gif);
		background-position: bottom right;
}
A#header {color: #feeb00}
div#nav {
		position: absolute;
    width: 150px;
		margin: 0px;
    padding: 0px;
}
div#nav a:link a:visited {
    color: #000;
		text-decoration: none;
}
div#nav a:active {
    color: #888;
		text-decoration: none;
}
div#nav a:hover {
    color: #888;
		text-decoration: none;
    cursor: hand;
}
div#nav a {
	display: block;
	height: 35px;
  width: 150px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	text-align: center;
  margin-left: 20px;
	padding: 9px 10px 0px 0px;
	background: url(../images/log.gif) no-repeat;
	background-color: transparent;
}
div#content {
	position: relative;
  min-height: 350px;
  padding: 2px 5%;
  align: center;
  text-align: center;
}
table#prodimg {
	position: relative;
  width: 90%;
}
div#product {
	display: block;
  margin-bottom: 2px;
}
div#product img {
	margin: 2px 10px 2px 0;
  z-index: 1;
}
div#footer {
		font-size: .75em;
    text-align: center;
}
/* Classes */
.hidden{display: none;}
.visible{display: block;}
.asLink {
    color: #841D1C;
		cursor: hand
}
.indented{margin-left: 5%}
.quoted {
		MARGIN-LEFT: 5%;
    MARGIN-RIGHT: 5%;
    TEXT-ALIGN: justify;
    FONT-SIZE: .80em
}
.aboutfloat {
		position: absolute;
    left: 0;
    top: 150;
		padding: 0px;
		margin: 0px;
}
.halfblock {
		WIDTH: 275px;
    VERTICAL-ALIGN: top;
		MARGIN: 5px 5px 5px 5px;
		PADDING: 5px 5px 5px 5px;
}
.thirdblock {
	WIDTH: 180px;
	VERTICAL-ALIGN: top;
	MARGIN: 5px 5px 5px 5px;
	PADDING: 5px 5px 5px 5px;
}
.productblock {
	MARGIN-BOTTOM: 25px;
}
.reversed {
	background-color: #000000;
  color: white;
}
p.right {
	MARGIN: 0.5em 0px;
	TEXT-ALIGN: right;
	LINE-HEIGHT: 1.45;
}
p.center {
	MARGIN: 0.5em 0px;
	TEXT-ALIGN: center;
	LINE-HEIGHT: 1.45;
}
table.nutrition {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
  LINE-HEIGHT: 1.25; 
  MARGIN: 1.25em 0px 0px;
  border-collapse: collapse;
}
tr.nutrition {
	border-top: 1px solid black;
}
td.nutrition {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
  LINE-HEIGHT: 1.25; 
  MARGIN: 1.25em 0px 0px;
}
.special {
	font-size: 2em;
  color: red;
}