@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

#wrap{
	margin:0px auto;
	width:750px;
	}

#page{
	position:relative;
	width:750px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

.clear {
	clear:both;
	height:1px;
}

.blue {
	color:#6699cc;
}

.orange {
	color:#ff9900;
}

.dottedline {
	margin:0px 0px 15px 20px;
	padding:0px 0px 0px 0px;
	width:460px;
	height:2px;
	background: url(../images/dottedline.gif) repeat-x;
}

/*
HTML ELEMENTS
*********************************************************************************************************/
p {
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	color:#000000;
	line-height:130%;
}

#news p {
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 20px;
	font-size: 80%;
	color:#000000;
	line-height:130%;
	background: url(../images/bullet.gif) no-repeat top left;
}

h1 {
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	font-size: 250%;
	color:#6699cc;
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

h2 {
	margin:0px 5px 10px 20px;
	padding:0px 0px 0px 0px;
	font-size: 110%;
	color:#ff9900;
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

a {
	color:#6699cc;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#ff9900;
	font-weight:bold;
	text-decoration:underline;
}

#title{
	position:relative;
	width:660px;
	margin:20px 0px 20px 45px;
	padding:0px 0px 0px 0px;
}

#header{
	position:relative;
	width:660px;
	margin:0px 0px 20px 45px;
	padding:0px 0px 0px 0px;
}

#contentzone{
	position:relative;
	width:660px;
	margin:0px 0px 20px 45px;
	padding:0px 0px 0px 0px;
}

#nav {
	position:relative;
	width:180px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#nav img {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

#nav img.turusmara {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#nav img.nafuarain {
	margin:30px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

#content {
	position:relative;
	width:480px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#content img.welcometext {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
}

#content img.latestnews {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
}

#content img.nafuaraintitle {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
}

#content img.photoleft {
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#content img.photoright {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	float:right;
}


/*
LARGE AVAILABILITY TARIFF STYLES
*********************************************************************************************************/
table.prices {
	width:465px;
	margin:0px 0px 30px 15px;
	padding:0px 0px 0px 0px;
}

table.prices th {
	text-align:left;
	padding: 4px;
	background-color:#6699cc;
}

table.prices td {
	text-align:left;
	padding: 4px;
	background-color:#D1E0F0;
}

table.prices td.date {
	width:265px;
}

table.prices td.price {
	width:100px;
}

table.prices td.booked {
	text-align:left;
	padding: 4px;
	background-color:#ff9900;
}

table.prices th p, table.prices td p {
	font-size:70%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

table.prices th p {
	color:#ffffff;
}

table.prices td.booked p {
	color:#ffffff;
}

.calendars {
	position:relative;
	margin:0px 20px 20px 20px;
	padding:0px 0px 0px 0px;
}

/*
NORMAL TARIFF STYLES
*********************************************************************************************************/
table.tariff {
	width:465px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

table.tariff th p {
	color:#6699cc;
}

table.tariff th, table.tariff td {
	text-align:left;
	padding: 3px;
}

table.tariff th p, table.tariff td p {
	font-size:70%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

table.tariff td:first-child {width:365px;}
table.tariff td:first-child + td {font-weight:bold;}

/*
FOOTER STYLES
*********************************************************************************************************/
#footer{
	position:relative;
	width:660px;
	height:50px;
	margin:0px 0px 0px 45px;
	padding:0px 0px 0px 0px;
	background: #6699cc url(../images/bg_footer.jpg) repeat-x;
}

#footer p {
	margin:0px 20px 0px 20px;
	padding:7px 0px 0px 0px;
	font-size: 70%;
	color:#ffffff;
	line-height:170%;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#footernav p {
	margin:0px 20px 0px 20px;
	padding:7px 0px 0px 0px;
	font-size: 70%;
	color:#666666;
	line-height:170%;
	text-align:center;
}

#footernav a {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

#footernav a:hover {
	color:#6699cc;
	text-decoration:underline;
	font-weight:normal;
}
