body, html {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
	font-family:  "Arial", "Helvetica", sans-serif;
	background-position: 0px 180px;
	background-image: url(/images/bg.jpg);
	background-attachment: fixed;
	background-color: #423225;
	background-repeat: repeat-y;
  }


#framecontentLeft {
    position: absolute;
    top: 180px;
    left: 0;
    width: 210px;/*Width of left frame div*/
    overflow: hidden;
    color: black;
  }


#framecontentTop {
width: 210px;
overflow: hidden;
text-align: center;
padding: 0 0 0 210px;
    /*Set left value to WidthOfLeftFrameDiv*/right: 0;
    width: 775px;
    /*Disable scrollbars. Set to "scroll" to enable*/color: black;

  }
#framecontentLeft {
float: left;
padding-top: 30px;
}

#maincontent {
    margin: 0px 0px 0px 215px;
	padding-top: 30px;
	padding-right: 3px;
	text-align:justify;
width: 767px;
}


.padding-15 {
    margin: 15px;
    /*Margins for inner DIV inside each DIV (to provide padding)*/;
  }

#logo {
margin: 0 auto;
padding: 10px 0;
clear: both;
  }
.topnavbar {
	height: 35px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
	min-width: 816px;
	font-size: 13px;
}
.topnav ul {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.topnav.utilitynav ul { float: right; }
.topnav li {
	display: block;
	float: left;
	text-align: center;
	padding: 0 12px 0 12px;
  font-family:  "Georgia", "Arial", "Helvetica", sans-serif;	
  text-transform: uppercase;
}
.topnavbar li {
border-right: 1px solid #ccc;
line-height: 35px;
}
.utilitynav li {
 line-height: 20px;
 margin-top: 10px;
 border-right: 1px solid #000;
}
.topnavbar li.first-child { margin-left: 25px; }
.topnav li.last-child { border-right: none; }
.topnav a {
	display: block;
	text-decoration: none;
	color: black;
	}
.topnav a:hover{
	color: #423225;
}
.utilitynav a:hover { text-decoration: underline; }
.topnavbar li:hover { background: #e0e0e0; }
.shoppingcartbar a {
padding-top: 25px;
}

.topnav .element {
	padding: 20px 10px 0px 10px;
	height: 30px;
}

.subcategorytitle h2 {
	display: inline;
	font-size: 16px;
	text-decoration: underline;
	font-weight:normal;
}
#framecontentLeft ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#framecontentLeft li {
	padding: 0;
	
}
#framecontentLeft ul li a {
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #423225;
	text-decoration: none;
}
#framecontentLeft ul li a:hover {
	background-image: url('../images/bg-curlybracket.gif');
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 10px;
	color: #000;
	text-decoration: underline;
}
.selected {
	font-style: italic;
}
.productdetails {
	width: 530px;
	float:left;
	padding: 2px
}
.productdetails h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	padding: 0%;

}
.rightfloat {
	float: left;
	width: 218px;
	margin: 48px 0px 0 0;
}
.rightfloat .top {
	background-image: url('../images/bg-right-top.gif');
	background-repeat: no-repeat;	
	height: 21px;
}
.rightfloat .middle {
	padding: 5px 20px 0px 20px;
	background-image: url('../images/bg-right.gif');
	background-repeat: repeat-y;
	background-color: #F9F9F9;
}
.rightfloat .middle .producttitle{
	text-align:center;
	text-decoration:underline;
}
.rightfloat .btm {
	background-image: url('../images/bg-right-btm.gif');
	background-repeat: no-repeat;	
	height: 21px;
	margin-bottom: 10px;
}
.mainproductimage {
	margin: 2px 0 2px 0;
}
.productimage {

}
.featuredingredient {
	font-size: 10pt;
	width: 400px;
}
.ingredeints {
	border: 4px double black;
	background-color: #F7F7F7;
	width: 400px;
	margin: 5px;
	text-align: left;
	padding: 3px;
	font-size:small;
}
.rightfloat tr {
	vertical-align: top;
	padding: 2px;
	text-align: center;
}
.rightfloat td {
	width: 50%;
}
.grayline {
	margin: 1px 0 1px 0;
	border-top: 1px #CCC solid;
}
table.cart {
	border-bottom: 1px solid #CCC;
}
table.cart td {
	padding: 2px;
	margin: 0px;
	vertical-align: top;
}
table.cart .title {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.checkoutfloat {
	float: left;
	width: 346px;
	padding: 2px;
}
label {
	padding-top: 3px;
	display: block;
	width: 120px;
	float: left;
	clear: left;
}
form {
	padding: 0;
	margin: 0;
}
input {
	border: 1px solid #CCCCCC;
}
input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0px;
	padding: 5px;
	border: #FF3300 solid 1px;
	color : #000;
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: smaller;
}
.fieldvalue {
	margin-left: 100px;
	padding-top: 3px;
	font-weight: bold;
}
.copyright {
	clear: both;
	font-size:x-small;
	padding: 15px;
	text-align: center;
}
.mailinglist input {
width: 118px;
border: none;
}
