/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/
* 
{
	margin: 0px;
	padding: 0px;
	border:0px;
}

body {
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #B3C59B;
	background: url("images/back2.gif");
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #701453;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #701453;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
} 


h4
{	
	color: #576F37;
	margin: 0;
	text-align: center;
}


h3
{	
	color: #000000;
	margin: 0;
	text-align: left;
}

h2
{
	color: #000000;
	margin: 0;
	text-align: center;
}

h1
{
	color: #000000;
	margin: 0;
	text-align: center;
}

li
{
	margin: 5px 0px 5px 15px;
	list-style-position: inside;
}

.highlight
{
	background-color: #EED8D4;
	font-weight: bold;
}

hr
{
	width: 75%;
}

#main
{
	width: 700px;
	background-color: #ffffff;	
	border: solid 2px #000000;
}

.header /* change headerlogo pic here*/
{
	width: 700px;
	text-align: center;
	background-color: #000000;
}

.content
{
	width: 700px;
	background-color: #ffffff;
	padding: 10px;
	border: solid 2px #000000;
	
}

.italic
{
		font-size: 18px;
		color: #576F37;
	margin: 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	
}

.italic2
{
		font-size: 14px;
		color: #576F37;
	margin: 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	
}


.menu /*this is the menubar at the top of page */
{
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	color: #999999;
	font-weight: bold;
}

.menu a:link, .menu a:visited 
{
	color: #701453;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #701453;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
} 

.menu2 /*this is the menubar at the bottom of page*/
{
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	color: #999999;
	font-weight: bold;
}

.images /*for images with borders*/
{
	border: solid 2px #000000;
	padding: 4px;
	background-color: #f8f8f8;
}

.leftimages /*for left aligned images with borders*/
{
	border: solid 2px #000000;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 4px;
	background-color: #f8f8f8;
}

.gallery
{
	font-size: 9px;
	text-align: center;
	color: #000000;
}
	
.gallery img
{
	border: solid 2px #666666;
	margin: 5px;
	padding: 4px;
	background-color: #f8f8f8;
}	

.products
{
	font-size: 12px;
	text-align: left;
	color: #000000;
}
	
.products img
{
	border: solid 2px #000000;
	padding: 4px;
	background-color: #ff0000;
	
}	

.tiny
{
	font-size: 10px;
	color: #000000;
}

#nix
{
display:block;
height :2px;
width:2px;
float:left;
margin-top:-2px;
overflow:hidden;
}

#nix:hover
{
width:16px;
height:16px;
margin-top : -16px;
}

#pluto
{
display:none;
}

