html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	height: 100%;
}

.clear { clear: both; }

h1 { padding: 10px 0; }

p {
	margin:0;
	padding:5px 0;
}

img { border:none; }

#wrapper {
	background-image: url(shared/bg-top.jpg);
	height: 114px;
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	min-height: 100%;
	height: auto !important;
	weight: 100%;
}

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

#main2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	background-image: url(shared/logo01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;
	width: 169px;
	float: left;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(shared/logo02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#right-main { margin-top: 10px; }

#left-left {
	width: 270px;
	padding-right: 5px;
	float: left;
	padding-top: 5px;
}

#right-right {
	width: 251px;
	float: right;
	padding: 5px;
	margin-right: 35px;
}

#menu {
	float: right;
	height: 65px;
	width: 444px;
	margin-top: 49px;
	margin-right: 35px;
}

#menu ul li {
	margin:0;
	padding:0 5px 0 5px;
	list-style-type: none;
	display: inline;
}

#left {
	float: left;
	width: 169px;
	padding: 5px;
}

#left-promo {
	float: left;
	width: 169px;
	margin-top: 20px;
}

#right {
	width: 580px;
	float: right;
	padding: 5px;
}

#news { margin-top: 75px; }

#footer {
	background-image: url(shared/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	float: left;
	height: 78px;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
}

.home {
	display:block;
	background-image:url(shared/home.jpg);
	background-position:left bottom;
	width:48px;
	height:65px;
	background-repeat: no-repeat;
}

.home:hover { background-position:top left; }

.about {
	display:block;
	background-image:url(shared/about.jpg);
	background-position:left bottom;
	width:61px;
	height:65px;
	background-repeat: no-repeat;
}

.about:hover { background-position:top left; }

.day1 {
	display:block;
	background-image:url(shared/1day.jpg);
	background-position:left bottom;
	width:75px;
	height:65px;
	background-repeat: no-repeat;
}

.day1:hover { background-position:top left; }

.costa {
	display:block;
	background-image:url(shared/costa.jpg);
	background-position:left bottom;
	width:64px;
	height:65px;
	background-repeat: no-repeat;
}

.costa:hover { background-position:top left; }

.testimonial {
	display:block;
	background-image:url(shared/testimonial.jpg);
	background-position:left bottom;
	width:80px;
	height:65px;
	background-repeat: no-repeat;
}

.testimonial:hover { background-position:top left; }

.faq {
	display:block;
	background-image:url(shared/faq.jpg);
	background-position:left bottom;
	width:35px;
	height:65px;
	background-repeat: no-repeat;
}

.faq:hover { background-position:top left; }

.contact {
	display:block;
	background-image:url(shared/contact.jpg);
	background-position:left bottom;
	width:69px;
	height:65px;
	background-repeat: no-repeat;
}

.contact:hover { background-position:top left; }

/* footer */
.links {
	display:block;
	background-image:url(shared/links.gif);
	background-position:left bottom;
	width:43px;
	height:26px;
	background-repeat: no-repeat;
}

.links:hover { background-position:top left; }

.terms {
	display:block;
	background-image:url(shared/terms.gif);
	background-position:left bottom;
	width:107px;
	height:26px;
	background-repeat: no-repeat;
}

.terms:hover { background-position:top left; }

.sitemap {
	display:block;
	background-image:url(shared/sitemap.gif);
	background-position:left bottom;
	width:55px;
	height:26px;
	background-repeat: no-repeat;
}

.sitemap:hover { background-position:top left; }

.email {
	display:block;
	background-image:url(shared/email.gif);
	background-position:left bottom;
	width:42px;
	height:26px;
	background-repeat: no-repeat;
}

.email:hover { background-position:top left; }

/* text */
.news-title {
	color:#f08630;
	font-weight:bold;
}

.header-title {
	color:#f84232;
	font-size:17px;
	font-weight:bold;
}

.bodytext {
	color:black;
	font-size:12px;
}

.bodytext a, .bodytext a:visited {
	color:#f08630;
	border-bottom:1px dotted;
}

.bodytext a:hover { border-bottom:1px solid; }

.boxtext {
	color:black;
	font-size:11px;
}

.boxtext a, .boxtext a:visited {
	color:#f08630;
	border-bottom:1px dotted;
}

.boxtext a:hover { border-bottom:1px solid; }

.white-text {
	color:white;
	font-size:11px;
}
