/* external form css */
@import url("form.css");

/* Tag styles */
strong {text-transform: uppercase;}

body, td {
	margin: 0px 0px; 
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
}

h1 {
	font: 25px 'Futura', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	margin-bottom: 5px;
}

a.h2 {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	margin-bottom: 5px;
	text-decoration: none;
	color: #000000;
}

a.h2:hover {
	text-decoration: underline;
}

div.ul {
	border-bottom: 1px solid #999999;
}

div.close_img_detail {
	z-index:3;
	position: absolute;	
	cursor:pointer;
	cursor:hand;
	width: 12px;
	height: 11px;	
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;	
	margin:25px 0px 0px 25px;
}

div.thumb_gallery {
	width: 221px;
	height: 375px;
	overflow: auto;
}

img.thumb:hover {
	cursor:pointer;
	cursor:hand;
}	

a.subcat {
	font-size: 10px;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	text-decoration: none;
	color: #666666;
	margin-right:15px;
	font-weight: bold;
}

a.subcatPurp {
	font-size: 10px;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	text-decoration: none;
	color: #666666;
	margin-right:15px;
	font-weight: bold;
}

a.subcat:hover {	
	color: #B5111B;
	text-decoration:underline;
}

a.subcatPurp:hover {
	color: #522F91;
	text-decoration:underline;
}

a.subcatBlue {
	font-size: 10px;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	text-decoration: none;
	color: #666666;
	margin-right:15px;
	font-weight: bold;
}


a.subcatBlue:hover {
	color: #3A6E8F;
	text-decoration:underline;
}

a.subcatStore {
	color: #93a445;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.subcatStore:hover {
	text-decoration:underline;
}

.lt_gray {
	color:#cccccc;
}

.gray {
	color: #999999;
}

.dk_gray {
	color:#666666;
}

.port {
	color: #B5111B;
}

.year {
	font-weight:bold;
	color: #1d1060;
	font-size: 12px;
}

.small {
	font-size: 10px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

/* Element Styles */
#page {
	width:826px;
	height: 576px;
	background-image: url(/images/page_background.jpg);
	background-repeat: no-repeat;
	padding:17px;	
}

html>body #page {	
	width:792px;
	height: 576px;
	background-image: url(/images/page_background.jpg);
	background-repeat: no-repeat;
	padding:17px;	
}

#content {	
	height:405px;	
	margin:15px;	
}

#content_text {	
	height: 400px;
	overflow: auto;	
	padding-right: 5px;
}

#img_detail {	
	top: 0px;
	left:0px;
	width: 100%;
	height: 850px;
	vertical-align: top;
	position: absolute;
	background-color: #000000;
	z-index:10;
}

#img_detail_src {
	padding:15px;
	border:1px solid #666666;
	background-color:#ffffff;
	cursor: hand;
	cursor: pointer;
}

.2009cal {
	height: 400px;
	overflow: scroll;	
}
.scrollCal {
	height: 400px;
	overflow: scroll;
}

#currentNews {
	color: #3A6E8F;
}

.mainNav {
	border-top: 1px solid #7A7A7A;
	border-bottom: 1px solid #7A7A7A;
	font: bold 11px/18px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 15px;
}

.mainNav a{
	color: #666666;
	text-decoration: none;
}

.mainNav a:hover{
	text-decoration: none;
}

.faPrints:hover {
	color: #B5111B;
	text-decoration: none;
}

.prints:hover {
	color: #522F91;
	text-decoration: none;
}

.store:hover {
	color: #93A445;
	text-decoration: none;
}

.history:hover {
	color: #D06F1A;
	text-decoration: none;
}

.news:hover {
	color: #3A6E8F;
	text-decoration: none;
}

.contact:hover {
	color: #D7C500;
	text-decoration: none;
}
