/* CSS Document */

html, body{height:100%}

BODY {
	margin: 0px;
	background-image: url(graphics/green-gradiant-bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #219393;
}
.right-column-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.left-column-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.menu-text {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	letter-spacing: 1.2px;
}
.menu-text a:link { color: #336699; text-decoration: none }
.menu-text a:active { color: #336699; text-decoration: none }
.menu-text a:visited { color: #336699; text-decoration: none }
.menu-text a:hover { color: #219393; text-decoration: underline 
}
.footer-text {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer-text a:link { color: #FFFFFF; text-decoration: none }
.footer-text a:active { color: #FFFFFF; text-decoration: none }
.footer-text a:visited { color: #FFFFFF; text-decoration: none }
.footer-text a:hover { color: #ebe9e9; text-decoration: underline 
}
h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2B81B5;
	line-height: 18px;
	letter-spacing: 1.5px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 10px;
	color: #333333;
	letter-spacing: 1.5px;
	text-align: left;
}
.side-bar-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0C75BD;
}
.side-bar-text a:link { color: #0C75BD; text-decoration: none }
.side-bar-text a:active { color: #0C75BD; text-decoration: none }
.side-bar-text a:visited { color: #0C75BD; text-decoration: none }
.side-bar-text a:hover { color: #2B81B5; text-decoration: underline 
}
h3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B81B5;
	letter-spacing: 1.5px;
	line-height: 10px;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.body-text a:link { color: #219393; text-decoration: none }
.body-text a:active { color: #219393; text-decoration: none }
.body-text a:visited { color: #219393; text-decoration: none }
.body-text a:hover { color: #219393; text-decoration: underline }
.smallbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.left-sidebar-bkgd {
	background-image: url(graphics/leftsidebar-bkgd.gif);
	background-repeat: repeat-y;
}
.sidebar-header-bkgd {
	background-image: url(graphics/sidebar-header-bkgd.gif);
	background-repeat: no-repeat;
}
.menu-bkgd {
	background-image: url(graphics/menu-bkgd.gif);
	background-repeat: no-repeat;
}
.body-border {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #EBE9E9;
}
.productsale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
}
.productlinethru {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:line-through;
}

