@charset "UTF-8";

.tab_wrap{
	position:static;
	z-index:-5;
	width:inherit;
	height:300px;
	
	float:none;
	margin-left:-2px;
	margin-right:2px;
	z-index:1000;
	background:url(ie6.gif) repeat;;
}

.tab_ie { position:relative; margin-top:30px; margin-left:1px; border:#666 1px solid; background-color:#E3EAF9;  }

.tab_ctrl { position:absolute; left:0px; right:0px; top:0px; bottom:0px; }

.nav_tab_corrector { position:absolute; top:0px; left:-1px; right:-7px; height:49px; background:url(highlight.png) repeat; }

.nav_tab_corrector_left{
	position:relative;
	
	width:2px;
	height:47px;

	background:url(separator_tab_left.png);
	margin-left:0px;
	z-index:500;
	
	float:left;
}

.nav_tab_corrector_center{
	position:absolute;
	
	right:2px;
	top:0px;
	left:2px;
	height:48px;
	
	background:url(highlight.png);
	background-position:top;
	background-color:#E3EAF9;
	background-repeat:repeat-x;
	z-index:500;
}

.nav_tab_corrector_right{
	position:relative;
	
	margin-right:0px;
	margin-top:0px;
	width:9px;
	height:47px;
	
	float:right;
	background:url(drop_scoop.png);
	bottom:0px;
	z-index:500;
}

.tab_body{
	position:absolute;
	
	top:45px;
	left:-1px;
	z-index:100;
	
	background:none;
	min-width:150px;
}

.tab_interior_body{
	background-color:#E3EAF9;
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
	right:15px;
	z-index:-1;
}

.tab_text{
	position:absolute;
	margin-top:70px;
	padding-top:70px;
	background-color:#FC0;
}

.tab_text h2{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	font-style: normal;
	font-weight: normal;

}

.tab_text p{
	margin-left:20px;
	margin-right:20px;
	font-style: normal;
	font-weight: normal;

}

.tab_corner_left{
	position:absolute;
	left:0px;
	bottom:0px;
	
	width:15px;
	height:15px;
	background-image:url(drop_corner_left.png);
}
.tab_corner_right_top{
	position:absolute;
	right:0px;
	top:0px;

	width:15px;
	height:15px;

	background-image:url(drop_corner_up_right.png);
}
.tab_corner_right_bottom{
	position:absolute;
	right:0px;
	bottom:0px;
	
	width:15px;
	height:15px;

	background-image:url(drop_corner_bottom_right.png);
}
.tab_stroke_left{
	position:absolute;
	
	left:0px;
	top:0px;
	bottom:15px;
	
	width:15px;

	background-image:url(drop_stroke_left.png);
}
.tab_stroke_right{
	position:absolute;
	
	right:0px;
	top:15px;
	bottom:15px;
	
	width:15px;

	background-image:url(drop_stroke_right.png);
}
.tab_stroke_up{
	position:absolute;
	
	top:0px;
	right:15px;
	left:15px;
	
	height:15px;

	background-image:url(drop_stroke_top.png);
}
.tab_stroke_down{
	position:absolute;
	left:15px;
	right:15px;
	bottom:0px;
	height:15px;
	background-image:url(drop_stroke_bottom.png);
}

#tab_heading
{
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7e7e7e;
	margin:0px;
	margin-left:20px;
	margin-right:30px;
	margin-top:20px;
	margin-bottom:15px;
	
	text-shadow:#EEE 1px 1px;
	border-bottom:1px solid;
	text-transform:uppercase;
	z-index:1000;
	
	font-style: normal;
	font-weight: normal;

}

.tab_paragraph
{
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-shadow:#EEE 1px 1px;
		
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:12px;
	
	text-transform:uppercase;
	line-height:20px;
	z-index:1000;
	
	font-style: normal;

}

.tab_paragraph:hover
{
	text-decoration:underline;
}