* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Tahoma, Sans Serif;
}

h1 {
	font-size:12pt;
	font-weight:bold;
	margin-bottom: 25px;
}

.vProduct h3, .vRecipe h3 {
	font-weight:bold;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
}

a, a:visited {
	text-decoration:none;
	color:#AF8941;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 80px; /* .push must be the same height as .footer */
}

.footer {
	background-image: url('/images/bg-footer.jpg');
	background-repeat: repeat-x;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:4px;
	clear:both;
}

.footer ul {
	display:inline;
	margin:0;
	padding:0;
}

.footer li {
	display:inline;
}

.footer a {
	color: #FFF;
	font-size:0.7em;
	text-decoration:none;
	border-right:0px #FFF solid;
	padding-left:10px;
	padding-right:10px;
}

.footer a:hover {
	color:#DFA46A;
}

.mainMenu .lastMM {
	border-right:none;
}


.header {
	background-image: url('/images/bgtopline.jpg');
	background-repeat: repeat-x;
	height: 120px;
}

#topImg {
	width:890px;
	height:110px;
	margin-left: auto ;
	margin-right: auto ;
	background-image: url('/images/topImg.jpg');
	background-repeat: no-repeat;
}

.mainContent {
	width:890px;
	margin: 15px auto 15px auto;
	text-align:justify;
	border-top: 1px #ccc solid;
	padding-top:15px;
}

.mainContent p {

	margin: 15px 0 15px 0;
	font-size:.8em;

}

.leftContent {
	width:700px;
}

.rightContent {
	width:150px;
	font-size:.8em;
	margin: 0 0 30px 30px;
}

.rightContent a {
	text-decoration:none;
	color:#000;
}

.bar2 {
	width:890px;
	margin: 15px auto 0 auto;
}

.mainMenu {
	text-align:center;
	height: 45px;
	background-image: url('/images/bg-menu.jpg');
	background-repeat: repeat-x;
	padding-top: 7px;
	width:890px;
	margin-left:auto;
	margin-right:auto;
}

.mainMenu ul {
	display:inline;
	margin:0;
	padding:0;
}

.mainMenu li {
	display:inline;
}

.mainMenu a {
	color: #FFF;
	font-size:1.4em;
	text-decoration:none;
	border-right:2px #FFF solid;
	padding-left:20px;
	padding-right:20px;
}

.mainMenu a:hover {
	color:#DFA46A;
}

.mainMenu .lastMM {
	border-right:none;
}

.breadCrumb {
	color:#A5A5A7;
	margin-top:15px;
	padding-left: 14px;
	background-image: url('/images/button/bt-pro.jpg');
	background-repeat: no-repeat;
	font-size:.8em;
}

.breadCrumb a {
	text-decoration:none;
	color:#A5A5A7;
}



.date {
	font-weight:bold;
	float:right;
	margin-left:30px;
	font-size:.8em;
}

.copy {
	text-align:center;
	font-size:.6em;
	color:#666;
	margin-top:30px;
}

.searchBox {
	clear:both;
}

.searchBox select, input, textarea, select {
	border : 1px solid #F73836;
	background-color : #FDE3E3;
	font-size:11px;
	margin-left:10px;
	color:#000000;
	width:130px;
}

.searchBox .sBox {
	width: 100px;
	margin-right: 3px;
	padding-right:0;
}

.searchBox .sub {
	width:20px;
	margin-left:0;
	padding-left:0;
}

.brandDD, .prodDD {
	padding-top:10px;
}

.products {
	font-family:"Trebuchet MS", "Lucida Bright", sans-serif;
	font-size:0.7em;
	color:#666666;
	border:1px #CCC solid;
	height:160px;
}

.products a, .products h3{
	color:#AF8941;
	font-weight:bold;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:0;
}

.products img {
	float:left;
	margin:10px;
}

.productCode {
	color:#E81F1F;
}

.sImage {
	width:100px;
	float:left;
}

.sText {
	float:left;
	padding-left:15px;
	width:220px;
}

.specialOffer {
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}

.specialOffer img {
	margin-left:auto;
	margin-right:auto;
}

.displaying {
	font-size:0.8em;
	padding:1em;
}


.viewProduct {
	font-size:.8em;
}

.vProduct ul, .pDetails, .vRecipe ul {
	list-style-type: none;
	font-size:.8em;
}

.pDetails {
	margin-top:80px;
}

.pDetails li, vRecipes li {
	list-style-type: none;
	padding-left: 10px;
	margin-top:7px;
}

.vpImg {
	margin: 0 10px 50px 0;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.error ul {
	margin:20px;
}

.optProdTypeList {
	font-size:.9em;
	font-weight:bold;
	width:200px;
	float:left;
	margin: 0 10px 10px 0;
}

.optProdTypeList ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.optProdTypeList li {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.optProdTypeList a:link, .optProdTypeList a:visited {
	display:block;
	text-align:left;
	margin-right: 0.2em;
	padding: 0.2em 0.6em 0.2em 0.6em;
	color: #A62020;
	background-color: #FCE6EA;
	text-decoration: none;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #717171;
	border-right: 2px solid #717171;
}

.optProdTypeList a:hover {
	border-top: 2px solid #717171;
	border-left: 2px solid #717171;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.specialOfferPP {
	margin: 15px ;
	font-weight:bold;
	color: #E91F1F;
}

.recUl {
	margin-top:0;
}

.recImgTmb {
	border:0;
}

.fRecipe h2 {
	height: 45px;
	background-image: url('/images/bg-menu.jpg');
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 7px;
	font-size:1.2em;
	color:#FFF;
}