@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-repeat:repeat-x;
	background-position:center bottom;
	color:#ffffff;
}
#wrap {
	width:900px;
	margin:0 auto 0 auto;
}
a {
	color:#ffffff;
	text-decoration:none;
}
#logo {
	width:900px;
	height:65px;
	float:left;
	margin:30px 0 5px 0;
}
#nav {
	width:900px;
	height:32;
	float:left;
}
#cont {
	width:900px;	
	min-height:520px;
	float:left;
	background-image:url(/images/bg_top.jpg);
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}
#contentdet {
	width:700px;	
	margin-left:21px;
	margin-top:10px;
	float:left;
}
#left {
	background-image:url(/images/livechat.png);
	width:165px;
	height:366px;
	z-index:2;
	float:left;
	display:inline;

}
#bann {
	width:900px;
	height:105px;
	background-image:url(/images/banner2.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#000000;
}
#detnav {
	width:700px;
	float:left;
}
#detnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#detnav ul li {
	display:block;
	float:left;
	height:29px;
}
#detnav .ri {
	margin-right:2px;
}
#detnav .ri2 {
	margin-right:5px;
}
#right {
	width:703px;
	min-height:520px;
	padding-left:3px;
	z-index:1;
	float:left;
	display:inline;
	color:#000000;
}
#tours {
	float:left;
	display:inline;
	margin-top:225px;
	
}
#footer {
	background-image:url(/images/bg_footer.png);
	background-repeat:repeat-x;
	width:900px;
	height:45px;
	float:left;
	margin-top:100px;
	font-size:12px;
}
.foot {
	color:#fff;
	margin-left:20px;
	
}
.live {
	margin:90px 0 0 10px;	
	
}

.live textarea, .live input {
	font-size:10px;
	color:#CCC;
	margin-bottom:5px;
	
}
.live select {
	width:145px;
	background-color:#FFF;
	border:none;
	height:20px;
	font-size:10px;
	margin-bottom:5px;
		
}
.sub {
	margin-left:82px;
	margin-top: 2px;
}

