@charset "utf-8";

/* cs copyright */
#container_footer	{
    			width: 1000px;
    			color: #fff;
}
#container_footer_in	{
}
#footer_ew	{
				margin: 34px 0 10px 30px;
				width: 290px;
				float: left;
				text-align: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				display:inline;			
}

#footer_ew>a	{
                
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				display:inline;	
                color:Orange;
                font-weight:bold;		
}

#footer_ew>a:hover	{
                
    			text-decoration: underline;
				color:#fff;	
}
#container_footer a	{
    			color: #fff;
    			text-decoration: none;
}
#container_footer a:hover	{
    			text-decoration: underline;
				color:#fff;
				
}
#footer_copy	{
				margin:34px 35px 0 0;
   				width: 320px;
				float: right;
    			text-align: right;
				font-family: Arial, Helvetica, sans-serif;
    			font-size: 11px;
				display:inline;	
}
#footer_copy a :hover	{
   				text-decoration:underline;
}
/* end cs copyright */

/* layout */
form {			
				margin:0;
				padding:0;		
}

#logo	{
				width: 360px;
				height: 65px;
				position: absolute;
				top: 95px;
				left: 70px;
				display: block;
				z-index: 20;
}

#header {		background-image:url(../images/header.jpg);
				background-repeat:no-repeat;
				width:1000px;
				height:327px;
				margin:0px auto 0 auto;				
				position:relative;
}
#headerPic {	background-image:url(../images/header-pic.png);
				background-repeat:no-repeat;
				width:200px;
				height:265px;			
				position:absolute;
				top:110px;
				left:480px;
				z-index:100;			
}

#panelMain {
	background-image:url(../images/panelmain-header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	min-height:500px;
	margin:0 auto 0 auto;
}

#boxMain{		
				width:940px;
				float:left;
				margin:0px 0 0 0px;
				padding:30px 0 0 30px;
}

#panelMainWrap	{
                background-color:#FFF;
				width:1000px;
				margin:0 auto 0 auto;
}

#footerDownRight {
z-index: 1;
width:50%;
position: absolute;
bottom: 0px;
left: 50%;
background-color: transparent;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 498px 0px;
background-image:url(../images/patch-left.jpg);
height:108px;
}
#footerDownLeft {
z-index: 1;
width:100%;
position: absolute;
bottom: 0px;
right: 50%;
background-color: transparent;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: -220px bottom;
background-image:url(../images/patch-left.jpg);
height:160px;
}


#footer {	
				width:1000px;
				height:139px;
				margin:0 auto 0 auto;
				background-image:url(../images/footer.jpg);
				background-repeat:no-repeat;
				position:relative;
				z-index: 100;
}
/* end layout */

/* top menu*/
#menu {			width:980px;
				position:relative;
				left:35px;
				top:297px;
				z-index:20;
}
.menuMain {
				list-style:none;
				margin:0 0 0 0;
				padding:0 0 0 0;
}
.menuMain li a {
				font-family:Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #fff;
				text-decoration: none;
				display:block;
				text-align:center;
				font-weight:bold;
				margin:0 0 0 0;
				padding:8px 10px 0 10px;
				height:22px;
				text-transform:uppercase;
}

.menuMain li a:hover {
color:#000;
}
.menuMain li {
				color:white;				
				margin:0 7px 0 0;
				padding:0 0 0 0;
				list-style-image:none;
}

.menuItem0	{

				width:127px;
				height:30px;
				float:left;
}
.menuItem0:hover	{
				background-image:url(../images/tl.png);
				background-repeat:no-repeat;
}



/* end top menu*/


/* bottom menu  */
#menu3
{
	width: 880px;
	margin:0 auto 0 auto;
	position:relative;
	text-align:center;
	top:6px;
}
.menuMain3
{
    list-style: none;
    margin-top: 0px;
	padding-top:0px;
	position:relative;
}
.menuMain3 li 
{
    display: inline;
}
.menuMain3 li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000;
    font-weight:bold;
    text-decoration: none;
    padding: 0px 10px 0 10px;
    text-transform:uppercase;
	border-right: solid 1px #d1d1d1;
}
.menuMain3 li.last a
{
    border-right: none;
}
.menuMain3 li:hover a
{
    color:#1e991e;
    text-decoration: none;
}
/* end bottom menu  */

