@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
h1 {
	font-family: cuprum, sans-serif;
	color: #357E09;
	font-size: 36px;
	font-weight: normal;
}

p {
	text-align: justify;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 19px;
}

#main {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 105px;
	width: 1000px;
}
#header-left {
	float: left;
	height: auto;
	width: 300px;
}
#header-right {
	float: right;
	height: auto;
	width: 650px;
}
#menu-left {
	background-image: url(../images/navigation-left.png);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 30px;
}
#menu-middle {
	background-image: url(../images/navigation-cnt.png);
	background-repeat: repeat-x;
	float: left;
	height: 41px;
	width: auto;
}
#menu-middle ul {
	margin:0px;
	padding:0px;
}
#menu-middle li {
	list-style:none;
	float: left;
	position:relative;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#menu-middle li.no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu-middle a {
	color: #4CAA2B;
	text-decoration: none;
	font-weight: bold;
	display:block;
	position:relative;	
}
#menu-middle a:hover {
}
#menu-middle li ul {
	display: none;
}
#menu-middle li:hover ul {
	display: block;
	position: absolute;
	margin:0px;
	z-index: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu-middle li:hover li {
	float: left;
	z-index: 999;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 10px;
	padding-left: 27px;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-image: url(../images/navigation-cnt.png);
	background-repeat: repeat-x;
	width: 250px;
}
#menu-middle li:hover li a {
	color: #4CAA2B;
	text-decoration: none;
	font-weight: bold;
}
#menu li:hover li a:hover {
	color:#333333;
}
#menu-right {
	background-image: url(../images/navigation-right.png);
	float: left;
	height: 41px;
	width: 29px;
}
#menu {
	float: left;
	height: 60px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
}
#menu ul {
	padding:0px;
	margin: 0px;
}
#menu li {
	list-style:none;
	float:left;
}
#menu a {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-right: 22px;
	padding-left: 22px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D2FF58;
	text-transform: uppercase;
}
#menu a:hover {
	color: #52AC0F;
}
#menu a.right {
	border-right-style: none;
}

#slide {
	float: left;
	height: 280px;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	float: left;
	height: auto;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul {
	margin:0px;
	padding:0px;
	width: 330px;
	float: left;
}
#content li {
	list-style:none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position:5px 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
}
#content-left {
	float: left;
	height: auto;
	width: 300px;
}
#side_menu {
	width:80%;
}
#side_menu ul {
	margin:0px;
	padding:0px;
}
#side_menu li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position:5px 15px;
	list-style:none;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #52AC0F;
	padding-bottom: 10px;
}
#side_menu a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side_menu a:hover {
	color:#337C07;
}
#content-right {
	float: right;
	height: auto;
	width: 650px;
}

#footer {
	float: left;
	height: auto;
	width: 1000px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #52AC0F;
	padding-top: 15px;
	margin-top: 5px;
}
/* address */
.adress dd{text-align:left;}
.adress a{ 
    color:#e35845; 
	display:inline-block;
	font-size: 12px;
	margin-left: 2px; 
	}
.adress a:hover{
	color:#000 ; 
	text-decoration:underline;
	}
		.adress span{
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	font-weight: bold;
			}
		.adress strong{
			display:inline-block;
			font-weight:normal;
			}
		.title1{
			letter-spacing:0; 
			text-align:left; 
			display:inline-block; 
			color:#e35845;
			}
/* address */
