/* for floating resizing thumbnails----------------------------*/

/* make thumb div 100% high so they scale */
.hundiv {height:100%;}

/* "click a thumbnail" message*/
.instructioN {
	position: absolute;
	top: 22px;
	left: 250px;
	width: 700px;
	text-align: left;
	font: normal 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ccc;
	}

/* end of floating thumbN _______________________________/*


/*on QTVR pages for flash div*/
.QTVRcontent {
	border-right: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
	border-top: 4px solid #333333;
	border-left: 4px solid #333333;
	width: 70%;
	height: 70%;
}


/* top left: position the "grow/shrink" message*/
.topleft {
	position:  absolute;
	top: 15px;
	right:  20px;
	color: black;
	font: normal 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}


/* <![CDATA[ */

body {
	margin-left: 20px;
	margin-right: 40px;
	padding: 0;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	background-image: url("PNGs/background.gif");
}



/* Use star to tell IE to use a smaller text size */
* html body {font-size:  90%;}



/* narrow borders for all images */
img {
	border-right: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
	border-top: 4px solid #333333;
	border-left: 4px solid #333333;
	padding: 0;
}

/* halve width of single landscape pic on clicke */
img.small {
	width: 400px;
	height: auto;	
	cursor: url('PNGs/magplus.cur'),url('../../PNGs/magplus.cur'), pointer;
}
/* as above for PORTRAIT pictures */
img.Psmall {
	width: 300px;
	height: auto;	
	cursor: url('PNGs/magplus.cur'),url('../../PNGs/magplus.cur'), pointer;
}
/* Full-size for 800x600 pics */
img.large {
	width: auto;
	cursor: url('PNGs/magminus.cur'),url('../../PNGs/magminus.cur'), pointer;
}

/* Hidden for preloading. Position in corner avoids scroll bars*/
img.hidden {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}



/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation ul li {
height: 1%;
}
/* End Holly Hack. */


	
p {
	text-align: left;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
}

/* page title eg "Brian Watson Photography" or "Pictorial"*/
h1 { color: #eeeeee;
	text-align: left;
	margin: 10px 0 0;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 { color: black;
	padding: 0;
	text-align: center;
	font: bold 14pt "Lucida Grande", Lucida, Verdana, sans-serif;
}
h3 { color: black;
	text-align: center;
	margin: 0;
	font: normal normal 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h4 { color: #000000;
	text-align: left;
	font: normal normal 14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px 0 0;
}
h5 { color: #eeeeee;
	text-align: left;
	margin: 10px 0 0;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


a:visited {color: #0643f6;}
a:hover {color:#0000ff;}

/* images within text pages */
img.FloatRight { 
	float: right; 
	margin: 10px; 
}
img.FloatLeft { 
	float: left; 
	margin: 10px; 
}

/* Single cell table for 'Buy a print' button*/
/* 'up' button */
td.Buy {
	height: 13px;
	width:  170px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #999;
	border-top: 2px solid #bbb;
	border-left: 3px solid #bbb;
	border-right: 3px solid #555;
	border-bottom: 2px solid #555;
	color: #fff;
	background: url(PNGs/bup.jpg) repeat-x 0 center;
}
/* down button*/
td.Buy:hover {
	color: #3d3d3d;
	cursor: pointer;
	border-top: 2px solid #383838;
	border-left: 3px solid #383838;
	border-right: 3px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: url(PNGs/bdown.jpg) repeat-x 0 center;
}



/* '(goto) Top (of page)' button, Prev/Index/Next buttons */
td.PIN {
	height: 13px;
	width: 40px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #999;
	border-top: 2px solid #bbb;
	border-left: 3px solid #bbb;
	border-right: 3px solid #555;
	border-bottom: 2px solid #555;
	color: #fff;
	background: url(PNGs/bup.jpg) repeat-x 0 center;
}



/* Prev/Index/Next button */
td.PIN:hover {
	color: #3d3d3d;
	cursor: pointer;
	border-top: 2px solid #383838;
	border-left: 3px solid #383838;
	border-right: 3px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: url(PNGs/bdown.jpg) repeat-x 0 center;
}



/* Caption for individual photo pages (variable width) */
td.BuyPINO {
	height: 15px;
	text-align: center;
	padding: 0 10px;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff9d7;
	color: #000000;
	cursor: default;
	border-top: 2px solid #444444;
	border-left: 3px solid #444444;
	border-right: 3px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: url(PNGs/bdown.jpg) repeat-x 0 center;
}



/* Table for price list in prices.html*/
table.pricetable {
	font-size: 12px;
	border: 1px solid black;
	text-align: center;
	background-color: white;
	color: black;
}
/*used only in prices.html*/
table.pricetable td {
	width: 140px;
	padding: 5px;
	border: 1px solid black;
}
