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

#bodyBorder{
border-bottom:1px solid #eee;
border-left:1px solid #eee;
border-right:1px solid #eee;
}


#leftbottom {
background:url(../images/left_nav_bottom.png) 0 0 no-repeat;
width:220px;
height:276px;
margin:0px;
padding:0px;
}

.rapcer{
padding:10px;
float:right;
}


/*HEADER IMAGES*/

#header_intro{
background:url(../images/header_introduction.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_vision{
background:url(../images/header_mission_vision.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_ms{
background:url(../images/header_message.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_mechinery{
background:url(../images/header_machinery_list.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_manufacture{
background:url(../images/header_manufacture.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_compliance{
background:url(../images/header_compliance.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_welfare{
background:url(../images/header_welfare.png) 0 0 no-repeat;
width:580px;
height:284px;
}


#header_development{
background:url(../images/header_development.png) 0 0 no-repeat;
width:580px;
height:284px;
}


#header_worker{
background:url(../images/header_worker_benefits.png) 0 0 no-repeat;
width:580px;
height:284px;
}


#header_security{
background:url(../images/header_security.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_health{
background:url(../images/header_health.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_environment{
background:url(../images/header_environment.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_contact{
background:url(../images/header_contact.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_map{
background:url(../images/header_sitemap.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_sports{
background:url(../images/header_sports.png) 0 0 no-repeat;
width:580px;
height:284px;
}

#header_metarial{
background:url(../images/header_metarial.png) 0 0 no-repeat;
width:580px;
height:284px;
}

/*HEADER IMAGES END*/


/*content*/
#content_left td{
font:13px "Trebuchet MS", Verdana, Arial, Georgia;
color:#003366;
padding:5px;
}

#content_left td img{
border:5px solid #eee;
cursor:pointer;
}

#content_left td img:hover{
border:5px solid #585858;
cursor:pointer;
}


#content_left{
font:13px "Trebuchet MS", Verdana, Arial, Georgia;
color:#003366;
margin:0px 20px;
padding:0px;
}

#content_left .float_right{
margin:0 0 10px 10px;
padding:0;
float:right;
}

#content_left a{
font-weight:bold;
color:#0099FF;
}

#content_left a:hover{
text-decoration:none;}
#content_left p{
padding:10px 0px;
margin:0px;
line-height:20px;
text-align:justify;
}

#content_left h1{
font-size:24px;
color:#003366;
margin:0px;
padding:40px 0 0 0;
}


#content_left h2{
font-size:18px;
color:#003366;
margin:0;
padding:0;
}

#content_left h2 a{
font-size:18px;
color:#003366;
margin:0;
padding:0;
text-decoration:none;
}

#content_left h2 a:hover{color:#0099FF;}

#content_left h3{
font-size:14px;
font-weight:bold;
color:#003366;
}

#content_left form{
font:12px "Trebuchet MS", Verdana, Arial, Georgia;
color:#0099FF;
}
#content_left input{
border:1px solid #0099FF;
margin:3px;
padding:2px;
}

#content_left input:focus{
background:#eee;
}

#content_left textarea{
border:1px solid #0099FF;
margin:3px;
padding:2px;
}
#content_left textarea:focus{
background:#CCFFCC;
}

#content_left .btn{
background:#006699;
color:#00CCFF;
font:bold 12px "Trebuchet MS", Verdana, Arial, Georgia;
border:none;
margin:3px;
padding:2px;
}

/*content end*/

/*TOP NAVIGATION*/
#top_nav{
font:11px Arial, Helvetica, sans-serif;
color:#999999;
margin:0;
padding:0;
}

#top_nav ul{
list-style:none;
margin:0;
padding:0;
}

#top_nav li{
list-style:none;
float:left;
margin:0;
padding:0;
}

#top_nav a{
font:11px Arial, Helvetica, sans-serif;
color:#006699;
margin:0;
padding:10px 10px;
text-decoration:none;
letter-spacing:1px;
}
#top_nav a:hover {
color:#666666;
text-decoration:none;
}

/*TOP NAVIGATION END*/




/*FOOTER*/

#footer{
font:12px "Trebuchet MS", Verdana, Arial, Georgia;
color:#333;
margin:10px 0;
float:right;
}


/*products*/
#pro_list{
}
#pro_list ul{
list-style-type:none;
float:left;
margin:0;
}
#pro_list li{
list-style-type:none;
float:left;
margin:0;
}
#pro_list a{
font:bold 14px "Trebuchet MS";
color:#fff;
background:#333366;
border:1px solid #003366;
text-decoration:none;
padding:5px;
margin:0 5px;
text-transform:uppercase;
}

#pro_list a:hover{
color:#fff;
background:#00CCFF;
text-decoration:none;
}


#pro{
width:538px;
margin:0px;
}



#pro img{
float:left;
margin:1px;
border:1px #eee solid;
display:block;
}




/* CLEAR FIX*/
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
