body {
	margin: 0px 0px 0px 0px;
}

img {
	border:0;
	text-align: right;
}

a { outline: none; } /* firefox fix (remove dotted lines) */


table#jsNavOutermost
{
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	border: 0px;
	padding: 0px;
	margin: 0px;
	
	height: 77px;
	border-collapse: collapse; 
	border-spacing: 0;
}

table#jsNavOutermost td
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}



.lineleft
{
	
background: url(images/line.gif) repeat-y;}

p			{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				line-height: 16px;
				color: #000000;
				margin:0;
				padding:0;
				margin-bottom:8px;
				}
				
				
.bodycopy		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				line-height: 16px;
				color: #000000;
				}	
				
.bodyitalic 	{
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				font-style: italic;
				line-height: 16px;
				color: #000000;
}
	
	
		
.bodybold		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				line-height: 16px;
				color: #000000;
				}	
						
		

				
				
.red			{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				line-height: 16px;
				color: #C00404;
				}	
				
.white			{
	font-family:arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align: right;
				}
								
	
	
			

				
li			{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				line-height: 15px;
				color: #000000;	
				}		
		
				
.productlist		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 12px;
				margin-bottom:12px;
				color: #000000;	
				}		
						
		
h1, .header			{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
				}	
				
h2,	.subhead			{
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin:0;
	padding:0;
	margin-top:14px;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
				}	
		
		
h3	{
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	margin:0;
	padding:0;
	margin-top:13px;
	margin-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}	
		
	
				
				
.smtxt			{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 11px;
               	line-height: 14px;
               	}
				
.smtxt2	A:link 		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 11px; color: #000000;
               	line-height: 14px;text-decoration:none;
               	}
				
.smtxt2	A:active 		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 11px; color: #000000;
               	line-height: 14px;text-decoration:none;
               	}
				
.smtxt2	A:visited 		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 11px; color: #000000;
               	line-height: 14px;text-decoration:none;
               	}
				
.smtxt2	A:hover 		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 11px; color: #000000;
               	line-height: 14px;text-decoration:none;
               	}																
				
               	.copyright		{ 
				font-family:arial, geneva, helvetica, sans-serif;
				font-size: 10px;
				line-height: 10px;
				color: #000000;
				}
			
				A:link { color: #C00404; text-decoration:none; }
				A:active { color: #C00404;  text-decoration:underline; }
				A:visited { color: #C00404; text-decoration:none; }
				
a:hover {text-decoration:underline;} 





#dropmenudiv{
position:absolute;
border-left:1px solid black;
border-bottom:1px solid black;
border-right:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
color: black;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}



#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

