/* CSS Document */
html {overflow:scroll;}
	
body {
text-align: justify;
font: 11px 'Helvetica Nueu', Arial, sans-serif; color: #5A5A5A;
scrollbar-face-color: black;
scrollbar-highlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-track-color: black;
scrollbar-shadow-color: #5A5A5A;
scrollbar-arrow-color: #5A5A5A0;
scrollbar-3dlight-color: #5A5A5A;
letter-spacing:20%;
word-spacing:10%;
line-height:150%;

}
hr {border: 1px dotted #717171; border-style: none none dotted;
}

h1 {font: normal 12px Arial, sans-serif; color:#5A5A5A;
	font-weight: lighter;
	margin: 0 0 20px 0 ;
	}

h2 {font: lighter 13px  Arial, Helvetica, sans-serif; color:#5A5A5A;
margin:0px;
}

#sidebar h2 { font-size:20px; line-height:20px; color:#5A5A5A; margin:0 0 2px 0; font-weight:normal; }

.right
{float:right;
margin: 0;
}

b	{font: 11px Arial, Georgia, Times, serif; font-weight: bold; color: #CBCBCB;}

table, tr {
    font: 11px 'Helvetica Nueu', Arial, sans-serif; color: #5A5A5A;
	background: #000000;
	text-align: justify;
	letter-spacing:20%;
	word-spacing:10%;
	line-height:150%;
	}
	
.border { border:1px solid #5A5A5A;
margin: 0;
padding:20px;
width: 390px;
background-color: #494C24;
}

.borderfabrics { border:1px solid #5A5A5A;
margin: 10px;
padding:20px;
float: left;
background-color: #494C24;
}

.tablebg{
border: 1px solid #5A5A5A;
}

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #848484;
	}
	
a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #fff;
	}
	.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 2px 2px 0;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -100px;
border: 0px solid white;
visibility: hidden;
text-decoration: none;
color: #C5C3AC;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 0 10px 0 0;
img-align: left;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: -1;
}
