/*
Bob Block CSS sheet 2008
Created by Peter Kelly
Following comments are the break down of styles used through the site.



*/
.featureList {
	list-style-image: url(../images/bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
	list-style-position: outside;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
}
.saleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
}
.footerCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a90104;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a90104;
}
.subHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: a90104;
}
.specTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #a90104;
}
.rollover a:hover { 
background-position: 0 -35px;
color: #049;
}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: a90104;
}
.imgLink {
	border: 2px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
body {
	background-color: #FFFFFF;
}
.largeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.miniNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #a90104;
	text-transform: uppercase;

}
.newsBox {
	border: medium solid #990000;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.thumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: 88898b;
	text-align: center;
	height: 21px;
	width: 110px;
}
.thumbbox {
	border: thin solid #a90104;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:720px;
height:548px;
z-index: 9002;
}
#popUpDiv2 {
position:absolute;
background-color:#eeeeee;
width:720px;
height:548px;
z-index: 9002;
}
