*{	margin: 0;
	padding: 0;}

img{ border: 0pt; }

#bottom_div{
width: 1000px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(back.gif); 
background-color: #000000;
background-repeat:repeat-x;
float:left;
/*line-height:80px;*/
line-height:32px; 
list-style:none;
margin:0;
/*padding:0 1px 0 1px;*/
 padding:0 10px 0 10px; 
width:1000px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

/* test added */
#vista_toolbar li a.current {
background-image:url(current.gif); 
background-repeat:repeat-x;
}
/* test added */

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
/*padding:0 0px 0 0px;  left 3 px because of left.png image */ 
 padding:0 3px 0 3px;  left 3 px because of left.png image  
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
/*padding:0 10px 0 7px;*/
 padding:0 10px 0 7px; 
}

#vista_toolbar a span img {
border:none;
/*margin:1px 1px 0 0;*/
 margin:8px 4px 0 0; 
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}




/* -------------------------------------------------- */
/* talltabs-black */
/* -------------------------------------------------- */
	#talltabs-black {
		clear:left;
		float:left;
		padding:0;
		border-top:6px solid #000;
		width:100%;
		overflow:hidden;
		font-family:Georgia, serif;
	}
	#talltabs-black ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#talltabs-black ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#talltabs-black ul li a {
		display:block;
		float:left;
		margin:0 1px 0 0;
		padding:30px 10px 6px 10px;
		background:#000;
		text-decoration:none;
		color:#fff;
	}
	#talltabs-black ul li a:hover {
		padding:35px 10px 6px 10px;
	}
	#talltabs-black ul li.active a,
	#talltabs-black ul li.active a:hover {
		padding:40px 10px 6px 10px;
	}
	