@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	color: #CCCCCC;
	font-size: 50px;
	margin: 0px;
	padding: 0px;
}

#subpage h1 {
	font-size: 30px;
}

.largertext {
	font-size: 16px;
}

.smalltext {
	font-size: 10px;
}

#container {
	width: 970px;
	padding: 0px 24px;
	margin: 0px auto;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}

#menu {
	background-image: url(/images/menu-bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 16px;
}

#menu a:hover {
	color: #fcc27b;
}

#offers {
	clear: both;
	margin-top: 2px;
}

#content {
	clear: both;
}

#content div {
	margin-top: 10px;
	float: left;
}

#content-box1, #content-box2 {
	padding-left: 6px;
}

#content div#box1 {
	padding-left: 0px;
}

#subpage {
	float: left;
	width: 640px;
	padding-left: 10px;
}

#subpage .pfloat {
	float: right;
	margin-left: 10px;	
}

 
#welcome {
	border: 1px solid #e0e0e0;
	width: 299px;
	min-height: 324px;
}

#welcome p {
	padding:0px 6px;
}

.nopadding {
	padding: 0px;
}

#holidays {
	clear: both;
	margin-top: 10px;
}

#cruisebox {
	float: left;
	width: 299px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 3px;
}

#cruisebox p, #cruisebox li {
		padding: 2px 8px;
}

#box1 {
	float: left;
	width: 299px;
	height: 360px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 3px;
}

#box2 {
	float: left;
	width: 329px;
	height: 360px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 3px;
}

#box3 {
	float: left;
	width: 329px;
	height: 360px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#holidays p {
	margin-top: 0px;
	padding:0px 6px;
}

#footer {
	margin: 0px auto;
	clear: both;
	padding-top: 20px;
	text-align: center;
	height: 40px;
	background-color: #f1f1f1;
	color: #989898;
}

#footer em {
	font-style: normal;
	padding: 0px 10px;
}

#footer a {
	color: #989898;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.error {
	width: 600px;
	font-size: 1em;
	padding: 8px 8px 12px 45px;
	margin-bottom: 6px;
	color:#000000;
	background: #fffcdc url(/images/icon-error.gif) no-repeat 5px;
	border: 1px solid #dfd061;
}

.notification{
	width: 600px;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px 12px 35px;
	margin-bottom: 6px;
	color:#8bbb39;
	background: #f2fde0 url(/images/icon-confirm.gif) no-repeat 5px;
	border:1px solid #8bbb39;
}

.register input, .register textarea {
	width: 250px;	
}

.register td {
	padding: 2px;
}

.register th {
	text-align: left;
	width: 100px;
}

input.formbutton {
	width: auto;	
	padding: 4px;
	background-color: #ff920c;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFF;
}

.listing {
	padding-bottom: 10px;
}

.featured {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff920c;
	margin-bottom: 10px;
}

.listing .ptitle , .featured .ptitle  {
	color: #FFF;
	padding-left: 4px;
	font-size: 18px;
	background-image: url("/images/heading-bg.gif");
	background-repeat: repeat-x;
	height: 36px;
}
.listing .ptitle2, .featured .ptitle2  {
	font-size: 11px;
}
.listing .ptitle a, .featured .ptitle a {
	color: #FFF;
}
.listing a.more, .featured a.more {
	color: #ff920c;
	font-size: 10px;
}

.listinginfo {
	vertical-align: top;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-left: 4px;
	color: #535353;
}

.fromprice {
	width: 100px;
	height: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	background-color: #ffa73d;	
}

.listing .img, .featured .img {
	vertical-align: top;
}

.proptitle {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.proptitle2 {
	font-size: 11px;
	color: #666666;
}
.propimg {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}

.pfloat {
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
}

 
/* rate table start  */
#rates .lcrate1 {width:450px;	border-collapse: collapse; }
#rates .lcrate1 tr {
	padding:12px 4px;
}
#rates .lcrate1 td {	
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
}	
#rates .lcrate1 tr tr {padding:0;}
#rates th {
	padding: 3px;
}
#rates th.lcrate2 {
	width:240px;
	text-align:left;
	background-color: #E0E0E0;
}
#rates th.lcrate3 {
	background-color: #E0E0E0;
}
#rates th.lcrate4 {
	background-color: #FFC875;
}
#rates .lcrate3, #rates .lcrate4 {width:100px; text-align:center;}
#rates td.lcrate2 {
	color:#0C73B6;
	font-weight:bold;
	padding-left: 4px;
}
#rates .lcrate1 td td {
    border-bottom-width: 0px;
}
/* rate table end  */
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	display: none;
}
