@charset "utf-8";
/* CSS Document */

div#equipment {
}

div.equipment {
	clear: both;
	padding-bottom: 18px;
}

.subNavItem {
	cursor: pointer;
}

.subNavOn {
	cursor: default;
}

div.eqPic {
	float: left;
}

div.eThumbs {
	text-align: center;
	padding: 4px 8px;
}

img.eThumb {
	border: solid 1px #ff9933;
	margin: 4px;
}

div.equipment div.title {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 12px 0 200px;
	padding: 24px 0 4px 0;
	border-bottom: dashed 1px #999;
}

div.eqTxt {
	text-align: left;
	margin-left: 200px;
	margin-bottom: 14px;
}

div.eqName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5f7280;
	padding: 16px 0 3px 0;
}

div.eqDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

div.top {
	padding: 6px 0;
}

/** NAV **/
#mainNav a.equipment, #mainNav a.equipment:hover {
	background-position: -164px 0;
}