

body {
	background-color: #ebe6d9;
	color: #333333;
}

a:link {
	background-color: transparent;
	color: #6f5a3c;
}

a:visited {
	background-color: transparent;
	color: #a18c6e;
}

a:hover {
	background-color: transparent;
	color: #6a6e3c;
}

a:active {
	background-color: transparent;
	color: #516e3c;
}

#pageContent a:visited {
	background-color: transparent;
	color: #6f5a3c;
}

.shadow-tour {
	-moz-box-shadow: 0 0 5px 5px #a98f68;
	-webkit-box-shadow: 0 0 5px 5px #a98f68;
	box-shadow: 0 0 5px 5px #a98f68;
}

.tour-left {
	background-image: url(../../content/banners/tour-left.jpg);
	background-repeat: no-repeat;
	height: 405px;
}

.tour-right {
	background-image: url(../../content/banners/tour-right.jpg);
	background-repeat: no-repeat;
	height: 405px;	
}

.tour {
	background-color: #614f34;
	color: #ffffff;
	border-bottom: solid 5px  #c2b792;
}

.tour-current {
	background-color: transparent;
	color: #c2b792;
}

.tour-content {
	background-color:  #d7ceb5;
	color: #333333;
}

.tour-nav {
	background-color: #ebe6d9;
	color: #222222;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
  	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 80px;
	padding: 1px 0;
	text-align: center;
}


.thumb-tour {
	background:rgba(199,185,150,0.5) !important;
	background-color:rgb(199,185,150);
	background-color: #c7b996;
	color: #333333;
}






