/* CSS Document */

html,body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px;
	padding:0px;
}

html {
	 background-image: url(../images/spacer.gif) background-repeat: repeat;
}

body {
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

a,a:visited,a:active{
	color:#fff;
}

#logoBig {
	font-size:26pt;
	text-transform:uppercase;
	display:inline;
}

#logoSmall {
	font-size:15pt;
	text-transform:uppercase;
	display:inline;
	color:#858996;
	margin-right:2px;

}

#logoSmall2 {
	font-size:15pt;
	text-transform:uppercase;
	display:inline;
	color:#858996;
	letter-spacing:1pt;

}

#homebox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 775px;
	height: 355px;
	margin-left: -387px;
	margin-top: -177px; 
	
 }
 
/* #homebox { width: 775px; margin: auto;}*/
 
 #subbox {
	position: absolute;
	left: 50%;
	top: 300px;
	width: 880px;
	height: 600px;
	margin-left: -430px; /* half of width */
	margin-top: -300px;  /* half of height */
	/*border:1px solid #ffffff;*/
 }
  
  
#homephoto {
	float:left;
	display:inline;
	width:559px;
	height:396px;
	background-color:none;
 }

#hometext {
	float:left;
	display:inline;
	margin-top:17px;
 }
 
   
 #homecopy {
	line-height:17px;
	width:215px;
	margin-top:10px;
 }
 
#aboutphoto {
	float:left;
	display:none;
	width:420px;
	height:600px;;
	text-align:right;
 }

#abouttext {
	float:left;
	display:inline;
	margin-top:20px;
	margin-left:30px;
 }
 
 
 #aboutcopy {
	line-height:17px;
	width:395px;
	margin-top:10px;
	margin-bottom:50px;

 }
 
 #subpagenavbox {
 	float:left;
	display:inline;
	width:auto;
	height:auto;
	margin-left:227px;
	margin-top:20px;
 }
 
 .homenav {
 	line-height:17px;
	width:215px;
	margin-top:30px;
 }
  
 .homenav A,.homenav A:active, .homenav A:visited {
	text-transform:uppercase;
	color:#858996;
	text-decoration:none;
	z-index:200px;	
 }
 
 .homenav A:hover {
	color:#FFFFFF;
 }
 
 .subnav,.subnav A,.subnav A:active, .subnav A:visited {
	line-height:17px;
	margin-top:21px;
	text-transform:uppercase;
	color:#858996;
	text-decoration:none;
 }
 
   .subnav A:hover {
	color:#FFFFFF;
 }
 
  .aboutnav,.aboutnav A,.aboutnav A:active, .aboutnav A:visited {
	line-height:17px;
	margin-top:0px;
	text-transform:uppercase;
	color:#858996;
	text-decoration:none;
 }
 
   .aboutnav A:hover {
	color:#FFFFFF;
 }
 
 .photoframe {
 	margin:25px;
 }
 
  .subphotoframe {
 	margin:25px;
	margin-bottom:0px;
	
 }
  
#masthead {
	position: absolute;
	width: 765px;
	height: 65px;
	margin-left: -410px; /* half of width */
	margin-top: 10px;  /* half of height */
	left:50%;
	top:10px;
	text-align:right;
 }  

#gallerybox {
	position: absolute;
	left: 50%;
	top: 175px;
	width: 765px;
	height: 622px;
	margin-left: -382px; /* half of width */
	margin-top: -175px;  /* half of height */
	/*border:1px solid #ffffff;*/
 }
 
 #sidepic{
 	display:none;
 }
 
 #galleryphoto{
 	width:720px;
	height:492px;
	min-height:492px;
	margin-top:0px;
	margin-left:21px;
	vertical-align: middle;
 }
 
 #loading{
 	width:100%;
	height:492px;
	margin-top:24px;
	margin-left:0px;
	position: absolute;
	top:200px;
	z-index: 150;
 }
 
 #gallerynav{
 	width:200px;
	height:auto;
	margin-left:31px;
	margin-top:0px;
	display:inline;
	float:left;
 }
 
  #imagetitle{
 	width:320px;
	height:auto;
	margin-top:20px;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align: center;
 }
 
 #selmenu{
 	margin-top:21px;
	margin-right:35px;

 }
 
  #mycarousel{
 	width:720px;
	margin-left:21px;
	margin-bottom:0px;
	display:none
 }
 
 #detailspop{
 	width:314px;
 	height:268px;
 	display:none;
 	position:absolute;
 	left: 50%;
	top: 125px;
	margin-left: -157px; /* half of width */
 	z-index:299;
 }
 
 #purchaserow{
 	width:765px;
 	text-align:center;
 	padding-top:35px;
 	height:100px;
 	font-size:10px;
 	text-transform:uppercase;
 }
 
  #purchaserow A, #purchaserow A:visited, #purchaserow A:active {
 	color:#fff;
 	text-decoration:none;
 }
 
   #purchaserow A:hover {
 	text-decoration:underline;
 }
 
 
 
  #detailsbox{
 	width:314px;
 	height:268px;
 	background-image:url(../images/detailpopup.gif);
 	background-repeat:no-repeat;
	/*border:1px solid white;*/
 }
 
   #closebtn{
 	width:auto;
 	height:20px;
 	padding:10px;
	/*border:1px solid white;*/
 }
 
 .formdesc{
 	display:inline;
	float:left;
	text-transform:uppercase;
	padding-left:30px;
	width:120px;
	text-align:left;
	vertical-align:middle;
	margin-top:3px;
	padding-bottom:10px;
 }
 
  .printlink{
 	display:inline;
	float:left;
	text-transform:uppercase;
	padding-left:30px;
	width:120px;
	text-align:left;
	vertical-align:bottom;
	margin-top:10px;
	padding-bottom:10px;
	font-size:10px;
 }
 
 .formfield{
 	display:inline;
	float:left;
	text-transform:uppercase;
	width:150px;
	text-align:left;
	vertical-align:middle;
	margin-left:10px;
	padding-bottom:10px;
 }
 
 .row{
	padding-bottom:10px;
 }
 
 #photoThumb{
	 width:60px;
	 height:60px;
	 overflow:hidden;
	 top:-50;
	 left:-50;
	 margin:0px;
	 padding:0px;
	 display:inline;
	 float:left;
 }
 
 #homePicFrame{
 	display:none;
	top:25px;
	left:25px;
	position:absolute;
	z-index:250;
 }
 
#overlay{
 	background-color:#000;
 	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	 min-height:100%;
	z-index:299;
	display:none;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:0.75;
 }
 
  #copybox,#printbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width:314px;
 	height:268px;
 	background-image:url(../images/detailpopup.gif);
 	background-repeat:no-repeat;
	background-position:center;
	margin-left: -134px; /* half of width */
	margin-top: -157px;  /* half of height */
	display:none;
	z-index:300;
 }
 