*{
margin:0px;
padding:0px;
}

#wrapper{
	width: 1240px;
	height: 100%;
	clear: none;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

body{
background-image:url(../image/nav/repeat-x-1.png);
background-repeat:repeat-x;
}


#logo{
float:left;
margin-top:40px;	
}

header{
width:1240px;
height:200px;
}

select{
width:115px;
height:25px;
margin-left:-150px;
margin-top:150px;
z-index:2;
}


nav{
width:950px;
height:70px;
background-image:url(../image/nav/bar.png);
position:relative;
margin-left: 145px;
margin-right: 145px;
}



ul li{
list-style-type:none;
}

ul li a{
float:left;
}


ul li a.home{
background-image:url(../image/nav/01-2.png);
width:190px;
height:70px;
}

ul li a.about{
background-image:url(../image/nav/02-2.png);
width:190px;
height:70px;
}

ul li a.prod{
background-image:url(../image/nav/03-2.png);
width:190px;
height:70px;
}

ul li a.cont{
background-image:url(../image/nav/04-2.png);
width:190px;
height:70px;
}


ul li a.odm{
background-image:url(../image/nav/05-2.png);
width:190px;
height:70px;
}



ul li a.home:hover,ul li a.home.now{
background-image:url(../image/hover/01-2.png);
}

ul li a.about:hover,ul li a.about.now{
background-image:url(../image/hover/02-2.png);
}

ul li a.prod:hover,ul li a.prod.now{
background-image:url(../image/hover/03-2.png);
}


ul li a.cont:hover,ul li a.cont.now{
background-image:url(../image/hover/04-2.png);
}


ul li a.odm:hover,ul li a.odm.now{
background-image:url(../image/hover/05-2.png);
}


section{
width:1240px;
height:600px;
}


footer{
height:70px;
}

h3{
text-align:center;
color:white;
line-height:50px;
}

h4{
text-align:center;
color:white;
line-height:10px;
}


/*banner*/

section #banner{
width:1200px;
height:450px;
position:relative;
top:60px;
left:21px;
}

section #banner a.ad{
	position: absolute;
	cursor: pointer;
}

section #banner img{
border-style:none;
}

section #banner .control{
position:absolute;
right:12px;
bottom:7px;
}

section #banner .control a{
font-size:12.5px;
color:#0000CC;
text-align:center;
text-decoration:none;
background:#F9F1E6;
width:15px;
padding:0px;
margin:0px 2px;
display:inline-block;
border:1px solid white;
}


section #banner .control a.on{
color:white;
background:#D87093;
}
