html{
	background:#000;
}
.middleBlock{
	width:937px;
	margin:0 auto;
	overflow:hidden;
}
.flash{
	float:left;
	display:inline;
	width:278px;
}
.tabs{
	float:right;
	width:658px;
	padding:15px 0 0 0;
	height:218px;
	display:inline;
	background:url(../images/tabsBG.gif) no-repeat left top;
}
#nav a, #nav a:active, #nav a:visited {
	float:left;
	text-indent:-5000px;
	outline:none;
	background-position:left top;
	background-repeat:none;
	height:33px;
}
#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	background-position:left bottom;
	outline:none;
}
.m1{
	background-image:url(../images/tab1.gif);
	width:227px;
}
.m2{
	background-image:url(../images/tab2.gif);
	width:141px;
}
.m3{
	background-image:url(../images/tab3.gif);
	width:114px;
}
.m4{
	background-image:url(../images/tab4.gif);
	width:56px;
}
.m5{
	background-image:url(../images/tab5.gif);
	width:107px;
}
.hiddencontent{
	background:url(../images/hiddencontentBG.gif) no-repeat left top;
	width:604px;
	height:157px;
	padding:16px 15px 0 26px;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#146eac;
	clear:both;
	position:relative;
	display:none;
	margin-top:-15px;
}
.hiddencontent ul{
	margin:9px 0 0 0;
	padding:0;
}
.hiddencontent li{
	list-style:none;
	background:url(../images/listBullet.gif) no-repeat left 6px;
	padding:0 0 1px 16px;
	font-weight:bold;
	line-height:17px;
	zoom:1;
}
.moreInfo{
	background:url(../images/butBG.gif) no-repeat left top;
	width:101px;
	height:29px;
	padding:15px 0 0 17px;
	color:#146eac;
	font-weight:bold;
	position:absolute;
	right:1px;
	bottom:1px;
	outline:none;
}
*html .moreInfo{
	bottom:0px;
}	
.moreInfo:hover{
	text-decoration:none;
	background-position:left bottom;
	outline:none;
}