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

body{
	background-color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.wrapper{
	width: 980px;
	margin: 0 auto;
}


.header-premium{
	height: 103px;
	background: #434343 url(../images/tour-header-premium.gif) repeat-x 0 0;
	clear: both;
	padding: 0 20px 0 20px;
}

.header-standard{
	height: 103px;
	background: #434343 url(../images/tour-header-standard.gif) repeat-x 0 0;
	clear: both;
	padding: 0 20px 0 20px;
}

.header-basic{
	height: 103px;
	background: #434343 url(../images/tour-header-basic.gif) repeat-x 0 0;
	clear: both;
	padding: 0 20px 0 20px;
}

#play {
	float: left;
}

#comboboxViewer{
	border:1px solid #CCCCCC;
	background: #FFFFFF url(../images/formfiled-bg.gif) repeat-x center bottom;
	color:#333333;
	}

.footer{
	clear: both;
	border-top: 1px solid #999999;
	margin-top: 10px;
	color: #999999;
	padding: 10px 20px 0 20px;
}

.footer a:link, .footer a:visited{
	color: #999999;
	text-decoration: none;
}

.footer a:hover, .footer a:active{
	color: #FFFFFF;
	text-decoration: underline;
}


.formfield{
	border:1px solid #CCCCCC;
	background: #FFFFFF url(../images/formfiled-bg.gif) repeat-x center bottom;
	color:#333333;
}

#credits{
	float: right;
}



/* STANDARD TOUR SPECIALS */

#standardnavi  {
text-align : center;
font-size: 15px;
margin : 5px 0 25px 20px;
}
#standardnavi span.dots {
display : block;
color : white;
font-weight : bold;
margin : 0 4px 0 2px;
}
#standardnavi a {
	display : block;
	float : left;
	text-decoration : none;
	font-weight: bold;
	color : #efefef;
	border : 1px solid #bbb;
	padding : 2px 7px;
	background: #434343 url(../images/navi-up.gif) repeat-x center;
	margin : 0 2px 0 0;
}
#standardnavi a:hover {
	color: #666666;
	background: #434343 url(../images/navi-down.gif) repeat-x center;
}
#standardnavi a.current {
font-weight : bold;
color: #434343;
background: #434343 url(../images/navi-down.gif) repeat-x center;
} 