#make_over_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}	

#make_over_content a img {
	text-decoration: none;
	border: 2px solid #FFFFFF;
}
#make_over_content a:hover img {
	text-decoration: none;
	border: 2px solid #666666;
}
	

#make_over_content a, #make_over_content a:link, #make_over_content a:active, #make_over_content a:visited {
	color: #FFF;
}

#make_over_content a:hover  {
	color: #0000FF;

}
#make_over_content a:hover img {
	color: #666666;
}
	#flashcontent {
	width: 500px;
	height: 352px;
	text-align:center;
	margin-bottom: 0;
	padding: 0px;
	position: relative;
	}
	/* end hide */

/* menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#make_over_content .ddoverlap{
	border-bottom: 1px solid #000000;
	width: 504px;
	
}

#make_over_content .ddoverlap ul{
	padding: 0;
	margin: 0;
	font: bold 110% Verdana, Arial;
	list-style-type: none;
	letter-spacing: .10em;	

}

#make_over_content .ddoverlap li{
display: inline;
margin: 0;

}

#make_over_content .ddoverlap li a {
	height: 20px;
	text-decoration: none;
	padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
	color: #555555; /*give illusion of shifting 1px down vertically*/
	border-left: 2px solid #none;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(tour_images/default_tab.gif);
	background-repeat: no-repeat;
	background-position: 100% 1px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#make_over_content .ddoverlap li a:visited{
color: #555;
}

#make_over_content .ddoverlap li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-image: url(tour_images/selected_tab.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#slideshow .ddoverlap li.slideshow a, #vts .ddoverlap li.vts a { /*selected tab style*/
	color: #fff;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px;
	background-color: transparent;
	background-image: url(tour_images/selected_tab.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

#holder {
	width: 500px;
	height: 352px;
	text-align:center;
	margin-bottom: 0;
	position: relative;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
	background-color: #000000;	
}
#holder.xtravts {

height: 500px;
}
#footer2 {
	background-color: #000000;
	padding-top: 0px;
	width: 500px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-top-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}
#footer2.xtra4vts {
	height: 100px;
}
#footer2 #scenes {
position: absolute;
	left: 5px;
	bottom: 5px;
}

#footer2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px;
	display: inline;	
}
#footer2 ul li {
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
	font-weight: normal;
}
#footer2 ul li.last {
	border-right-style: none;
}


ul#tour {
	list-style-type: none;
	padding: 0px;
	margin-top: -90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
ul#tour li {
	padding: 0px;
	height: 50px;
	margin: 0px;
	height: 50px;
}

<!--[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
</style>
<![endif]-->