/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #FFFFFF;
	background: url(images/mainBG.jpg) top left;
	text-align: center; 
}

body { padding: 20px;}

a           
{
    text-decoration: none;
    color: #7FC41C;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.drkGreen { background: #004C1E; }
.drkGreenHome { background: #164614; }
.lhtGreen { background: #80C31C; }
.limeGreen { background: #BFE18D; }
.navBorder { background: #3F861E; }
#logoRight { background: url(images/logoRight.gif) no-repeat left #80C31C; }
.leftSignBG { background: url(images/leftSignBG.gif) repeat-y right; }

#topNav
{
	font-size: 12px;
	color: #164613;
	font-weight: normal;
	margin: 0 0 0px 0;
	text-decoration: none;
	text-align: left;
}
#topNav a
{
	font-size: 12px;
	color: #164613;
	font-weight: normal;
	padding: 0px 6px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#logoRight h1
{
	font-size: 56px;
	color: #99CF49;	
	font-weight: normal;
	margin: 0px 13px;
	text-align: right;
}

h1,h2,h3,h4
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

#topText
{
	font-weight: normal;
	margin: 20px 30px 10px 10px;
	text-align: left;
}
#topText h1
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#topText a
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}

.productLinks
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	margin: 10px 10px;
	line-height: 26px;
	text-align: left;
}
.productLinks a
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.productTitle
{
	font-weight: normal;
	font-size: 16px;
	color: #7FC31C;
	margin: 0 0 0 15px;
	font-style: italic;
	text-align: left;
}

.productDeatilsText, .aboutUsText
{
	font-weight: normal;
	color: #7FC31C;
	margin: 10px 30px 10px 10px;
	text-align: left;
}
.productDeatilsText h1, .aboutUsText h1
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #7FC31C;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

.contactText
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #7FC31C;
	margin: 5px 10px 15px;
	text-align: center;
}
.contactText h1
{
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	margin: 0 0 5px 0;
	color: #7FC31C;
	text-align: center;
}

.hintsText
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
	color: #7FC31C;
	margin: 20px 20px;
	text-align: center;
}
.hintsText a
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #7FC31C;
	text-align: center;
}
.hintsText span
{
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
.hintsText h1
{
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: #7FC31C;
	margin: 5px 0px;
}
.mainText
{
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

#homeRightText
{
	font-weight: normal;
	font-size: 11px;
	background-color: #004C1E;
	line-height: 18px;
	padding: 15px 20px;
	text-align: left;
	color: #FFFFFF;
	font-style: italic;
}
#homeDidYouKnow
{
	font-weight: bold;
	background-color: #BFE18D;
	font-size: 10px;
	line-height: 21px;
	margin: 10px 10px;
	text-align: center;
	color: #164613;
	font-style: italic;
}
#homeDidYouKnow a
{
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #164613;
	font-style: italic;
}
#thankyouText
{
	font-weight: normal;
	font-size: 22px;
	line-height: 45px;
	margin: 7px 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
}

#copyright
{
	font-weight: normal;
	color: #004C1F;
	font-size: 8px;
	margin: 5px 0px;
	text-align: center;
}



/* link back */
.linkback, .linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #004C1E;
	font-weight: normal;
	padding: 10px 10px;
	text-decoration: none;
	text-align: center;
}