

/* @group Page Layout */

body {
	font-family: verdana;
	font-size: 11pt;
	background-image: url(../images/background.jpg);
	background-color:#eeefee;
	background-repeat: repeat-x;
}

h1
{
	font-family: Arial;
	margin-bottom:0em
	color: #0A377B;
}

h2
{
	font-family: Arial;
	color: #0A377B;
}

div#wrapper {
	margin: 0 auto;
	width: 980px;
}

div#top {
	background: url(../images/top-banner.jpg) no-repeat;
	width: 980px;
	height: 110px;
	float: left;
}

div#container {
	width: 980px;
	position: absolute;
}

div#main {
	background: url(../images/mid-banner.jpg) repeat-y;
	float: left;
	width: 980px;

}

div#main-content {
	margin: 30px 0 0 30px;
	width: 920px;
}

#footer {
 	background: url(../images/bottom-banner.jpg);
 	width: 980px;
 	height: 15px;
 	clear: both;
}

/* @end group Page Layout */


/* @group Main Tabs */

ul#tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 520px;
	top: 62px;
}

ul#tabs li {
	float: left;
}

ul#tabs li a {
	display: block;
	width: 85px;
	height: 50px;
	margin: 0 2px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

ul#tabs li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

body#home-page ul#tabs li#home a,
body#tour-page1 ul#tabs li#tour a,
body#tour-page2 ul#tabs li#tour a,
body#tour-page3 ul#tabs li#tour a,
body#tour-page4 ul#tabs li#tour a,
body#download-page ul#tabs li#download a,
body#about-page ul#tabs li#about a
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

ul#tabs li#home a {
	background: url(../images/btnhome.png) no-repeat;
}

ul#tabs li#tour a {
	background: url(../images/btntour.png) no-repeat;
}

ul#tabs li#download a {
	background: url(../images/btndownload.png) no-repeat;
}

ul#tabs li#blog a {
	background: url(../images/btnblog.png) no-repeat;
	
}

ul#tabs li#about a {
	background: url(../images/btnabout.png) no-repeat;
	
}

/* end */




