/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px; 
	background-color: #fff; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

#ctr {margin-left: auto; margin-right: auto; width: 760px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 18px 0px 15px;}
.content {padding: 0px 15px 0px 15px;}

.news {padding: 0px 12px 0px 15px;}
.availability {padding: 0px 10px 0px 15px;}

.footer, .copyright {color: #000; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #b07020;}
a:visited {text-decoration: none; color: #b07020;}
a:hover {text-decoration: underline; color: #b07020;}
a:active {text-decoration: none; color: #b07020;}

.footer a:link, .copyright a:link {text-decoration: none; color: #555;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #555;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #555;}
.footer a:active, .copyright a:active {text-decoration: none; color: #555;}


/* ----- backgrounds ----- */
.top-bg {background: url('top-bg.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;}

.mid-l {background: url('mid-l.jpg') right top repeat-y;}
.mid-r {background: url('mid-r.jpg') left top repeat-y;}

.bottom-bg {background: url('bottom-bg.jpg') center top repeat-x;}
.bottom-l {background: url('bottom-l.jpg') right top no-repeat;}
.bottom-r {background: url('bottom-r.jpg') left top no-repeat;}

.welcome-y {background: url('welcome-y.jpg') left top repeat-y;}
.content-y {background: url('content-y.jpg') left top repeat-y;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 201px; overflow: hidden;}
ul {margin:0 0 10px 15px; padding:0;}
ul li {margin:0px 0 3px 3px; padding:0; list-style-image: url('bullet.jpg');}

.img {border:1px solid #000;}

h1 {font-size:9pt; margin:0 0 5px 0; padding:0;}
.info a {display:block; text-decoration:none; color:#000;}
.info td:hover {background-color:#efeef1;}
.info td img {background-color:none; border:none;}
.info td {border-bottom:1px solid #efeef1;}