
/*************************
		HOME TUNNELS
*************************/

#tunnelsHolder {
	width: 580px;
	font-size: 11px;
}

#tunnelsHolder td {
	padding: 0px !important;
}

.tunnel {
	width: 194px;
	height: 307px;
	/*float: left;*/
	position: relative;
}
.tunnel_contentHolder {
	position: absolute;
	width: 194px;
	height: 307px;
	top: 0px;
	left: 0px;
}

.tunnel_contentHolder .List a {
	display: block;
	background: url(/images/arrow.jpg) left no-repeat;
	color: #666;
	padding: 3px 0 3px 15px;
}
.tunnel_contentHolder .List a:hover { color: #000; }

.tunnel h1 {
	background-position: left top;
	background-repeat: no-repeat;
	height: 92px;
	font-size: 16px !important;
	overflow: hidden;
	margin: 0px !important;
	color: #bb341e;
}


.tunnel h1 span {
	display: block;
	margin-top: 67px;
}
.tunnel.metal h1 span 		{ margin-left: 13px; }
.tunnel.plastic h1 span 	{ margin-left: 15px; }
.tunnel.custom h1 span 		{ margin-left: 13px; }

.tunnel.metal h1 span a, .tunnel.plastic h1 span a, .tunnel.custom h1 span a {
	text-decoration: none;
	color: #bb341e;	
}
.tunnel p {
	padding: 5px 13px;
}

#tunnelsHolder .linksList a {
	display: block;
	background: url(/images/arrow.jpg) left no-repeat;
	padding: 0 0 4px 15px;
	color: #666;
	margin: 0 0 0 4px;
	height: 8px;
}

#tunnelsHolder .linksList a:hover { color: #000; }



