body{
	font:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000;
	margin:0;
	background-image:url(../images/template/bg2.jpg);
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#d1a220;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
input[type='text'], textarea, select{
	width:95%;
	height:2em;
	margin-top:2px;
	border:solid 1px #e0e0e0;
	background-color:#f5f5f5;
	color:#1b3146;
	padding:3px 10px;
}
textarea{
	height:auto;
}
input[type='text'].mailnews{
	width:60%;
	background-color:#989898;
	text-align:center;
	border:none;
	color:#FFFFFF;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#FFF;
	padding:15px 0;
	margin:0;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#000;
	padding:15px 0;
	margin:0;
}
.Bfont{
	font-size:1.4em;
}
.BBfont{
	font-size:1.3em;
}
.yellow, .yellow a{
	font-size:18px;
	color:#c2950f;
	text-decoration:none;
}
.yellow a:hover{
	color:#000000;
}
.brown{
	color:#d1a220;
}
.red{
	color:#FF0000;
}
#cover{
	width:1200px;
	height:auto;
	margin:0 auto;
}
#top{
	width:100%;
	height:150px;
	background-color:#fcfcfc;
	padding:15px 0;
	border-bottom:solid 4px #ecc12d;
}
#logo{
	width:130px;
	height:143px;
	background-image:url(../images/template/logo.jpg);
	float:left;
	margin:0 25px;
}
#right-side{
	width:auto;
	height:auto;
	float:right;
	margin-right:25px;
}
.row{
	width:100%;
	height:auto;
	overflow:hidden;
}
#listmenu{
	width:100%;
	margin-top:50px;
	position:relative;
  	z-index:99;
}
.slideshow{
	width:100%;
	height:auto;
	overflow:hidden;
}
.p-element{
	display:block;
}
.m-element{
	display:none;
}
#box-yellow{
	width:97%;
	height:auto;
	overflow:hidden;
	background:url(../images/template/bg-yellow.jpg) repeat-x;
	padding:0 1.5%;
}
#foot{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0.7em;
	background-color:#f6f6f6;
}
.col2{
	width:47%;
	float:left;
	margin:1.5%;
}
.col3{
	width:30%;
	float:left;
	margin:1.5%;
}
.w30{
	width:30%;
	float:left;
	margin:1.5% 0;
}
.w50{
	width:50%;
	float:left;
}
.w70{
	width:70%;
	float:left;
	margin:1.5% 0;
}
.img-left{
	float:left;
	margin-right:15px;
}
.img-right{
	float:right;
	margin-left:15px;
}
.btngray{
	background-color:#8f8f8f;
	padding:8px 30px;
	color:#5f6163;
	border:none;
	cursor:pointer;
}
#detail{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/template/bg.jpg) #FFF left top no-repeat;
	margin-top:-15px;
}
.head{
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:15px;
	border-bottom:dashed 1px #000000;
	margin-bottom:20px;
}
.head2{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.5em;
	color:#d1a220;
	text-transform:uppercase;
	text-align:center;
	border-bottom:solid 1px #000000;
	padding:10px;
	margin-bottom:20px;
}
.head3{
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	padding:15px;
	border-bottom:dashed 1px #000000;
	margin-bottom:20px;
}
.padding20{
	padding:18px;
}
.btnwhite{
	padding:8px 15px;
	text-transform:uppercase;
	color:#d1a220;
	font-weight:bold;
	border:solid 1px #dbb764;
	background-color:#FFFFFF;
}
.btnwhite1{
	padding:8px 15px;
	color:#d1a220;
	font-weight:bold;
	border:solid 1px #dbb764;
	background-color:#FFFFFF;
}
.btnbrown{
	padding:8px 15px;
	color:#FFF;
	border:none;
	cursor:pointer;
	background-color:#d1a220;
	font-weight:bold;
}
.boxgray{
	width:95%;
	height:auto;
	overflow:hidden;
	background-color:#f6f6f6;
	padding:2.5%;
}
.bgblack{
	background-color:#000;
}
.gallery, .gallery1, .galleryc, .gallery2{
	list-style:none;
	margin:0;
	padding:0;
	color:#000000;
}
.gallery img{
	width:12%;
	margin:1%;
	float:left;
}
.gallery1 img{
	width:30%;
	margin:1.6%;
	float:left;
}
.gallery2 img{
	width:47%;
	margin:1.5%;
	float:left;
}
.galleryc{
	width:100%;
	text-align:center;
}
.line{
	letter-spacing:-0.5px;
	line-height:35px;
}
@media only screen and (max-width: 800px) {
	h1, h2{
		font-size:20px;
		padding:5px 0;
		text-align:left;
	}
	.yellow, .yellow a{
		font-size:0.98em;
	}
	#box-yellow{
		background-images:url(../images/template/bg-yellow.jpg);
		height:170px;
	}
	#cover{
		width:100%;
	}
	#top{
		height:auto;
		overflow:hidden;
	}
	#logo{
		width:90px;
		height:99px;
		background-image:url(../images/template/s-logo.jpg);
		margin:0 auto;
		float:none;
	}
	#right-side{
		width:95%;
		height:auto;
		float:none;
		margin:0 auto;
	}
	#listmenu{
		display:block;
		width:100%;
		height:auto;
		margin-top:0;
	}
	.p-element{
		display:none;
	}
	.m-element{
		display:block;
	}
	.col2, .col3{
		width:95%;
		float:none;
		margin:15px 2.5%;
	}
	.w50{
		width:100%;
		float:none;
	}
	.gallery img{
		width:30%;
		margin:1.5%;
		float:left;
	}
	.gallery1 img, .gallery2 img{
		width:100%;
		margin:10px 0;
		float:left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	h1{
		font-size:35px;
	}
	h2{
		font-size:22px;
	}
	#logo{
		margin:0 15px;
	}
	#right-side{
		width:850px;
		height:auto;
		float:right;
		margin-right:10px;
	}
	#cover{
		width:100%;
	}
	.gallery img{
		width:18%;
		margin:1%;
		float:left;
	}
}