/***********************************************/
/* css-stuckey.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
}

HR {
	width: 85%;
	height: 1px;
	border: 1px dashed #666666;
}

HR.Normal {
	width: 60%;
	height: 1px;
	border: 1px solid #666666;
}

/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/
A:link, A:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #FDCD0B;
	font-weight: normal;
	text-decoration: underline;
}

A.linkNavMain:link, A.linkNavMain:visited, A.linkNormalBold:link, A.linkNormalBold:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A.linkNavMain:hover, A.linkNormalBold:hover {
	color: #FDCD0B;
	font-weight: bold;
	text-decoration: underline;
}

A.linkNormal:link, A.linkNormal:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.linkNormal:hover {
	color: #FDCD0B;
	font-weight: normal;
	text-decoration: underline;
}

A.linkRedBold:link, A.linkRedBold:visited {
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}

A.linkRedBold:hover {
	color: #FDCD0B;
	font-weight: bold;
	text-decoration: underline;
}

A.linkFooter:link, A.linkFooter:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.linkFooter:hover {
	color: #FDCD0B;
	font-weight: normal;
	text-decoration: underline;
}

/***********************************************/
/* Heading tag styles                          */
/***********************************************/
.headingMain {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	border-bottom: 1px solid #666666;
}

.headingSub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
}

.headingSubRed {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #B22222;
	line-height: 16px;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/
.textNormal {
	padding: 10px;
}

.textNormalGrey {
	padding: 10px;
	color: #666666;
}

.textGrey {
	color: #333333;
	font-weight: normal;
}

.textGreyBold {
	color: #333333;
	font-weight: bold;
}

.textRedBold {
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}

/***********************************************/
/* Border styles                               */
/***********************************************/
.border {
	border: 1px solid #999999;
}

.borderBottom {
	border-bottom: 1px solid #999999;
}

TD.borderRight {
	border-right: 1px solid #666666;
}

TD.borderRightDashed {
	border-right: 1px dashed #666666;
}

TD.spaceGrey {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #CCCCCC;
	height: 30px;
}

TD.footerTop {
	background-image: url(../images/undercont.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
}

TD.footer {
	background-image: url(../images/button-repeater.jpg);
	background-repeat: repeat-x;
	max-width: 100%;
	height: 28px;
	color: #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/***********************************************/
/* Image display styles                        */
/***********************************************/
TD.navButton {
	background-image: url(../images/buttonsingle.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

IMG.thumb {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
	margin-top: 6px;
	width: 70px;
	height: 70px;
	border: 1px solid #666666;
}

IMG.thumbFeature {
	margin-left: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 3px;
	border: 1px solid #666666;
}

IMG.TyreThumb {
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	border: 1px solid #999999;
}

IMG.TyreLge, IMG.ThumbLinks {
	border: 1px solid #999999;
}

IMG.noBorder {
	margin-left: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 3px;
}

/***********************************************/
/* List tag styles                             */
/***********************************************/

/***********************************************/
/* Form and related tag styles                 */
/***********************************************/
.formStyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.formButton {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topBanner {
	background-image: url(../images/stuckeymiddle.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	position: relative;
	margin-top: 1px;
	margin-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#mainNav {
	background-image: url(../images/button-repeater.jpg);
	background-repeat: repeat-x;
	max-width: 100%;
	height: 28px;
	color: #666666;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
}

#underNav {
	background-image: url(../images/undercont.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
	position: relative;
}

#mainBody {
	background-color: #252525;
	width: 100%;
	color: #666666;
	position: relative;
}