﻿@import url('reset.css');
/* Common Styles */
.pbot{
	margin-bottom:0;
}

/* Layouts */
.main-wrapper {
	width: 922px;
	margin: 20px auto;
	padding:19px;
	/*position: relative;*/
	background:#fef9f2;
	border:1px #cf9860 solid;
}
.body-wrapper {
	
}
.header {
	background: url('../images/main-header.jpg') no-repeat scroll 0 0;
	height:258px;
}

.logo{
	float:left;
	padding:18px 0 15px 20px;
}
.logo-address{
	float:left;
	font-size:13px;
	color:#ffffff;
}
.logo a{
	display:block;
	width:383px;
	height:35px;
	text-indent:-9999px;
	background: url('../images/logo.png') no-repeat scroll 0 0;
}
.logo-flash{
	float:left;
	padding:18px 0 0 20px;
}

.icon{
	float:right;
	width:10%;
	text-align:right;
	padding:32px 40px 32px 0;
}

.menu {
	background: url('../images/menubg.jpg') scroll right center;
 	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:34px;
	padding: 0 0 0 15px;
}
.menu ul {
	overflow: hidden;
	width:932px;
	margin-top:4px;
}
.menu ul li {
	float: left;
	font-size: 13px;
	margin: 1px 11px 0 0;
	padding: 1px 11px 0 0;
	background:url("../images/nav-divide.png") no-repeat scroll right center;
	line-height: 30px;
}
.menu ul li.last {
	background: none;
	margin-right: 0;
}
.menu a {
	color: #ffffff;
}
.menu a:hover {
	color: #da6603;
	text-decoration:none;
}
/* Style for Drop Down Menu */
.dropmenudiv{
	position:absolute;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	z-index:100;
	background-color:#2e2e2e;
	width: 180px;
	visibility: hidden;
	margin:8px 0 0 -10px;
	text-align:left;
	background:#2e2e2e url('../images/menubg.jpg') repeat-x scroll left -75px;
	}
.dropmenudiv a, .dropmenudiv a:visited{
	display: block;
	padding: 8px 8px 6px 11px;
	text-decoration: none;
	color: #ffffff;
	border-top:2px solid #ffffff;
	background:#2e2e2e; url('../images/menubg.jpg') repeat-x scroll left -6px;
	}
* html .dropmenudiv a{width: 100%;} /*IE only hack*/
.dropmenudiv a:active, .dropmenudiv a:hover{
	color: #ffffff;
	text-decoration: none; 
	background:#ae1600;
	} /*THEME CHANGE HERE*/
/* End Drop Down Menu */	
.banner {
	height: 460px;
	width:340px;
	margin-top:19px;
	margin-right:19px;
	float:left;
}
.qt-eng{
 	font-family:Georgia;
	padding:3px;
	font-size:15px;
	color:#da6603;
	line-height:24px;
	font-style:italic;
	text-align:center;
	margin-top:19px;
}

.banner-half{
	height:194px;
}
.mainbody{
	background:#fef9f2;
}
.hp-center{
	float:left;
/*	width:369px;*/
	margin-top:19px;
	margin-right:19px;
	width:709px
}
.qt-tam{
	background:#fdf4e8;
	border:5px #fcc79d solid;
	margin-bottom:25px;
	padding:12px;
	font-size:16px;
	color:#a95003;
	line-height:25px;
	font-style:italic;
	text-align:center
}
.pghd{
	background:#fdf4e8;
	border:5px #fcc79d solid;
	margin-bottom:25px;
	padding:8px;
	font-size:16px;
	color:#da6603;
	line-height:20px;
	font-style:normal;
	font-weight:bold;
	text-align:left
}
.pgbox{
	background:#fdf4e8;
	float:right;
	border:2px #fcc79d solid;
	margin:0 0 10px 20px;
	padding:6px;
	font-size:13px;
	color:#323232;
	line-height:18px;
	font-style:normal;
	font-weight: normal;
	text-align:left
}
.more{
 	font-family:Georgia;
	float:right;
	background:#ffe2cb;
	padding:6px;
	font-size:11px;
	color:#ae1600;
	font-style:italic;
	margin-top:15px;
}
.hp-main{
	padding:20px;
}
.hp-right{
	float:left;
	width:175px;
	margin-top:19px;
}
.hp-left{
	float:left;
	width:720px;
	margin-top:19px;
	margin-right:27px;
}
#pscroller{
width: 175px;
height: 120px;
padding: 0 0 10px 0;
}

.sm-banner1{
	background:#ffdaaf url('../images/sm-banner-bg.jpg') no-repeat;
	padding:6px 0 9px 10px;
	font-family:Georgia;
	font-size:15px;
	text-align:left;
	color:#ae1600;
	margin-bottom:15px;
}
.sm-banner{
	background:#ffdaaf url('../images/sm-bannerbg.jpg') no-repeat;
	padding:6px 0 9px 10px;
	font-family:Georgia;
	font-size:15px;
	text-align:left;
	color:#ae1600;
	margin-bottom:15px;
	margin-top:15px;	
}
.thumb-wrap{
	margin:15px 0 0 45px;
}
.pg-right{
	float:left;
	width:632px;
}
.mainbody ul{
	margin:12px 0 0 25px;
}
.mainbody ul li{
	padding:2px 0;
	margin:0 0 4px 0;
}
.disc li{
	list-style-type:disc;
}

/* Page Style */
.pagebody{
	padding:30px;
}
.page-cont{
	padding:0 0 0 200px;
	min-height:300px;
}

/* Footer */
.footer{
	background:#d8a97f url('../images/footerbg1.jpg') no-repeat scroll center center ;
	height:77px;
	overflow:hidden;
}
.copy-info{
	float:left;
	padding: 18px 15px 0 20px;
	color:#ffffff;
	font-size:11px;
}
.footer_navigation {
	float: left;
	margin: 0;
	padding: 16px 15px 0 30px;
}
.footernav {
	margin: 0;
	padding: 0;
}
.footernav li {
	list-style-type: none;
	float: left;
	border-left: 1px solid #ffffff;
	margin: 0;
	padding: 0px 10px;
}
.footernav a, .footernav a:visited {
	display: block;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
.footernav a:hover, .footernav a:active {
	color: #ffffff;
	text-decoration: underline;
}
.footernav li.first {
	border-left: 0;
}
.host{
	float:right;
	margin-right:20px;
	padding-top:11px;
}
/* Contact Form */
.contact-info{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}
.contact-cont{
	float:left;
	width:250px;
	margin-right:40px;
}
.contact-addr{
	float:left;
}
.contact-addr p, .contact-cont p{
	margin-bottom:0;
}

.data-left{
	float:left;
	width:250px;
	margin-right:40px;
}
.data-right{
	float:left;
	width:250px;
}

.form{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}
.form-wrapper{
	overflow:hidden;	
}
.field-wrap{
	margin:0 0 10px 0;
}
.label{
	display:block;
	margin-bottom:5px;
}
.textinput{
	border:1px solid #eaeaea;
	width:240px;
	padding:2px 4px;
}
.textarea{
	border:1px solid #eaeaea;
	width:240px;
	padding:2px 4px;
	min-height:113px;
}
.address{
	border:1px solid #fa9221;
	width:240px;
	padding:2px 4px;
	min-height:93px;
}
.captcha-wrap{
	overflow:hidden;
	padding-top:5px;
	margin-bottom:10px;
}
.captcha-wrap img{
	float:left;
}
.captcha-links{
	float:left;
	margin:0 0 0 10px;
}
.cap-refresh{
	display:block;
	text-indent:-9999px;
	width:18px;
	height:18px;
	background:transparent url('../images/icon-refresh.png') no-repeat scroll 0 0;
	margin:0 0 10px 0;
}
.cap-help{
	display:block;
	text-indent:-9999px;
	width:18px;
	height:18px;
	background:transparent url('../images/icon-help.png') no-repeat scroll 0 0;
}

.captchainput{
	border:1px solid #eeeeee;
	width:120px;
	padding:2px 4px;
	float:left;
}
.button{
	background:#f7941f;
	color:#fff;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
	border: 1px solid #706F6F;
	padding:2px 6px;
	font-weight:bold;
	display:block;
	cursor:pointer;
	*overflow:visible;
}
.contact-map{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.textarea.address-field{
	min-height:63px;
}
.btn-wrap{
	overflow:hidden;
}
.btn-wrap #contact_submit{
	float:left;
}
.req{
	float:right;
	margin:8px 0 0 0;
	color: red;
}

/* Service */
.list-box{
	width:47%;
	float:left;
	margin:20px 8px 5px 0;
}

.about-box{
	width:25%;
	float:right;
	margin:0 0 20px 20px;
	padding:5px;
	text-align:center;
	background:#f3f3f3;
	border:1px solid #cbcbcb;
}

.img{
	margin-bottom:5px;
	border:1px #3a3a3a solid;
	text-align:center;
}
.img-home{
/*	margin-left:19px;*/
	border:1px #bec1d2 solid;
}
.img-pg{
	margin-bottom:5px;
	margin-left:10px;
	border:4px #ffffff solid;
}
.img-deiti{
	margin-bottom:15px;
	margin-left:0;
	border:4px #ffffff solid;
}
.wrapper{
	padding-top:20px;
}

.event{
	border-color: #ffe2cb;
	padding: 6px;
	background: #fdf4e8;
	}
.event-title{
	background: #DB7C0A;
	font: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
.query-form{
	background:#ffffff;
	border:1px solid #d7d4d4;
	padding:10px 5px;
}

/* Query Form */
.qfield-wrap{
	margin:0 0 4px 0;
}
.field{
	margin:0 0 0 58px;
}
.qfield-wrap label{
	float:left;
	width:53px;
	margin:5px 5px 0 0;
	text-align:right;
}
.qinput{
	border:1px solid #d7d4d4;
	width:160px;
	padding:6px 2px;
	line-height:16px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.qtextarea{
	border:1px solid #d7d4d4;
	width:160px;
	padding:4px 2px;
	resize:vertical;
	height:80px;
}
.captcha{
	overflow:hidden;
	margin:0 0 0 1px;
}
.captcha img{
	float:left;
}
.cap-refresh{
	display:block;
	width:14px;
	height:16px;
	background: transparent url('../images/icon-refresh.png') no-repeat scroll 0 0;
	float:left;
	text-indent:-9999px;
	margin:15px 0 0 5px;
}
.button-field{
	border:1px solid #d7d4d4;
	float:left;
	margin:0 10px 0 0;
}
