/*********  Copyright 2000-2006 UIEvolution ************/
/*********  Home Stylesheet **************************/

td#col3 {
	background: #EAEAEA;
}
.grad-blue-right {
	background: #7D9BAE url(../img/bg_grad_blue_right.gif) repeat-y right;
	padding: 2px 0 2px 0;
	text-align: right; 
	float: right; 
	width: 70%; 
	margin-right: -26px;
}
.grad-blue-right a {
	padding-right: 26px;
}
td#col3 h1 {
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 7px  0;
}
.ib-thumb {
	float: left;
	width: 65px;
	height: 65px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	margin: 15px 7px 0 0;
	background: #eee;
	border: 2px solid #fff;
	position: relative;
}

/* border color white for beta release because no browse section color shoud be: #FAA84B */
div.ib-thumb:hover {
	border: 2px solid #fff;
}
a:link.overlay, a:visited.overlay {
	text-decoration: none;
	margin: 0; padding: 0;
	position:absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	z-index: 1000;
	background-color: #fff;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
a:hover.overlay {
	-moz-opacity: 0.0;
	opacity:.00;
	filter: alpha(opacity=00);
}
#home-flash {
	float: right;
	margin: 0; padding: 0;
}




a:link.tour, a:visited.tour {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.tour {
	color: #FAD3A6;
}


