@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	background-repeat: repeat;
}
.links {
	position: relative;
	top: -350px;
}
.logopos {
	position: relative;
	top: 0px;
	background-color: #000000;
}
a:link {
	color: #673E4E;
}
a:visited {
	color: #673E4E;
}
a:hover {
	color: #9D818D;
}
a:active {
	color: #9D818D;
}
.linksa {
	position: relative;
	background-color: #000000;
	width: 800px;
}
.logoOutside {
	position: relative;
	top: 0px;
	background-color: #000000;
	width: 800px;
}
.logoOutsideb {
	position: relative;
	top: 0px;
	background-color: #000000;
	width: 800px;
}
.style1 {
	color: #FFFFFF;
	font-size: x-small;
	position: relative;
	width: 800px;
	background-color:#000000;
	top: 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.style1a {
	font-size: x-small;
	color: #FFFFFF;
	height: auto;
	width: auto;
}
.smallText {
	font-size: small;
	font-weight: bold;
}
.sale {
	font-size: small;
	color: #660000;
	font-style: italic;
	font-weight: bold;
}
