/***************************************
 * 			Main Block Alignment Styles 
 */
 
html, body, .BodyWrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body .BodyWrapper {
	height: auto;
}

.BodyWrapper {
	position: absolute;
	top: 0;
	font-family: Tahoma, Verdana, Sans-Serif;
}

#MainWrapper {
	height: auto;
	margin: 0px auto;
	width: 760px;
}

#FooterWrapper {
	position: absolute;
	bottom: 0;
}

a
{
	text-decoration: none;
}

/***************************************
 * 			Content Styles 
 */
 
#ContentWrapper
{
	font-size: 0.9em;
	color: #2E191C;
	line-height: 1.3em;
	padding: 8px 16px 0px;
	margin-bottom: 130px;
}

h1
{
	color: #800000;
	font-size: 1.7em;
	line-height: 1.9em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2
{
	color: #476711;
	font-size: 1.3em;
	line-height: 1.4em
}

p
{
}

/***************************************
 * 			Home page specific Styles 
 */

.HomeBackground
{
	background-image: url(../Img/HomeHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.SubBackground
{
	background-image: url(../Img/SubHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************************************
 * 			Footer Styles 
 */

#FooterWrapper
{
	height: 100px;
	background-image: url(../Img/FooterBackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}

.FooterContent
{
	margin: 0px auto 16px; 
	padding-top: 36px;
	width: 760px;
	text-align: center;
	font-size: 0.7em;
	color: #8F8058;
	line-height: 1.4em;
}

.FooterContent a
{
	color: #8F8058;
}

.FooterContent a:hover
{
	color: #584510;
}

/***************************************
 * 			FAQs page specific Styles 
 */

.FaqWrapper
{
	margin-bottom: 12px;
}

.Question
{
	font-weight: bold;
	color: #800000;
}

/***************************************
 * 			Product listing Styles 
 */

.ProductListItem
{
	margin-bottom: 20px;
}

.ProductListItem h2
{
	font-size: 1em;
	margin-bottom: 3px;
}

.ProductListItem p
{
	margin: 0px;
	font-size: 0.8em;
}

.ProductPrice
{
	font-weight: bold;
	color: #800000;
}

.ProductThumbnail
{
	float: left;
	padding-right: 16px;
}

.FormButton
{
	color: #800000;
	font-size: 1.4em;
	padding: 8px;
	border: solid 2px #800000;
}
.DownloadButton
{
	padding: 10px;
	border: solid 2px #800000;
	background-color: #EEEEEE;
}
.DownloadButton a
{
	color: #800000;
	font-size: 1.4em;
	text-decoration: none;
}

/***************************************
 * 			Nav Styles 
 */

.HomeBackground #Nav
{
	margin-top: 188px;
}

.SubBackground #Nav
{
	margin-top: 120px;
}

#Nav
{
	height: 87px;
}

#Nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Nav ul li
{
	float: left;
	display: block;
}

#Nav a
{
	float:left;
	background-repeat:no-repeat;
	text-decoration:none;
}

#Nav .NavHome a
{
	background-image:url(../Img/NavHome.gif);
	width:84px;
	height:19px;
}

#Nav .NavVegetableOil a
{
	background-image:url(../Img/NavVegetableOil.gif);
	width:126px;
	height:44px;
}

#Nav .NavConvertingDiesel a
{
	background-image:url(../Img/NavConvertingDiesel.gif);
	width:131px;
	height:44px;
}

#Nav .NavAboutVegieCars a
{
	background-image:url(../Img/NavAboutVegieCars.gif);
	width:116px;
	height:47px;
}

#Nav .NavProducts a
{
	background-image:url(../Img/NavProducts.gif);
	width:103px;
	height:19px;
}

#Nav .NavFAQs a
{
	background-image:url(../Img/NavFAQs.gif);
	width:74px;
	height:19px;
}

#Nav .NavContactUs a
{
	background-image:url(../Img/NavContactUs.gif);
	width:126px;
	height:19px;
}

/***************************************
 * 			Breadcrumb Styles 
 */

#Breadcrumbs
{
	font-size: 0.8em;
}

#Breadcrumbs a
{
	color:#507205;
}

#Breadcrumbs a:hover
{
	color:#79A714;
}

/***************************************
 * 			Sitemap Styles 
 */

.Sitemap a
{
	color:#507205;
	font-weight:bold;
}

.Sitemap a:hover
{
	color:#79A714;
	font-weight:bold;
}


/***************************************
 * 			Utility Styles 
 */

.FloatClear
{
	clear: both;
}

.Hidden
{
	position:absolute;
	left:-10000px;
	font-size:1px;
}

/***************************
 * FormBuilder
 ***************************/

.FormBuilder
{
}

.FormBuilderDescription
{
	display: none;
}

.FormBuilderTable
{
	width:100%;
}

.FormBuilderTable th,
.FormBuilderTable td
{
	text-align:left;
	vertical-align:top;
	font-weight:normal;	
	padding: 6px 2px;
	background-image: url(../Images/FormCellBg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.FormBuilderTable th
{
	width:275px;
}

.FormBuilderTable td input,
.FormBuilderTable td textarea,
.FormBuilderTable td select
{
	color: #333333;
	border: solid 1px #868686;
}

.FormBuilderTable td textarea,
.FormBuilderTextMedium,
.FormBuilderTextSmall,
.FormBuilderTextLarge,
.FormBuilderTable td select
{	
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 1em;
}

.FormBuilderTable td textarea
{
	width: 350px;
}

.FormBuilderTextSmall
{
	width:100px;
}

.FormBuilderTextMedium
{
	width:230px;
}

.FormBuilderTextLarge
{
	width: 350px;
}

.FormBuilderTable td.FormBuilderMessage,
.FormBuilderTable th.FormBuilderMessage
{
	font-weight:bold;
}

.FormBuilderFieldInfo
{
	font-size:0.9em;
	font-weight:normal;
	color:#666;
	line-height:normal;
	margin-top:1px;
}

.FormBuilderButtons
{
	padding:20px 0px 2px 281px;
}

.FormBuilderButtons input
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	color:#333333;
	font-weight:bold;
	background-color: #dbe4e6;
	border:solid 1px #868686;
	margin-right:5px;
	padding:2px 20px;
	width:auto;
	overflow:visible;
}

.FormBuilderMandatory
{
	float: right;
	font-weight: bold;
	color: #CC0000;
}

.FormBuilderMandatory span
{
}
