div#copyright { display: none; }
*{
	resize:none;
}
body{
	margin:0;
	padding:0;
	font:11px Tahoma, Arial;
	line-height:20px;
	color:#333;
	background-image:url('../images/client_body.jpg');
	background-repeat:repeat-x repeat-y;
	background-color:#f3f3f3;
}

#general_old{
	width:950px;
	margin:0 auto;	
	border:0px red solid;
}

#footer{
    background-color: #666666;
    background-repeat: repeat-x;
    border: 0 solid #AAAAAA;
    clear: both;
    color: #FFFFFF;
    height: 130px;
    margin: 0 auto;
    text-align: right;
}
#footer a{
	width:950px;
	display:block;
	height:25px;
	margin:0 auto;
}

#content{
	width:950px;
	margin:0 auto;
	min-height: 270px;
	background-color:inherit;
}
#content_slideShow{
	width:950px;
	margin:0 auto;
	min-height: 270px;
	background-color:inherit;
	height:440px;
	margin-top:2px;
}
#content_inner{
	padding:10px;
}

#header{
	margin:0 auto;
	width:950px;
	height:100px;
	border:0px red solid;
	position:relative;
}
#below_header{
	width:950px;
	margin:0 auto;
	background-color:#fff;
	height:120px;
	text-align:center;
	border-bottom:1px #eee solid;
}
a{
	text-decoration:none;
	color:#3B5992;
	outline:none;
}

img{
	border:0;
}
a img{
	border:0;	
}

/* begin-slideshow */
.portfolio {
	margin:0;
	list-style-type:none;
	overflow:hidden;
	height:440px;

}

.portfolio img{
	border:0;
}
/* end-slideshow */


/* begin-news-index.php */
#ul_news{
	list-style-type:square;
	color:orange;
}
#ul_news a{
	color:#3789B9;
}
/* end-news-index.php */

#below-portfolio{
	width:890px;
	height:34px;
	background-color:#E0ECFF;
	color:#333;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px #ccc solid;
	clear:both;
	margin:0 5px 5px 5px;
}

#below-portfolio div{
	height:20px;
	padding:5px;
}

#below-portfolio a{
	color:#fff;
}

#about-container{
	margin:30px;
	padding:10px;
	background-color:#E5F7FD;
	line-height:30px;
	clear:both;
}

#about-container p{
	font-size:14px;
	font-weight:bold;
	font-family:tahoma;
	color:#88A93A;
	margin-bottom:10px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;		
}

#news-container{
	clear:both;
	width:890px;
	margin-right:5px;
}

#news-title{
	height:30px;
	line-height:30px;
	color:#fff;
	background-image:url('../images/fulltext_title.png');
	background-repeat:no-repeat;
}

#news-title div{
	padding-right:15px;
}

#news-content{
	text-align:justify;
	background-color:#E5F7FD;
	line-height:30px;
	padding:10px;
	background:#fff url('../images/bg-question-middle.png') repeat-y;	
}



#announcement-container{
	margin:5px;
	width:440px;
	height:285px;
	border:0px red solid;
	float:right;
	background-image:url('../images/bg_announcement.png');
}

#announcement-title{
	width:100%;
	height:32px;
	border:0px red solid;
	color:#333;
}

#announcement-title div{
	padding:7px 10px 0 0;
}
#announcement-content{
	height:235px;
	border:0px red solid;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	text-align:justify;
	overflow:hidden;
}
#announcement-content ul{
	list-style-type:square;
	line-height:18px;
	margin:0;
	padding:0;
}
#announcement-content ul li{
	color:#333;
	margin-top:3px;
	margin-right:20px;
}


#question-container{
	border:0px #DAEBEE solid;
	margin-top:5px;
}
#question-container_main{
    border: 1px solid #CCCCCC;
    border-radius: 9px;
    margin: 0 auto;
    width: 880px;
}
#question-title{
	height:35px;
	line-height:35px;
	color:#fff;
	background-image:url('../images/questions-top.png');
	background-repeat:no-repeat;
	border:0px red solid;
	width:910px;
	margin:0 auto;
	position:relative;
}
#question-title_main{
    background: url("../images/questions-top.png") no-repeat scroll right center transparent;
    border: 0 solid red;
    color: #FFFFFF;
    height: 46px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    right: -11px;
    top: 21px;
    width: 880px;
}

#question-content{
	text-align:justify;
	background-color:#E5F7FD;
	line-height:30px;
	padding:10px;
	background:#fff url('../images/questions-middle.png') repeat-y;
	margin:0 auto;
	width:890px;
}
#question-content_main{
    background-color: #F7F7F7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 0 none;
    line-height: 30px;
    margin: 24px auto 0;
    padding-bottom: 10px;
    text-align: justify;
    width: 878px;
	
}
#question-content  .question,#question-content_main  .question{
	background-color:#f4f4f4;
	padding:10px;
	color:#666;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
}

#question-content .answer,#question-content_main  .answer{
	background-color:#ebebeb;
	color:#2F81D1;
	padding:10px;
	margin-top:5px;
	font-weight:normal;
}

#question-content div span{
	font-weight:normal;
}
.show-all-questions{
	height:40px;
	position:relative;
	margin-bottom:5px;
	border:0px red solid;
	width:900px;
	margin:0 auto;
}
#criteria{
	position:absolute;
	left:10px;
	top:4px;
	font-family:tahoma;
	font-size:11px;
	color:#ccc;
	padding:0px 10px 0 25px;
	background-image:url('../images/searchbox_wide.png');
	background-repeat:no-repeat;
	width:205px;
	height:30px;
	line-height:30px;
	border:0px red solid;
}

#bg-question-bottom{
	height:13px;
	background-image:url('../images/bg-question-bottom.png');
	background-repeat:no-repeat;
	margin:0 auto;
	width:910px;
}







#div_faq{
	padding:10px;
	font-family:tahoma;
	font-size:12px;
}

#ul_faq li{
	margin-top:50px;
	line-height:25px;
	color:#FF3399;
	font-weight:bold;
}

#ul_answer li{
	margin-top:10px;
	color:#333;
	font-weight:normal;
}

#container_reservation{
	width:300px;
	height:300px;
	background-color:#F7F7F7;
	margin:60px 20px 0px 0px;
	padding:10px;
	float:left;
}


#container_reservation img{
	width:110px;
	height:120px;
	padding:10px;
	float:right;
}

#container_reservation div{
	width:150px;
	height:120px;
	padding:10px;
	border:0px red solid;
	float:right;
}

*{
	resize:none;
	font-family:tahoma;
	padding:0;
	margin:0;	
}
body{
	margin:0;
	padding:0;
	font:11px Tahoma, Arial;
	line-height:20px;
	color:#333;
	background-color:#f7f7f7;
}

a{
	text-decoration:none;
	color:#009bff;
	cursor:pointer;
	outline:none;
}
a img{
	border:0;	
}



.field_error{
	color:#f00;
}

.field_normal{
	color:#333;
}

.button{
	background-color:#77AF0F;
	color:#fff;	
	font-family:Tahoma;
	font-size:11px;
	height:25px;
}

.service_title{
	font:11px Tahoma,Arial;
	font-weight:bold;
	line-height:30px;
	color:#88A93A;	
}

.contact_info{
	padding:10px;
	margin:5px;
	border:1px #ddd solid;
	background-color:#eee;
	-moz-border-radius:3px;
}


.clear{
	clear:both;
}

input{
	font-size:11px;
}

/* form */

p, h1, button{border:0; margin:0; padding:0;}


	.basic{
		width:900px;
		margin:0 auto;
		padding:14px;		
		background-color:#fff;
	}
	#basic ul{
		margin:0 10px 0 10px;
		padding:10px;
		list-style-type:square;
	}
	
	.basic h1 {
		font-size:13px;
		font-family:tahoma;
		font-weight:bold;
		margin-bottom:8px;
		clear:both;
	}
	.basic p{
		font-size:11px;
		font-family:tahoma;
		color:#666666;		
		padding-bottom:10px;
	}
	.basic ul{
		margin-top:0;
	}
	.basic p.hint{
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
	}
	.basic label{
		font-family:tahoma;
		display:block;
		font-weight:bold;
		text-align:left;
		width:180px;
		float:right;		
		padding-left:5px;
	}
	.basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:180px;
	}
	#div_col2{
		margin:2px 0 10px 10px;
		width:500px;
		float:right;
	}	

	.basic input.textbox{
		width:264px;	
		height:34px;
		font-size:11px;		
		line-height:34px;
		padding-right:5px;
		padding-left:5px;
		border:1px #ccc solid;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		float:right;
	}
	.basic input.textbox:hover{
		background-color:#f7f7f7;
	}
	
	.basic textarea.textbox{
		width:264px;
		height:80px;
		padding:5px;
		border:1px #ccc solid;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		float:right;
		float:right;
		font-size:11px;		
	}
	.basic textarea.textbox:hover{
		background-color:#f7f7f7;
	}

	.basic .styled-select {
		width: 276px;
		height: 34px;
		overflow: hidden;
		background: url(../images/select_arrow.jpg) no-repeat left #fff;
		float:right;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;		
	}
	
	.basic .styled-select:hover{
		background-color:#f7f7f7;
	}	
	.basic .styled-select select.textbox{	
		float:right;
		background: transparent;
		width: 304px;
		padding: 5px;
		font-size: 16px;
		border: 1px solid #ccc;
		height: 34px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;			
	}
	

	
	.basic input:focus{
		outline: none;
		border:1px #009bff dashed;
	}
	.basic textarea:focus{	
		outline: none;
		border:1px #009bff dashed;
	}
	

	.basic .button {		
		background: #222 url(../images/overlay.png) repeat-x; 
		display: block; 
		float:right;
		padding: 10px 10px 0 10px; 
		color: #fff;
		text-align:center;
		text-decoration: none;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		cursor: pointer;
		height:25px;
		width:100px;
		font-size: 13px; 
		font-weight: bold; 
		line-height: 1; 
	}
	.basic .button:hover{
		background-color: #111;
		color: #fff;
	}
	.basic .button:active{
		top: 1px;
	}
	.basic .small_button.button{
		font-size: 11px
	}
	.basic .blue.button{ background-color: #2981e4; }
	.basic .blue.button:hover{ background-color: #2575cf; }
	
	.basic .gray.button{
		background-color: #d7d7d7;
		cursor:text;
	}

	.star{
		color:#f00;
		display:block;
		width:15px;
		height:34px;
		line-height:34px;
		border:0px red solid;
		float:right;
		text-align:center;
	}
	
	#message_new_form{
		height:20px;
		display:none;
		padding-bottom:20px;
	}	
	#message_new_form img{
		float:right;
		padding-right:5px;	
	}

	#message_new_form div{
		display:block;
		padding-top:10px;
	}
	
	#page_2{
		display:none;
		text-align:center;
		height:500px;
	}
	#page_2 img{
		margin-top:150px;
	}
	#page_3{
		display:none;
	}


#content_header
{
	width:950px;
	margin:0 auto;
	background-color:#009ddb;
}
.underheader {
	background-image: url("../images/underheader.png");
	background-repeat:no-repeat;
	padding:0px;
	margin:0 auto;
	width:950px;
	height:27px;
}
#content_intro{
	width:445px;
	background-color:#fff;
	height:260px;
	float:right;
	font-size:12px;
	text-align:justify;
	margin-left:30px;
	background-color:inherit;
}
#content_intro img{
	width:96px;
	height:111px;
	padding:0px;
	overflow:left;
	float:right;
	padding-left:9px;
}
#content_searchBox{
    background: url("../images/search.png") no-repeat scroll center center transparent;
    height: 41px;
    margin: 0 auto;
    width: 840px;
}
#content_underIntro{
	height:50px;
	width:1300px;
	margin: 0 auto;
	background-image:url('../images/under_intro.png');
	
	background-color:inherit;
	clear:both;
}
.under_content{
	
	margin:0 auto;
	width:1300px;
	padding-top:30px;
}

#icon_english {
    background-image: url("../images/FA-EN.png ");
    height: 32px;
    margin-right: 792px;
    width: 126px;
}

#icon_english a {
    padding: 3px 6px 12px 120px;
}

