/* CSS Document */

#contentCol {
	float:left;
	margin-left:10px;
	width:582px; min-height:396px; _height:396px;
	background-color:#F9E5E5;
	display:inline;
}

#contentColPadding {
	padding:10px;
}

.sectionLogo {
	float:right;
	width:200px; height:26px;
	border:0;
	margin:0px 0px 10px 10px;
}

h1 {
	font:bold 80% arial,helvetica,sans-serif; color:#C30404;
}

p {
	font:80% arial,helvetica,sans-serif; color:#000000;
	line-height:140%;
}

p.highlight {
	font:bold 80% arial,helvetica,sans-serif; color:#000000;
	line-height:140%;
}

ul {
	padding:0;
	margin-left:20px;
	font:80% arial,helvetica,sans-serif; color:#000000;
}

#menuItemHolder ul {font-size:12px; font-weight:bold;}

a.productMenuOn:link {color: #C30404; text-decoration:underline;}
a.productMenuOn:visited {color: #C30404; text-decoration:underline;}
a.productMenuOn:active {color: #C30404; text-decoration:underline;}
a.productMenuOn:hover {color: #C30404; text-decoration:none;}

a.productMenuOff:link {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:visited {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:active {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:hover {color: #FFFFFF; text-decoration:none;}

div.productMenuSpacer {
	float:left;
	line-height:0px; 
	font-size:0.5px;
	width:2px; height:28px;
}

div.productMenuItem {
	float:left;
}

span.productMenuText {
	display:block;
	margin-top:4px;
	font:75% arial,helvetica,sans-serif;
}

div.onLeft {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/redOnLeft.gif);
	background-repeat:none;
}

div.onMiddle {
	float:left;
	height:24px;
	border-top:2px solid #C30404;
	/*border-bottom:2px solid #C30404;*/
}

div.onRight {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/redOnRight.gif);
	background-repeat:none;
}

div.offLeft {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/redOffLeft.gif);
	background-repeat:none;
}

div.offMiddle {
	float:left;
	height:24px;
	border-top:2px solid #C30404;
	border-bottom:2px solid #C30404;
	background-color:#C30404;
}

div.offRight {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/redOffRight.gif);
	background-repeat:none;
}

.link {
	font-weight:bold;
}

a.content:link {color: #C30404; text-decoration:underline;}
a.content:visited {color: #C30404; text-decoration:underline;}
a.content:active {color: #C30404; text-decoration:underline;}
a.content:hover {color: #C30404; text-decoration:none;}

img.eBeam {float:right; margin:0 0 10px 15px;}