body {
	background-color: #394c39;
	background-image:url(graphics/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 20px;
	margin:0;

}
.subtitle2 {
	font-size: 14px;
	font-weight: bolder;
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
}


#container {
	width: 942px;
	margin: auto;
}

#topbanner {
	width: 942px;
	height: 127px;
	margin: auto;
	background-image:url(graphics/top-banner.jpg);
	background-repeat:no-repeat;
}

#content {
	width: 942px;
	background-image: url(graphics/content-bg.jpg) ;
	background-repeat:no-repeat;
	float:left;
	margin-top: -1px;
	min-height: 550px;
}

#footer {
	width: 942px;
    height: 30px;
	background-image: url(graphics/footer-bg.jpg) ;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	clear:left;
	margin:auto;
	padding: 7px;
	padding-bottom: 20px;
	height:100%;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration:underline;
	}

#menu {
	margin-left: 80px;
	float:left;
	margin-top: 50px;
	width: 182px;
	}
	
#menu li {
	margin-left: -30px;
	color: #fff;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style:none;
	width: 110px;
	}

#menu li a {
	text-decoration:none;
	font-weight:bold;
	color: #EBEBD6;
	line-height: 34px;
	}

#menu li a:hover {
	color: #FFFF99;
	border-bottom: 1px #ccc solid;
	}

#menu li.sub2 a {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	}
	
#menu li.sub3 a {
	font-size: 11px;
	color: #FFFFFF;
	font-weight:normal;
	line-height: 10px;
	padding-left: 15px;
	}


#main-content {
	padding-top: 35px;
	float:left;
	width: 600px;
	min-height: 750px;
	}
	
.subtitle {
	color: #0B630F;
	font-family:Georgia, "Times New Roman", Times, serif;
	size: 22px;
	font-weight: bold;
	font-variant:small-caps;
}

.main-text, li.main-text {
	font-size: 12px;
	line-height: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

input, textarea {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFCC;
	border: 1px solid #ccc;
	padding: 3px;
	}
	
#faq {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#faq .sub1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0B630F;
}
#faq .mtext {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 13px;
	margin-top: -15px;
}

.pic-sp1 {
	margin: 0 0 10px 10px;
	border: 1px solid #333333;
	}
.pic-product {
	border: 1px solid #333333;
	margin: 5px 0 10px 10px;

}
a.smalltext {
	font-size: 11px;
	text-decoration: underline;
}

a.smalltext:hover {
	color: #003300;
}

.subtext {
	font-size: 70%;
	font-style: italic;
}

.formtext  {
		font-size: 85%;
}

/* FRONT PAGE TOP LONKS */

#top-links {padding-top: 30px; width: 780px; margin: auto;}
#top-links a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0B630F;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	}

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