/************************** body styles ****************************/
body {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4E4E4E;
	text-align: center;
	line-height: 14px;
	background-color: #FFFFFF;
	margin: 0;
}
#main {
	text-align: left;
	margin: 0px auto;
	width: 790px;
	position: relative;
}
p, h1, h2, pre {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
.highlight {
	color: #7AC900;
}
h1 {
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 20px;
	font-weight: normal;
	padding-left: 15px;
	color: #7AC900;
	margin: 0px;
	line-height: 95%;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #7AC900;
	padding-left: 15px;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	color: #7AC900;
	padding-bottom: 5px;
	margin: 0px;
}
h4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #7AC900;
}
h5 {
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px solid #E7E7E7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	color: #7AC900;
}
h6 {
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
	border-bottom: 1px solid #E7E7E7;
	color: #7AC900;
}
a:visited {
	color: #7AC900;
	text-decoration: none;
}
a:link {
	color: #7AC900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4E4E4E;
}

/************************** MAIN LAYOUT STYLE ****************************/
#topBar {
	height: 170px;
	width: 788px;
	position: absolute;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	z-index: 3;
}
#mainContent {
	width: 790px;
	position: absolute;
	top: 170px;
	z-index: 2;
}

#mainContentINDEX {
	width: 788px;
	position: absolute;
	top: 170px;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	font-size: 11px;
}

#topDeco {
	position: absolute;
	height: 180px;
	width: 788px;
	z-index: 3;
	background-image: url(assets/topBanner.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/************************** TOPNAV **************************/
#topNav {
	text-transform: uppercase;
	width: 638px;
	position: absolute;
	z-index: 4;
	font-size: 11px;
	bottom: 15px;
	color: #7AC900;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 150px;
}
#topNav a{
	color: #7AC900;
	background-color: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
}
#topNav a:hover{
	color: #FFFFFF;
	background-color: #7AC900;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 2px;
}
/************************** LEFT COLUMN / SUBNAV ****************************/

#leftColumn {
	width: 169px;
	position: absolute;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
#subNav {
	text-transform: uppercase;
	width: 169px;
	font-size: 10px;
}
#subNav p{

	margin: 0px;
	padding: 0px;
}
#subNav a{
	text-decoration: none;
	color: #7AC900;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	background-color: #FFFFFF;

}
#subNav a:hover{
	color: #FFFFFF;
	background-color: #7AC900;
	background-image: url(assets/bg_but.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/************************** NEWSLETTER ****************************/

#newsLetter {
	text-transform: none;
	font-size: 11px;
}
/************************** CENTER COLUMN ****************************/

#centerColumn {
	position: absolute;
	width: 418px;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	left: 170px;
}

#centerColumn p{
	padding-left: 15px;
	padding-right: 15px;
}


/************************** LATEST NEWS / RIGHT COLUMN  ****************************/

#latestNews {
	width: 199px;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	right: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
#latestNews p{
	padding-top: 5px;
	padding-bottom: 10px;
}
.newsdate {
	color: #4F4F4F;
	font-size: 10px;
	font-weight: bold;
}

/************************** BREADCRUMBS **************************/

.breadcrumbs {
	background-color: #FFFFFF;
	color: #C2C2C2;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.breadcrumbs a{
	background-color: #FFFFFF;
	color: #C2C2C2;
	text-decoration: none;
}
.breadcrumbs a:hover{
	background-color: #FFFFFF;
	color: #71B800;
	text-decoration: underline;
}

/************************** SHOP LAYOUT **************************/
#shopColumn {
	color:#4E4E4E;
	background-color: #FFFFFF;
	width: 618px;
	float: right;
	border-left: 1px solid #E7E7E7;
	position: absolute;
	left: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
}
#shopCopyright {
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #E7E7E7;
	color: #C2C2C2;
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;

}
#shopCopyright a{
	background-color: #FFFFFF;
	color: #C2C2C2;
	text-decoration: none;
}
#shopCopyright a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #7AC900;
}

/************************** BOT NAV **************************/

#bottomNav {
	padding-top: 0px;
	padding-bottom: 10px;
}

/************************** COPYRIGHT **************************/
#copyright {
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #E7E7E7;
	color: #C2C2C2;
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	font-size: 10px;

}
#copyright a{
	background-color: #FFFFFF;
	color: #C2C2C2;
	text-decoration: none;
}
#copyright a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #71B800;
}

#copyrightBig {
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #E7E7E7;
	color: #C2C2C2;
	font-size: 10px;
	float: right;
	width: 788px;
	padding-bottom: 5px;
	padding-top: 5px;

}
#copyrightBig a{
	background-color: #FFFFFF;
	color: #C2C2C2;
	text-decoration: none;
}
#copyrightBig a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #71B800;
}
/************************** IMAGES **************************/

img#left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
img#right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
}
img#icon {
	border: 1px solid #85D900;
	margin: 10px 0px 0px;
}
img#contact {
	border: 1px solid #85D900;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: static;
}
table#pdf {
	float: right;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 11px;
	text-align: center;
}
table#right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}
table#left {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.smallprint {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #7AC900;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.imageCopyrigh {
	background-color: #FFFFFF;
	color: #C2C2C2;
	font-size: 10px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bold {
	font-size: 11px;
	font-weight: bold;
}
.sampletxt {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
.captions {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.italic {
	font-style: italic;
}
.table {
	font-size: 10px;
}
.storedevider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 19px;
	color: #7AC900;
	background-color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 95%;
	margin-top: 30px;
}
.meetAuthorBG {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EAEAEA;
}
