@charset "UTF-8";
/* CSS Document

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image:url(/images/bg2.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#000000;
	font-family:arial;
}
#wrap {
	width:900px;
	margin:0 auto 0 auto;
}
#logo {
	width:900px;
	height:65px;
	float:left;
	margin:30px 0 5px 0;
}
#nav {
	width:900px;
	height:32;
	float:left;
}
.title_tour {
	display: inline-block; text-align: center; width: 100%; margin: 20px 0;
}
#cont2 {
	width:900px;	
	min-height:406px;
	float:left;
	background-image:;
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}
#contentdet {
	width:700px;	
	margin-left:21px;
}
#left2 {
	width:730px;
	height:406px;
	z-index:2;
	float:left;
	display:inline;

}
#locations {
	width:900px;
	float:left;
}
#right2 ul {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}
#right2 ul li {
	line-height:40px;
}
#right2 ul li a{
	color:#ffffff;
	text-decoration:none;
	display:inline;
	float:left;
	width:155px;
	font-size:13px;
	padding-left:10px;
}
#right2 ul li a:hover{
	background-color:#060;	
}
#right2 {
	margin-left:4px;
	padding:10px 0 0 0;
	width:165px;
	height:400px;
	z-index:1;
	float:left;
	display:inline;
	color:#000000;
	background-image:url(/images/bg_map.png);
	background-repeat:no-repeat;
}
#tour2 {
	color:#000000;
	float:left;
	display:inline;
	width:900px;
	background-image:url(/images/bg_list.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	min-height:200px;	
	font-size:14px;

}
#tour2 ul {
	list-style:none;
	margin:0;
	padding:10px 0 0 20px;
}
#tour2 ul li {
	display:block;
	line-height:20px;
	
}
#footer {
	background-image:url(/images/bg_footer.png);
	background-repeat:repeat-x;
	width:900px;
	height:45px;
	float:left;
	margin-top:100px;
	font-size:12px;
	color:#fff;
}
.foot {
	margin-left:20px;
	
}
.tourtitle {
	margin:20px 0 0 20px;
	font-weight:bold;
	
}
#tour2 a {
	color:#000000;
	text-decoration:none;
}
#tour2 a:hover {
	color:#09C;
	
}
a {
color:#ffffff;
text-decoration:none;
}
