a {
	color: #3366CC;
	text-decoration: none
}

a.hover {
	color: #3366CC;
	text-decoration: underline
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	background-attachment: scroll;
	background-image: url(images/css_background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	}
.footer { 
	font-family: Verdana, Geneva, sans-serif;
	}
a:hover {	
	text-decoration: underline
	}
	
.bottomNavTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5B9606;
}

a.bottomNav {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

a.bottomNav:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00F;
}

.whiteTxtLg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}
.whiteTxtSm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.bigGreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #5B9606;
}
.smallGreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	font-weight: normal;
	color: #5B9606;
}
.txtStrike {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: line-through;
}
.redSalePrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
}
#videoZindex {
	position: absolute;
	z-index: -1;
}
.hrGreen {
	color: #3F7A02;
}
.indexContentPadding {
	position: static;
	right: 15px;
}
.headerBox {
	border: thin double #000;
}
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #B4AF9A;
/*padding: 5px;*/
left: -1000px;
border: 2px solid gray;
visibility: hidden;
color: black;
font-weight:bold;
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 */

}

/* For bottom thumbnail */


.thumbnailbottom{
position: relative;
z-index: 0;
}

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

.thumbnailbottom span{ /*CSS for enlarged image*/
position: absolute;
background-color: #B4AF9A;
/*padding: 5px;*/

border: 2px solid gray;
visibility: hidden;
color: black;
font-weight:bold;
text-decoration: none;
}

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

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

}