h1 {
	color:#549ED5;
	font-size:1.8em;
}

h2 {
	color:#31526C;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.8em;
	margin-bottom:10px;
}
h3 {
	font-size:medium;
}
body {
	background-position:center top;
	background-image:url(/common/images/interface/tour/full-background-grass-sky.jpg);
}
div#middle_pane {
	height:612px;
	background-repeat:no-repeat;
	background-position:center;
}
div#feature_container div#feature_top {
	height:65px;
	width:760px;
}
div#feature_container div#feature_bottom {
	height:84px;
	width:760px;
}
div#feature_container ul#slide_tabs {
	clear:both;
	width:760px;
}
div#feature_container ul#slide_tabs li {
	display:block;
	float:left;
}
div#feature_container ul#slide_tabs li a {
	height:36px;
	display:block;
	float:left;
	background-position:right 0;
	text-indent:-5000px;
}
div#feature_container ul#slide_tabs li.tab_request_appointments a {
	width:177px;
	background-image:url('/common/images/interface/tour/tab__request_appointments.png');
}
div#feature_container ul#slide_tabs li.tab_manage_appointments a {
	width:179px;
	background-image:url('/common/images/interface/tour/tab__manage_appointments.png');
}
div#feature_container ul#slide_tabs li.tab_appointment_book a {
	width:152px;
	background-image:url('/common/images/interface/tour/tab__appointment_book.png');
}
div#feature_container ul#slide_tabs li.tab_customer_profiles a {
	width:147px;
	background-image:url('/common/images/interface/tour/tab__customer_profiles.png');
}
div#feature_container ul#slide_tabs li.tab_reporting a {
	width:105px;
	background-image:url('/common/images/interface/tour/tab__reporting.png');
}
div#feature_container ul#slide_tabs li a:hover, div#feature_container ul#slide_tabs li a.selected {
	background-position:left;
}
div#feature_box #feature_box_content h1 {
	padding:20px 5px 10px;
	text-align:center;
}
div#feature_box #feature_box_content ul {
	list-style-image:url(/common/images/interface/bullet-check.gif);
	padding-left:18px;
}
div#feature_box #feature_box_content ul li {
	border-top:1px dotted black;
	margin:0 25px;
	padding:8px 5px;
	display:list-item;
	float:none;
	font-size:1.4em;
}
div#feature_box #feature_box_content ul li.last {
	border-bottom:1px dotted black;
}
div#feature_box #feature_box_content ul li a {
	float:none;
	height:auto;
	text-indent:0;
	text-decoration:none;
}
div#feature_box #feature_box_content .thumbnail {
	padding:0px 0px 15px;
	text-align:center;
}
div#feature_content {
	float:left;
	width: 760px;
}
div#feature_content div#feature_image {
	width: 330px;
	float: left;
}
div#feature_content div#feature_box {
	background:url('/common/images/interface/tour/bg__content.png') no-repeat;
	position:relative;
	float: left;
	width:430px;
	height:450px;
}
div#feature_box p {
	margin-top:20%;
	font-size:1.3em;
	font-weight:bold;
}
div#feature_image {
	float:left;
	background:url(/common/images/interface/tour/bg__request_appointments.jpg) no-repeat;
	height:450px;
}

/*
 *
 ** BOTTOM PANE **
 *
 */
div#content_container div#content {
	width:531px;
}




div#next, div#back {
	position:absolute;
	width:86px;
	height:38px;
	bottom:16px;
	
}
div#zoom {
	font-weight:bold;
	text-transform:uppercase;
	
	
}
div#zoom a {
color:green;

}

div#next {
	
	right:1px;
}
div#back {
	left:-1px;
}
div#next a {
	display:block;
	width:86px;
	height:38px;
	background-image:url(../images/interface/tour/tour_show_next.png);
}
div#back a {
	display:block;
	width:86px;
	height:38px;
	background-image:url(../images/interface/tour/tour_show_back.png);
}