@import url(http://fonts.googleapis.com/css?family=Open+Sans|Merriweather:400,700);
@font-face {
    font-family: 'thaisans_neueregular';
    src: url('thaisansneue-regular-webfont.eot');
    src: url('thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('thaisansneue-regular-webfont.woff') format('woff'),
         url('thaisansneue-regular-webfont.ttf') format('truetype'),
         url('thaisansneue-regular-webfont.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:'Open Sans',Tahoma, Geneva, sans-serif;
	color:#000;
	background:url(images/concrete_seamless.png) repeat;
}
p {
	margin:0;
	padding:0;
	font-size:12px;
	text-align:justify;
	line-height:19px;
}
h2 {
	font-family: 'Merriweather','thaisans_neueregular',Tahoma, Geneva, sans-serif;;
	margin-top:5px;
	padding:0 0 5px 0;
	color:#ff3333;
	font-size:16px;
	font-weight:700;
}
span {
	margin:0;
	padding:0;
	font-size:12px;
	text-align:justify;
	line-height:19px;
	}
.clear {
	clear:both;
}
#wrap {
	width:977px;
	margin:20px auto auto auto;
}
.top_corner {
	width:976px;
	height:15px;
	background:url(images/top_bg.gif) no-repeat center bottom;
}
#main_container {
	width:977px;
	background:url(images/center_bg_repeat.gif) repeat-y center;
}
#header {
	width:960px;
	height:140px;
	margin:auto;
}
#logo {
	float:left;
	padding:10px 0 0 20px;
}
#lang {
	float:right;
	padding-right:12px;
	
}
#lang img {
	padding-right:15px;
	
	}
#lang img a{
	border:none;
	
	}

#menu {
	width:800px;
	padding:12px 0 0 0;
	//float:right;
        margin:auto;
        font-family: 'Merriweather';
        font-weight: 700;
}
#menu ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li {
	display:inline;
	float:left;
	width:auto;
	padding:0;
	list-style:none;
	font-size:12px;
}
#menu ul li a {
	float:left;
	height:31px;
	margin:0 4px;
	padding:0 10px;
	color:#000;
	text-align:center;
	text-decoration:none;
	line-height:31px;
}
#menu ul li a:hover {
	color:#fff;
	background-color:#ff3333;
}
#menu ul li a.current {
	float:left;
	height:31px;
	margin:0 4px;
	padding:0 10px;
	color:#fff;
	background-color:#ff3333;
	text-align:center;
	line-height:31px;
	text-decoration:none;
}

#menuroom {
	width:auto;
	height:11px;
	padding:10px 20px 20px 20px;
	
	background-color:#cdc9c9;
}
#menuroom ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	
	
}
#menuroom ul li {
	display:inline;
	float:left;
	width:auto;
	
	padding:0;
	list-style:none;
	font-size:12px;
	background-color:#cdc9c9;
}
#menuroom ul li a {
	float:left;
	height:31px;
	margin:0 4px;
	padding:0 10px;
	color:#000;
	text-align:center;
	text-decoration:none;
	line-height:31px;
}
#menuroom ul li a:hover {
	color:black;
	background-color:white;
}
#menuroom ul li a.current {
	float:left;
	height:31px;
	margin:0 4px;
	padding:0 10px;
	color:black;
	background-color:white;
	text-align:center;
	line-height:31px;
	text-decoration:none;
}
.middle_banner {
	width:977px;
	height:304px;
	background:url(images/middle_banner_bg.gif) no-repeat center;
}
.featured_slider {
	float:left;
	width:965px;
	margin:18px 0 0 6px;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
#featured_border {
	position:relative;
	margin:0;
	padding:0;
	height:280px;
	border:none;
}
#featured_wrapper {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#featured_images {
	position:absolute;
	left:0;
	top:0;
	height: 634px;
}
#featured_images li {
	float:left;
}
#featured_positioner_desc {
	position:absolute;
	top:0;
	left:0;
	width:965px;
	height:280px;
}
#featured_wrapper_desc {
	position:relative;
	width:100%;
	height:280px;
	overflow:hidden;
}
#featured_desc {
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	padding:0;
}
#featured_desc li {
	float:left;
	width:965px;
	margin:0;
	padding:0;
}
#featured_desc li div {
	margin:0;
	padding:10px;
	width:945px;
	background:url(images/featured-desc-bg.png);
}
#featured_desc li h2 {
	padding:0 0 5px 0;
	margin:0;
	color:#FFFFFF;
	font-size:18px;
}
#featured_desc li p {
	margin:0;
	padding:0 0 10px 0;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
}
#featured_buttons {
	position:absolute;
	top:15px;
	right:15px;
	width:auto;
	padding:0;
	list-style:none;
}
#featured_buttons li {
	float:left;
	width:22px;
	height:22px;
	margin-left:3px;
	background:url(images/featured-button-off.png);
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
	cursor:pointer;
}
#featured_buttons li.clicked {
	background:url(images/featured-button-on.png);
}
.center_content {
	clear:both;
	width:960px;
	margin:auto;
	padding:10px 0 20px 0;
}
.center_content1 {
	clear:both;
	width:960px;
	margin:auto;
	padding:0px 0 20px 0;
}
.center_content_pages {
	clear:both;
	font-size:14px;
	width:960px;
	margin:auto;
	padding:20px 0;
	background:url(images/center_bg_pages.gif) no-repeat center top;
}

.home_section {
	float:left;
	width:900px;
	height:300px;
	font-size:14px;
	margin:10px 14px;
	padding:0 10px 20px 10px;
	
	}
.home_section_home {
	float:left;
	width:590px;
	height:auto;
	font-size:14px;
	margin:10px 14px;
	padding:0 10px 20px 10px;
	
	}
.home_gallery {
	float:left;
	width:920px;
	height:auto;
	font-size:14px;
	margin:10px 14px;
	padding-left:5px;
	
	}
.home_section_room {
	float:left;
	width:400px;
	height:auto;
	font-size:14px;
	margin:10px 14px;
	padding:0 10px 20px 10px;
	
	}
.home_section_right1 {
background-color:#b52025;
	float:right;
	width:270px;
	height:510px;
	margin: 10px 25px 10px 10px;
	padding:0 10px 20px 10px;
	color:white;
}
.home_section_right1 h2 {
	font-family: 'thaisans_neueregular';
	color:white;
	font-size:25px;
	font-weight:bold;
	}
.home_section_right {
	background-color:#b52025;
	float:right;
	width:270px;
	height:510px;
	margin-right: 25px ;
	padding:0 10px 20px 10px;
	color:white;
	
}
.home_section_right h2 {
	color:white;
	font-size:25px;
	font-weight:bold;
	}

.desc {
	padding-right:10px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	
	}
	
.ser_icon {
	margin-left:29px;
	
	}
	
.ser_icon img{
	width:90px;
	border:none;
	
	}
.home_section_left p {
	clear:both;
}
.home_section_left p span {
	font-weight:bold;
}

img.home_section_icon {
	float:left;
	width:63px;
}
h2.home_title {
	
	float:left;
	width:590px;
	margin-bottom:20px;
	padding:20px 0 0 10px;
	font-size:25px;
	color:#B52025;
}
h2.home_titler {
	float:left;
	width:350px;
	margin-bottom:20px;
	padding:20px 0 0 10px;
	font-size:25px;
	color:#B52025;
}
h2.home_title1 {
	float:left;
	width:270px;
	margin-bottom:20px;
	padding:0px 0 0 10px;
	font-size:25px;
	color:#B52025;
}
h2.home_title_galley {
	float:left;
	width:920px;
	margin-bottom:20px;
	padding:0px 0 0 10px;
	font-size:25px;
	color:#B52025;
}
.home_subtitle {
	float:left;
	width:190px;
	padding:0 0 0 10px;
	font-size:12px;
	color:#a7a7a7;
}
.home_section_thumb {
	clear:both;
	float:left;
	margin:10px 0 10px 0;
	padding:2px;
	text-align:center;
	border:1px #dcdcdc solid;
}
a.more {
	float:right;
}
img.projects {
	float:left;
	margin:0 10px 0 0;
	padding:2px;
	border:1px #dcdcdc solid;
}
.left_content {
	float:left;
	width:620px;
	padding:0;
}
.left_block {
	float:left;
	width:295px;
	padding:20px 20px 10px 15px;
}
.left_block_wide {
	float:left;
	width:625px;
	padding:20px 20px 10px 15px;
}

.left_block_wide1 {
	float:left;
	width:700px;
	
}

/*.block_wide {
	float:left;
	width:550px;
	padding:20px 20px 10px 15px;
}*/



.aside1 {
	float:left;
	width:180px;
	
	}
.aside {
	width:180px;
	
	}
.box {
	background:#b52025;
	width:100%;
	height:1000px;
	max-height:5000px;
	}
.box .inner {
	padding:20px 0px 20px 15px
	}
.box .list3 li a {
	text-decoration:none;
	color:white;
	float:left;
	margin:0 px;
	padding:0 10px;
	width:auto;
	height:20px;
	line-height:20px;
	}
.box .list3 li a:hover {
	text-decoration:underline;
	color:grey;
	background-color:white;
	width:200px;
	height:30px;
	line-height:30px;	}
.box .list3 li a.current {
	float:left;
	font-weight:bold;
	height:35px;
	line-height:35px;
	width:200px;
	color:Black;
	background-color:white;
	margin:0 px;
	padding:0 10px;
}
.box ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	}
.box ul li {
	background:url(images/bull1.png) no-repeat left 8px;
	float:left;
	font-size:12px;
	
	}
.box1 {
	width:100%;
	
	}
.box1 .inner {
	padding:20px 0px 20px 15px
	}
.box1 .list3 li a {
	background:#b52025;
	text-decoration:none;
	color:white;
	float:left;
	margin:0 0 0 0px;
	padding:0 10px;
	border:solid 2px white;
	width:150px;
	height:50px;
	line-height:50px;
	}
.box1 .list3 li a:hover {
	text-decoration:underline;
	color:grey;
	background-color:white;
	width:150px;
	height:50px;
	line-height:50px;	
	}
.box1 .list3 li a.current {
	float:left;
	font-weight:bold;
	line-height:50px;
	width:150px;
	height:50px;
	color:Black;
	background-color:white;
	margin:0 px;
	padding:0 10px;
}
.box1 ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	}
.box1 ul li {
	/*background:url(images/bull1.png) no-repeat left 8px;*/
	float:left;
	font-size:12px;
	
	}
	
.financial-application-form {
	float:left;
	width:530px;
	padding:20px 20px 10px 15px;
}
.financial-application-form p {
	margin-bottom:30px;
}
.testimonials {
	float:right;
	width:360px;
	padding:20px 20px 0 0;
}
.block_wide {
	float:left;
	width:290px;
	height:400px;
	margin: 20px 10px 15px 15px;
	padding-top:10px;
		
	border-top:1px #ededed solid;
}
.wide_content {
	clear:both;
	width:auto;
	padding:3px 30px 0 0;
}
.right_block {
	float:right;
	width:280px;
	padding:20px 20px 10px 0;
}
img.pic {
	margin:0 0 10px 0;
	border:3px #22496a solid;
}
.home_news a {
	display:block;
	float:left;
	padding:10px 0 5px 12px;
	font-size:12px;
	color:#c82127;
	text-decoration:none;
	border-bottom:1px #bcbcbc dotted;
	background:url(images/arrow.gif) no-repeat 0 13px;
}
.home_news a:hover {
	text-decoration:underline;
}
input.newsletter_input {
	float:left;
	width:193px;
	height:18px;
	padding:4px;
	background-color:#fdeaeb;
	border:1px #e2c7c8 solid;
}
form#newsletter {
	padding:10px 0 0 0;
}
input.newsletter_submit {
	float:left;
	margin:0 0 0 10px;
	padding:4px 4px 3px 4px;
	color:#FFFFFF;
	background-color:#b52025;
	text-align:center;
	border:1px #fdeaeb solid;
	cursor:pointer;
}
.testbox {
	margin:0;
	padding:20px 10px 5px 0;
	border-bottom:1px #ededed solid;
}
.testbox p {
	font-style:italic;
}
.form {
	float:left;
	width:500px;
	height:auto;
	padding:20px 10px 10px 20px;
	border:1px #fdeaeb solid;
}
.form_row {
	clear:both;
	float:left;
	width:425px;
	padding:7px 0;
}
label {
	float:left;
	width:100px;
	padding:3px 15px 0 0;
	color:#b52025;
	text-align:right;
	font-weight:bold;
}
input.main_input {
	float:left;
	width:300px;
	height:18px;
	padding:4px;
	background-color:#fdeaeb;
	border:1px #e2c7c8 solid;
}
textarea.main_textarea {
	float:left;
	width:300px;
	height:120px;
	padding:4px;
	background-color:#fdeaeb;
	border:1px #e2c7c8 solid;
}
input.submit {
	float:right;
	margin:0;
	padding:3px 10px 2px 10px;
	background-color:#b52025;
	color:#FFFFFF;
	text-align:center;
	border:1px #b52025 solid;
	cursor:pointer;
}
table {
	font-size:12px;
	}

	
.tablerate {
	border-top:solid 1px #b52025;
	border-left:solid 1px #b52025;
	border-bottom:solid 1px #b52025;
	
	font-size:12px;
		
	}
.tablerate tr td {
	padding:9px;
	border-right:solid 1px #b52025;
	}
.tr1 {
	
	background-color:#b52025;
	font-weight:bold;
	color:white;
	
	}
	
.td1 {
	
	background-color:#ebcfd0;
	
	}
	
.tableabout {
	margin-left:20px;
	margin-top:10px;
	
	}
.td2 {
	padding:15px;
	
	}
.td3 {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:10px;
	}
.td3 ul li{
	font-size:12px;	
	}

.tablereser {
	margin:auto;
	width:205;
	height:450px;
	}
.tablereser td {
	padding:3px;
	}
.ui-datepicker{
	width:150px;
	font-family:tahoma;
	font-size:11px;
	text-align:center;
	padding:none;
}


#rate table tr td {
	padding:9px;
	border-right:solid 1px #000000;
	}
#rate .tr1 {
		
	background-color:#000000;
	font-weight:bold;
	color:white;
	
	}
	
#rate .td1 {
	
	background-color:#d0d0d0;
	
	}
.footer {
	clear:both;
	width:960px;
	height:30px;
	margin:auto;
	//background:url(images/footer_bg.jpg) no-repeat center;
	color:#FFF;
        background-color: #ff3333;
        padding: 5px 0 0 5px;
}
.footer a {
	text-decoration:none;
	color:#2A1C11;
}
.footer .left {
	float:left;
	padding:30px 0 0 15px;
}
.footer .right {
	float:right;
	padding:30px 15px 0 0;
}

/*.bgbottom {
    width: 100%;
    height: 100%;
    background: url(images/bg-bot.png) no-repeat center bottom;
    z-index: -1;
    float: bottom;
    margin-bottom: 0px;
    position: fixed;
    padding-bottom: 0px;
    clear: both;
}*/
