@charset "UTF-8";
/* CSS Document */

body {
	background-color: #99CC66;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
}
a:link {
	color: #CC6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #CC6633;
}
.tree {
	background-image: url(images/tree.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentbox {
	padding: 20px;
	border: medium dashed #663333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
}
.menupadding {
	padding: 10px;
}
.storebox {
	border: medium dashed #663333;
	background-color: #FFFFFF;
}
.thumbnail{
position: relative;
z-index: 0;
text-decoration: none;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration: none;
; clip:   rect(   )}
.thumbnail span{
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: medium dashed #663333;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: -310px;
	left: -275px; /*position where enlarged image should offset horizontally */
	text-decoration: none;
}
.homecontentbox { 
    padding: 0px 0px; border: medium #663333 dashed;
}
.thumbnail2{
position: relative;
z-index: 0;
text-decoration: none;
}
.thumbnail2:hover{
background-color: transparent;
z-index: 50;
text-decoration: none;
}
.thumbnail2 span{
	position: absolute;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-decoration: none;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 0px;
    text-decoration: none;
}
.thumbnail2 span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: -75px;
	left: 320px; /*position where enlarged image should offset horizontally */
	text-decoration: none;
}.storebox:hover { background-color: #FFFFFF; z-index: 50; text-decoration: none; ; border: #CC6633; border-style: dashed; border-top-width: auto }
