#wrapper{
	background:url(image/aircon_bg.jpg) center top repeat-x;
}
#contents{
	width:900px;
	margin-top:107px;
}
#main{
	width:720px;
	float:right;
}
#main .section_box{
	width:680px;
}
.border_box{
	margin:0 0 30px;
	padding:15px 15px 5px;
	border:4px solid #EEE;
	background:#FAFAFA;
	overflow:hidden;
}
#aireco_left{
	width:450px;
	float:left;
	padding:5px 0 0;
	font-size:13px;
}
#aireco_right{
	width:200px;
	float:right;
	padding:5px 0 0;
}


/********************************
		tmbgalley
********************************/
#tmbgallery,
#tmbgallery2{
	width:680px;
	margin:0 auto;
	display:inline-block;
	position:relative;
}
#tmbgallery:after,
#tmbgallery2:after{
  	content:"."; 
  	display:block; 
  	height:0; 
  	clear:both; 
  	visibility:hidden;
}
/*-----Hides from IE-mac-----*/
* html #gallery{
	height:1%;
}
#tmbgallery,
#tmbgallery2{
	display:block;
}
/*-----End hide from IE-mac-----*/

#view,
#view2{
	width:680px;
	height:400px;
	margin:0 auto;
	overflow:hidden;
}
#view p,
#view2 p{
	position:absolute;
	width:680px;
	height:400px;
	top:0;
	left:0;
}
#tmb,
#tmb2{
	clear:both;
}
#tmb li,
#tmb2 li{
	margin:2px 2px 0 0;
	padding:5px 10px;
	border:4px solid #E6E6E6;
	background:#F4F4F4;
	color:#333;
	float:left;
	cursor:pointer;
}
#tmb .active,
#tmb2 .active,
#tmb li:hover,
#tmb2 li:hover{
	color:#FFF;
	background:#3268BF;
	border-color:#3268BF;
}



.button_request{
	width:70%;
	margin:0 auto 30px;
	text-align:center;
	color:#FFF;
	background:#403f41;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
.button_request a{
	color:#FFF !important;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:20px 60px;
	display:block;
}
.button_request:hover{
	background:#3268BF;
}