/* Any styles that needs a hover, active or visited state can be created by adding a :hover, :active or :visited to the end of any style.
Make sure to duplicate style and add the suffix accordingly. You will NOT be able to view this style in Dreamweaver. */
.secHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #EE3B33;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.secHeadline:Hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.secText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}
.secLinks {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #EE3B33;
	font-weight: bold;
}
.secLinks:Hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.secClubColumn {
	background-image: url(http://krtygear.com/images/s-feature-leftcolumn-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 66px;
	background-color: #FDC349;

}
.secFeatureColumn {
	background-image: url(http://krtygear.com/images/s-feature-rightcolumn-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 21px;
	background-color: #000000;

}
.secFeatureStoryBg {
	background-image: url(http://krtygear.com/images/s-feature-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 179px;

}
.secFeatureImage {
	margin-right: 8px;
}
.secClubText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 2px;
}
.secHeadlinesBg {
	background-image: url(http://krtygear.com/images/s-headlines-bg.jpg);
	background-repeat: no-repeat;
	height: 318px;

}
.secHeadline2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EE3B33;
	margin-bottom: 6px;
}
.secHeadline2:Hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 6px;
}
.secClubInput {


	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(http://krtygear.com/images/g-club-inputs.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	border: 0px solid;
	height: 18px;
	width: 110px;
	background-attachment: fixed;
}
