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



body{
	background-color:#7ba7d0;
	margin:0px 0px 40px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}

	img{
		border:none
	}
	
	a{
		color:#0f5ea9;
		text-decoration:underline
	}
	
	a:hover{
		text-decoration:none
	}
	
	
.atm_container{
	width:500px;
	height:340px;
	text-align:center
}
.atm_container .atm_box{
	width:105px;
	height:160px;
	padding:0px 10px;
	float:left;
	font-weight:bold;
	font-size:11px;
	}
	
	
.arrow_box{
	width:12px;
	height:8px;
	text-align:right;
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bull{
	color:#679bcc;
	padding:0px 7px
}
.customer{
	width:auto;
	height: auto;
	float: left;

}
.customer_container{
	width:600px;
	height:auto;
	margin:auto;
	float: left;
}
.customer_container .box{
	padding:18px;
	float:left;
	text-align: center;

}
.outerContainter{
text-align:center;
background:url(images/bg.jpg) repeat-x;
}
.innerContainter{
width:900px;
text-align:left;
margin:auto;
padding-top:20px;
}
.inner{
width:880px;
background-color:#FFFFFF;
padding:10px 10px;
}
#bottomlink{
	width:900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}
#bottomtext{
	width:900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: auto;
}	

.header{
	width:100%;
	height:68px;
	background-color:#b9b9b9
}
	.logo{
	float:left
	}
	.phone{
	float:right
}	

.header_phone{
	width:400px;
	height:auto;
	background-color:#b9b9b9;
	float: right;
	color: #0f5ea9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	padding-top: 16px;
	padding-right: 18px;
}

.body{
	width:880px;
	background-color:white;
	clear:both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.left_nav{
	width:230px;
	height:740px;
	float:left;
	margin-right:10px;
	background-color:#0f5ea9;
	margin-bottom:10px;
	padding-top: 10px;
	}
		.left_nav li{
		padding:0px 0px;
		list-style-type:none;
		margin-left:-40px
		}
		.left_nav li a{
		font-size:15px;
		padding:3px 20px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		display:block;
		text-decoration:none
		}
		.left_nav li a:hover{
		background:url(images/btn_bg.jpg);
		}

	.right_content{width:640px;float:left}
		.right_content .feature{padding:10px 0px}
		.right_content .feature .feature1{width:208px;float:left;}
		.right_content .feature .feature1 .title{
	display:block;
	background-color:#D3070A;
	padding:10px;
	color:white;
	font-weight:bold;
	font-size:15px
}
		.right_content .feature .feature1 .context{display:block;padding:0px 10px;font-size:11px}
		.right_content .feature .feature2{width:208px;float:left;margin-left:8px;}
		.right_content .feature .feature2 .title{
	display:block;
	background-color:#D3070A;
	padding:10px;
	color:white;
	font-weight:bold;
	font-size:15px;
	height: auto;
}
		.right_content .feature .feature2 .context{display:block;padding:0px 10px;font-size:11px}
		.right_content .feature .feature3{width:208px;float:left;margin-left:8px;}
		.right_content .feature .feature3 .title{
	display:block;
	background-color:#D3070A;
	padding:10px;
	color:white;
	font-weight:bold;
	font-size:15px
}
		.right_content .feature .feature3 .context{display:block;padding:0px 10px;font-size:11px}
	
		.article{
	clear:both;
	padding-top:30px;
	height: auto;
		}
		.article_sub{
	padding-top:10px;
	height: auto;
		}

		.article .content,.article_sub .content{
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.hr1{
		border-top:1px dotted #dadada;
		padding-bottom:10px;
		}
		.h1{
	font-weight:normal;
	font-size:16px;
	color:#0f5ea9
		}
		.h1a{
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:white;
	background-color:#D3070A;
	text-transform: uppercase;
		}
		.h1a img{
			float:right;
			padding-right:10px;
			margin-top:4px;
		 }
		.img_logo{
	padding-right:30px;
	float:left;
	height: auto;
	width: auto;
	padding-bottom: 25px;
		}
		.highlight1{
			font-weight:normal;
			font-size:16px;
			color:#0f5ea9
		}

.footer{
width:880px;
clear:both;
background-color:white;
text-align:left;
}
	.footer .box{
	width:880;
	height:10px;
	background-color:#eaeaea
	}
	.footer .footer_nav{
	width:880px;
	text-align:center;
	font-size:11px;
	color:#0f5ea9;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	.footer .footer_nav a{
		text-decoration:none
	}
	.footer .footer_nav a:hover{
		text-decoration:underline
	}
	.footer_nav2{
	font-size:11px;
	color:#FFFFFF;
	}
	.footer_nav2 a{
		text-decoration:none
	}
	.footer_nav2 a:hover{
		text-decoration:underline
	}
		
	.footer .left{
	float:left;
	margin-left:20px;
	margin-top:10px;
}
	.footer .right{
	float:right;
	margin-right:20px;
	margin-top:10px;
}
.product_item{
text-align:center;
height:400px;
margin:auto;
}

.spec_bar{
	background-color:#ff7d00;
    padding-left:10px;
	font-weight:bold;
}

.form{
	text-align:center;
}
.form_label{
	width:240px;
	text-align:right;
	float:left;
	margin:auto;
	clear:both;
	padding:5px 5px;
}
.form_input{
	width:250px;
	text-align:left;
	float:left;
	margin:auto;
	padding:4px 5px;
}
.required_red_text{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.hotels1{
	float: left;
	height: auto;
	width: 40%;
}
.hotels2{
	float: left;
	height: auto;
	width: 220px;
}
.hotels-list{
	float: left;
	height: auto;
	width: 100%;
}

