body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;	
	background-color: #00A94F;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      generics
*/

p {
	line-height: 1.3em;
	padding-bottom: 1em;
}

ul {
	line-height: 1.2em;
	margin: 0 0 2em 26px;
}

ul li {
	margin-bottom: 0.5em;
}

ol {
	line-height: 1.2em;
	margin: 0 0 2em 26px;
}

ol li {
	margin-bottom: 0.5em;
}

a {
	color: #0069AA;
}

a:hover {
	color: #00A94F;
}

a img {
	border: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0069AA;
	margin-bottom: 1em;
	border-bottom: 1px solid #00A94F;
	padding-bottom: 0.1em;
}

table {
	padding: 8px;
	margin: 1em 0 1.5em 0;
	color: #00A94F;
}

table.numbers {
	background-color: #D9F2E5;
	margin-bottom: 0 0 1em 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #00A94F;
	border-left: 1px solid #00A94F;
}

table.numbers th {
	padding: 4px;
	font-size: 10px;
	border-bottom: 1px solid #00A94F;
	border-right: 1px solid #00A94F;
}

table.numbers td {
	text-align: right;
	font-size: 10px;
	padding: 4px;
	border-bottom: 1px solid #00A94F;
	border-right: 1px solid #00A94F;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      frame
*/

div#frame {
	width: 926px;
	margin: 0 auto;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      masthead
*/

div#masthead {
	height: 171px;
}

div#nav {
	height: 65px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      home template
*/

div#content-background {
	width: 926px;
	background-image: url(_graphics/background-home.gif);
	background-repeat: repeat-y;
}

div#sidebar {
	width: 190px;
	float: left;
}

div#sidebar p {
	color: #333333;
	font-size: 11px;
}

div#sidebar hr {
	width: 100%;
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
}

div#content {
	width: 650px;
	float: left;
	padding: 0 40px 0 23px;
}

div#content hr {
	width: 100%;
	color: #00A94F;
	background-color: #00A94F;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
}

div#content-footer {
	height: 1px;
	clear: both;
}

div#footer {
	height: 50px;
	background-image: url(_graphics/footer-home.gif);
	background-repeat: no-repeat;
	clear: both;
	padding: 30px 40px 0 40px;
}

div#footer p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      default template
*/

div#content-background-default {
	width: 926px;
	background-image: url(_graphics/background-default.gif);
	background-repeat: repeat-y;
}

div#content-default {
	width: 500px;
	float: left;
	padding: 0 40px 0 23px;
}

div#sidebar-default {
	width: 340px;
	float: left;
}

div#footer-default {
	height: 50px;
	background-image: url(_graphics/footer-default.gif);
	background-repeat: no-repeat;
	padding: 30px 40px 0 40px;
}

div#footer-default p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

div#content-default hr {
	width: 100%;
	color: #00A94F;
	background-color: #00A94F;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      products template
*/

div#content-background-products {
	width: 926px;
	background-image: url(_graphics/background-products.gif);
	background-repeat: repeat-y;
}

div#content-products {
	width: 880px;
	padding-left: 23px;
}

div#content-products hr {
	width: 100%;
	color: #00A94F;
	background-color: #00A94F;
	height: 1px;
	border: 0;
	margin-bottom: 1.5em;
	clear: both;
}