/* ######### CSS for Shade Tabs. Remove if not using ######### */
*{
	margin:0 auto;
	padding:0;
}
.shadetabs{
	padding:0;
	margin-left: 8px;
	margin-top:10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
	display: inline;
	margin: 0 auto;

}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 18px 30px 35px 30px;
	color: #2d2b2b;
	background:url(images/red_box.jpg) no-repeat top;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #fff;
	background:url(images/red_hover.jpg) no-repeat top;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
	background:url(images/red_hover.jpg) no-repeat top;
	color:#fff;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;

}

.tabcontent{
	display:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.box_red{
	width:247px; 
	background:#af8500 url(images/red_box1.jpg) no-repeat top;  
	padding: 35px 10px 10px 10px; 
}
.box_fot{
	background:url(images/red_box2.jpg) no-repeat bottom;
	padding-bottom:11px;
	float:left;
}
@media print {
	.tabcontent {
	display:block !important;
}
}

