


/* ------------------------------------------------- main wrapper ------------------------------------*/
.tabcontentWrap {
	width:667px;
	height:78px;
	margin:10px 10px 1px 0;
	padding:0 0 0 8px;
	position:relative;/*
	bottom:63px;
	right:0;*/
	float:right;
	display:inline;
	overflow:hidden;
	background:url(../images/redesign/bg-tabcontent.jpg) bottom left no-repeat;
}


/* ---------------------- content wrapper ------------------------------------*/
.tabcontent1, .tabcontent2, .tabcontent3 {
	position:absolute;
	top:40px;
	left:20px;
	margin:0;
	padding:0;
	width:640px;
	height:35px;
	display:block;
	overflow:hidden;
}
.tabcontent1, .tabcontent2, .tabcontent3 { display:none; }






/* ---------------------- specific info/text/logos ------------------------------------*/
.tabcontentWrap p {
	margin:0;
	padding:0;
}





/* ---------------------- tabs ------------------------------------*/
.indentmenu {
	position:absolute;
	top:0;
	left:0;
	height:35px;
	margin: 0 !important;
	padding: 0;
	overflow:hidden;
	z-index:100;
}
.indentmenu ul {
	float:left;
	display:block;
	width:667px;
	height:35px;
	margin: 0 !important;
	padding: 0 0 0 8px;
	font-size:14px;
	list-style:none;
	overflow:hidden;
	background:url(../images/redesign/bg-no-tabs.jpg) 0 0 no-repeat;
}


.indentmenu ul li {
	float:left;
	display: inline;
	margin: 0;
	padding: 0;
	color:#fff;
}

.indentmenu ul li a {
	display:block;
	width:135px;
	height:35px;
	line-height:35px;
	padding:3px 0 0 0;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	background:url(../images/redesign/bg-tab.jpg) no-repeat 0 0;
}
.indentmenu ul li a:hover {
	color:#fff;
	text-decoration: none;
	background:url(../images/redesign/bg-tab.jpg) no-repeat 0 -35px;
}

.indentmenu ul li a:selected { background-position: 0 -70px; }
.indentmenu ul li a.selected { background-position: 0 -70px; }
.indentmenu ul li a.selected:hover { background-position: 0 -70px;}


.indentmenu ul li a#A    { background:url(../images/redesign/bg-tab1.jpg) no-repeat 0 0; }
.indentmenu ul li a#A:hover    { background:url(../images/redesign/bg-tab1.jpg) no-repeat 0 -35px; }
.indentmenu ul li a#A:selected { background:url(../images/redesign/bg-tab1.jpg) no-repeat 0 -70px; }
.indentmenu ul li a#A.selected { background:url(../images/redesign/bg-tab1.jpg) no-repeat 0 -70px; }
.indentmenu ul li a#A.selected:hover {background:url(../images/redesign/bg-tab1.jpg) no-repeat 0 -70px;}


.tabcontentWrap h2 {
	position:absolute;
	top:13px;
	right:20px;
	z-index:100;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;
}



@media print {
.tabcontent1, .tabcontent2, .tabcontent3 {
display:block !important;
}
}