/* CSS Document */

html { overflow: -moz-scrollbars-vertical; 
}

body {
	background: #ff8c00 url(images/bg.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px 10px;
	color: #333;
}

a {
	color: #FF8C00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr  {
	border: 0;
	height: 1px;
	color: #CCC;
	background: #CCC;
}

.site_main {
	background: #FFF;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
}

.site_main #header {
	background: #FFF url(images/header.jpg) no-repeat;
	background-position: left;
	height: 142px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.site_main #header h1 {
	display: none;
}

.site_main #header h2 {
	color: #FF8C00;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 15px 20px 0px 0px;
	text-align: right;
}

.site_main #header p {
	color: #008538;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 5px 20px 0px 0px;
	margin: 0px 0px;
}

.site_main #nav {
	background: #FFF url("images/nav_bg.jpg") repeat-x;
	text-align:	right;
	height: 57px;
	text-transform: uppercase;
}

.site_main #nav a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

.site_main #nav a:hover {
	text-decoration: underline;
}

.site_main #nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.site_main #nav li {
	display: inline;
	margin: 0px 10px;
}

/*  Index Content */

.site_content_idx {
	text-align: left;
	padding: 0px;
	font-size: 12px;
	height: 100%;
}

.site_content_idx h1 {
	color: #008538;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.site_content_idx h2 {
	color: #008538;
	font-size: 14px;
	margin: 0px;
}

.site_content_idx #top {
	background: url("images/idx_top.jpg") no-repeat;
	height: 237px;
}

.site_content_idx #top h1 {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0px 0px;
	border-bottom: 1px dashed #FFF;
	margin: 0px 639px 0px 20px;
}

.site_content_idx #top a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px;
	text-transform: uppercase;
}

.site_content_idx #top a:hover {
	text-decoration: underline;
}

.site_content_idx #top ul {
	list-style: none;
	padding: 0px 0px;
	margin: 0px 20px;
}

.site_content_idx #top li {
	display: block;
	margin: 10px 0px;
}

.site_content_idx #mainContent {
	padding: 10px;
}

/*  //Index Content */

/*  Content */

.site_content {
	text-align: left;
	padding: 0px 10px;
	font-size: 12px;
	height: 100%;
}

.site_content h1 {
	color: #008538;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.site_content h2 {
	font-size: 14px;
}

/*  //Index Content */

/*  Products */

.products {
	text-align: left;
	padding: 0px 10px;
	font-size: 12px;
	height: 100%;
}

.products h1 {
	color: #008538;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.products h2 {
	color: #333;
	font-size: 14px;
}

.products #sideNav {
	background: url("images/sideNav.jpg") no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	height: 260px;
}

.products #sideNav h1 {
	color: #008538;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px dashed #008538;
}

.site_main #sideNav a {
	color: #008538;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px;
	text-transform: uppercase;
}

.site_main #sideNav a:hover {
	text-decoration: underline;
}

.site_main #sideNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.site_main #sideNav li {
	display: block;
	margin: 10px 0px;
}

.products #mainContent { 
	margin: 0 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.products #mainContent i {
	color: #FF8C00;
}

.products #intro {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.products #intro td {
	padding: 20px 0px 0px;
}

.products #intro img {
	border: 0px;
}

.products #DCE {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.products #DCE td {
	border: 1px solid #CCC;
	padding: 5px;
}

.products #footer {
	float: right;
	margin: 5px 0px 0px;
}

.products #footer a {
	background: url(images/arrow_up.jpg) no-repeat;
	background-position: right;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}

.products #footer a:hover {
	background: url(images/arrow_up_over.jpg) no-repeat;
	color: #008538;
	background-position: right;
	padding: 0px 7px 0px 0px;
}

/*  //Products */

/*  Footer */

.site_footer {
	background: url("images/footer.jpg") no-repeat;
	height: 23px;
	padding: 5px 0px 0px;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #008538;
	font-weight: bold;
	margin: 2px 0px 0px;
	padding: 0px 10px;
}

.site_footer #author {
	float: right;
	text-align: right;
	font-weight: bold;
	padding: 0px 10px;
}

.skiva {
	color: #008538;
}

.site_footer #author a {
	font-size: 12px;
	color: #FF8C00;
	text-decoration: none;
}

/*  //Footer */


.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.products #sideNav { width: 300px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.products #sideNav { padding-top: 30px; }
.products #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->