*{
margin: 0;
padding: 0;
font-size: 100%;
font: normal normal 400 12px/14px "";
letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
address {
line-height: 1.0;
font-style: normal;
font-weight: 400;
}

ul,li{
list-style-type:none;
}
img{
border: none;
vertical-align:top;
}

body  {
	background: #f8931f;

}
a{
overflow: hidden;
color: #470c21;
}
a:link {
text-decoration:none;
color: #470c21; 
}
a:visited {
text-decoration:none;
color: #000; 
}
a:hover {
text-decoration:underline;
color: #000; 
}
/* ------------------------------
 container	
------------------------------ */
div#container{
width: 824px;
position: absolute;
left: 50%;
margin-left: -450px;
background:#fff;
text-indent: -9999em;
padding:  20px 38px 0px 38px;}
/* ------------------------------
 header
------------------------------ */
div.header{
width: 824px;
height: 80px;
}
h1#header{
float:left;
width: 320px;
height: 48px;
background: url("../images/index/091207-1_03.jpg") no-repeat top right;
}
h1#header a{
display:block;
width: 320px;
height: 45px;

}

ul#head{
float: right ;
height: 80px;
width: 440px;
}

ul#head li{
height: 16px;
text-indent: 0;
}
/* ------------------------------
 menu
------------------------------ */
ul#menu{
width: 824px;
margin: 14px 0  7px 0;
height: 26px;
}
ul#menu li{
float: left;
}
ul#menu li a{
display:block;
width: 164px;
height: 26px;
}


ul#menu li.menu1{
width: 164px;
height: 26px;
background: url("../images/index/091207-1_07.jpg") no-repeat top right;
margin-right: 1px;
}

ul#menu li.menu2{
width: 164px;
height: 26px;
background: url("../images/index/091207-1_09.jpg") no-repeat top right;
margin-right: 1px;
}
ul#menu li.menu3{
width: 164px;
height: 26px;
margin-right: 1px;
background: url("../images/index/091207-1_11.jpg") no-repeat top right;
}
ul#menu li.menu4{
width: 164px;
height: 26px;
margin-right: 1px;
background: url("../images/index/091207-1_13.jpg") no-repeat top right;
}
ul#menu li.menu5{
width: 164px;
height: 26px;
background: url("../images/index/091207-1_15.jpg") no-repeat top right;
}
ul#menu li.menu1 a{
width: 164px;
height: 26px;
display:block;
}
ul#menu li.menu1 a:hover{
width: 164px;
height: 26px;
background: url("../images/index/091207-2_07.jpg") no-repeat top right;
}
ul#menu li.menu2 a:hover{
width: 164px;
height: 26px;
background: url("../images/index/091207-2_09.jpg") no-repeat top right;
}
ul#menu li.menu3 a:hover{
width: 164px;
height: 26px;
background: url("../images/index/091207-2_11.jpg") no-repeat top right;
}
ul#menu li.menu4 a:hover{
width: 164px;
height: 26px;
background: url("../images/index/091207-2_13.jpg") no-repeat top right;
}
ul#menu li.menu5 a:hover{
width: 164px;
height: 26px;
background: url("../images/index/091207-2_15.jpg") no-repeat top right;
}
/* ------------------------------
banner
------------------------------ */

div#banner{
text-indent: 0;
height: 60px;
width: 824px;
}
div#banner ul{

}
div#banner ul li{
float:left;
margin-top: 14px;
margin-right: 7px;
}

ul#link{
float : left;
width: 824px;
height: 40px;
text-indent: 0;
}
ul#link li{
float : left;
padding: 15px 30px 0 0;
}
/* ------------------------------
fooater
------------------------------ */
div#footer{
clear:both;
}
div#footer address{
text-indent: 0;
color: #000;
font : normal normal 400 12px / 18px "";
margin-bottom: 10px;
padding-top: 10px;
text-align:right;
border-top: solid 1px #ccc;

}

/* ------------------------------
 clear hack
------------------------------ */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	display: inline-block;
	min-height: 1px;/* IE 7 only */
}

/* Mac IE Hack ?_*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}
/* Mac IE Hack */

#footer #copyright{
	text-align: right;
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px 0px;
}




