
.mainSlides {clear:both;}
.slideBgBtm {padding:10px 20px 20px 20px; background:url(../images/slide_btm_bg.gif) no-repeat center bottom #62684d;}
.slideBgBtm a {color:#b7d830;}
.slideBgBtm a:hover {color:#fff;}
.slideBgTop {height:4px; text-align:right; background-color:#62684d;}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: block;
float:left;
margin: 0;
}

.shadetabs li.recommend {float:right; padding-top:12px; font:normal 11px Arial; color:#fff; text-align:right;}

.shadetabs li a{
position: relative;
display:block;
width:190px;
height:27px;
padding:13px 0 0 0;
z-index: 1;
margin-right: 1px;
font:bold 17px Arial;
text-decoration: none;
color: #d6d6d6;
text-align:center;
background:url(../images/tab_btn.gif) no-repeat left top;
}

.shadetabs li a:hover{
background:url(../images/tab_btn.gif) no-repeat left bottom;
color: #1b1b1b;
height:30px;
padding:10px 0 0 0;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
display:block;
width:190px;
height:30px;
padding:10px 0 0 0;
background:url(../images/tab_btn.gif) no-repeat left bottom;
color:#1b1b1b;
font:bold 17px Arial;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
color:#3e3e3e;
}

.tabcontent{
display:none;
}

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



