/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 9px;
margin-right: 3px;
border: 1px solid #DDD;
color: #888;
outline:none;
}

.shadetabs li a:visited{
color: #888;
}

.shadetabs li a:hover{
border: 1px solid #DDD;
text-decoration: none;
color: #888;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#333 !important;
}

.shadetabs li a.selected{ /*selected main tab style */
background:white;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
background:#FFF;
color:#333;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#country1{
	width:100%;
	height:100%;
	background:url("../i/bg_home_tab1.jpg") right bottom no-repeat;
}
#country2{
	width:100%;
	height:100%;
	background:url("../i/bg_home_tab2.jpg") right bottom no-repeat;
}
#country3{
	width:100%;
	height:100%;
	background:url("../i/bg_home_tab3.jpg") right bottom no-repeat;
}
#pwnpdf1{
	position:absolute;
	top:15px;
	left:5px;
	outline:none !important;
}
#pwnpdf2{
	position:absolute;
	top:50px;
	left:50px;
	outline:none !important;
}
#country1, #country2, #country3{
	position:relative;
}
.tabin{
	position:absolute;
	top:20px;
	left:10px;
	width:400px;
}	
.tabin p{
	line-height:20px;
}	
.tabin h3{
	color:#444;
}	