@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 3px;
}

#leftNavg a:link {
	color: #999999;
}

#leftNavg a:hover{
	color: #006600;
	text-decoration: underline;
}

#leftNavg a:visited{
	color: #666666;
}

#leftNavg a:active{
	color: #666666;
}

#leftNavg li {
	margin-left: 17px;
	list-style-type: square;
	font-size: 9px;
	color: #999999;
}
.blue {
	color: #006699;
}
#black a:link {
	color: #000000;
}



td {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
}
ol {
	margin-left: 20px;
}

td.nav {
	font : 12px Arial, Helvetica, sans-serif;
	color : green;
}


h1 {
	font : bold 17px Arial, Helvetica, sans-serif;
	color : black;
}
h2 {
	font : bold 14px Arial, Helvetica, sans-serif;
	color : black;
}
#Jim h1 {
	
	font-size: 18px;
}

#Jim h2 {
	font-size: 17px;
}
lh {
	font-weight: bold;
}
small {
	font-size: 8px;
}




a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 100;
}
a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:gray;
	text-decoration:underline;
}
a:active {
	color:gray;
	text-decoration:underline;
}
a.nav {
	text-decoration: none;
}
.red {
	color: #990000;
}

.blue {
	color: #4C718C;
}

a.nav:link {
	color:gray;
	text-decoration:none;
	 
}
a.nav:visited {
	color:gray;
	text-decoration:none;
	 
}
a.nav:hover {
	color:#003E1F;
	text-decoration:underline;
	 
}
a.nav:active {
	color:#003E1F;
	text-decoration:underline;
	 
}
a.cat {
	text-decoration: none;
}
a.cat:link {
	color:black;
	text-decoration:none;
	 
}
a.cat:visited {
	color:black;
	text-decoration:none;
	 
}
a.cat:hover {
	color:gray;
	text-decoration:underline;
	 
}
a.cat:active {
	color:gray;
	text-decoration:underline;
	 
}
body {
	margin: 0px;
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.r {
	color:#990000
}
.big {
	font-size:18px
}
.sml {
	font-size:12px
}


img {
	border:0px;
	text-decoration: none;
	color: #FFFFFF;
}
.left {
	float: left;
	margin: 2px;
}



.green {
	color: #006600;
}

.order_notice {
			border: solid #7eab82 2px;
			width: 50%;
			padding: 4px;
			font-size: 14px;
			margin-bottom: 15px;
			text-align: center;
		}
blockquote {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	padding-top: 3px;
}
.floatLeft {
	float: left;
	padding: 10px;
}
a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:white;    /* background colour of display text */
        color:#000000;               /* colour of display text */
           /* border colour */
        text-decoration:none;
       
        }

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

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 41px;
	left: 10px;
	background-color:White; /* background colour here */
	color:#000000;         /* text colour */
	text-align: center;
	width:150px; /* border colour */
	font-size:13px;
	padding: 20px;
	z-index:30;
	border: 1px solid #E1E1E1;
        }

