html, body {
	width: 100%;
}

body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-color: #5A3D1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#taxc-container {
/*	background-color: #5A3D1B; */
	color: #FFFFFF;
	min-height: 100%;
	position: relative;
}

/* Header Fix */
#taxc-hdr-top-outer {
	margin: 0 auto 0 auto;
	width: 913px;
}

/* Header  */
/* #taxc-hdr-top-outer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 898px;
	height: 257px;
	text-align: left;
} */

#taxc-headerarea {
	position: relative;
}


/* Body */
h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}

h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}

p {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}

ul {
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}


#taxc-bodyarea-outer {
	margin: 0 auto 0 auto;
	width: 950px;
	padding-bottom: 80px;
	position: relative;
}

#taxc-bodyarea {
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 10px;
	text-align: left;
}


#taxc-bodyleft {
	float: left;
	width: 175px;
	margin-right: 10px;
}

#taxc-sidenav-mid {
	min-height: 600px;
	overflow:hidden;
}

#taxc-bodycenter {
	float: left;
	width: 700px;
	valign: top;
	margin-center: 10px;
}


/* Menu */
#menu-items {text-align: left; font-family:Arial, Helvetica, sans-serif;}
h1#menu-items {color: #FFF; font-size: 24px; font-family:Arial, Helvetica, sans-serif;}
p#menu-items {font-size: 21px; font-family:Arial, Helvetica, sans-serif;}
//a#menu:hover,a#menu:active {color:#000; text-decoration:none;}
a.menu:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      none;
  /* background-color: #5A3D1B; */
  color:            #FFF;
  } 
a.menu:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  /* background-color: #5A3D1B; */
  color:            #FFF;
  } 
a.menu:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  /* background-color: #5A3D1B; */
  color:            #FFFF00;
  } 
a.menu:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  underline;
  font-weight:      none;
  /* background-color: #5A3D1B; */
  color: 	#000;
  } 


a.submenu:link    {
  /* Applies to unvisited links of class mainNav */
  margin-left: 12px;
  font-size: 16px;
  text-decoration:  none;
  font-weight:      none;
  /* background-color: #5A3D1B; */
  color:            #FFF;
  } 
a.submenu:visited {
  /* Applies to visited links of class mainNav */
  margin-left: 12px;
  font-size: 16px;
  text-decoration:  none;
  font-weight:      bold;
  /* background-color: #5A3D1B; */
  color:            #FFF;
  } 
a.submenu:hover   {
  /* Applies to links under the pointer of class mainNav */
  margin-left: 12px;
  font-size: 16px;
  text-decoration:  none;
  font-weight:      bold;
  /* background-color: #5A3D1B; */
  color:            #FFFF00;
  } 
a.submenu:active  {
  /* Applies to activated links of class mainNav */
  margin-left: 12px;
  font-size: 16px;
  text-decoration:  underline;
  font-weight:      none;
  /* background-color: #5A3D1B; */
  color: 	#000;
  } 


/* Product Page */
h1#product-menu {
	color: #FFFF00;
}

h1#product-name {
	text-decoration: underline;
	font-weight: bold;
}
p#product-description {
	font-size: 14px;
	text-align: justify;
}
h1#nutrition {
	font-style: italic;
	text-decoration: underline;
	width: 204px;
}
p#nutrition {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}
p#ingredients {
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
	text-align: justify;
}


/* Footer */
#taxc-footer-wrap {
	margin: 0 auto 0 auto;
	width: 940px;
}

#taxc-footer {
	margin-top: 5px;
/*	margin-right: 20px; */
/*	margin-left: 125px; */
	position: relative;
	text-align: center;
}

#taxc-footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#taxc-footer a:hover {
	color: #000;
	text-decoration: underline;
}