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

#wrapper{
width:1240px;
height:100%;
margin:auto 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;
}


#about{
	overflow-y: scroll;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#intro{
margin:20px;
font-family:Arial;
font-size:15pt;	
line-height:30px;
	}


#cont{
width:1055px;
height:500px;
background-color:#D9B3B3;
margin-top:30px;
margin-left:50px;
padding:10px;
font-size:11pt;
border:#FFEBCD 3.5px solid;
line-height:14px;
}

form{
width:900px;
height:520px;
padding-left:15px;
padding-top:20px;
}

#subtn{
width:48px;
height:22px;
background-color:black;
color:white;
font-size:9pt;
}

#subtn:hover{
background-color:#CD5C5C;
}

#map{
width:400px;
height:450px;
float:right;
background-color:#D9B3B3;
position:relative;
margin-top:-520px;
margin-right:20px;
font-size:12pt;
}
