@import url("subpage.css");

.GalleryWatermark{
background:url(../images/GalleryIcons/GalleryWatermark.png) no-repeat;
position:absolute;
top:70px;
left:58px;
font-size:30px;
font-weight:bold;
width:340px;
height:250px;
z-index:1px;
}


/************************** PHOTO GALLERY for List and Detail page *********************************/	

#GalleryContent ul{
list-style-type:none;
margin:0;
padding:0;
}
#GalleryContent li{
list-style-type:none;
}
#GalleryContent{
margin:0 auto;
margin-bottom:20px;
padding:0;
width:900px;
}
#GalleryContent a{
color:#003366;/*Modify the <A> TAG colcor here*/
}
#GalleryContent a:hover{
color:#336666;/*Modify the HOVER colcor here*/
}
#GalleryNav{
width:900px;
}
		a#GalleryHome, a#GalleryContact{
		background:url(../images/GalleryIcons/GalleryHomeBtnBG.jpg) repeat-x;		
		color:#fff;
		display:block;
		float:left;		
		font:bold 16px "Times New Roman", Times, serif;
		height:45px;
		width:50%;	
		}
		a:hover#GalleryHome {
		background:url(../images/GalleryIcons/GalleryHomeBtnBG_hover.jpg) repeat-x;		
		color:#fff;
		}
		#GalleryHome span, #GalleryContact span{
		display:block;
		padding:10px;		
		}			
		a#GalleryContact{	
		background:url(../images/GalleryIcons/GalleryContactBtnBG.jpg) repeat-x;		
		color:#fff;		
		}
		a:hover#GalleryContact {
		background:url(../images/GalleryIcons/GalleryContactBtnBG_hover.jpg) repeat-x;		
		color:#fff;		
		}						
		
/***** List page style ******/ 
#GalleryTitle{
background:#333;
border-top:1px solid white;
clear:both;
color:#FFF;
padding:10px;
}
	#GalleryTitle h2{
	background:#333;
	color:#FFF;
	display:inline;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

#GallerySubNav{
width:900px;
}
			#GallerySubNav li{	
			float:left;
			margin:10px 14px 10px 0;
			padding:0;
			}
			.GallerySubNav_Pre a{
			background:url(../images/GalleryIcons/GalleryIcon_Pre.jpg);
			display:block;	
			height:30px;
			width:111px;
			}
			.GallerySubNav_Thumbs a{
			background:url(../images/GalleryIcons/GalleryIcon_Thumbs.jpg);
			display:block;
			height:30px;
			width:111px;
			}
			.GallerySubNav_Next a{
			background:url(../images/GalleryIcons/GalleryIcon_Next.jpg);
			display:block;
			height:30px;
			width:111px;
			}
			.PageNumber {	
			height:30px;	
			line-height:30px;
			}
			
#ListHeader{
background:url(../images/GalleryIcons/GalleryListHeader.jpg) no-repeat #fff;
clear:both;
height:53px;
}
#GalleryListMainBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #66cccc;/*Modify the BG colcor here*/
width:100%;
}	
	  .GalleryListBox{
		}
			.GalleryListBox li{
			float:left;
			font:12px Arial, Helvetica, sans-serif;
			font-weight:bold;
			margin:0;
			padding:10px 0 0 18px;
			text-align:center;
			width:200px;
			}			
			.GalleryListBox img{
			border:1px solid #000/*Modify the BORDER colcor here**/;
			margin:5px 0 0 0;
			}
.PageNumber {
padding:20px 0 0 16px;
font-size:14px;
}
	.PageNumber a{	
	color:#fff;
	font-size:18px;
	padding:2px;	
	margin:0 0 0 0x;
	text-decoration:none;
	}	
	.PageNumber a:hover{
	border:3px solid #cebaae;
	color:#66FFFF;
	}


#BottomGap{
background:#66cccc;
clear:both;
height:20px;
}
		
#GallerySubNavBottom{
background:url(../images/GalleryIcons/GalleryTagLine_JumpTo.jpg) no-repeat #1a1e1f/*Modify the BG colcor here*/;
border-top:1px solid white;
padding:10px 0 5px 120px;
}
	#GallerySubNavBottom select{
	width:300px;
	}


/***** Detail page style ******/

#GalleryDetailMainBox{
position:relative;
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #66cccc/*Modify the BG colcor here*/;
margin:0;
padding:5px 0 0 0;
width:900px;
}
#GalleryDetailMainBox h3{
color:#000;
font-size:16px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0;
padding:0 0 5px 20px;
}
#MainPic{
float:left;
display:inline;
background:#000;
margin:0 16px 30px 20px;
padding:30px 0 30px 0;
width:420px;
z-index:10px;
}
	#MainPic img{
	border:2px solid white/*Modify the BORDER colcor here**/;
	}
#PhotoSetsBox {
float:left;
width:440px;
}	
#PhotoSets img{
border:1px solid #000/*Modify the BORDER colcor here*/;
float:left;
margin:0 16px 20px 0;
width:200px;
}
#PtDesc{
background:#66cccc/*Modify the BG colcor here*/;
clear:both;
font:12px Arial, Helvetica, sans-serif;
padding:0 20px 20px 20px;
color:#000;
}
	#PtDesc h4{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	}
