.slide-container {
	position:relative;	
	width:802px;
	height:auto;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding-top:0;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	height:auto;
	width:802px;
	position:relative;
}

.indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 2px;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border: 1px solid #ccc;
}

.indentmenu ul li a:hover{
	background:#ddd;
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	border: 1px solid #F85601;
	background:#F85601;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

.banner_content {
	width:430px;
	left:10px;
	top:220px;
	position:absolute;
	color:#A7C6DD;
}
#banner_left, #banner_right
{
position:absolute;
top:144px;
display:block;
z-index:20;
width:36px;
height:45px;
}
#banner_left
{
left:15px;
background:url('img/baner_arr_left.gif') no-repeat 0 0;
}
#banner_right
{
right:15px;
background:url('img/baner_arr_right.gif') no-repeat 0 0;
}
#main_banner img
{
z-index:1;
}
#banner_info, .banner_content
{
position:absolute;
top:246px;
left:19px;
font-size:14px;
color:#212121;
font-weight:bold;
z-index:20;
background:url('img/banner_info_bg.png') repeat 0 0;
padding:12px 30px 12px 18px;
line-height:14px;
}
.banner_content p
{
color:#212121;
}
#banner_info a
{
color:#895b03;
text-decoration:none;
}
#banner_info a:hover
{
text-decoration:underline;
}
.below_banner
{
background-color:#f3f3f3;
border:1px solid #d7d7d7;
height:63px;
position:relative;
padding-right:14px;
z-index:1;
}
#banner_stop
{
position:absolute;
top:11px;
left:10px;
display:block;
z-index:20;
width:32px;
height:43px;
background:url('img/baner_stop.gif') no-repeat 0 0;
}
a.banner_more
{
float:right;
display:inline;
width:88px;
height:46px;
background:url('img/mini_baner_bg.gif') repeat 0 0;
padding:2px;
margin-top:14px;
position:relative;
margin-right:10px;
z-index:10;
}
a.banner_more img
{
width:88px !important;
height:31px !important;
vertical-align:top;
}
a.banner_more:hover, a.banner_more_active
{
background-position:0 50px;
}
.below_banner_text
{
color:#212121;
font-size:14px;
float:right;
display:inline;
margin-right:5px;
padding-top:25px;
line-height:15px;
}
.below_banner_text span{display:none;}
.below_banner_text span.active{display:block;}