@import "style.css";

body{
    margin:0;
	padding:0;
	OVERFLOW-X: hidden;
	background-image:url(img/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#001f6e;
	}

html, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, from{
    margin:0;
	padding:0;

	}


ul, ol, dl { 
    list-style:none;
	}
	
img {

    border:0;
	
	}
	

#topmenu{
	Z-INDEX: 1;
	POSITION: absolute;
	WIDTH: 100%;
	margin: 0  auto 0 auto;
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-x;
	text-align: center;
	HEIGHT: 300px;

	}

#int_main {

	POSITION: relative; 
	WIDTH: 100%;
	TOP:200px;
	text-align: center;
	

}


#main {

	POSITION: relative; 
	WIDTH: 100%;
	HEIGHT: 320px;
	background-image:url(img/mainimg_bg.jpg);
	background-repeat:repeat-x;
	TOP:133px;
	text-align: center;
	

}
#main_img{
	WIDTH: 1000px;
	POSITION: relative;
	background-image:url(img/main.jpg);
	background-position:center;
	background-repeat:no-repeat;
	HEIGHT: 320px;
	margin:  0  auto 0 auto;
	}
	
#content{
	POSITION: relative; 
	WIDTH: 100%;
	HEIGHT: 195px;
	TOP:133px;
	text-align: center;
	background-color:#00195a;
	}	

#content_in {
	POSITION: relative;
	WIDTH: 1000px;
	HEIGHT: 195px;
	margin:  0  auto 0 auto;

}


#banner01 {
	POSITION: absolute;
	WIDTH: 200px;
	TOP: 20px; 
	LEFT: 10px;
	text-align: left;

}

#banner02 {
	POSITION: absolute;
	WIDTH: 280px;
	TOP: 20px; 
	LEFT: 200px;
	text-align: left;

}

#banner03 {
	POSITION: absolute;
	WIDTH: 348px;
	TOP: 20px; 
	LEFT: 480px;
	text-align: center;

}

#con_pro {
	POSITION: absolute;
	WIDTH: 470px;
	HEIGHT: 190px;
	TOP: 25px; 
	LEFT: 265px;
	text-align: left;


}
.con_pro_img{
    PADDING-LEFT:10px;
}

#customer {
	POSITION: absolute;
	WIDTH: 172px;
	TOP: 20px; 
	LEFT: 828px;
	text-align: center;


}
.customer_img{
    PADDING-TOP:5px;
}
#bottom {
    clear:both;
	POSITION: relative; 
	WIDTH: 100%;
	HEIGHT: 100px;
	TOP:133px;
	text-align: center;
	background-image:url(img/bottom_bg.gif);
	background-repeat:repeat-x;

	}

#bottom_img {
	POSITION: relative; 
	WIDTH: 1000px;
	HEIGHT: 100px;
	margin:  10px auto 0 auto;
}
.bottom_pt{
    PADDING-TOP:10px;
}