@CHARSET "UTF-8";
*{padding:0;margin:0;}
body{background:#ededdc url(bg_head.jpg) repeat-x;font:12px/15px Arial, Helvetica, sans-serif; color:#000; }
a{text-decoration:none;
color:#000080;
}
img{
	border:none;
	
}
a:hover{
	color:#ff8040;
	
}
#content{
	
	width:960px;
	margin:auto;
	
	
	
}
#left_content{
	
	float:left;
	width:280px;
	background:#e7e5c6;
	
}
#right_content{
	
	float:right;
	width:680px;
	background:url(bg_head.jpg) repeat-x;
	
}
#logo{
	
	margin-left:25px;
	margin-right:25px;
	margin-bottom:15px;
	background:#7daeb6;
	padding:25px 25px 25px 25px;
	
}
#logo h2{
	
	color:#fff;
	font-size:30px;
	text-align:center;
}
#frm_find{
	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	padding:20px 20px 20px 20px;
	border:solid 1px #1a8ca8;
	background:#7daeb6;
	color:#fff;
}
#frm_find p{
	
	margin-top:5px;
	margin-bottom:5px;
}
#frm_find select{
	
	width:150px;
}
.bt_submit{
	
	padding:2px 2px 2px 2px;
	color:#fff;
	border:none;
	background:#175e72;
	margin-top:5px;
	margin-bottom:5px;
	cursor : pointer;
	
}
.title_left{
	
	color:#7daeb6;
	margin-left:25px;
	margin-bottom:10px;
	
}
#footer{
	clear:both;
	background:#244a49;
	width:920px;
	margin:auto;
	color:#fff;
	padding:30px 30px 30px 30px;

	
}
#footer a{
	
	color:#fff;
	
}
#footer a:hover{
	
	text-decoration:underline;
	
	
}
#footer ul{
	
	list-style:none;
	
}
#menuhead{
	background-color:#000;
	margin-top:23px;
	height:45px;
	text-align:center;
}
#menuhead ul{
	list-style-type:none;
	padding:15px 15px 15px 15px;
}
#menuhead ul li{
	display:inline;
	padding:15px 15px 15px 15px;
	
	
	}
#menuhead ul li a{
	color:#fff;
	background-color:#000;
	padding:15px 15px 15px 15px;
	text-decoration:none;
	
	}
#menuhead ul li a:hover{
	color:#fff;
	background-color:#abb80e;
	padding:15px 15px 15px 15px;
	text-decoration:underline;
	
	}
#showroom{
	clear:both;
	padding-left:15px;
	
}
#showroom div{
	float:left;width:200px;background-color:#e7e5c6;padding:5px 5px 5px 5px;margin:5px 5px 5px 5px;
	
}
#showroom p{
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}
#showroom hr{
	clear:both;border:none;background:none;display:none;
}			
.title_page{
	
	color:#ce753b;font-size:16px;padding:10px 10px 10px 10px;text-align:left;
}
.pageping{
	
	font-size:12px;
	text-align:left;
	padding:10px 10px 10px 25px;
	
}
.pagelink{
	
	background:#ddd39a;
	padding:5px 10px 5px 10px;
	margin-left:5px;
	color:#000;
	margin-top:10px;
	display:inline-block;

	
}
#box{
	border:1px solid #d9e6f0;
}
#box h3{
	background:#f3f9ff;
	border-bottom:1px solid #d9e6f0;
	color:#375b91;
}
table{
	margin:5px;
	border-collapse: collapse;
	table-layout:automatic;
	background:none;
	
}
td, th{
	padding: 2px;
	border:1px solid #d9e6f0;
} 

thead{
	background:#f3f9ff;
}
.board{
	
	
	color:#666666;
	margin-left:10px;
	
	margin-bottom:20px;
	background:#fff;
	
}
.board thead{
	
	text-align:left;
	
	
}
.board thead tr th{
	
	padding:5px 0px 5px 0px;
	background:#7dd6df;
	text-align:center;
}
.board tbody tr:hover{
	
	background-color:#c5edf1;
	
}
.board tbody tr td{
	
	text-align:center;
	border-bottom:1px dotted #808080;
	padding:5px 0px 5px 0px;
	
}
.banner_left{
	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	
	
}
.item {
	width:190px;
	height:145px;	
	border:3px solid #fde69d;	
	margin:5px 15px 5px 15px;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.item .caption {
	width:190px;
	height:145px;		
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:0;	
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.item .caption a {
	text-decoration:none;
	color:#fff;
	font-size:16px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.item .caption p {
	padding:5px;	
	margin:0;
	font-size:13px;
}
.item img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}
