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

/* News */
#news {
	background:url(../img/index/newsBG.png) no-repeat;
	width:863px;
	height:275px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
#newsLeft {
	width:210px;
	height:275px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	}

#newsLeft h1 {
	color:#8e7434;
	border-bottom:#8e7434 dotted;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}
	
#newsLeft img {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#newsLeft p {
	color:#666;
	}

#newsPara {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	}
	
/* Quailty */
#quality {
	background:url(../img/index/qualityBG.png) no-repeat;
	float:left;
	width:681px;
	height:194px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
#quality h1 {
	color:#9b1a16;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:200;
	margin:0px 0px 0px 230px;
	padding:20px 0px 0px 0px;
	}
	
#quality p {
	margin:0px 0px 0px 230px;
	padding:15px 10px 0px 0px;
	text-align:justify;
	}
	
/* Service */
#service {
	float:right;
	width:182px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
#service h1 {
	color:#8e7434;
	font-size:1.4em;
	font-weight:200;
	letter-spacing:2px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 10px 20px;
	}
	
#service ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
#service li {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 20px;
	}

/* Gallery */
#gallery {
	background:url('../img/index/galleryBG.png');
	background-repeat:repeat-x;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:148px;
	}

#galHeader {
	clear:both;
	color:#8e7434;
	font-size:1.4em;
	font-weight:200;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	}

#gallery img {
	float:left;
	margin:20px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#gallery p {
	line-height:18px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	}