a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#FFFFFF}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:7em;
	left:2em;
	width:14em;
	border:1px solid #EF0810;
	background-color:#CECFCE;
	color:#000;
	text-align: center;
	font-size: x-small;
	}


.redborder {
	border: thin double #EF0810;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.redtwosides {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EF0810;
	border-right-color: #EF0810;
	border-bottom-color: #EF0810;
	border-left-color: #EF0810;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CECFCE;
	font-size: small;
	padding-bottom: 10px;
	padding-top: 10px;
}

.redfoursides {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EF0810;
	border-right-color: #EF0810;
	border-bottom-color: #EF0810;
	border-left-color: #EF0810;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}


a:link {
	font-size: 14px;
	font-weight: bold;
	color: #E70808;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E70808;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E70808;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
}
body {
	background-image: url(diamond_plate150.jpg);
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.Products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
a.byline {
	font-size: x-small;
	color: #E70808;
}
a.byline:hover {
	font-size: x-small;
	color: #FFFFFF;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
}
.big_header {
  font-size: 48px;
  font-weight: bold;
  color: #FF0000;
  font-style: italic;
}
.big_black_header {
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.med_red_header {font-size: 24px; font-weight: bold; color: #FF0000; }
.med_black {font-size: 18px}
.small_red_header {font-size: 18px; color: #FF0000; }

