/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {
	font:0.75em/1.5 "arial", sans-serif;
	background-color: #dfdfdf;
	background-image: url(../design/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {
	margin:15px 0;
}
/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {
	width:940px;
	padding:0px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	position:relative;
	height:110px;
	background:url("../design/header.gif") 0 0 no-repeat;
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#header #logo {
	margin:0;
}
#slogan {
	position:absolute;
	top:30px;
	right:0;
	width:340px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#nav {
	position:relative;
	padding:0 20px;
	background:url("../design/nav.gif") 0 0 repeat-x;
}
#nav ul {
	margin:0;
	list-style:none;
	float: left;
}
.bottompart {
	clear: both;
	width: 940px;
	padding-bottom: 15px;
	padding-top: 10px;
	height: auto;
}
.bottomleft {
	float: left;
	height: auto;
	width: 620px;
	padding-left: 5px;
}
.bottomright {
	float: right;
	height: auto;
	width: 300px;
}


#nav ul li {
	display:inline;
	float: left;
}
#nav ul li a {
	display:block;
	float:left;
	padding:9px 15px;
	background:url("../design/nav-separator.gif") 100% 0 repeat-y;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#nav ul li.active, #nav ul li.active a {
	font-weight:bold;
}
#nav #feeds {
	position:absolute;
	top:9px;
	right:25px;
	margin:0;
}
#nav #feeds a:hover {
	text-decoration:none;
}
#cols {
	margin-bottom:10px;
	background:url("../design/cols.gif") 0 0 no-repeat;
	margin-top: 0px;
}
#cols_first {
	background-image: url(../design/cols_first.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 18px;
	margin-bottom: 0px;
}
#cols-in {
	min-height:430px;
	background:url("../design/cols-in.gif") 0 100% no-repeat;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content {
	float:left;
	width:600px;
	margin-left:20px;
}
#aside {
	float:right;
	width:280px;
	background:#f2ebde;
}
.in, #aside .in {
	padding:15px;
	background-color: #F2EBDE;
}

#slider {
	width:900px;
	height: 210px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#footer {
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 30px;
}
#footer p {
	margin:0;
}
#ico-print {
	padding-left:12px;
	background:url("../design/ico-print.gif") 0 50% no-repeat;
}
#ico-sitemap {
	margin-left:10px;
	padding-left:10px;
	background:url("../design/ico-sitemap.gif") 0 50% no-repeat;
}
.ico-rss {
	padding-left:18px;
	background:url("../design/ico-rss.gif") 0 50% no-repeat;
}
#copy {
	margin:15px auto 0 auto;
	width:910px;
	font-size:90%;
}
/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#breadcrumbs {
	margin:0;
	font-size:90%;
}
#breadcrumbs a:hover {
	text-decoration:none;
}
#breadcrumbs span {
	margin:0 3px;
}
#topstory-img {
	float:left;
	width:200px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#topstory-img img {
	display:block;
}
#topstory-txt {
	float: left;
	width: 365px;
}
#topstory-txt h3 {
	margin:0;
	font-size:140%;
	font-weight:normal;
}
#topstory-txt #topstory-info {
	margin:0;
	font-size:90%;
}
#topstory-txt .comment {
	padding-left:12px;
	background:url("../design/ico-comment.gif") 0 2px no-repeat;
}
.cols5050 {
	clear:both;
	background:url("../design/dot-01.gif") 0 100% repeat-x;
}
.cols5050 .col {
	float:left;
	width:275px;
}
.cols5050 .col .article {
	clear:both;
	margin-bottom:15px;
}
.cols5050 .col .article-img {
	float:left;
	width:85px;
}
.cols5050 .col .article-img img {
	display:block;
}
.cols5050 .col .article-txt {
	float:right;
	width:175px;
}
.cols5050 .col .article-txt h4 {
	margin:0;
	margin-bottom:7px;
	font-size:110%;
}
.cols5050 .col .article-txt p {
	margin:0;
	font-size:90%;
}
#subnav {
	margin:0;
	list-style:none;
}
#subnav li {
	display:inline;
}
#subnav li a {
	display:block;
	padding:4px 10px 4px 25px;
	background:url("../design/subnav.gif") 10px 50% no-repeat;
}
#subnav li a:hover {
	text-decoration:none;
}
#subnav li.last a {
	border:0;
}
dl#news {
	margin:0;
	background:url("../design/dot-02.gif") 3px 0 repeat-y;
}
dl#news dt {
	margin-bottom:3px;
	padding-left:15px;
	background:url("../design/news-dt.gif") 0 50% no-repeat;
	font-weight:bold;
}
dl#news dd {
	margin:0;
	margin-bottom:10px;
	padding-left:15px;
}
dl#news a:hover {
	text-decoration:none;
}
#gallery-in {
	padding:15px;
	background:url("../design/gallery.gif") 0 0 repeat-x;
}
#gallery .separator {
	width:910px;
	height:2px;
	margin:10px 0;
	background:url("../design/separator.gif") 0 0 repeat-x;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.separator {
	width:910px;
	height:2px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#gallery img {
	margin-right:18px;
}
#gallery a.last img {
	margin:0;
}
/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.title-01 {
	margin:0;
	background:url("../design/arrow-01.gif") 15px 50% no-repeat;
	font-size:100%;
	font-weight:bold;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 45px;
}
.title-02 {
	background:url("../design/dot-01.gif") 0 60% repeat-x;
	font-size:100%;
}
.title-02 span {
	padding-right:5px;
}
.title-03 {
	margin:0;
	padding:13px 10px 13px 15px;
	background:url("../design/arrow-02.gif") 245px 50% no-repeat;
	font-size:100%;
	font-weight:bold;
}
.title-03.gallery {
	width: 875px;
	background-image: url(../design/arrow-02.gif);
	background-repeat: no-repeat;
	background-position: 870px 50%;
	margin-left: 20px;
}
.title-04 {
	margin:0 5px;
	padding:13px 30px 13px 15px;
	background:url("../design/title-04.gif") 0 0 repeat-x;
	font-size:100%;
	font-weight:bold;
}
.more {
	padding-right:14px;
	background-image: url(../design/more1.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	margin-top: 5px;
}
a:hover.more {
	text-decoration:none;
}
.bottom_frames{
	background-image: url(../design/cols-bot.gif);
}
.bottom_frames1{
		background-image: url(../design/cols-bot1.gif);
}
.bottom_frames, .bottom_frames1 {
	
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
.news_holder {
	background-color: #F2EBDE;
}
.new_gallery .inside {
	background-image: url(../design/cols-inbig.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.newsletter {
	height: auto;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
.button {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
/* ----------------------------------------------------------------------------------------------------------
5) Form
---------------------------------------------------------------------------------------------------------- */


label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

dl {
	width: 250px;
	font-size: 80%;
	}
dt {
	clear: left;
	float: right;
	width: 190px;
	margin-top: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
dd {
	clear: right;
	margin: 0 0 0 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
dd.image {
	clear: both;
	float: left;
	margin: 15px 0 0 0;
	}
.small_product .image {
	display: block;
	float: left;
	width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.small_product .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	width: 100%;
	line-height: normal;
}
.small_product .prod_description {
	clear: right;
	float: right;
	width: 190px;
}
.prod_description a {
	text-decoration: none;
}
.small_product .title a {
	text-decoration: none;
}
.prod_description a:hove, .small_product .title a:hover{
	text-decoration:underline;
}.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.small_product {
	margin-bottom: 10px;
	
}
.small_product .image img {
	width: 50px;
	border: 1px solid #C4D5B0;
	
}
#aside {
	margin-right: 0px;
}
#content, #aside {
	margin-top:0px;
	margin-bottom:0px;
}


.products_table{
	width:100%;
	height: 440px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.products_table .left {
	width: 422px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}
.products_table .right {
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.contentbig {
	margin-bottom:10px;
	padding-bottom: 25px;
	background-image: url(../design/cols-inbig1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lefthalfproducts {
	margin: 0px;
	clear: both;
	height: 90px;
}
.lefthalfproductspic {
	height: auto;
	width: auto;
	float: left;
	padding-right: 5px;
	padding-bottom: 0px;
}
.lefthalfproductsinfo {
	float: left;
	line-height: normal;
	width: 315px;
}
.productbox {
	float: left;
	height: 270px;
	width: 195px;
	margin-left: 15px;
	background-image: url(../design/prod_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	text-align:center;
}
.productboxtext {
	float: left;
	height: auto;
	width: 90%;
	margin-left: 10px;
	text-align:left;
	color: #FFF;
	line-height: normal;
	}
.productbox img{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 6px;
}

.bottomhalf {
	width: 900px;
	margin-left: 20px;
}

.productnames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0c372a;
	text-decoration: underline;
}#content1 {
	margin-left: 20px;
}
#cols1 {
	background-image: url(../design/cols1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.productbox img {
	height:103px;
	margin-right: auto;
	margin-left: auto;
	align:center;
}
.lefthalfproductspic img {
	width: 85px;
	height: 85px;
}
.productboxtext a {
	color: #FFF;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
}
.productboxtext .more {
	color: #FFF;
}
.green_bottom {
	background-color: #849f4e;
	height: 18px;
}
.green_bottom .left_corner {
	background-image: url(../design/left_bot_green.gif);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 18px;
}
.green_bottom .right_corner {
	float: right;
	background-image: url(../design/right_bot_green.gif);
	height: 18px;
	width: 18px;
}
.lefthalfproductsinfo .productnames {

}
.tabber {
	clear: both;
	margin-top: 6px;
}
.inline_banners {
	float: left;
	margin-top: 6px;
	width: 360px;
}
.prod_info h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #849f4e;
	margin-bottom: 6px;
	display: block;
	float: left;
	margin-top: 0px;
	width: 360px;
}
.product_pdf {
	float: left;
	width: 360px;
}
.product_pdf .pdf_icon {
	float: left;
	margin-right: 5px;
}
.product_pdf .pdf_icon img {
	height: 20px;
	width: 20px;
}
.product_pdf a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.prod_info .prod_img {
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_row {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #849f4e;
	margin-top: 6px;
}
.news_row .news_img {
	float: left;
	width: 100px;
	margin-right: 6px;
}
.news_row .news_img img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
}
.news_row .news_content {
	float: left;
	width: 432px;
}
.news_row h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #849f4e;
	text-decoration: none;
}
.product_info {
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 40px;
	font-weight: bold;
	color: #5C7036;
	line-height: normal;
	clear: both;
}
.top_green {
	background-image: url(../design/back_0.gif);
	background-repeat: repeat-x;
	height: 35px;
}
.two_columns {
	margin-top: 0px;
	margin-bottom: 0px;
}
.two_columns .right_column {
	background-image: url(../design/cols-bot_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 280px;
	padding-bottom: 20px;
	background-color: #F2EBDE;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.two_columns .middle_row {
	width: 20px;
	background-image: url(../design/middli_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.two_columns .far_right_column {
	width: 20px;
	background-image: url(../design/far_right_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.two_columns .far_left {
	width: 20px;
	background-image: url(../design/far_left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.two_columns .middle_content_row {
	background-image: url(../design/middli_bottom_content.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	background-color: #F2EBDE;
	text-align: left;
	vertical-align: top;
}

