#saleDetails img {
	behavior: url(iepngfix.htc);
}

body {
	text-align:center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
div {
}

a {
	outline:none;
}

img {
	border: none;
}
p {
	font-size: 1.0em;
	text-align:left;
	color: #000000;
	margin: 0 0 6px 0;
	line-height:125%;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: left;
	text-decoration: none;
	border-bottom:dashed 1px #000000;
}
p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: left;
	border:none;
}

h1 {
	font-size: 1.0em;
	font-weight:normal;
	text-align:left;
	color: #000000;
	margin: 0 0 6px 0;
	line-height:125%;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	color:#999999;
	font-size:20px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	text-align:left;
}
h3 {
	font-family:"Courier New", Courier, monospace;
	color:#999999;
	font-size:16px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	text-align:left;
}

em {
	font-size: 1.0em;
	font-style:normal;
}
#wrapper {
	width:700px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 700px;
	height: auto;
	background:url(images/index_bg_image.jpg) top no-repeat;
	border: 2px solid #999999;
	position:relative;
	float:left;
}
#main {
	width: 250px;
	height: auto;
	float:left;
	position: relative;
	margin:130px 0 0 0;
	left:102px;
}
#linkscontainer {
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	width: 700px;
	background-image:url(shop/images/shop_bg_image.jpg);
	border: 2px solid #999999;
	text-align: justify;
}
#links {
	height: 225px;
	width: 600px;
	left: 85px;
	top: 130px;
	position: relative;
	overflow: hidden;
}
#links p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: left;
	margin-top:0px;
	margin-bottom:6px;
	line-height:135%;
}
#links p a {
	font-size: 1.0em;
	font-weight:900;
	text-decoration:none;
}
#links p a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

#textlinks {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 700px;
	font-family:"Courier New", Courier, monospace;
	font-size: 1.1em;
	color: #999999;
	text-align: right;
}
#textlinks a {
	color: #999999;
	text-decoration: none;

}
#textlinks a:hover {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/**** Navigation ***/

ul#nav {
	height: 77px;
	width: 576px;
	position: relative;
	float: left;
	margin:0 0 20px 0;
	padding:0;
	left: 80px;
}
ul#nav li {
	position: relative;
	float: left;
	margin-top: 20px;
	list-style:none;
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
	text-align:center;
}
ul#nav li.home a {
	width:141px;
	color:#999999;
	text-decoration:none;
	background:url(images/home_bg.gif) 50% 50% no-repeat;
	display:block;
	padding:20px 0 25px 0;
}
ul#nav li.home a:hover {
	color:#000000;
	background:url(images/home_bg_over.gif) 50% 50% no-repeat;
	padding:20px 0 25px 0;
}
ul#nav li.gallery a {
	width:136px;
	color:#999999;
	text-decoration:none;
	background:url(images/gallery_bg.gif) 50% 50% no-repeat;
	display:block;
	margin-top:3px;
	padding:15px 0 35px 0;
}
ul#nav li.gallery a:hover {
	color:#000000;
	background:url(images/gallery_bg_over.gif) 50% 50% no-repeat;
	padding:15px 0 35px 0;
}
ul#nav li.shop a {
	width:129px;
	color:#999999;
	text-decoration:none;
	background:url(images/shop_bg.gif) 50% -8px no-repeat;
	display:block;
	padding:18px 0 35px 0;
}
ul#nav li.shop a:hover {
	color:#000000;
	background:url(images/shop_bg_over.gif) 50% -8px no-repeat;
	padding:18px 0 35px 0;
}
ul#nav li.contact a {
	width:129px;
	color:#999999;
	text-decoration:none;
	background:url(images/contact_bg.gif) 50% -8px no-repeat;
	display:block;
	padding:13px 0 35px 0;
	margin-top:5px;
}
ul#nav li.contact a:hover {
	color:#000000;
	background:url(images/contact_bg_over.gif) 50% -8px no-repeat;
	padding:13px 0 35px 0;
}

/*** Gallery **/

#gallery {
	width: 550px;
	height: auto;
	position: relative;
	float: left;
	margin:125px 0 0 0;
	left: 90px;
}
.gallery_thumb {
	width:80px;
	height:120px;
	border:2px solid #CCCCCC;
	position:relative;
	float:left;
	margin:15px 20px 0px 0px;
	left:15px;
}

/*lightbox styling*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 400px;
	height: 602px;
	margin: 0px auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#333333;
	}
	
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#666666;
	font-weight:900;
	line-height:120%;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000;
	font-weight:900;
	line-height:120%;
}
/*form elements*/
#enquiry_form ol {  
	padding: 0px;
	margin: 0px; 
	list-style: none;
	text-align:left;
}
#enquiry_form li {  
	float: left;  
	clear: left;  
	width: 100%;
	margin-top:5px;
	list-style-image:none;
}
#enquiry_form label {  
	float: left;  
	width: 80px;  
	margin: 0px;
	font-size:1.0em;
	color:#000000;
}
#enquiry_form input {
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
}
#enquiry_form input.submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#FFFFFF;
	display:block;
	padding:4px;
	width:auto;
	height:auto;
	background-color:#666666;
	border: 1px solid #CCCCCC;
}
#enquiry_form textarea {
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
}
#enquiry_form input.check {
	width:auto;
	height:auto;
}
#saleDetails {
	width:400px;
	height:231px;
	position:absolute;
	left:300px;
	top:0;
	z-index:99;
}
#saleDetails p {
	font-size: 1.0em;
	text-align:center;
	color: #000000;
	margin: 0 0 6px 0;
	line-height:125%;
}
#saleDetails h2 {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:20px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	text-align:center;
}
#saleDetails h3 {
	font-family:"Courier New", Courier, monospace;
	color:#999999;
	font-size:16px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	text-align:center;
}