@charset "utf-8";
/* CSS Document */
*
{ margin:0px; padding:0px;}

body
{ background: url(images/bg.png);   }

#header
{ background:#fff url(images/bg.png)  ; width:100%; height:150px;}

#tit
{
    background: url(images/hd.png) repeat-x center;
    width: 1000px;
    height: 150px;
    margin: 0px auto;
    
}


#wr
{ width:1000px; height:auto; margin:0px auto; }


#flash
{  width:960px; height:250px; float:left;  border: 21px solid #000; }




#mid
{ background:#fff ; width:1000px; min-height:500px; height:auto; float:left; }

#lb
{ background:#fff ; width:220px; min-height:500px; height:auto; float:left; }
#rb
{ background:#fff ; width:780px; min-height:500px; height:auto; float:left; }

#midl
{ background:#f9f9f9 ; width:500px; min-height:500px; height:auto; float:left; }
#midr
{ background:#f9f9f9 ; width:500px; min-height:500px; height:auto; float:left; }
#midl1
{ background:#f9f9f9; width:650px; 
min-height:650px; height:auto; float:left; }
#midr1
{ background:#f9f9f9 ; width:350px; min-height:500px; height:auto; float:left; }

.bottom {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 1000px;
	height: 116px;
	float: left;
}
.bottom ul {
	margin-top: 30px;
	list-style-type: none;
}
.bottom ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.bottom ul li a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.bottom ul li a:hover {
	text-decoration: underline;
}
.bottom p {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 40px;
}
.bottom a {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 40px;
}



.topmenu { 
	background-color: #592D00;
	background-repeat: repeat-x;
	width: 1000px;
	height: 37px;
	float: left;
	border: 1px solid #000000;  }

.topmenu ul {
	width: 101%;
	height: 37px;
	list-style-type: none;
}
.topmenu ul li {
	height: 37px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	line-height: 37px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 37px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.topmenu ul li a:hover
{
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFCC00;
    color:Black;
    -webkit-border-radius: 10px 10px 10px 10px;-moz-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 15px;
	width: 970px;
	text-align: left;
	border-collapse: collapse;
    height:auto;
    margin-left: 15px;
    margin-right: 45px;
    margin-top: 7px;
}
#gradient-style th
{
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    background: #643805 url('table-images/gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#gradient-style td
{
    padding: 8px;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    background: #C89631 url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #fff url('table-images/gradhover.png') repeat-x;
	color: #339;
}