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

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

body{
	background:#fff url(../images/bg.jpg);
}
p {
font-family:Verdana, Geneva, sans-serif;
color: #575757;
font-size: 12px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	color:#f26532 /*f26532*/;
}
strong{
	font-weight:bold;
}
	
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
#wrap{
	margin:0 auto;
	width:1020px;
}
#wrap-in{
	float:left;
	background:#fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	width:100%;
	overflow:hidden;
}
.header{
	float:left;
	min-height:125px;
}
.logo a{
	float:left;
	border:none;
	display:block;
	margin-top:20px;
	margin-left:15px;
}
.logo h1{
	float:left;
	height:85px;
	width:684px;
	text-indent:-99999;
	font-size:18px;
}
.banner{
	width:100%;
	float:left;
	border-top:1px solid #ff9156;
	border-bottom:1px solid #ff9156;
	margin:0;
	height:371px;
}
.banner-in{
	width:100%;
	float:left;
	border-top:1px solid #ff9156;
	border-bottom:1px solid #ff9156;
	margin:0;
	height:270px;
}


.banner img{
	margin:0;
	padding:0;
}
.menu {
position: relative;
background: url(../images/nav-bg.jpg);
min-height: 47px;
width: 960px;
top: -30px;
left: 32px;
float: left;
-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.menu ul{
	margin:0 auto;
	width:580px;
}
.menu ul li {
float: left;
margin: 10px 10px 0 10px;
list-style: none;
border-right: 1px solid #fff;
}
.menu ul li a {
float: left;
display: block;
text-decoration: none;
padding: 0 10px 0 0px;
font-family: Verdana, Geneva, sans-serif;
color: #d13800;
text-transform: uppercase;
font-size: 15px;
}
.menu ul li:last-child{
	border:none;
}
.menu ul li a.active {
	border-right:1px solid #8b0c03;
	color:#8b0c03;
}
.menu ul li a:hover{
	color:#8b0c03;
}
.middle{
	width:990px;
	padding:0 15px;
	float:left;
}
.tittle{
	float:left;
	width:100%;
}
.tittle-col1{
	float:left;
	width:264px;
	border-bottom:1px solid #dddddd;
	margin:20px 0 0 0;
}
.tittle-col2{
	float:left;
	width:434px;
	text-align:center;
}
.tittle-col3{
	float:left;
	width:264px;
	border-bottom:1px solid #dddddd;
	margin:20px 0 0 0;
}
.content{
	float:left;
	text-align:justify;
	margin:10px 0 10px 0;
}
.content-home {
text-align: justify;
width: 760px;
margin: 0 auto;
margin-top:40px;
margin-bottom:20px;
}
.home-divisions{
	float:left;
	margin:15px 0 15px 0;
	width:990px;
}
.thump-tittle a {
text-align: center;
font-family: Verdana, Geneva, sans-serif;
color: #505050;
font-weight: normal;
text-decoration: none;
display: block;
margin: 10px 0 0 0;
font-size: 14px;
}
.PartnerSlide {
float: left;
width: 990px;
margin:15px 0 0 0;
}
.partnerslide-iconleft a {
float: left;
width: 40px;
height: 97px;
background: url(../partner/icon-left.jpg) 0 35px no-repeat;
}
.partnerslide-iconright a {
float: right;
width: 48px;
height: 97px;
background: url(../partner/right-icon.jpg) 10px 30px no-repeat;
}
.footer{
	margin:0 auto;
}
.footer-right{
	float:right;
	font-size:13px;
	font-family: 'News Cycle', 'sans-serif';;
	color:#505050;
	margin:15px 0 15px 0;
}
.footer-right a{
	color:#000;
}
.footer-right a:hover{
	color:#ff9156;
}
.footer-left{
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family: 'News Cycle', 'sans-serif';;
	color:#505050;
	margin:15px 0 15px 0;
}
/*about*/
.middle-left{
	float:left;
	width:590px;
	overflow:hidden;
}
.middle-con-1 {
float: left;
width: 475px;
overflow: hidden;
}
.middle-con-2{
float: right;
width: 475px;
overflow: hidden;
margin:0 0 0 40px;
}
.con-img{
width: 220px;
height: 180px;
float: left;
border: 1px solid #333;
margin: 0 15px 15px 0;
}
.middle-right{
	float:right;
	width:360px;
}
.head-in{
	float:left;
	width:100%;
	border-bottom:1px solid #dddddd;
	padding:0 0 10px 0;
}
.divisions-list{
	float:left;
	width:520px;
	margin:15px 0 0 70px;
}
.divisions-list ul{
	float:left;
}
.divisions-list ul li{
	font-family: Verdana, Geneva, sans-serif;
	float:left;
	margin:0 0 10px 0;
	border-bottom:1px dashed #dddddd;
	padding:0 0 10px 0;
	list-style:none;
	width:100%;
	font-size:13px;
	color:#000;
}
.mail-ads{
	float:left;
	width:360px;
	background:url(../images/location-icon.jpg) no-repeat 0 10px;
	padding:10px 0 15px 0;
}
.ads{
	float:right;
	width:300px;
	font-size:13px;
	border-bottom:1px dashed #dddddd;
	padding:0 0 10px 0;
}
.tel{
	float:right;
	width:300px;
	font-size:13px;
	margin:10px 0 0 0;
}
.pdf-div{
	float:left;
	width:360px;
	margin:20px 0 0 0;
}
.pro-pdf a{
	float:left;
	margin:0;
	width:160px;
}
.pro-pdf a span{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.sub-heading1 a{
font-family: Verdana, Geneva, sans-serif;
float: left;
margin: 10px 0 10px 0;
border-bottom: 1px dashed #bababa;
padding: 4px 0 4px 30px;
list-style: none;
width: 100%;
font-size: 17px;
color: #000;
background: #fbd29c url(../images/list-icon.jpg) no-repeat 3px 3px;
text-decoration:none;
}
.sub-heading1 a:hover{
	color:#ffffff;
}
.sub-heading {
font-family: Verdana, Geneva, sans-serif;
float: left;
margin: 10px 0 10px 0;
border-bottom: 1px dashed #bababa;
padding: 4px 0 4px 30px;
list-style: none;
width: 100%;
font-size: 17px;
color: #000;
background: #fbd29c url(../images/list-icon.jpg) no-repeat 3px 3px;
text-decoration:none;
}
.hr {
margin-top: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
border-top: 1px solid #fff;
}
#example-1 {
float: left;
margin: 20px 0 0 0;
}
.thump-img {
width: 106px;
height: 93px;
float: left;
margin: 0 0px 10px 10px;
border: 1px solid #505050;
}
#contactForm {
position: relative;
display: block;
float: left;
}
.booking-form-textbox {
width: 45%;
float: left;
margin: 0 5% 0 0;
}
.booking-form-textbox p, .booking-form-textbox1 p {
font-size: 13px;
float: left;
margin: 10px 0 5px 0;
font-weight: normal;
color: #504f4f;
width: 295px;
padding: 0;
}
.booking-textbox {
width: 100%;
height: 30px;
background-color: white;
font-family: inherit;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-size: 12px;
margin: 0;
padding: 0.5em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
float: left;
}
.booking-form-msg p {
font-size: 13px;
float: left;
margin: 10px 0 5px 0;
font-weight: normal;
width: 480px;
padding: 0;
}
.booking-msg {
width: 100%;
height: 100px;
background-color: white;
font-family: inherit;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-size: 12px;
margin: 0;
padding: 0.5em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
float: left;
}
.booking-textbox:hover {
border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}
.booking-msg:hover {
border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}
.submit {
float: left;
background: #424a59;
padding: 5px 15px;
border: none;
cursor: pointer;
color: #fff;
text-transform: uppercase;
font-size: 14px;
margin: 20px 0px 0 0;
}
.booking-form-textbox1 {
width: 50%;
float: left;
margin: 0;
}
.float-right{
	float:right;
}
ul.d-list{
	float:left;
	margin:0;
	
}
ul.d-list li{
	float:left;
	margin:0;
	list-style:none;
	width:100%;
}
ul.d-list li a{
	text-decoration:none;
	color:#000;
	padding:0 0 7px 0;
	font-family: Verdana, Geneva, sans-serif;
float: left;
margin: 10px 0 10px 0;
border-bottom: 1px dashed #bababa;
width:100%;
}
ul.d-list li a:hover, ul.d-list li a.active{
	color:#cc3500;
}


