.tabstart{
	background:url(../images/design/tabbg.png) no-repeat;
	width:602px;
	height:330px;
	padding:8px 30px 20px 30px;
	
}
.tabing{
	margin: 0;
	padding: 0;
	display:block;
	
	height:55px;
	
}
.shadetabs{
padding:0px 0px 0px 0px;
margin:0px;
background:url(../images/design/tab-border.gif) top right no-repeat;
height:47px;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul{
margin: 0;
padding:0;
width: 100%;
float:right;


}

.shadetabs li{
margin: 0px;
margin-right:4px;
padding:0px;
display:inline;
background-repeat:repeat-x;
}
.shadetabs li a span{
margin: 0px;
padding:0px 0px 0px 4px;
/*background-image:url(../images/tab-bullet.gif);
background-repeat:no-repeat;
background-position:0px 6px;*/
}


.shadetabs li a{

text-decoration: none;
font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform:uppercase;
color: #333333;
height:21px;
display:block;
float:left;
padding:15px 10px 10px 10px;
text-align:center;
background:url(../images/design/tab-border.gif) top left no-repeat;



}

.shadetabs li a:visited{
color: #333333;text-decoration: none;
}

.shadetabs li a:hover{
text-decoration:none;
color: #333333;
}

.shadetabs li.selected{

color:#728911;
height:39px;
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: none;
font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform:uppercase;
color: #e26012;
height:21px;
display:block;
float:left;
padding:15px 10px 16px 10px;
	
background-color:#FFFFFF;

}
.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color:#e26012;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#e26012;
}

.shadetabs li.selected a:active{ /*selected main tab style */
text-decoration: none;
color:#e26012;
}




.tabcontentstyle{ /*style of tab content oontainer*/
	
	padding:15px 0px 5px 0px;
	text-align:center;
	
}

#tcontent1{
position:relative;
width:542px;
text-align:center;
}
#tcontent2{
position:relative;
width:542px;
text-align:center;
}

.tabcontent{
display:none;
position:relative;

padding:0;
margin:0 auto;
}

@media print {
.tabcontent {
display:block!important;
}
}
