* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-color:#8e9d7b;
}
/*
a {
	color: #e57634;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
*/
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
		
#container{
	width: 980px;
	margin: 0 auto;
		}	


/* Header
-----------------------------------------------------------------------------*/
#header {
		width: 980px;
	margin: 0 auto;
	height: 165px;
	background-image:url(../test_m_back2.png);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

  box-shadow: 0 0 10px rgba(0,0,0,0.4); 
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
}

#header_menu{
	margin: 0 auto;
	width:880px;
	height: 20px;
	
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color:#441900;

}


/* Middle
-----------------------------------------------------------------------------*/
#content {
padding: 20px 210px 20px 20px;
	min-height:300px;
	background-image:url(head_back.png);
	
	background-repeat:no-repeat;
	background-color:#FFF;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

box-shadow: 0 0 10px rgba(0,0,0,0.4); 
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
z-index:2;

}
/* content_text
-----------------------------------------------------------------------------*/
#title1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #606f4d;
	font-size: 24px;
	
	line-height:150%;
}

#content_text1 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height:120%;
}
#content_text1_bold {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #606f4d;
	font-size: 14px;
	font-weight:bold;
	
	line-height:120%;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	

  box-shadow: 0 0 0px rgba(0,0,0,0.4); 
  -moz-box-shadow: 0 0 0px rgba(0,0,0,0.4); 
-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.4); 


}


/* copyright
-----------------------------------------------------------------------------*/
#copy1 {
	height: 20px;
	
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color:#441900;

}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		z-index:2;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 930px;
	height: 391px;
	
		}	

/* menu
-----------------------------------------------------------------------------*/
#cssmenu {
	width: 930px;
	height: 20px;
	margin: 0 auto;
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: #d9beae;
	padding-top: 133px;
}
#cssmenu ul {
  list-style: none;

  margin: 0;
  padding: 0;
}
#cssmenu ul li {
  float: left;
  margin: 0;
  padding: 0;
  background:#d9beae;
}
#cssmenu ul li a {
  display: block;
  height: 27px;
  padding-left:20px;
   padding-right:20px;
  float: left;
  text-transform: uppercase;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #6a4835;
  text-decoration: none;
}
#cssmenu ul li a span {
  display: block;
  float: left;
  height: 22px;
  padding-top: 5px;
  padding-left:20px;
  padding-right:20px;
 
    background: #d9beae;
 
  cursor: pointer;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  background: #6a4835;
}
#cssmenu ul li a:hover span,
#cssmenu ul li.active a span {
	  color:#ffffff;
    background: #6a4835;
}

/* menu
-----------------------------------------------------------------------------*/
#login {
	width: 930px;
	height: 20px;
	margin: 0 auto;
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: #d9beae;
	
}


#apDiv2 {
	width: 930px;
	height: 3px;
	margin: 0 auto;
	
	z-index:1;

	top: 298px;
	padding-left: 650px;
}

.button {
		
	height:46px;
	width:280px;
	display: inline-block;
	outline: none;
	padding-top:8px;
	
    
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	line-height:140%;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	
	/*
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	*/
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	

  box-shadow: 0 0 10px rgba(0,0,0,0.4); 
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4); 

}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.green {
	color: #ffdf7f;
	font-weight:bold;
	border: solid 1px #538312;
	background: #3a501b;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	color: #FFF6C9;
		font-weight:bold;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
		font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

