/*

*/




body {
	margin: 0px;
	padding: 0px;
	background: white;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;

}

html{
	margin: 0px;
	padding: 0px;
}


#container {
	background: white  repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin-left: auto;
margin-right: auto;
	width: 95%;
	padding: 5px 20px 20px 20px;



}

a:link { color: gray; text-decoration: none}
a:hover { color: orange; text-decoration: none}
a:visited { color: gray; text-decoration: none}

#nav {
	
	
        text-align: right;
	
        position: absolute;
	
        font-size: 1em;

        color: gray;
	

}



#navsub {
	
	padding: 18px 0px 0px 0px;
        text-align: left;
	
        position: absolute;
	
        font-size: .9em;

        color: gray;
	
}


#title h1  {
	color: grey;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: 18px times newroman, serif;
	text-transform: uppercase;
letter-spacing: 1px;
}


#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: white;		
}












#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}







	

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}






.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		background:  white no-repeat left top;	

	display:block;
	width: 166px;
	height: 175px;
		color: white;
	font-weight: bold;

	
}


.thumbnail img{
	background: white;
	padding: 7px;
	margin: auto;
border-style:outset;
	border-color: gray;
	border-width:1px;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




	
