﻿body
{
}

A:hover
{
    color: silver;
    text-decoration: underline;
    font-size: 17pt;
    font-family: Haettenschweiler;

}
A
{
    color: gray;
    text-decoration: line-through;
    font-family: Haettenschweiler;
    font-size: 17pt;
}
.CssLabel
{
    font-family: Haettenschweiler;
    font-size: 14pt;
    color: Black;
}

.CssHeaderLabel
{
    font-family: Haettenschweiler;
    font-size: 14pt;
    color: White;
}

.CssBodyHeaderLabel
{
    font-family: Haettenschweiler;
    font-size: 14pt;
    color: Black;
}

.CssPicLabel
{
    font-family:Footlight MT Light;
    font-size: 14pt;
    color: Gray;
    font-style: italic;    
}

.CssNewsLabel
{
    font-family: Franklin Gothic Book;
    font-size: 10pt;
    color: Black;

}
.CssProducts
{
    font-family: Franklin Gothic Book;
    font-size: 11pt;
    color: white;
}
.FrameBar
{
	scrollbar-3dlight-color:;

	scrollbar-base-color:'grey';

	scrollbar-darkshadow-color:'white';

	scrollbar-face-color:'silver';

	scrollbar-arrow-color: 'white';

	scrollbar-highlight-color:'white';

	scrollbar-shadow-color:'black';

	scrollbar-track-color: 'white';

}

.valuesList
{
	font-family: Calibri;
}

//image gallary.
.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 gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed silver;
visibility: hidden;
color: black;
text-decoration: none;
    font-family: Haettenschweiler;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

//end image gallary

