/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #009966;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* CSS Document */
/*drop down menu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid;
	border-bottom-color: #ffffff;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
	width: 180px;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #009966;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}
ul li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #ffffff;
	background-color: #00cc66;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; 
}
/*end of drop down menu*/


/********************************** text ***************************************************/

.shop {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #009966;
}
	

.highlightlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}

.highlightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}
.highlightlink_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

.highlightlink_red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
.highlightlink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}

.highlightlink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009966;
	text-decoration: underline;
	font-weight: normal;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009966;
	font-weight: bold;

}
.green14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009966;
}
.copyrightlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009966;
	font-weight: bold;
	text-decoration: none;
}

.copyrightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009966;
	font-weight: bold;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009966;
}

.indexsideright {
	font-family: Arial, Helvetics, sans-serif;
	color:#ffffff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #009966;
}

.indexsiderightlink{
	font-family: Arial, Helvetics, sans-serif;
	color: #FFFF00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.indexsiderightlink:hover{
	font-family: Arial, Helvetics, sans-serif;
	color:#FFFF00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.indexsideright_large{
	font-family: Arial, Helvetics, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	background-color: #009966;
}

.indexsideright_large:hover{
	font-family: Arial, Helvetics, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 13px;
	background-color: #009966;
}

.addtocart_padding {
	padding-left: 0px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009966;
	font-weight: bold;
}
