﻿/* CSS for Intrepid 20091127 */
body.popup {
	background-color:white;
}
td.shadow-left {
	background-image:url('../images/layout-images/shadow-left.jpg');
	width:20px;
	background-repeat:repeat-y;
}
td.shadow-right {
	background-image:url('../images/layout-images/shadow-right.jpg');
	width:20px;
	background-repeat:repeat-y;
}
td.side-left {
	background-image: url('../images/layout-images/images/left-repeater.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
td.side-right {
	background-image: url('../images/layout-images/images/right-repeater.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
td.content {
	background-color: white;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
}
td.flash-area {
	background-color:white;
}

/* These are the hover buttons */

td.FPbutton-logo {
	background-image:url('../images/layout-images/Intrepid-20091127-1_01.gif');
	background-repeat:no-repeat;
}
td.FPhead {
	background-image:url('../images/layout-images/Intrepid-20091127-1_02.gif');
	background-repeat:no-repeat;
}

.FPbutton-phone {
	position: relative;
	background:url('../images/hovers/images/Intrepid-20091127-1_03.gif') no-repeat;
	white-space: nowrap;
	/*display: block;*/ /* MC Jan 2010 - This call causes an issue in Mozilla */
	width: 37px;
	height: 94px;
	margin: 0;
	padding: 0;
}
.FPbutton-phone a {
	display: block;
	width: 37px;
	height: 94px;
	color: black;
	text-decoration: none;
}
.FPbutton-phone img {
	width: 37px;
	height: 94px;
	border: 0;
}
.FPbutton-phone a:hover img {
	visibility: hidden;
}
.FPbutton-letter {
	position: relative;
	background:url('../images/hovers/images/Intrepid-20091127-1_04.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 93px;
	height: 94px;
	margin: 0;
	padding: 0;
}
.FPbutton-letter a {
	display: block;
	width: 93px;
	height: 94px;
	float: left;
	color: black;
	text-decoration: none;
}
.FPbutton-letter img {
	width: 93px;
	height: 94px;
	border: 0;
}
.FPbutton-letter a:hover img {
	visibility: hidden;
}
.FPbutton-home {
	position: relative;
	background:url('../images/hovers/images/Intrepid-20091127-1_12.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 183px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.FPbutton-home a {
	display: block;
	width: 183px;
	height: 35px;
	float: left;
	color: black;
	text-decoration: none;
}
.FPbutton-home img {
	width: 183px;
	height: 35px;
	border: 0;
}
.FPbutton-home a:hover img {
	visibility: hidden;
}
.FPbutton-services {
	position: relative;
	background: url('../images/hovers/images/Intrepid-20091127-1_14.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 67px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.FPbutton-services a {
	display: block;
	width: 67px;
	height: 35px;
	float: left;
	color: black;
	text-decoration: none;
}
.FPbutton-services img {
	width: 67px;
	height: 35px;
	border: 0;
}
.FPbutton-services a:hover img {
	visibility: hidden;
}
.FPbutton-products {
	position: relative;
	background: url('../images/hovers/images/Intrepid-20091127-1_16.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 72px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.FPbutton-products a {
	display: block;
	width: 72px;
	height: 35px;
	float: left;
	color: black;
	text-decoration: none;
}
.FPbutton-products img {
	width: 72px;
	height: 35px;
	border: 0;
}
.FPbutton-products a:hover img {
	visibility: hidden;
}
.FPbutton-training {
	position: relative;
	background: url('../images/hovers/images/Intrepid-20091127-1_18.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 64px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.FPbutton-training a {
	display: block;
	width: 64px;
	height: 35px;
	float: left;
	color: black;
	text-decoration: none;
}
.FPbutton-training img {
	width: 64px;
	height: 35px;
	border: 0;
}
.FPbutton-training a:hover img {
	visibility: hidden;
}
.FPbutton-about {
	position: relative;
	background: url('../images/hovers/images/Intrepid-20091127-1_20.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 81px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.FPbutton-about a {
	display: block;
	width: 81px;
	height: 35px;
	float: left;
	color: black;
	text-decoration: none;
}
.FPbutton-about img {
	width: 81px;
	height: 35px;
	border: 0;
}
.FPbutton-about a:hover img {
	visibility: hidden;
}
* html a:hover {
	visibility: visible;
}




