/* @override http://funatica.nexcess.net/skin/frontend/default/default/banner/banner.css */

.slide-container {
	position:relative;	
	width: 100% !important;
	height: 190px;
	text-align: left;
	margin: 0;
}

.slide-show{
	text-align: left;
	height:190px;
	width: 100%;
	position:relative;
	left:0;
	background: url(./images/slidebg.gif) no-repeat right top;
}

.slideBox {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
}

.slideImg {
	position: absolute;
	top: 0;
	left: 0;
}

.indentmenu{
	
	width: 100%; /*leave this value as is in most cases*/
}

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

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0;
	color: #000; /*text color*/
	border: 3px solid #fff;
	text-decoration: none;
}

.indentmenu ul li a:hover{
	border: solid 3px #00B3DF;
}

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

.indentmenu ul li a.selected{
	color: white !important;
	border: 3px solid #FF901F;
	background:#FF901F;
}

.indentmenu ul li a img {
	width: 200px;
	height: auto !important;
}

.tabcontentstyle{ /*style of tab content container*/
	
}

.tabcontent {
	
	display: none;
}

.banner_content {
	width:405px;
	padding: 5px;
	right: 0;
	top: 0;
	position:absolute;
}

.banner_content p {
	padding: 0 !important;
}

.banner_content h3 {
	color: #00B3DF;
	font-size: 18px;
}

.slideMisc {
	z-index: 20;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 405px;
	padding: 0 5px 5px 5px;
}

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