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

.galleryTop {
	background-image: url(../images/border_top.gif);
	background-repeat: no-repeat;
	height:41px;
	
}
.galleryBottom {
	background-image: url(../images/border_Bottom.gif);
	background-repeat: no-repeat;
	height: 45px;
	background-position: -2px;
	clear: left;
}
.backgroundImginternal tr #galleryBody {
	background-color: #F3F3F2;
}
.galleryBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	background-repeat: repeat-y;
	background-color: #FFF;
	width: 768px;
	display: block;
}
.galleryNav {
	margin-left: 25px;
	padding-top: 15px;
	text-align: center;
	padding-right: 20px;
}
.galleryNavMain {
	margin-left: 25px;
	padding-top: 15px;
	text-align:right;
}
.gallerySub {
	text-align: center;
	padding-right: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size:17px;
}
.galleryRow {
	float:none;
	text-align:center;
	height:193px;
	margin-left:140px;
	margin-bottom:45px;
	font-size: 14px;
	font-weight: bold;
}

.galleryCatCell {
	float:left;
	margin-left:25px;
	margin-right:25px;
	width:193px;	
}
.galleryContainer {
	display: block;
}
.galleryWraper {
	display: block;
	
}

/*Styles specifically for the internal gallery pages*/
.galleryCell {
	float:left;
	margin-left:25px;
	margin-right:25px;
	width:139px;	
}
.galleryThumbRow {
	text-align:center;
	height:138px;
	margin-left:100px;
	padding-bottom:35px;
	/*margin-bottom:35px;*/
	font-size: 12px;
	font-weight: bold;
	clear: left;
}
.galleryThumb {
	float:left;
	margin-left:0px;
	height:138px;
	width:139px;
}
.galleryNavTitle {
	text-align:center;
	font-wieght:bold;
	padding-bottom:6px;
}
.backgroundImginternal tr td .galleryWraper .galleryContainer .galleryBody .gallerySub a, a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
	font-size:15px;
}
