/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CONTENT ]------------------------------------------------------- */

/*
		These styles can be customised to suit design requirements.
		They are applied to content through the word editor.
		Change or add class names as required.
		Duplicate styles to FTBDesign.
*/

/* === [ WORD EDITOR ] === */

body {
	background: #fff url(/Templates/_images/body_bg.jpg) repeat-x;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
	line-height: 16px;
	color: #808080;
}

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

p, #contentLeft ul {
	margin: 0 0 22px;
}

a {
	text-decoration: underline;
	color: #ab882f;
}
a:hover { 
	text-decoration: none;
}

a img {border: none}

#contentLeft ul li {
	list-style: disc outside;
	margin-left: 15px;
}

hr {
	height: 1px;
	padding: 0;
	background: #ab882f;
	color: #ab882f;
	font-size: 1px;
	border: none;
	overflow: hidden;
	margin: 0 0 22px;
}

h1 {
	font-size: 18px;
	color: #ab882f;
	font-weight: normal;
	margin-bottom: 22px;
}

h2 {
	font-size: 13px;
	line-height: 20px;
	color: #00321c;
	font-weight: bold;
	margin-bottom: 22px;
}

h3 {
	font-size: 12px;
	color: #00321c;
	margin-bottom: 11px;
	font-weight: normal;
	line-height: 20px;
}

h4 {
	margin-bottom: 22px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	line-height: 18px;
	color: #ab882f;
	font-weight: normal;
	margin: 0 0 15px;
}
	h5 a {
		color: #ab882f;
		text-decoration: none;
	}

.gold_text {
	color: #ab882f;
	font-weight: bold;
}
.green_text {
	color: #00321c;
	font-weight: bold;
}

.foodMatch 
{
    display: none;
}

.ProductList p, p.HorzCategoryTitle {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	color: white;
	background: url(/Templates/_images/product_catalog/h1_grad.jpg) repeat-y;
	line-height: 11px;
	padding: 6px 14px;
}

.product-category-wrap {
	margin: 10px 0 0;
}
	.product-category-wrap .product-category-item {
		width: 206px;
		float: left; 
		padding: 15px;
		background: url(/Templates/_images/product_catalog/productListGradient.jpg) repeat-x;
	}
	.product-category-wrap .product-category-middleitem {
		width: 208px;
		background: none;
	}
		.product-category-wrap .product-category-item .product-category-thumb {
			width: 34px;
			display: block;
			float: right;
			margin-left: 16px;
		}
		.product-category-wrap .product-category-item .product-category-copy {
			width: 156px;
			float: left;
		}
