﻿body
{
	text-align: center;
	background: #666666;
	margin: 0;
	padding: 0;
	color: #333;
	background-image: url(images/tile_taupe.gif);
	font-family: verdana, tahoma, arial, helvetica, clean, sans-serif;
	font-size: .75em;
}

.clear {
	clear: both;
	height: 0px;
}

/*h4 {
	color: #4a5571;
	font-family: Avenir,"Trebuchet MS",verdana,arial,helvetica,clean,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}*/

#page
{
	width: 899px;
	margin-bottom: 28px;
	border: solid 0px black;
	background-color: #ffffff;
	margin-left: auto;			/* center */
	margin-right: auto;			/* center */
	text-align: left;
}

/* these next 2 sections set the background to white and a keyline around the page content 

	body
	{
		background: white;
		background-image: none;
	}

	#page
	{
		border: solid 1px #999999;
		border-top: solid 0px white;
	}

/* end keyline */

#page2
{
	margin-left: 0px;
}

#topSection
{
	width: 849px;
	background-color: #ffffff;
	border: solid 0px black;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#mainContent
{
	width: 849px;
	border: solid 0px black;
	min-height: 300px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
}

#rightOfLogo
{
	float: left;
	width: 780px;
	margin-top: 12px;
	margin-left: 20px;
}


a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #999999;
}

.wgp_h1
{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}

.wgp_h2
{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#pagecontent {
	margin-top: 15px;
	float: left;
	width: 780px;
}

#footer
{
	width: 899px;
	background-color: #d7d3b7;
	padding: 5px 0 5px 0;
}

#navbar
{
	width: 849px;
	border: solid 0px black;
}

#subscribe
{
	height: 35px;
}

#footerLinks
{

}
#footerLinks
a:hover{
	color: #999999;
}

.where_block
{
	float: left;
	width: 180px;
	padding: 10px;
	margin: 10px 6px 0px 5px;
	background-color: #eeeeee;
	height: 200px;
	/*border-right: solid 1px #333333;*/
	font-size: 12px;
}

/* rounded corners */

.where_block
{
	width: 200px;
	padding: 0px;
}

.where_block_top
{
	width: 200px;
	height: 30px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/where_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.where_block_middle
{
	margin: 10px 10px 0 10px;
	height: 150px;
}

.where_block_bottom
{
	width: 200px;
	height: 30px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/where_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.where_bottomblock_top
{
	width: 510px;
	height: 30px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/where_bottombox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.where_bottomblock_middle
{
	margin: 10px 10px 0 10px;
	/*height: 150px;*/
}

.where_bottomblock_bottom
{
	width: 510px;
	height: 30px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/where_bottombox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.where_sttl
{
	margin: 0 10px 10px 10px;
	padding-top: 10px;
}

/* end rounded corners */

.where_block a
{
	font-weight: bold;
	color: #568a26;
}

.where_block a:hover
{
	font-weight: bold;
	color: #75bd35;
}

.where_bottomblock
{
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 10px;*/
	background-color: #eeeeee;
	font-size: 14px;
	/*border: solid 1px #333333;*/
}

.where_bottomblock a
{
	font-weight: bold;
	color: #568a26;
}

.where_bottomblock a:hover
{
	font-weight: bold;
	color: #75bd35;
}

.where_sttl
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 0px;
}

#where_intro
{
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 10px 0;
}

/* products intro page */

#dept_outer
{
}

#dept_outer a
{
	color: #333;
	text-decoration: none;
}

#dept_outer a:hover
{
	color: #999999;
}

#dept_depts
{
	float: left;
	width: 795px;
	margin-top: 24px;
}

.dept_row
{
	width: 795px;
	height: 220px;
}

.dept_deptbox
{
	width: 180px;
	height: 180px;
}

.dept_image
{
	width: 180px;
	height: 110px;
	border: 0;
}
.dept_image_wide
{
	width: 250px;
	height: 110px;
	border: 0;
}

.dept_title
{
	height: 32px;
	font-size: 18px;
	padding-top: 10px;
}

.dept_sub
{
	width: 180px;
	height: 38px;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: normal;
	vertical-align: top;
}

.dept_title a:hover
{
	color: #999999;
}

.dept_sub a
{
	color: #4a5571;
}

#dept_depts hr
{
	width: 706px;
	margin-left: 27px;
	border: solid 1px #a7a7a7;
}


#dept_sidebar
{
	float: left;
	width: 140px;
	border-left: solid 2px #a7a7a7;
	margin-top: 24px;
}

.dept_sidebar_box
{
	float: left;
	width: 140px;
	height: 140px;
	margin-top: 10px;
}

.dept_sidebar_image
{
	width: 140px;
	height: 100px;
	border:  0;
}

.dept_sidebar_title
{
	width: 140px;
	height: 32px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.dept_row_filler
{
	width: 90px;
}

.subdept_title
{
	font-size: 24px;
	color: #919191;
	font-weight: bold;
	margin: 0 0 20px 27px;
}

/* position papers */

.articlePart
{
	border-top: solid 2px #aaaaaa;
	margin: 30px 0 10px 0;
	padding-top: 20px;
}

/* product page 1 */


.productImage
{
	float: left;
	width: 290px;
	margin-bottom: 0px;
	border: solid 0px black;
}

.productCentreCol
{
	float: left;
	width: 330px;		/* 250 */
	border: solid 0px black;
	font-size: 12px;
	line-height: 20px;
}

.productTitle
{
	padding-top: 20px;
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.productDescription
{
	color: #333;
	margin-bottom: 20px;
}

.productTip
{
	margin-bottom: 10px;
	color: #333;
	float: left;
}

.productFindOut
{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
	float: left;	/*display: none;			 <<<====== */
}

.productFindOut a
{
	text-decoration: none;
	color: #437d40;
}
.text-green {
	color: #437d40;
}
.productFindOut a:hover {
	color: #999999;
}

.buyNow
{
	margin-bottom: 0px;
}

.productFanQuote
{
	margin-bottom: 20px;
	color: #333;
}

.FanQuoteText
{
	float: right;
	width: 283px;		/* 203 */
	margin-top: 20px;
}

.productTipText
{
	float: right;
	width: 283px;		/* 203 */
	margin-top: 20px;
}


.productRelatedProducts
{
	float: right;
	width: 130px;
	border: solid 0px black;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.productsRPItem
{
	margin: 20px 0 20px 0;
	border: solid 0px black;
	font-size: 12px;
}

.productsRPItem a
{
	text-decoration: none;
}

.productsRPItem table
{
	width: 130px;
}



.centredPPF
{
	width: 800px;
	text-align: center;
}

.PPFIntro
{
	font-size: 12px;
}

.productsPPF
{
	width: 606px;
	border: solid 0px black;
	text-align: left;
	margin: 30px auto 0 auto;
	color: #333;
}

.productsPPFItem
{
	float: left;
	width: 190px;
	margin-right: 10px;
	font-size: 12px;
}

/* Buzz */

.buzzItem
{
	font-size: 14px;
	margin-top: 20px;
}

/*.buzzItem img
{
	max-width: 300px;
	height: auto;
}*/

.buzzSeparator
{
	height: 4px;
	background-color: #999999;
}

#buzzPrevious
{
	float: left;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
}

#buzzPrevious a
{
	text-decoration: none;
}


#buzzNext
{
	float: right;
	text-align: right;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
}

#buzzNext a
{
	text-decoration: none;
}

/* ingredients page */

.ingredientsProductTitle
{
	padding-top: 10px;
	float: left;
}

.ingredientsCol
{
	float: left;
	width: 750px;
	margin-left: 50px;
	font-size: 14px;
}

.positionPapersCol
{
	float: right;
	width: 180px;
	margin-top: 20px;
	/*padding: 20px 0 5px 10px;
	border-left: solid 0px #eeeeee;
	border-right: none;
	border-top: none;*/
	text-align: left;
	text-transform: lowercase;
}

.ingredientsBefore
{
	float: left;
	width: 520px;
}

.ingredientsList
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.ingredientsList table
{
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

.ingredientsList td
{
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
	border: solid 1px #cccccc;
	padding: 5px;
}

.ingredientsList thead td
{
	border-bottom: none;
	color: White;
	background-color: #75bd35;
}

.ingredientsListNoTable
{
	margin: 20px 0 20px 0;
	width: 520px;
	line-height: 20px;
	border: solid 1px #cccccc;
}

.ingredientshdr
{
	border-bottom: none;
	color: White;
	background-color: #75bd35;
	font-weight: bold;
	padding: 5px;
}


.ingredientsListByLine
{
	padding: 5px;
	margin: 0;
}


.ingredientsList .colWII
{
	width: 20%;
}

.ingredientsList .colWID
{
	width: 20%;
}

.ingredientsList .colWWUII
{
	width: 60%;
}

.ingredientsAfter
{
	float: left;
	width: 520px;
}

#ingredientsBack
{
	float: right;
	margin-top: 20px;
}

.positionPaperHeading a
{
	font-size: 12px;
	font-weight: bold;
	color: #568a26;
}

.positionPaperHeading a:hover
{
	font-weight: bold;
	color: #75bd35;
}

.positionPaper
{
	margin-top: 10px;
	font-size: 12px;
}

.positionPaper a
{
	text-decoration: none;
}

.positionPaper ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.positionPaper li
{
	margin: 2px 0 2px 15px;
	list-style-image: url(../images/productListStyle_GreenArrow.gif);
}

.highlightedIngredient a
{
	color: #568a26;
}

.highlightedIngredient a:hover
{
	color: #75bd35;
}

/* Advocate sign up */

 .qaBlock
 {
	float: left;
	width: 740px;
	margin-top: 5px;
	padding: 15px;
	border-top: 1px solid #cccccc;
 }
 
.qa 
{
	width: 740px;
	float: left;
	margin-bottom: 20px;
	clear: both;
	border: 0px solid black;
}


.question
{
	width: 380px;
	float: left;
	text-align: right;
	margin-right: 10px;
	border: 0px solid black;
	padding-top: 10px;
}

.answer
{
	float: left;
	border: 0px solid black;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.form {
	width: 849px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	margin-top: 20px;
	padding-top: 15px;
}


.validator
{
	float: left;
	margin-left: 5px;
	border: 0px solid black;
}	
.smalltext {
	font-size: 10px;
}

