body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#666;
	font-family: arial, sans-serif;
	font-size:100%;
	background-image: url(media/background.gif);
}

.container {
	margin: auto;
	width:815px;
}
.main {
	background-color:#fff;
	padding:5px 10px 0 5px;
	margin:0;
}
.main tr { 	vertical-align:top; }

#left {
	width:590px;
	float:left;
	margin: 0 10px 0 0 ;
	background-color:#fff;
}
#right {
	width:200px;
	float:right;
	background-color:#fff;
}
#tagline {
	color:#fff;
	background-color:#0683BE; /* cobalt blue */
	line-height:2.25em;
	font-weight:normal;
	text-indent:10px;
}

/* flag & navigation */

#flag {
	margin: 40px 0 25px 0;
	
}
#flag img { border:0; }

#navigation ul {
	padding:0;
	margin:0 0 0 1em;
}
#navigation li {
	list-style-type:none;
	line-height:1.6em;
	padding:0;
	margin:0;
}
#navigation ul li ul li {
	margin:0;
}
#navigation a {
	display: block;
	height:1.5em;
}
#navigation a:active, #navigation a:link {
	color:#0683BE;
	background-color:#fff;
	text-decoration:none;
}
#navigation a:visited {
	color:#0683BE;
	background-color:#fff;
	text-decoration:none;
}
#navigation a:hover {
	color:#0683BE;
	background-color:#e3edf7;
	text-decoration:none;
}
#navigation .on {
	font-weight:bold;
	color:#0683BE;
	margin:0; padding:0;
	position:relative;
	left:-1em;
}

/* reservation */

#reservation-box {
	background-color:#ececec;
	padding: 10px;
	font-size:.8em;
	
}
#reservation-box h1 {
	padding:0;
	margin:.75em 0 .5em 0;
	color:#777;
	font-weight:normal;
	font-size:1.8em;
}
#reservation-box #links {
	font-size:.75em;
	text-align:right;
	margin: .75em 0 0 0;

}
#reservation-box #links a:active, #reservation-box #links a:link { color:#000; } 
#reservation-box #links a:visited { color:#000; }
#reservation-box #links a:hover { text-decoration:none; }

/* content styles */

#content {
	border: solid 1px #fff;
	margin: 3px 0 0 0;
}
h1, h2, h3, h4 {
	font-weight:normal;
	color: #0683BE;
}

h1 {}


p {
	line-height:1.45em;
}
.copy {
	padding-left:5px;
}

.container ul li {
	padding-bottom:1em;
}

/* quicktime business */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

.pan-thumb, .pan-thumb-non {
	width:285px;
	height:95px;
	float:left;
	border:solid 1px #ccc;
	margin:5px 5px 0 0 ;
	font-size:x-small;
	color:#999;
}
.pan-thumb:hover {
	border:solid 1px #000;
}

.pan-thumb img, .pan-thumb-non img {
	padding:2px;
	border:0;
	width:280px;
	clear:right;
}
.pan-thumb-non img {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

/* footer */

#footer {
	font-size:x-small;
	text-align:center;
	background-color:#fff;
	margin: 5px 0 1em 0 ;
	padding: 10px;
}


















