@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#0ff url(../images/bodybg.jpg) repeat-x top center;
	font-size:16px;
	color:#03037b;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#0ff;
}
a:hover{
	text-decoration:none;
}
p{
	padding-bottom:15px;
}
ul{
	list-style:none;
}
img{
	border:0
}
table{
	border-collapse:collapse;
	border:0px; 
}
textarea{
	overflow:auto;
}
.up_down{
	margin-bottom:-3px;
}
.up{
	color:#D90005;
}
.down{
	color:#009933;
}
select > option {
  -moz-padding-start: 3px;
  -moz-padding-end: 5px;
}
/***************************************************************************************main css*****/
#wrap{
	width:100%;
}
.clear-both{
	clear:both;
}
#header{
	width:880px;
	margin:0 auto;
	height:320px;
}
#logo{
	float:left;
	margin-top:23px;
}
#language{
	float:right;
	color:#fff;
	margin-top:45px;
}
#language img{
	margin-left:5px;
}
#banner{
	margin-top:10px;
	float:left
}
#nav{
	width:880px;
}
#nav ul li{
	float:left;
	font-size:17px;
	height:40px;
	line-height:40px;
	margin-right:65px;
	margin-left:15px;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover, #nav ul li a.on{
	color:#0ff;
}
#container{
	width:880px;
	margin:0 auto;
	margin-top:10px;
}
#mainside{
	width:600px;
	float:left;
	line-height:22px;
}
#mainside h1{
	font-size:28px;
	padding:20px 0;
}
#mainside img{
	margin-top:5px;
	margin-right:5px;
}
#rightside{
	width:270px;
	float:right;
}
#rightside img{
	margin-bottom:5px;
}
.tripadvisor{
	background:#000076;
	padding-left:15px;
}
.testimonials{
	background:#000076 url(../images/testimonials-b.gif) no-repeat bottom right;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:30px;
}
.testimonials-quote{
	background:#000076 url(../images/testimonials-t.gif) no-repeat top left;
	padding:30px 50px 0;
	color:#fff;
}
.gallery{
	background:#000076;
	width:874px;
	float:left;
	padding:5px 0 0 6px;
}
.gallery img{
	margin-right:5px;
}
.morephoto{
	float:right;
	color:#0ff;
	height:28px;
	line-height:28px;
	padding-right:7px;
}
#footer{
	width:100%;
	background:#000076 url(../images/footer.gif) repeat-x top center;
	text-align:center;
	color:#e7e7ff;
	margin-top:30px;
	font-size:13px;
	line-height:20px;
	padding:20px 0 40px;
}
#footer a{
	color:#8585e1;
}













