@charset "utf-8";
body  {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #ECE9D8;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
}

.thrColAbsHdr #container {
	position: relative;
	width: 780px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
	background-color: #A06F9E;
	border-right: 4px solid #636;
	border-bottom: 4px solid #636;
	border-left: 4px solid #C49EC2;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

/*******************************
**       HEADER STYLES        **
********************************/

.thrColAbsHdr #header {
	height: 170px;
	background: #a06f9e;
	padding: 0 10px 0 20px;
}
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
#bannerpic {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
}
#headerlogo {
	position: absolute;
	left: 10px;
	top: 20px;
	border: 0;
}
#stimulate {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 240px;
	top: 2px;
	z-index: 5;
}
#onlineshop {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 20;
}

/*******************************
**       SIDEBAR1 STYLES      **
********************************/

#sidebar1 {
	position: absolute;
	top: 170px;
	left: 4px;
	width: 180px;
	background: #EBEBEB;
	padding: 0 0 10px 10px;
	background-color: #a06f9e;
}
#sidebar1 p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;	
	font-size: 9px;	
}
#googlelink {
	width: 119px;
	height: 61px;
	margin: 25px 0 0 25px;
	background-image: url(../images/infoback.gif);
	background-repeat: no-repeat;
}
#googlelink p {
	width: 65px;
	margin-left: 47px;
	margin-top: 19px;
	line-height: 11px;
	float: left;
}
#googlelink a {
	color: #ECE9D8;
	text-decoration: none;
}
#googlelink a:hover {
	color: #FFF;
	text-decoration: underline;
}
#infosymbol {
	float: left;
	left: 45px;
	top: 250px;
	position: absolute;
}
#addressDetails {
	margin-top: 30px;
	padding-left: 5px;
}
#addressDetails table, #addressDetails td {
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#addressDetails p {
	margin-left: 40px;	
	border: 1px dashed green;
}
#addressDetails a {
	color: #ECE9D8;
	text-decoration: none;
}
#addressDetails a:hover {
	color: #FFF;
	text-decoration: underline;
}
#addressDetails img {
	margin-right: 5px;
}
/*******************************
**       SIDEBAR2 STYLES      **
********************************/

#sidebar2 {
	position: absolute;
	top: 170px;
	right: 4px;
	width: 130px;
	background: #EBEBEB;
	padding: 0 5px 15px 5px;
	background-color: #a06f9e;
	height: 400px;
}
#sidebar2 h1 {
	margin: 0 0 -5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	color: #FFF;
}
#sidebar2 p {
	font-size: 9px;
	margin: 0;
	padding: 5px 10px 5px 5px;
	line-height: 12px;
	width: 110px;
}
#sidebar2 a {
	color: #6F0;
	text-decoration: none;
}
#sidebar2 p a:hover {
	color: #FFF;
}
#newsbar {
	background: url(../images/greenboxback.gif) repeat-y;
	margin-bottom: 13px;
}
#newsbar h1 {
	background: url(../images/greenboxtop.gif) no-repeat left top;
}
#newsbar p {
}
#eventsbar {
	background: url(../images/greenboxback.gif) repeat-y;
	margin-bottom: 13px;
}
#eventsbar h1 {
	background: url(../images/greenboxtop.gif) no-repeat left top;
}
#eventsbar p {

}
#shopbar {
	background: url(../images/orangeboxback.gif) repeat-y;
}
#shopbar a {
	cursor: pointer;
}
#shopbar h1 {
	background: url(../images/orangeboxtop.gif) no-repeat left top;
	padding-bottom: 2px;
}
#shopbar p {
	color: #FF9;
}
#shopbar a:hover p {
	color: #FFF;
}
p#product {
	font-style: italic;
	width: 25px;
	float: left;
}
#shopbar img {
	margin: 0 5px 5px 7px;
	float: left;
	border: 1px solid #FF0;
}
.greenline {
	border-bottom: 1px solid #6F0;
}
.greenboxbottom {
	background: url(../images/greenboxbottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#orangeboxbottom {
	background: url(../images/orangeboxbottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#orangeboxbottom div {
	clear: both;
}

/*******************************
**     MAIN CONTENT STYLES    **
********************************/

.thrColAbsHdr #mainContent {
	height: 460px;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 0;
}
#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	
}
#mainContent h3 {
	font-size: 10px;
	font-style: italic;
	color: #C9F;
	margin-top: 2px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #F8F83F;
}
#highlights {
	margin-top: 30px;
}
#highlights img {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#highlights p {
	margin-left: 70px;
}
#highlights p a {
	text-decoration: none;
	color: #FC0;
}
#highlights p a:hover {
	border-bottom: 1px dotted #CCC;
	color: #FFF;
}
#attractionpics {
	margin-top: 30px;
}
#attractionpics img {
	border: 0;
	margin: 0 1px;
}

/*******************************
**        FOOTER STYLES       **
********************************/

.thrColAbsHdr #footer {
	background:#a06f9e;
	background-image:url(../images/footerright.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	height: 70px;
	width: 780px;
	padding: 0;
	margin: 0;
}
#footer div {
	height: 70px;
	background: url(../images/footerleft.jpg) no-repeat left;
}
#footer p {
	margin: 0;
	padding: 0 0 5px 20px;
	color: #A06F9E;
	font-size: 9px;
	position: absolute;
	bottom: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #A06F9E;
}
#footer a:visited {
	color: #785376;
}
#footer a:hover {
	color: #CCC;
}
#footer a:active {
	color: #FFF;
}
#credits {
	color: #785376;
	font-size: 9px;
}
#copynotice{
	position: absolute;
	left: 5px;
	margin-top: 5px;
}
#author {
	position: absolute;
	right: 5px;
	margin-top: 5px;
}
#author a:link {
	color: #785376;
	text-decoration: none;
}
#author a:hover {
	color: #471012;
}