/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs {
	font-size:14px;
	text-transform:uppercase;
	color:#362f2d;
	font-weight:bold;
	position:absolute;
	left:230px;
	*left:190px;
	*top:15px;
}
.shadetabs li {
	list-style:none;
	text-align:center;
	position:absolute;
}
.shadetabs li.tab1 {
	width:150px;
	left:75px;
	top:45px;
}
.shadetabs li.tab2 {
	left:0px;
	top:265px;
}
.shadetabs li.tab3 {
	left:190px;
	top:265px;
}
.shadetabs li a {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	outline:0px;
}
.shadetabs li a:visited {
	color:#ff6600;
	text-decoration:none;
}
.shadetabs li a:hover {
	background:url(../images/arrow1.gif) no-repeat right top;
	color:#ff7f1e;
}
.shadetabs li a.selected { /*selected main tab style */
	background:url(../images/arrow1.gif) no-repeat right top;
	color:#ff7f1e;
}
.tabcontent {
	display:none;
	width:400px;
	height:200px;
	position:absolute;
	right:30px;
	top:10px;
}
.tabcontent h2 {
	font-size:22px;
	color:#FFF;
	font-style:italic;
	margin-bottom:25px;
}
.tabcontent h3 {
	text-transform:uppercase;
	font-size:20px;
	color:#00cc00;
	margin-bottom:6px;
}
.tabcontent ul {
	margin:0px;
	margin-top:20px;
	padding:0px;
}
.tabcontent ul li {
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	background:url(../images/true-icon.png) no-repeat 0px 0px;
	padding-left:30px;
	padding-bottom:15px;
	list-style:none;
}
