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

div.wrapper {
	width:1080px;
	margin-top:0px;
	margin:auto;
}

div.header {
	/*width:1080px;
	height:64px;*/
}

div.bannerPhoto {
	/*width:1080px;
	height:288px;*/

}

div.pageText {
	width:1060px;
	font-family:Papyrus;
	font-size:14pt;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;
}

div.photo3 {
	float:left;	
	width:360px;
	height:712px;
	text-align:center;
	padding-top:inherit;
}

div.photo6 {
	float:left;	
	width:360px;
	height:544px;
	text-align:center;
	padding-top:inherit;
}

div.photo4 {
	float:left;	
	width:270px;
	height:340px;
	text-align:center;
	padding-top:inherit;
}

div.itemdesc {
	width:360px;
	padding-top:10px;
	font-family:Papyrus;
	text-align: center;
  	font-weight: normal;
 }
 
 
div.itemdesc4 {
	width:270px;
	padding-top:10px;
	font-family:Papyrus;
	text-align: center;
  	font-weight: normal;
 }
 
 
 div.leftcol {
	 margin-left:50px;
	 float:left;
	 width:480px;
	 text-align:left;
	 padding:5px;
	 font-family:Papyrus;
	 text-height: auto;
 }
 
 div.rightcol {
	 margin-right:20px;
	 float:right;
	 width:480px;
	 text-align:left;
	 padding:5px;
	 font-family:Papyrus;
	 text-height: auto;
	 
 }
 
div.footer {
	clear:left;
	width:1080px;
	height:60px;
}

.navhouse {
	top: 0px;
	left: 0px;
	width: 64px;
	height: 64px;
}

#nav {
	list-style-type: none;
	font-family:Papyrus;
	font-weight:normal;
	font-size:14pt;
	margin-top:0px;
	border:0px;
	float:right;
	clear:left;
	z-index:2;
}

#nav li{
    float:right;
    margin-right:0px;
    position:relative;
	z-index:3;
}

#nav a{
    display:block;
	margin:0px;
	border:0px;
    padding:0px;
    color:#000000;
    background:#ffffff;
    text-decoration:none;
	z-index:1;
}

#nav a:hover{
    color:#fff;
    background:#6b4589;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
    background:none; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
	display:none;
   /* left:5000px;  Hide off-screen when not needed (this is more accessible than display:none;) */
}

#nav ul li{
    padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
	margin:9px;

}

#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #555555;
}

#nav li:hover ul{ /* Display the dropdown on hover */
display:block;
    left:-280px; /* Bring back on-screen when needed - Controls position of first level dropdowns */
}

#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#ffffff;
	text-align:center; /*color of dropdowns  1A3271*/
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0.8;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    text-decoration:underline;
}

#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    display:block;
	background:#777; /*hover color of menu items*/
}

sold.dot {
	width:5px;
	height:5px;
	background-color:red;
	position:absolute;
	margin-bottom:5px;
	margin-left:5px;
	z-index:5;
}

div.photowrapper {
	width: 860px;
	background-color:#000000;
	margin:auto;
}

div.close {
	float:left;	
	margin: 30px 50px 0px 15px;
	z-index:5;
}

div.bigphoto {
padding: 5px 0px 25px 0px;
text-align:center;
}
