/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#373737;
	text-align:center;
	
	font-family: "trebuchet MS";
	font-size:12px;
	color:#41423c;
	
	background-image:url(images/background.gif);
	background-repeat:repeat;
}

div#container {
	position:relative;
	margin:0 auto;
	width:900px;
	
	height:auto !important; 
	height:100%;
	min-height:100%; 
	text-align: left;
	
	background-color:#efead8;
	background-image: url(images/back_slice.jpg);
	background-repeat:repeat-y;
}

div#header {
	height: 430px;
	width: 100%;
	top: 0px;
	
	background-image:url(images/top_slice.jpg);
	background-repeat:no-repeat;
	background-position: 0px 8px;
}

div#topbar {
	position: relative;
	width: 100%;
	height: 8px;
	/*background-image:url(images/topbar.jpg);
	background-repeat:no-repeat;*/
}

#topnav {
	position: relative;
	float: right;
	width: 482px;
	height: 35px;
	
	text-align: right;
	line-height: 38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px; 
}

#topnav ul  {
	padding: 0px;
	margin: 0px;
}

#topnav ul li {
	display: inline; 
}

#topnav a {
	display: block;
	float: left;
	width: 90px;
	
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	background-image: none;
}

#topnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	
	background-image: url(images/btn_roll.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#topnav .active {
	text-decoration: none;
	color: #FFFFFF;
	
	background-image: url(images/btn_roll.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#logo {
	position: relative;
	float: left;
	height: 95px;
	width: 195px;
	padding-left: 36px;
	margin-top: 50px;
}

#topbtn {
	position: relative;
	float: right;
	height: 30px;
	width: 160px;
	margin-top: 40px;
	margin-right: 30px;
	
	padding-top: 8px;
	text-align:center;
	
	background-image:url(images/top_btn.gif);
	background-repeat:no-repeat;
}

#topbtn a {
	color: #6d6b67;
	text-decoration: none;
}

#topbtn a:hover {
	color: #608c03;
}

#topbtn .active {
	color: #608c03;
}

#banner {
	position: relative;
	/*width: 100%;*/
	height: 284px;
	text-align: center;
	clear: both;
}

div#content {
	padding-bottom: 11em; /* bottom padding for footer */
	background-image: url(images/main_slice2.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

div#leftside {
	float: left;
	height: auto;
	width: 605px;
	text-align:left;
	padding-left: 0px;
	margin-top: 30px;
	margin-left:28px;
	display:inline;
}

div#leftside p {
	padding:0 12px;
}

div#leftside a {color: #608c03;}

div#leftside a:hover {color: #87857a;}

.newsdate {
	color: #877f63;
}

div#rightside {
	float: right;
	height: auto;
	width: 242px;
	text-align:left;
	margin-top: 30px;
}

div#rightside a {
	color:#41423c;
}

div#rightside a:hover {color: #608c03;}

#clearfloat {
	clear: both;
}

div#footer {
	position:absolute;
	width: 900px;
	height: 130px;
	bottom:0; /* stick to bottom */
	text-align:right;
	
	background-image:url(images/footer_slice2.jpg);
	background-repeat:no-repeat;
}

div#footer a:hover{
	color: #608c03;
}

#bottominfo {
	padding-right: 40px;
	margin-top: 62px;
	color: #52524b;
}

.links a {color: #52524b;}

.copyright {
	color: #87857a;
	font-size: 11px;
}


.copyright a {
	color: #87857a;
	border:none;
}
.copyright img {padding-left:4px; padding-top:4px;border:none;}

.prod_thumbs {
	margin-left: 15px;
}
.Content_Indent {
	padding-left: 12px;
	
}

.styledBtn {
	background:#f6f3e7;
	border:1px solid #000000;	
	color:#000000;
	cursor:pointer;
}

.styledBox {
	background:#f6f3e7;	
	color:#000000;	
	
	
}
