@charset "utf-8";
/* CSS Document */
#body { 
	position: absolute;
	left: 50%;
	top: 20px;
	padding: 0px;
	margin-left: -369px;
}
/* HEADER */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 215px;
	height: 98px;
	background-color: #99CCCC;
	padding-top: 12px;
	padding-left: 15px;
}
#hbar1 {
	position: absolute;
	left: 230px;
	top: 0px;
	background-color: #99CCCC;
	width: 500px;
	height: 10px;	
}
#topimg {
	position: absolute;
	left: 233px;
	top: 13px;
	background-image: url(../src/topimg.gif);
	width: 497px;
	height: 30px;
}
#hbar2 {
	position: absolute;
	left: 230px;
	top: 46px;
	background-color: #99CCCC;
	width: 500px;
	height: 5px;
}
#menu {
	position: absolute;
	left: 285px;
	top: 65px;
	width: 380px;
}
#hbar3 {
	position: absolute;
	left: 230px;
	top: 95px;
	background-color: #99CCCC;
	width: 500px;
	height: 15px;
}
#contactbar {
	position: absolute;
	left: 18px;
	top: 113px;
	width: 712px;
	height: 19px;
	padding-top: 1px;
	background-color: #666666;
}
#img1 {
	position: absolute;
	left: 21px;
	top: 135px;
	width: 700px;
	height: 173px;
}
#text {
	position: absolute;
	left: 30px;
	top: 320px;
	width: 685px;
}
#footer {
	position: relative;
	left: 130px;
	top: 0px;
	text-align: center;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 25px;
}


/* MENU */
a.menuHome {
	display: block; 
	width: 54px;
	height: 16px;
	background: url(../src/menu/homeLink.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.menuHome:hover { background-position: -54px 0; text-decoration: none; }

a.menuVideo {
	display: block; 
	width: 103px;
	height: 16px;
	background: url(../src/menu/videoLink.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.menuVideo:hover { background-position: -103px 0; text-decoration: none; }

a.menuTariff {
	display: block; 
	width: 50px;
	height: 16px;
	background: url(../src/menu/tariffLink.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.menuTariff:hover { background-position: -50px 0; text-decoration: none; }

a.menuAvail {
	display: block; 
	width: 104px;
	height: 20px;
	background: url(../src/menu/availLink.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.menuAvail:hover { background-position: -104px 0; text-decoration: none; }

a.menuBooking {
	display: block; 
	width: 78px;
	height: 20px;
	background: url(../src/menu/bookingLink.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.menuBooking:hover { background-position: -78px 0; text-decoration: none; }

/* CLASSES */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.menu { color: #333333; font-family:Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; word-spacing: 35px; }
.contact { color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 15px; }
a.contact { color: #FFFFFF; }
a.contact:visited { color: #FFFFFF; }

.title { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; }
.subtitle { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.footer { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; }

