* { margin:0;
    padding:0;
}

body{
	margin:0;
	padding:0;
	font:11px Tahoma, Arial;
	line-height:20px;
	color:#333;
	background-image:url('../images/bg_web.png');
	background-repeat:repeat-x;
}
#header{
	margin:0 auto;
	width:900px;
	height:108px;
	border:0px red solid;
	position:relative;
}
#below_header{
	width:900px;
	margin:0 auto;
	height:176px;
	border-bottom:1px #e0e0e0 solid;
}
div#menu {
    width:900px;
	height:38px;
	padding:7px 5px 0 5px;
	border:1px #ddd solid;
	background-color:#E9E9E9;
	-moz-border-radius:3px;
	position:absolute;
	left:0px;
	top:30px;
	border:0px red solid;
}
div#copyright { display: none; }

#content{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	border:0px red solid;
}
#slideshow{
	height:400px;
}
#footer{
	background-color:#e9e9e9;
	height:150px;
	color:#fff;
	clear:both;
}
.center{
	width:900px;
	height:150px;
	margin:0 auto;
	border-left:1px #20AFAF solid;
	border-right:1px #20AFAF solid;
}

a{
	text-decoration:none;
	color:#3B5992;
	outline:none;
}

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

/* begin-slideshow */
.portfolio {
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
	overflow:hidden;
	height:400px;
	margin-top:3px;
}

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


#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-left: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{
	border:0px #DAEBEE solid;
	margin-top:10px;
	width:600px;
	float:left;
}

#announcement-title{
	height:40px;
	border:1px #ddd solid;
	-moz-border-radius:3px;
	margin:3px;
	background-color:#e9e9e9;
	font:Bold 15px Tahoma;
	line-height:28px;
	color:#534039;
}
#announcement-title div{
	padding:7px 0px 0 10px;
}

#announcement-content{
	min-height:235px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	text-align:left;
	overflow:hidden;
}
#announcement-content ul,#announcement-content ol{
	list-style-type:square;
	line-height:18px;
	margin:0;
	padding:0;
}
#announcement-content li{
	color:#333;
	margin-top:3px;
	margin-right:20px;
}


#question-container{
	border:0px #DAEBEE solid;
	margin-top:5px;
	clear:both;
}

#question-title{
	height:40px;
	border:1px #ddd solid;
	-moz-border-radius:3px;
	margin:3px;
	background-color:#e9e9e9;
	font:Bold 15px Tahoma;
	line-height:28px;
	color:#534039;
}

#question-title div{
	padding:7px 0px 0 10px;
}

#question-content{
	min-height:100px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	text-align:left;
	overflow:hidden;
	line-height:30px;
}

#question-content  .question{
	background-color:#f7f7f7;
	padding:10px;
	color:#666;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
}

#question-content .answer{
	background-color:#f7f7f7;
	color:#2879E4;
	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;
}
#criteria{
	position:absolute;
	right:10px;
	top:5px;
	font-family:tahoma;
	font-size:11px;
	color:#ccc;
	padding:0px 25px 0 10px;
	background-image:url('../images/searchbox_wide.png');
	background-repeat:no-repeat;
	width:205px;
	height:30px;
	line-height:30px;
	border:0px red solid;
}




#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;
}

input.textbox{
	background:url('../images/text_field.png') 0px -25px;
	width:264px;
	height:24px;
	border:0px;
	padding-top:1px;
	padding-left:4px;
}
input.textbox:hover{
	background:url('../images/text_field.png') 0px 0px;
	border:0px;
}



select.textbox{
	background:url('../images/text_field.png') 0px -25px;
	width:268px;
	height:26px;
	border:0px;
	padding-top:5px;
	padding-left:4px;
}
select.textbox:hover{
	background:url('../images/text_field.png') 0px 0px;
	border:0px;
}

textarea.textbox{
	background:url('../images/textarea.png') 0px -102px;
	width:258px;
	height:90px;
	border:0;
	padding:5px;	
	background-repeat:no-repeat;
	float:right;
}
textarea.textbox:hover{
	background:url('../images/textarea.png') 0px 0px;
	border:0px;
	background-repeat:no-repeat;
}

.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 img{
	float:right;
	margin-top:5px;
	margin-bottom:5px
}
.contact_info span{
	line-height:32px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px
}

.clear{
	clear:both;
}

input{
	font-size:11px;
}

/* form */

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


	.basic{
		width:850px;
		margin:10px;
		padding:15px;
		background-color:#eee;
	}
	#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:left;		
		padding-left:5px;
		border:0px red solid;
	}
	.basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:180px;
	}
	#div_col2{
		margin:2px 10px 10px 0px;
		width:500px;
		float:left;
	}	
	.basic input{
		width:260px;
		font-family:Tahoma;
		font-size:12px;
		float:left;
		border:0px red solid;
		height:18px;
		padding:4px;
	}
	
	.basic textarea{
		width:260px;
		font-family:Tahoma;
		font-size:12px;
		float:left;
		border:0px red solid;
	}
	
	.basic select{
		width:268px;
		height:26px;
		font-family:Tahoma;
		font-size:12px;
	}
	
	.basic button{ 
		clear:both;
		margin-left:190px;
		color:#fff;
		width:125px;
		height:40px;		
		font-family:Tahoma;
		font-size:13px;		
		cursor:pointer;
		background:#eee url('../images/button.png');
	}

	.star{
		color:#f00;		
	}
	
	#message_new_form{
		height:20px;
		display:none;
		padding-bottom:20px;
	}	
	#message_new_form img{
		float:left;
		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;
	}


	

/* pages */
#pages_top{
	margin:0px 10px 0px 10px;
	background:#fff url('../images/bg-pages-top.png') no-repeat;
	border:0px red solid;
	height:8px
}
#pages_middle{
	padding:10px 20px 200px 20px;
	margin:0 10px 0px 10px;
	background-color:#E5F7FD;
	line-height:30px;
	background:#fff url('../images/bg-pages-middle.png') repeat-y;
}
#pages_bottom{
	margin:0 10px 0px 10px;
	background:#fff url('../images/bg-pages-bottom.png') no-repeat;
	border:0px red solid;
	height:12px
}