/***********************
*
*	Links
*
************************/
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

/***********************
*
*	Body & Table
*
************************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/mainBG.jpg);
}


/***********************
*
*	General
*
************************/
img
{
	border:0;
}


.border
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #85b660;
}


.borderGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/greyBG.jpg);
	border: 1px solid #b5bcbc;
}


.mainBG
{
background-image:url(../images/mainBG.jpg);
}


.dottedDiv
{
	background-image: url(../images/dottedDiv.gif);
	background-repeat: repeat-x;
	background-position: center;
}


.pageheader
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}


.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #61a20b;
	font-weight: bold;
}


.subheaderBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #242922;
}


.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 1px;
}

.introtxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}



.smalltext {
	font-size: 10px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
}


.whitesmalltext {
	font-size: 9px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
}




/***********************
*
*	Product Page
*
************************/
.formInput {
	color: #666;
	border: 1px solid #CC3;
	width: 120px;
	font-style:italic;
	font-size:11px;
}

/***********************
*
*	Footer
*
************************/

.footer
{
	color: #516247;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/***********************
*
*	Navigations
*
************************/

.navibaritem,.navibaritem:link, .navibaritem:visited, .navibaritem:Active
{
	color: #5b5c5b;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor:hand;
	font-weight: bold;
}

.navibaritem:hover
{
	color: #5b5c5b;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor:hand;
	text-decoration: underline;
	font-weight: bold;
}





/************
*
*	Menu
*
*************/
.nav, .nav a:link, .nav a:active, .nav a:visited
{
	color: #4A483A;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;	
}

.IE8Fix
{   /*FOR IE8 FIX*/
    z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	border:solid 1px #FFFFFF;
}

