/* CSS Document */
body { margin: 10px auto; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #FFCC00; background-image: url(../images/pngs/bg.png); background-repeat: repeat-x; background-position: center top; }
ul, ol { color:#333; margin-left: 10px; padding-left: 10px; }
a { color: #FF6600; text-decoration: underline; }
a:hover { text-decoration: underline; color: #FF9900; }
h1, h2, h3, h4, h5 { color: #FF9900; font-weight: bold; }
h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; font-style: italic; }
#wrapper { background-color: #fff; margin:0 auto; padding: 10px; width: 800px; }
#header { height: 160px; }
#header img { }
#main {	background-color: #fff; }
/*
#menu { padding: 10px; border-bottom: #eee 1px solid; }
#menu a { font-weight: bold; margin-top: 0px; text-align: left; }
*/
#menu {
	text-align: center;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	padding: 10px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom: #FFCC00 4px solid;	
	color: #333333;
}
#menu a:link,#menu a:visited,#menu a:active { font-weight: bold; color: #000; text-decoration: none; }
#menu a:hover {	font-weight: bold; color: #fff; text-decoration: underline; }

#left {	white-space: normal; background-color: #eee; padding: 0px 10px 10px 10px; width: 180px; }
#left a:link,#left a:visited,#left a:active { font-weight: bold; color: #000; }
#left a:hover { font-weight: bold; color: #FF6600; }

#center { white-space: normal; padding: 0px 10px 10px 10px; }
#map { color: #666666; height: 500px; overflow: hidden; width: 100%; }
.map-details { background-color: #fff; border: 1px #eee solid; padding: 4px; }
#right { white-space: normal; background-color: #eee; border-left: 1px #eee solid; padding: 0px 10px 10px 10px; width: 160px; }
#footer { background-color: #eee; }
.footer, .credit { padding: 10px; font-size: 70%; color:#999999; } 
.credit { width: 180px; } 
.img-border { margin: 0 auto; text-align: center; }
.img-border img{ background-color: #fff; padding: 4px; border: 1px #eee solid; text-decoration: none; }
.img-caption { font-size: 11px; color:#333; padding: 4px; text-align: center; }
.img-right img{ float: right; background-color: #fff; padding: 4px; border: 1px #eee solid; text-decoration: none; margin: 0px 0px 4px 4px; }
.quote { font-size: 11px; color: #333; text-align: center; padding: 4px; }
.details { font-size: 11px; padding: 4px;}
.section-menu { padding: 4px; }
.section-menu ol li a { font-weight: bold; }
.section-menu ol li a:hover { }
.contact-details { border-top: #FFCC00 6px solid;  background-color: #FFFFCC; padding: 4px; }
.grey { color:#333; }
.price { color:#CC0000; }
.box { float: left; padding: 4px; }
.clear-both { clear: both; } 
a.tour-start img { background-color: #fff; padding: 4px; border: 1px #eee solid; text-decoration: none;  }
a:hover.tour-start img { background-color: #eee; padding: 4px; border: 1px #eee solid; text-decoration: none;  }
.contact-table { border: 1px solid #eee; padding: 4px; background-color: #fff; }
a.img-link img { background-color: #fff; padding: 4px; border: 1px #eee solid; text-decoration: none; }
a:hover.img-link img { background-color: #eee; padding: 4px; text-decoration: none; border: 1px #eee solid; }
a.img-link-l img { background-color: #fff; padding: 4px; border: 1px #eee solid; text-decoration: none; margin: 0px 4px 4px 0px; }
a.img-link-r img { background-color: #fff; padding: 4px; border: 1px #eee solid; text-decoration: none; margin: 0px 0px 4px 4px; }
a:hover.img-link-l img { background-color: #eee; padding: 4px; text-decoration: none; border: 1px #eee solid; margin: 0px 4px 4px 0px; }
a:hover.img-link-r img { background-color: #eee; padding: 4px; text-decoration: none; border: 1px #eee solid; margin: 0px 0px 4px 4px; }
#name, #email, #weblink, #message { width: 300px; } 
.grey-back, .grey-back a {
	color: #eee;
}
.error,.message {
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.error {
	color:#CC0000;	
	border:1px solid #CC0000;
	background-color: #FFCCCC;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.message {
	color:#0099FF;	
	border:1px solid #0099FF;
	background-color: #CCFFFF;
	background-image: url(../images/message.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.quotes {
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.quotes {
	color:#333333;	
	border:1px solid #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.border-left {
	border-left: 1px solid #FF9900;
}

.box {
	width: 140px;
	padding: 6px; 
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
	margin-bottom: 6px;
	
}
.small-font {
	font-size: 11px;
}