/* ----- universal settings -----*/

@import url('//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');

body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background: url('bg.jpg') center top repeat-y #003d67; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 14px 0px 14px;}
.welcome {padding: 0px 17px 0px 17px;}

.left {padding: 0px 12px 0px 12px;}
.tour {padding: 0px 0px 0px 13px;}
.rest {padding: 0px 10px 0px 24px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #21695f;}
a:visited {text-decoration: none; color: #21695f;}
a:hover {text-decoration: underline; color: #21695f;}
a:active {text-decoration: none; color: #21695f;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg-x {background: url('bg-x.jpg') center top repeat-x;}

.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.welc-y {background: url('welc-y.jpg') left top repeat-y;}
.sub-y {background: url('sub-y.jpg') left top repeat-y;}

.bg-bot {background: url('bg-bot.jpg') center top repeat-y;}

.foot-l {background: url('foot-l.jpg') right top no-repeat;}
.foot-r {background: url('foot-r.jpg') left top no-repeat;}


/* ----- other stuff ----- */
.img {border:3px solid #fff;}
ul li {
	margin-left: -10px; 
	

	
	
	list-style-image: url('bullet.gif');
}
#fader {height: 254px; width: 380px; overflow: hidden;}

#rental { height:62px; padding-top:165px; text-align:center; }

ul.navlist {list-style:none; margin:0; padding:0;}
	ul.navlist li {float:left; margin:0; padding:0;}
	
ul.navlist a:link, ul.navlist a:visited, ul.navlist a:active {
	color:#fff;
	display:block;
	font-family:'PT Sans Narrow';
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	text-shadow:-1px 1px 1px #75abbc;
	padding-top: 15px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 10px;
}
	ul.navlist li a:hover { color:#21466f; text-decoration:none;
}
ul.navlist .first {padding-left:0px;}
ul.navlist .last {padding-right:0px;}

