html {
	background-color: #000;
}

body {
	margin: auto;
	background-color: #666;
	font-family: Verdana, sans-serif;
	width: 1080px;
}

em {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	padding: 0px 0px 20px 20px;
	margin: 0px;
	color: #000;
}

h2 {
	font-size: large;
	margin-top: 0px;
}

h3 {
	font-size: medium;
}

p {
	text-align: justify;
	padding: 10px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}

#map {
	margin: 20px auto 20px auto;
	width: 570px; 
	height: 400px;
	text-align: center;
	border: 1px solid #666;
}

#banner {
	background: #000 url(images/carism-09.png) no-repeat;
	color: #fff;
	width: 100%;
	height: 170px;
}

#banner img {
	float: left;
}

#book {
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	width: 160px;
	height: 110px;
	background-image: url(images/booknow_yellow-05.png);
}

#book:hover {
	background-image: url(images/booknow-05.png);
}


#navigation ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
	margin-top: 20px;
	padding: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#navigation a {
	text-decoration: none;
	color: #000;
	display: block;
	height: 24px;
	margin-left: -20px;
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	width: 170px;
}


#navigation li {
	background-color: #666;
	color: #000;
	display: block;
	width: 170px;
	height: 24px;
	padding: 10px 4px 5px 20px;
	margin-bottom: 3px;
}

#navigation li:hover {
	background-color: #FFF55E;
}

#swoosh {
	width: 100%;
	height: 41px;
	background: transparent url(images/swoosh-11.png) repeat-x;
} 

#content, #content_book {
	margin: auto;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: #fff;
	border: 5px solid #333;
	color: #000;
	padding: 10px;
	width: 600px;
	float: left;
	position: relative;
}


#content_book {
	width: 796px;
}


/* Linked images */

a img {
	border-style: none;
}

a:hover img#titleimg {
    border-style: none;
}

li#on, li#on:hover {
	background-color: #fff;
	color: #000;
}


li.extras, li.extras:hover {
	background-color: #666 !important;
	border: 1px solid #666 !important;
	text-align: center;
	min-height: 80px;
	margin-top: 10px;
}

li.extras p {
	text-align: left;
	font-size: x-small;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

li.extras p a {
	color: #fff !important;
	text-decoration: underline !important;
}

li.extras img {
	margin-right: 15px;
	border: 1px solid #fff;
}

p.tooltip {
	font-size: small;
	color: red;
	padding: 0px;
	margin: 0px;
}

/* Tables */
table {
	font-size: small;
	margin: auto;
}

div#table {
	background-color: #666;
	color: #fff;
	float: left;
	margin-bottom: 0px;
}

table#index {
	padding: 10px;
}

table#index img {
	border: 1px solid #fff;
}

table#tours td {
	padding: 10px 10px 20px 10px;
}

table#tours {
	text-align: justify !important;
}


td {
	border-bottom: 0px;
	vertical-align: top;
}


tr.images {
	text-align: center;
}

tr.images img {
	margin-left: 5px;
	margin-right: 5px;
}

ul.bullet {
	font-size: small;
	list-style-type: circle;
	padding-left: 20px;
}

ul.bullet li {
   margin-top: 5px;
}

#footer {
	background-color: #000;
	color: #fff;
	font-size: x-small;
	clear: both;
	border: 1px solid #000;
}

#footer p {
	text-align: center;
	padding: 0px;
	font-size: x-small;
}

#footer a, #footer img {
	text-decoration: none;
	border: none;
	color: #fff;
	padding-top: 10px;
}

#footer a:hover {
	text-decoration: underline;
}