/****************************************
* Reset                                 *
****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;background:#8DC63F url(bg_mid.png) bottom center no-repeat;font:14px normal Arial, Helvetica, sans-serif;color:#28903B;}
html, body {height: 100%;}

ol, ul {list-style: none;}

p {line-height:1.7;font-weight:bold;padding-bottom:20px;}

.page {width:100%;min-height: 100%;}
.header {width:100%;height:238px;background:url(bg_header_main.png) repeat-x;}
.header-inner {width:900px;margin:0 auto;}
.logo-wrap {height:205px;background:url(bg_header_inner.png) top right no-repeat;}

.nav-wrap {height:30px;}
.slogan {width:262px;float:left;}
.main-nav {width:auto;float:right;}

.contact {width:98px;height:30px;display:block;float:left;background:url(sprite.png) 0 0 no-repeat;}
.contact:hover {background:url(sprite.png) 0 -30px no-repeat;}
.contact span {display:none;}

.search {width:131px;height:30px;display:block;float:left;background:url(sprite.png) -98px 0 no-repeat;}
.search:hover {background:url(sprite.png) -98px -30px no-repeat;}
.search span {display:none;}

.mid-wrap {width:100%;overflow:auto; padding-bottom: 20px;}
.mid-wrap-inner {width:900px;height:600px;padding-top:30px;margin:0 auto;}

.col-left {width:600px;float:left;}
.col-right {width:200px;float:right;text-align:right;}

.col-left p {text-align:justify;}
.col-right p {font-size:18px;font-weight:bold;}

.green-parts {display:block;padding-bottom:30px;}

.footer {width:900px;margin:0 auto;position: relative;margin-top: -20px; /* negative value of footer height */ height: 20px;clear:both;} 
.copy {padding:0;font-size:13px;color:#fff;line-height:1;}

/****************************************
* clearer - fixes everything          *
****************************************/
.clearer:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearer{display:inline-block}
* html .clearer{height:1%}
.clearer{display:block}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
