@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 11px; font-family:Tahoma;
	color: #464646;
}
body {
	background-image: ;
	margin-top: 0px;
}
a:link {
	color: #464646;
	text-decoration: none;
}
a:visited {
	color: #464646;
	text-decoration: none;
}
a:hover {
	 color:#009999;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: none;
}
#hinav { color:#FFFFFF;}
#hinav a{ color:#FFFFFF; text-decoration:none; font-size:11px; }
#hinav a:active{ color:#CCFFCC;font-size:11px;}
#hinav a:hover{ color:#FFFFFF; text-decoration:;color:#CCFFFF;font-size:13px;}
#hinav td { color:#FFFFFF; }
#hinav td:hover { background:url("Tanjis_imgs/tanjisgraphics/hinav_bg_hover.gif")  ; color:#CCFFFF;font-size:13px;}
#hinav a:active {  font-weight:bold; font-size:12px; color:#CCFFFF;}

#prod b{
	color:#277870;
	font-size:12px;
	
}
#prod div{ color:#333333; text-align:left; }

#news b{ color:#006699; font-size:11px;}
#news div  { color:#333333; text-align:left; font-size:11px;}

#center h3,h2,SPAN,p,h4{ color:#FFFFFF;}

#leftnav a{color:#CCFFFF; text-decoration:none; }
#leftnav a:hover{color:#FFFFFF; text-decoration:none;color:#E1FCAB; }
#leftnav a:active{ color:#B0FDA8; text-decoration:underline; }


.textsearch { font-size:11px; font-family:tahoma; color:#333333;}
.style1 {color: #FFFFFF; font-size:12px; font-weight:bold;}
.lownav a{color: #464646;}
.lownav {
	background-color: #ECF2F4;
	background-repeat: no-repeat;
	margin: 1px;
	padding: 1px;
}

#centernav blockquote,ul{ color:#FFFFFF;}
#centernav a{ color:#CCFFFF;  }
#centernav a:hover{ color:#FFFFCC; text-decoration:none;}
#centernav span{color:#F9FDD7;}
#centernav li{ list-style-image:url("Tanjis_imgs/tanjisgraphics/arrow.gif"); color:#FFFFFF;}

.lownav a:visited{	color: #464646;
	text-decoration: none;}
.lownav a:hover{color:#009999;
	text-decoration: underline;}
.lownav a:active{	color: #003366;
	text-decoration: none;}
.style2 {
	font-size: 9px;
	color: #333333;
}	
.lownav1 {	background-color: #ECF2F4;
	background-repeat: no-repeat;
	margin: 1px;
	padding: 1px;
}
#Map a{color:#FFFFFF}

#Featprod p,SPAN,ul{ color:#333333; text-align:left}



.gallerycontainer{
position:absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


