/*==========================================================================================*/
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-size: small;
}
.container {
	width: 1000px;
	border: 3px solid #411485;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #ffffff;
	background-image: url(../images/css/bgcontainer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*==========================================================================================*/
.topmenu {
	height: 30px;
	background-image: url(../images/css/menubg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-weight: bold;
}
.topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
.topmenu ul li {
	display: inline;
}
.topmenu ul li a {
	display: block;
	float: left;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/css/menubg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*==========================================================================================*/
.footer {
	clear: both;
	height: 128px;
	background-image: url(../images/css/bgfooter.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 85%;
	padding: 10px;
	background-color: #ffffff;
	padding-right: 180px;
}
/*==========================================================================================*/
.main {
	padding: 10px;
}
#breadcrumbs {
	padding: 3px;
	margin: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #411485;
	font-weight: bold;
}
#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
#breadcrumbs ul li {
	display: inline;
	padding-right: 5px;
}
#breadcrumbs ul li a {
	color: #ffffff;
	text-decoration: none;
}
/*==========================================================================================*/
.hotlist {
	width: 100%;
}
.hotlist th {
	padding: 3px;
	color: #ffffff;
	background-color: #411485;
	text-align: left;
}
.hotlist td {
	padding: 3px;
}
.evenrow td {
	background-color: #ececec;
}
.oddrow td {
	background-color: #ffffff;
}
.overrow td {
	background-color: #d9d0e7;
}
.hotlistimage {
	width: 60px;
}
.hotlist a {
	color: #411485;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
}
.hotliststars, hotlistrating {
	width: 120px;
}
.hotlistprice {
	color: #411485;
	font-weight: bold;
	font-size: large;
	text-align: right;
}
.hotlistbook {
	width: 126px;
}
/*==========================================================================================*/
#navselects {
	text-align: right;
	margin-bottom: 10px;
}
#subsections, #pagelist {
	display: none;
}
/*==========================================================================================*/
.boxmenu {
	width: 414px;
	float: right;
	margin-top: 5px;
}
.boxmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.boxmenu ul li {
	display: inline;
}
.boxmenu ul li a {
	display: block;
	float: left;
	padding: 3px;
}
.boxmenu ul li a:hover {
	background-color: #411485;
}
.main h1 {
	padding: 3px;
	margin: 0px;
	color: #ececec;
	background-color: #411485;
	font-size: 100%;
}
/*==========================================================================================*/
.hptopleft {
	display: block;
	float: left;
	width: 660px;
	height: 250px;
	overflow: hidden;
	background-image: url(../images/css/hpsearchbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.hptopleftleft {
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-top: 16px;
}
.hptopleftleft label {
	display: block;
	line-height: 30px;
	font-weight: bold;
}
.hptopleftleft input, .hptopleftleft select {
	width: 167px;
}
.hptopleftright {
	color: #ffffff;
	padding-top: 84px;
}
.hptopleftright label {
	display: block;
	min-height: 25px;
}
.hptopleftright label input {
	float: left;
	margin-right: 5px;
}
.hptopleftright input[type=image] {
	float: right;
}
.hptopleftright strong {
}
.hptopright {
	display: block;
	float: left;
	width: 320px;
	height: 250px;
	overflow: hidden;
	background-image: url(../images/css/hprightbg.gif);
	text-align: right;
}
.hptext {
	display: block;
	clear: both;
	padding-top: 10px;
}
.thegoogleads {
	text-align: center;
	padding: 10px;
}
/*==========================================================================================*/
.hotelcolumn1, .hotelcolumn2 {
	width: 485px;
	float: left;
	margin-top: 10px;
}
.hotelcolumn2 {
	width: 485px;
	float: left;
	margin-left: 10px;
}
.hotelcolumnspan {
	clear: both;
}
.hotelpricebook {
	font-size: large;
}
.hotelpricebook strong {
	font-size: xx-large;
	color: #411485;
}
#hotelimages {
	text-align: center;
}
#hotelimages ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#hotelimages ul li {
	display: inline;
}
#hotmap {
	height: 350px;
}
#hotstreetview {
	height: 350px;
}
/*==========================================================================================*/
.contactform {
	background-color: #ffffff;
	padding: 10px;
}
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
}
.contactform #xFORMsubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*==========================================================================================*/

