@charset "utf-8";
<!--
h1{
padding-bottom:5px;
}
h2,h3{
background:#c07757 url(../images/icon-leaf-white.gif) no-repeat 5px center;
padding:5px 5px 5px 30px;
font-size:14px;
color:#fff;
}
h4{
background:#fff url(../images/icon-leaf-brown.gif) no-repeat 12px 10px;
padding:10px 0 0 40px;
font-size:14px;
}
h2 a,h3 a{
color:#fff;
}
h2 a:hover,h3 a:hover{
color:#ff9;
}
h4 a{
color:#673122;
}
h4 a:hover{
color:#444;
}
hr{
border:1px dotted #fff;
margin:0 50px;
}
#sidebar a{
display:block;
margin:0 0 15px 0;
}
#highlight{
background:url(../images/bg-line.gif) repeat center top;
margin-top:5px;
padding:5px;
width:636px;
height:220px;
}
#highlight #controls{
z-index:100;
float:right;
position:relative;
top:-23px;
left:-3px;
margin-bottom:-22px;
font-weight:bold;
font-size:10px;
}
#highlight #controls a{
float:left;
background-color:#fff;
padding:2px 4px;
margin:0 2px;
}
#highlight #controls a:hover,#highlight #controls a.activeSlide{
background-color:#f77c2b;
color:#fff;
}
.floatl{
margin:15px 0 0 5px;
}
* html .floatl{	/* IE6 */
margin:15px 0 0 2px;
}
.floatr{
margin:15px 5px 0 0;
}
* html .floatr{	/* IE6 */
margin:15px 2px 0 0;
}
.news{
width:310px;
font-size:11px;
}
.news p{
overflow:hidden;
text-align:justify;
line-height:14px;
margin:15px 0 0 0;
padding:0 10px 15px 10px;
border-bottom:1px dotted #ccc;
}
* html .news p{	/* IE6 */
height:80px;
}
.news p img{
float:left;
margin-right:10px;
}
.news p strong{
display:block;
color:#673122;
margin-bottom:3px;
}
.news p a{
background:url(../images/arrow-white.gif) no-repeat 90px 2px;
padding:0 0 0 105px;
margin-top:5px;
display:block;
}
.machine{
background:url(../images/bg-line.gif) repeat center top;
margin:20px 20px 0 20px;
padding:10px;
overflow:hidden;
font-size:11px;
}
* html .machine {	/* IE6 */
margin:0 20px;
}
.machine ul{
background-color:#fff;
overflow:hidden;
padding-bottom:20px;
}
* html .machine ul{	/* IE6 */
height:260px;
}
.machine ul li{
float:left;
width:200px;
margin:0 40px;
}
* html .machine ul li{	/* IE6 */
margin:0 30px;
}
.machine ul strong{
display:block;
color:#673122;
font-size:12px;
}
.machine ul img{
display:block;
margin:auto;
}
.machine ul a{
background-color:#f77c2b;
margin-top:10px;
width:60px;
display:block;
text-align:center;
padding:2px;
color:#fff;
}
.machine ul a:hover{
background-color:#444;
}
-->