@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #996633;
/*	background-color: #D5E2DB;  */
}
body h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #6699CC;
	padding-top: 1.5em;
}
#container  {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ECEEDC;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	top: 0px;
}
#header   {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
	left: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
#header   #logo    {
	background-image: url(/images/banner.gif);
	height: 142px;
	width: 986px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 17px;
	background-color: #ECEEDC;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* --- main navigation styles --- */
#header ul {
	margin: 0;
	padding: 0;
	left: 580px;
	top: 100px;
	list-style: none;
}
#header ul li {
	float: left;
	padding-left: 1.5em;
}

#header ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

#header ul a.first {
	background: none;
}

#header ul a:hover {
	color: #996633;
}
#mainNav        {
	position: relative;
	padding: 130px;

}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	margin-top: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sidebar1   p    {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1  a  {
	text-decoration: none;
	color: #000000;
}
#sidebar1   a:hover    {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #996633;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
}
#sidebar2   p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar2  a  {
	text-decoration: none;
}
#sidebar2   a:hover    {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #996633;
}
#midContent {
	float: left;
	width: 360px;
	margin-left: 0px;
	margin-right: 50px;
}
#midContent a {
	text-decoration: none;
        color: #CC6666;
}
#mainContent a {
	text-decoration: none;
	border: 0;
	border-style: none;
}
#mainContent .back a {
  	color: #000000;
	text-decoration: none;
	border: 0;
	border-style: none;
}
#mainContent .back a:hover {
  	color: #FFFFFF;
	background-color: #996633;
	text-decoration: none;
	border: 0;
	border-style: none;
}
#rightContainer {
        float: right;
        width: 715px;
}
#admContent {
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #EBEBD6;
	font-size: 12px;
        width: 693px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}
#mainContent  {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	position: relative;
	float: right;
	width: 660px;
}
#mainContent #leftWrapper {
	float : left;
}
#mainContent #rightWrapper {
	float : right;
}
#mainContent h1 {
	padding-bottom: 6px;
}

/*#mainContent #button a{
	padding-top: 15px;
	margin-left: -1em;
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1em;
} */

#mainContent #productphoto {
	background-color: #CCCCCC;
	height: 300px;
	width: 300px;
	margin-top: 25px;
}
#mainContent .productPhoto {
    background-color: #CCCCCC;
    height: 300px;
    width: 300px;
    margin-top: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#mainContent .productPhoto img {
    vertical-align: middle;
}



#mainContent .productPhoto {
        font-size: 232px;
    }


#mainContent .productPhoto .none {
        vertical-align: middle;
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;}

#mainContent #productThumb{
	float: left;
	height: 200px;
	width: 150px;
	overflow: hidden;
	margin-right: 10px;

}

#mainContent .thumbPhoto {
    background-color: #CCCCCC;
    height: 140px;
    width: 140px;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	border: 0;
}
#mainContent .thumbPhoto img {
    vertical-align: middle;
    	border: 0;

}
#mainContent .thumbPhoto a {
  border: 0px;

}


#mainContent .thumbPhoto {
        font-size: 116px;
    }

#mainContent .thumbPhoto .noimage {
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
 }



#mainContent #description {
	width: 380px;
	margin-top: 25px;
}
#mainContent #ingredients {
	background-color: #FFFFFF;
	width: 214px;
	margin-top: 25px;
	border: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 2px;
}
#mainContent #nutritionPanel {
	background-color: #FFFFFF;
	width: 214px;
	margin-top: 35px;
	border: 2px solid #000000;
	padding: 2px;
}
#footer  {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
}
#footer  a  {
	text-decoration: none;
	color: #000000;
}
#footer   a:hover    {
	text-decoration: none;
	color: yellow;
	background-color: #996633;

}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.blue{
	background-color: #6699CC;
	margin-top:10px;
	padding-top: 4px;
	text-transform: uppercase;
	padding-right: 1em;
	padding-left: 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}

.red{
	background-color: #996633;
	margin-top:10px;
	padding-top: 4px;
	padding-right: 1em;
	padding-left: 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
}


h1   {
	font-size: 14px;
	color: #990000;
}
h2{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-top: 15px;
	border-left-style: none;
	margin-left: -1em;
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1em;
	font-weight: bolder;
}
redh2{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	padding-top: 15px;
	border-left-style: none;
	margin-left: -1em;
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1em;
	font-weight: bolder;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #6699CC;
	padding-top: 1.5em;
}
h4{
	font-weight: bold;
	color: #CC6666;
	font-size: 12px;
}
h5{
	font-weight: bold;
	font-size: 18px;
}

li {
        color: #CCCCCC;
        list-style-type: none;
}
#mainContent li {
	margin-left: 4em;
        color: black;
	list-style-type: circle;
}
#admContent li {
        color: black;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

