@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#045679 url(images/main_bg.jpg) repeat-x;	
}


.body_holder{
	width:804px;
	margin:0 auto;
	position:relative;
}

a:link { color:#045679; text-decoration:none;}
a:visited { color:#045679; text-decoration:none;}
a:hover { color:#999; text-decoration:none;}
a:active { color:#045679; text-decoration:none;}

.copyright a:link { color:#FFF; text-decoration:none; font-size:11px;}
.copyright a:visited { color:#FFF; text-decoration:none; font-size:11px;}
.copyright a:hover { color:#CCC; text-decoration:none; font-size:11px;}
.copyright a:active { color:#FFF; text-decoration:none; font-size:11px;}

h1{font-family:Arial, Helvetica, sans-serif; color:#000; font-size:26px; font-weight:normal;}
h2{font-family:Arial, Helvetica, sans-serif; color:#000; font-size:22px; font-weight:normal;}
h3{font-family:Arial, Helvetica, sans-serif; color:#000; font-size:16px; font-weight:bold;}

/***************** HOME *******************/

.home_container{
	width:804px;
	float:left;
	padding-top:66px;
	height:334px;
}

.home_border_left{
	width:25px;
	height:334px;
	float:left;
	background:url(images/home_border_left.jpg) no-repeat;
}

.home_middle_container{
	width:754px;
	float:left;
	height:334px;
}
	
.home_border_top{
	width:754px;
	height:100px;
	float:left;
	background:url(images/home_top_bg.jpg) no-repeat;
}

.home_button_container{
	width:754px;
	height:170px;
	float:left;
}

.home_button1{
	width:150px;
	height:170px;
	float:left;
	background:url(images/home_btn_1.jpg) no-repeat;
}

.home_button2{
	width:152px;
	height:170px;
	float:left;
	background:url(images/home_btn_2.jpg) no-repeat;
}


.home_button3{
	width:152px;
	height:170px;
	float:left;
	background:url(images/home_btn_3.jpg) no-repeat;
}


.home_button4{
	width:152px;
	height:170px;
	float:left;
	background:url(images/home_btn_4.jpg) no-repeat;
}

.home_button5{
	width:148px;
	height:170px;
	float:left;
	background:url(images/home_btn_5.jpg) no-repeat;
}

.home_border_footer{
	width:754px;
	height:64px;
	float:left;
	background:url(images/home_border_bottom.jpg) no-repeat;
}

	
.home_border_right{
	width:25px;
	height:334px;
	float:left;
	background-image:url(images/home_border_right.jpg) no-repeat;
}


/***************** SUB BODY *******************/


.subbody_holder{
	width:810px;
	margin:0 auto;
	position:relative;
}

.sub_header{
	width:810px;
	height:93px;
	float:left;
	background:url(images/sub_border_top.jpg) no-repeat;
}

.sub_navi_contain{
	width:800px;
	height:38px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}

.sub_navi_bar{
	width:800px;
	height:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}

.sub_body{
	width:800px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}

.sub_body_content{
	width:750px;
	padding-left:25px;
	padding-right:25px;
	float:left;
	background:#FFF;
}

.sub_body_content_AirconLeft{
	width:130px;
	padding-right:10px;
	float:left;
}


.sub_body_content_Right{
	width:610px;
	float:left;
}


.bar_color{
	width:800px;
	padding-left:5px;
	padding-right:5px;
	height:10px;
	float:left;
}
	



/***************** FOOTER *******************/

.footer_container{
	float:left;
	width:810px;
	padding-top:30px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	height:50px;
}