body{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}

div {
	word-wrap: break-word;
}
.container {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	position: relative;

	border-left: 1px solid #505050;
	border-top: 1px solid #505050;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;

	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-color: white;
}
.header {
	width: 752px;
	height: 107px;

	padding: 0;
	margin: 0 auto;
	position: relative;
	
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.navigator {
	width: 752px;
	height: 21px;
	
	margin-top: 1px;

	padding-left: 14px;
	padding-top: 7px;
	
	background-image: url(../images/navigator.gif);
	background-repeat: no-repeat;
	clear:both;
}
.menu {
	width: 174px;

	padding: 0;
	margin: 0 auto;
	position: relative;

	margin-left: 4px;
	margin-right: 2px;
	margin-top: 4px;
	float: left;
}
html>body .menu {

	margin-left: 7px;
}
.btn {
	width: 174px;
	background-image:url(../images/btn-middle.gif);
	background-repeat: repeat-y;
	
	padding: 0;
	margin: 0 auto;
}
.btntop {
	width: 174px;
	height:24px;
	background-image:url(../images/btn-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

html>body .btntop {
	height: auto;
	min-height: 24px;
}
.btncontent {
	padding-top:4px;
	padding-left:28px;
	float: left;
}
.btnbottom {
	width: 174px;
	min-height:7px;
	background-image:url(../images/btn-bottom.gif);
	background-repeat:no-repeat;
	margin-bottom: -5px;
}
html>body .btnbottom {
	margin-bottom: 1px;
}
a {
	color: #03005d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.sublink {
	font-weight: bold;
	text-decoration: none;
	clear: right;
	line-height: 15px;
}
a.sublink:hover {
	background-color: #6ba4db;
	color: white;
	font-weight: bold;
}
a.sublinkselected {
	background-color: #9fcc32;
	color: white;
	clear: right;
	text-decoration: none;
	
}
a.menulink {
	font-weight: bold;
	text-decoration: none;
	clear: right;
}
.adiv {
	float: left;
	width: 5px;
	height: 15px;
	margin-right: 1px;
	margin-left: 13px;
	margin-top: 3px;
	clear: right;
}
html>body .adiv {
	margin-left: 28px;
	margin-right: 3px;
}
.linkdiv {
	clear: right;
	margin-top: 3px;
}
.linkdivheight {
	width: 1px;
	height: 24px;
	clear: right;
}
.adivselected {
	float: left;
	clear: right;
	width: 5px;
	min-width: 5px;
	height: 14px;
	min-height: 15px;
	margin-right: 1px;
	margin-left: 13px;
	background-color: #9fcc32;
	margin-top: 3px;
}
html>body .adivselected {
	margin-left: 28px;
	margin-right: 3px;
}
.main {
	width: 420px;
	height: 530px;
	
	float: left;
	background-image:url(../images/main.gif);
	background-repeat: no-repeat;
}
html>body .main {
	height: auto;
	min-height: 530px;
}
.mainheight {
	width: 1px;
	height: 530px;
	float: left;
	clear: right;
}
.maincontent {
	float: left;
	width: 400px;
	padding: 5px;
	padding-left: 9px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.rightmenu {
	float: left;
	width: 136px;
	height: 530px;
	background-image: url(../images/rmenu.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 10px;
	padding-top: 10px;
}
html>body .rightmenu {
	height: auto;
	min-height: 530px;
}
.footer {
	clear: both;
	width: 752px;
	background-image: url(../images/navigator.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 14px;
	padding-top: 6px;
}
h1 {
	color: #303030;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	color: #303030;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	color: #303030;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	background-image: url(../images/arrow_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 3px;
}
p {
	color: #303030;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}
.searchbutton {
	padding: 0px;
	color: #303030;
	font-size:12px;
	font-weight: bold;
	background-color: #9fcc32;
	border: 1px solid #9fcc32;
}
input,select, textarea {
	color: #303030;
	font-size:12px;
	border: 1px solid #9fcc32;
}
.rmenutable {
	border-bottom: 1px solid #303030;
	margin-bottom: 12px;
	font-size:12px;
}
.formtd {
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}
.hotel {
	margin: 5px;
	margin-left: 0px;
	width: 180px;
	height: 100px;
	float: left;
	vertical-align: top;
}
.hotelname {
	color: #303030;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.aresort {
	text-decoration: none;
	color:#303030;
	font-weight: normal;
}
a.aresort:hover {
	text-decoration: underline;
}
.errinput {
	color: red;
}
