@import url('homepage.css');
@import url('contact-form.css');
@import url('calendar.css');
@import url('datepicker.css');
@import url('shopping-cart.css');
@import url('accommodation.css');
@import url('flights.css');

body {
	background: #FFF;
}

form {
  margin: 0;
}

#wrapper {
	width: 778px;
	background: #FFF;
}

#main-container {
  /* width: 880px; */
  width: 857px;
  margin: 0 auto;
  text-align: left;
}
/* no ******* (removed) */
.main-content {
  text-align: left;
  padding: 12px;
}
.main-content-home {
  width: 100%;
  text-align: left;
}
.stepsbg {
	cursor: default;
	background-image: url(./bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
a {
	color: #37085A;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.small, 
a.small:link, 
a.small:active, 
a.small:visited {
	color: #37085A;
	text-decoration: none;
}
a.small:hover {
	color: #37085A;
	text-decoration: underline;
}
a.white, 
a.white:link, 
a.white:active, 
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
}
a, 
a:link {
	color: #37085A;
	text-decoration: none;
}
a:hover {
	/* color: #37085A; */
	text-decoration: underline;
}
.button {
	border: 1px solid #37085A;
	color: #37085A;
	background: white;
}
select {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
td {
	/* color: #37085A; */
	font-family: Arial;
	font-size: 12px;
}
.footer {
	color: #37085A;
	font-align: justify;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: #AF9CBD;
}
.pic {
	border: #FFFFFF 1px solid;
}
.purple {
	background: #37085A;
}
.small {
	color: #37085A;
	font-family: Arial;
	font-size: 9px;
}
.white {
	align: justify;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}
.inv {
	font-size: 1px;
	visibility: hidden;
}
.alBorder {
	border: 2px solid #FFFFFF
}
.alFont {
	color: #FFFFFF;
	font: normal normal 11px Arial
}
.alFontOv {
	color: #FFFFFF;
	font: normal normal 11px Arial
}
.header1 {
	color: #37085A;
	font-align: justify;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.header2 {
	color: #37085A;
	font-align: justify;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
#topmenu {
	height: 20px;
	width: 780px;
}
#topmenu td {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#topmenu td a, #topmenu td a.link, #topmenu td a.visited, #topmenu td a.active {
	display: block;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background: #37085A;
	text-decoration: none;
}
#topmenu td a.hover {
	display: block;
	padding: 2px 10px 2px 10px;
	text-align: center;
	vertical-align: middle;
	color: #37085A;
	background: #AF9CBD;
	text-decoration: none;
}
#indexpage h6 {
	display: inline;
	font-size: 9px;
}
#indexpage h5 {
	display: inline;
	font-size: 10px;
}
#indexpage h4 {
	display: inline;
	font-size: 11px;
}
.membersLoginArea {
	width: 108  px;
}
.membersLoginArea input.text {
	width: 104px;
	font-size: 10px;
	border: 1px solid #37085A;
	padding: 2px;
}
.membersLoginArea input {
	margin: 2px;
	font-size: 11px;
}
.messageDisplay {
	font-size: 11px;
}
#left_menu{
    display:block; 
    width:112px; 
    height:25px;
	border-left: 10px solid #37085A;
    background: #37085A;
    color:white;
    font-family: Arial;
    font-size:11px;
    font-weight: bold;
    text-decoration: none;
}
#left_menu:hover, left_menu a:hover{
    background: #AF9CBD;
	border-left: 10px solid #AF9CBD;
}

