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

*,body,div,span,ul,li,a,p{
	margin:0px;
	padding:0px;
}

body{
	background:#fff;
	color:#707070;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}

img{
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:normal;
}
a{
	text-decoration:none;
}


#main{
	width:100%;
}
.box{
	width:1040px;
	margin:0 auto;
}


.header{
	width:100%;
	float:left;
	padding-bottom:15px;
}
.logo{
	width:150px;
	background:#fff;
	position:absolute;
	top:0;
	z-index:99;
	padding:3px 3px 2px 3px;
	border:solid 2px #b3b3b3;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top:none;
}

.top-bar{
	width:370px;
	float:right;
}
.social{
	width:140px;
	float:right;
	padding:4px 0px 0px 0px;
}
.social p{
	float:left;
	line-height:30px;
	padding:0px 8px 0px 0px;
	color:#f17820;
	font-size:14px;
}
.social img{
	transition:all 0.9s;
}
.social img:hover{
	opacity:0.7;
}

.call{
	width:125px;
	float:right;
	background:#d9d9d9;
	border:solid 1px #8d8c8c;
	border-top:none;
	padding:0px 7px;
	border-radius:7px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.call:hover{
	background:#c9c9c9;
}
.call img{
	float:left;
	padding:0px 5px 0px 0px;
}
.call p{
	font-family:Comic Sans MS;
	font-size:15px;
	color:#3a589b;
	line-height:30px;
}

.number{
	width:230px;
	float:right;
	clear:both;
	padding:25px 0px 19px 0px;
}
.number p{
	font-size:16px;
	font-weight:bold;
	color:#5c5c5c;
	text-shadow:1px 0px 1px #ababab;
}
.number span{
	color:#f26d21;
}

.nav{
	width:870px;
	float:right;
	clear:both;
}
.nav ul{
	margin:0px;
	padding:0px;
}
.nav li{
	list-style:none;
	float:left;
	border-right:solid 2px #f17d28;
}
.nav li.border{
	border:none;
}
.nav li a{
	display:block;
	padding:0px 8px;
	font-size:14px;
	line-height:12px;
	text-shadow:1px 0px 1px #ababab;
	text-transform:uppercase;
	color:#4f4f4f;
	transition:ease-in-out 0.7s;
	text-decoration:none;
}
.nav li a:hover{
	color:#fff;
	background:#f26422;
}


.slider{
	width:100%;
	float:left;
	height:419px;
	position:relative;
	border-top:solid 4px #000;
	border-bottom:solid 4px #000;
}
.slider img{
}


.content{
	width:100%;
	float:left;
	padding:30px 0px;
	background:url(../images/bg-content.jpg) repeat-x;
}
.cont-top{
	width:100%;
	float:left;
	padding-bottom:8px;
	border-bottom:solid 3px #d5d5d5;
}
.welcome{
	width:770px;
	float:left;
	min-height: 400px;
}
.welcome h1{
	font-family:Adobe Caslon Pro;
	font-size:25px;
	color:#f17820;
	text-shadow:1px 0px 1px #929292;
}
.welcome p{
	text-align:justify;
	line-height:21px;
	padding-bottom:7px;
}

.welcome p a{
font-weight:bold;
color:#333333;
text-decoration:none;
}

.quiry{
	width:200px;
	float:right;
	position:relative;
	padding:10px 15px 10px 15px;
	border:solid 4px #a9a9a9;
	border-radius:7px;
}
.welcome img{
	width:100%;
}
.quiry h2{
	padding:4px 0px 0px 0px;
	background:#f17820;
	color:#fff;
	font-family:Adobe Caslon Pro;
	font-size:22px;
	position:absolute;
	top:0;
	width:230px;
	left:0;
	text-align:center;
	text-shadow:1px 0px 1px #5f5f5f;
}
.input{
	width:200px;
	float:left;
	margin-bottom:7px;
}
.input input,textarea{
	height:28px;
	border:solid 2px #909090;
	width:190px;
	color:#696969;
	border-radius:7px;
	outline:none;
	box-shadow:inset 0px 0px 5px #f17820;
	padding:0px 4px;
}
.input textarea{
	resize:none;
	height:auto;
	padding:4px;
	font-family: 'Open Sans', sans-serif;
}
.button{
	width:200px;
	float:right;
}
.button input{
	float:right;
	background:#4a4545;
	line-height:27px;
	color:#fff;
	outline:none;
	cursor:pointer;
	border:none;
	padding:0px 10px;
}
.button input:hover{
	background:#f00;
}

.cont-bottom{
	width:100%;
	padding:10px 0px 0px 0px;
	float:left;
}
.spec{
	width:770px;
	float:left;
}
.spec h2, .gallery h2{
	font-family:Adobe Caslon Pro;
	font-size:21px;
	text-shadow:1px 0px 1px #929292;
	color:#f17820;
}
.spec ul{
	margin:0px;
	padding:0px 0px;
}
.spec li{
	list-style:none;
	float:none;
	line-height:24px;
	background:url(../images/arrow1.png) no-repeat left;
	padding:0px 0px 0px 25px;
}

.gallery{
	width:242px;
	float:right;
}
.gallery img{
	width:242px;
	height:100px;
}

.footer{
	width:100%;
	float:left;
	padding:18px 0px;
	background:#975c31;
}
.footer ul{
	margin:0px;
	padding:0px 195px;
}
.footer li{
	list-style:none;
	float:left;
}
.footer li a{
	display:block;
	text-decoration:none;
	color:#fdbc8d;
	padding:0px 7px;
}
.footer li a:hover{
	color:#fff;
}
.footer p{
	color:#fff;
	clear:both;
	text-align:center;
	padding:10px 0px 0px 0px;
}
.footer p a{
	color:#fdbc8d;
	font-weight:bold;
}

.rht-side{
	width:230px;
	float:right;
	padding:0px 0px;
}


.slider-down{
	position:absolute;
	width:620px;
	right:43%;
	top:2%;
}

.down{
	width:225px;
	float:right;
	margin:15px 0px 0px 0px;
	padding:0px 0px;
	
}
.down img{
	float:left;
	width:auto;
	background:#fff;
	margin-right:5px;
	padding:5px 6px 5px 2px;
}
.down p{
	line-height:32px;
	color:#fff;
	font-size:14px;
}

.floor{
	width:48%;
	float:left;
}
.floors{
	float:right;
}
.floor img, .floors img{
	width:100%;
	height:320px;
}

.scrollwrapper{ width:100%; max-height:330px; float:left; overflow:scroll;}
td{
	padding:8px 0px;
}
.welcome h3{
	font-family:12px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.thanks {
background-color: #006600;
padding: 5px;
text-align: center;
color: #FFFFFF;
font-weight: bold;
border: 2px solid #339900;
margin-bottom: 10px;
}


.field {width:196px; height:23px; background:#fff; border:1px solid #ccc; padding:0 5px; font-family:Arial, Helvetica, sans-serif, "Helvetica Condensed"; color:#666; font-size:12px; line-height:23px; margin-bottom:7px;}
.field2 {width:196px; height:55px; background:#fff; border:1px solid #ccc; padding:5px; font-family:Arial, Helvetica, sans-serif, "Helvetica Condensed"; color:#666; font-size:12px; line-height:normal; margin-bottom:7px;}