/* ######### CSS for Shade Tabs. Remove if not using ######### */
#theiefix{
	border: 1px solid #F19907;
	overflow-x: hidden;
	width: 900px;
	margin-top: 9px;
}
#theiefix img {
float:left;
height:350px;
margin:0 10px 10px 0;
width:600px; 
position: relative;
border: 1px solid #ccc;
margin: 10px;
}
#theiefix hr{
	clear: both;
	visibility:  hidden;
}
#subuitabs ul, #subuitabsb ul, #subuitabsc ul{
	margin: 0px 0px 0px -20px;
}
#subuitabs li, #subuitabsb li, #subuitabsc li{
	display: inline;
	font-family:Tahoma,Geneva,sans-serif;
	font-size: 16px;
	margin: 0px 30px 0px 0px;
	width: auto;
}
#subuitabs li a.selected, #subuitabsb li a.selected, #subuitabsc li a.selected{
	color: #000;
}
#subuitabs li a, #subuitabsb li a, #subuitabsc li a{
	color: #666;
}
#subuitabs li a:hover, #subuitabsb li a:hover, #subuitabsc li a:hover {
color:#A3A3A3;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
position: relative;
left: -45px;
text-align: left; /*set to left, center, or right to align the menu as desired*/


}

.shadetabs li{
display: block;
margin: 0px 10px 0px 0px;
white-space: nowrap;
float: left;
background: url(/img/tab-orange.gif) top left no-repeat;
width: auto;
height: 35px;
overflow-y: hidden;
}

.shadetabs li.selected{
display: block;
margin: 0px 10px 0px 0px;
white-space: nowrap;
float: left;
background: url(../../img/tab.gif) top left no-repeat;
}

.shadetabs li a{
text-decoration: none;
position: relative;
right: -3px;
z-index: 1;
margin-right: 3px;
color: #fff;
height: 35px;
display: inline-block;
padding: 10px 10px 0px;
background: url(../../img/tab-orange-right.gif) top right no-repeat;
}



.shadetabs li a:hover{
color: #fff;
}
.shadetabs li.selected a{ /*selected main tab style */
text-decoration: none;
position: relative;
right: -4px;
z-index: 1;
margin-right: 3px;
color: #e9a63b;
height: 35px;
display: inline-block;
padding: 10px 10px 0px;
background: url(../img/tab-right.gif) top right no-repeat;
}


.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #e9a63b;
}

.tabcontent{
display:none;
padding: 10px;
}
/* ######### Flow Player ######### */
.flowplayer{display:block;width:600px;height:330px;}

.flowvid{
clear: both;
padding: 0px 10px;
}
.flowvid .video{
display:block;width:600px;height:350px;
float: left;
}
.flowvid .content{
display:block;width:225px;
float: right;
}
.flowvid hr{
clear: both;
}
.sub-a-3 table{
clear: both;
}




/* ######### Print ######### */

@media print {
.tabcontent {
display:block !important;
}
}