@charset "UTF-8";

@import url("css/fck_style.css");

body {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #fff;
	border: 1px dotted #3eb90a; 
	border-style: none none solid; 
	margin-bottom: 5px;
	margin-top: 3px;
}

.mainWapper {
	margin: auto;
	width: 960px;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	position: relative;
}
.mainWapper .header {
	height: 317px;
	margin: auto;
	width: 942px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;	
}
.footerWrapper {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.mainWapper .colLeft {
	width: 200px;
	float: left;
	margin-left: 14px;
	margin-top: -152px;
/*	position: absolute;
	left: 13px;
	top: 165px;*/
}
.mainWapper .colMain {
	float: right;
	width: 730px;
	margin-right: 14px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.mainWapper .clearer {
	clear: both;
}
.footerWrapper .footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 197px;
	width: 960px;
	margin: auto;
	position: relative;
}
.mainWapper .colMain .mainText {
	background-color: #066;
	padding: 18px;
	background-color: #ecf4e9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #03461C;
	min-height: 200px;
}

/******************/
.mainText img, .mainText table img, .mainText table tr td img {
	margin-left: 10px;
	border: solid 3px #FFFFFF;
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);
	box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);	
}
/******************/
.mainText img.none, .mainText table img.none, .mainText table tr td img.none {
	margin-left: 0px;
	border: solid 3px #FFFFFF;
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);
	box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);	
}
/******************/
.mainText table {
	background-color: #e0ecdb;
	border: none;
	padding: 0px;
	margin: 0px;
}

.mainText table tr td {
	border: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #ECF4E9;
}

.mainText table tr {
	padding: 0px;
	margin: 0px;
}
/******************/
.mainText table.none {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.mainText table.none tr td {
	border: none;
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}

.mainText table.none tr {
}
/******************/
.mainWapper .colMain .withRightBox {
	float: left;
	width: 490px;
}
.mainWapper .colRight {
	float: right;
	width: 201px;
	margin-left: 3px;
}
.mainWapper .colLeft .menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #3ab509;
	border: 1px solid #FFF;
	width: 195px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.mainWapper .colLeft .menu ul {
	margin-bottom: 100px;	
}
.mainWapper .colMain .mainText h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3eb90a;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #03461C;
	margin-top: 10px;
}
.mainWapper .header .flashHeadDiv {
	height: 137px;
	width: 942px;
}
.mainWapper .hand {
	height: 240px;
	width: 240px;
	position: absolute;
	left: 210px;
	top: 130px;
	z-index: 999;
}
.box {
	width: 194px;
	border: 1px solid #FFF;
	background-color: #4d9a01;
	margin-bottom: 18px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0 4px 0 #64a7c6;
 	-webkit-box-shadow: 0 4px 0 #64a7c6;
  	box-shadow: 0 4px 0px #64a7c6;
}
.box h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;	
}
.box .boxtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 9px;
	overflow: hidden;
}
.box .boxtext img {
	border: solid 3px #FFFFFF;
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);
	box-shadow: 4px 4px 8px rgba(0,0,0, 0.6);	
}
.mainWapper .header .link_home {
	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 77px;
	bottom: 7px;
}
.mainWapper .header .link_email {
	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 44px;
	bottom: 7px;
}
.mainWapper .header .link_sitemap {
	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 11px;
	bottom: 7px;
}



#footerContent {
	width: 220px;
	position: absolute;
	bottom: 0px;
	left: 550px;
	padding: 5px;
	
	border: 1px solid #FFF;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	
	background: #3AB509;
	background: -webkit-gradient(linear, left top, left bottom, from(#3AB509), to(#1E6306) );
	background: -moz-linear-gradient(top, #3AB509, #1E6306);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#3AB509', endColorstr = '#1E6306' );
	
	color: #FFFFFF;
	font-family: Arial,Verdana;
	font-size: 10px;
}

#neoLogo {
	width: 90px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#neoLogo a {
	display: block;
	width: 90px;
	height: 30px;
}

#searchDiv {
	width: 200px;
	height: 50px;
}

#searchInput {
	width: 108px;
	height: 30px;
	padding-top: 20px;
	padding-left: 17px;
	float: left;
}

#searchInput input {
	width: 105px;
	border: none;
	padding-top: 5px;
	background: none;
	font-size: 10px;
}

#searchButton {
	width: 68px;
	height: 30px;
	padding-top: 20px;
	padding-left: 7px;
	float: right;
}

#searchButton a {
	display: block;
	width: 60px;
	height: 20px;
}

.sitemapkateg {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}

.mainText img.sitemap_icon, .mainText table img.sitemap_icon, .mainText table tr td img.sitemap_icon {
	margin: 0px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.sitemap_div span {
	line-height: 10px;
}

.sitemap_level_0, .sitemap_level_1, .sitemap_level_2, .sitemap_level_3, .sitemap_level_4 {
	line-height: 10px;
}




