@charset "UTF-8";
/* CSS Document */

#Container_StoreType 			{ text-align:left; height: 480px; width: 2560px; background-color:#f1eee4; }
#Container_StorePuhl 			{ text-align:left; height: 480px; width: 3900px; background-color:#f1eee4; }
#Container_StoreWidow 			{ text-align:left; height: 480px; width: 2560px; background-color:#f1eee4; }

.Item_Title {
	width: 280px;
	height: 35px;
	display: block;
	text-indent: -9999px;  /*moves text so you can't see it */
}
.Puhl_Title 					{ background-image: url(../Images/TITLE_Puhl.jpg); }
.Widow_Title 					{ background-image: url(../Images/TITLE_Widow.jpg); }
.River_Title 					{ background-image: url(../Images/TITLE_River.jpg); }

.VisitSite a {
	font-family: "kulturista-web-1","kulturista-web-2",serif;
	background-image: url(../Images/VisitSite2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 280px;
	float: left;
	margin: 8px 0px 8px 0px;
	line-height: 25px;
	text-align: center;
	font-size: 13px; 
  	font-weight: 300;
	color: #6a6b66;
	text-decoration: none;
}
.VisitSite a:hover {
  	border: none;
	background-position: 0 -25px;
}
.DownloadNav {
	float: left;
	width: 280px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.WallpaperDownload a {
	font-family: "kulturista-web-1","kulturista-web-2",serif;
	background-image: url(../Images/Store_Button_Half.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 138px;
	float: left;
	line-height: 25px;
	text-align: center;
	font-size: 13px; 
  	font-weight: 300;
	color: #6a6b66;
	text-decoration: none;
}
.WallpaperDownload a:hover {
  	border: none;
	background-position: 0 -25px;
}
.DLeft a {
	margin-right: 4px;
}
.DTop a {
	margin-top: 4px;	
}


/**-------------------------------------------------------------------------------------------------------
	Store - Hover over Images
----------------------------------------------------------------------------------------------------------**/

.StoreItems {
	height: 430px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
#StoreItems_Nav {
	height: 430px;
	margin-top: 25px;
	float: left;
}
ul.StoreItems {
	list-style: none;
	margin: 0; 
	padding: 0;
}
ul.StoreItems li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0;
	text-align: center;
	display: inline; 
}
ul.StoreItems li a.thumb {
	width: 250px; 
	height: 430px; 
	margin: 0px;
	cursor: pointer;
}

ul.StoreItems li span { 
	width: 250px;
	height: 430px;
	overflow: hidden;
	display: block;
}
/*ul.gallery li a:hover img{
	margin-top:-215px;
}*/
ul.StoreItems li a.thumb:hover {
	background: #333;
}

ul.StoreItems li a {text-decoration: none; color: #777; display: block;}
