@charset "utf-8";
/* Eric Meyer reset styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Site styles */


/* Legend:
Active ......................... #E2B81F   yellow/gold
Inactive ....................... #000000
Background 1 ................... 000000
Background 2 ................... #000000
*/

/* Sitewide */
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #4E2507;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica Narrow, Arial Narrow, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}


.button:hover {
	opacity: .7;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: underline;
}

/* wrapper */
div#wrapper {
	width: 1014px;
	margin: 10px auto 0 auto;
}

/* banner */
div#banner {
	width: 1014px;
	height: 75px;
}

/* sidebar */
div#sidebar {
	width: 222px;
	height: 555px;
	background-image: url(../images/sidebar.png);
	float: left;	
}

div#sidebar ul {
	padding-left: 15px;
	padding-top: 23px;
}
div#sidebar li {
	font-family: Impact, sans-serif;
	font-size: 19px;
	margin-bottom: 19px;
	letter-spacing:1px;
}
div#sidebar li a:link, div#sidebar li a:visited {
	color: white;
}
div#sidebar li a:hover, div#sidebar li a:active, div#sidebar li a.selected {
	color: #E2B81F;
	text-decoration: none;
}

/* main-content */
div#main-content {
	width: 792px;
	font-size: 14px;
	line-height: 18px;
	float: left;
	
}



h2#page-name {
	font-size: 24px;
	font-family: impact, sans-serif;
	color: #E2B81F;
	margin-top: 23px;
	margin-left: 30px;
	letter-spacing: 1px;
}

/* About */
img#about-main {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 7px;
	float: left;

}

div#photo-description {
	font-style: italic;
	margin-left: 32px;
	margin-bottom: 30px;
	clear: both;
}
div#photo-description h4 {
	font-size: 13px;
}
div.about div#title {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 52px;
	margin-left: 33px;
	width: 375px;
	float: left;
	clear: right;
	line-height: 30px;
}
div.about div#sub-title {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-style:italic;
	letter-spacing:1px;
	margin-left:88px;
	margin-top:38px;
	padding-left:44px;
	text-align:center;
	
}

div#content-about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 32px;
	margin-bottom: 25px;
	line-height: 18px;	
}
div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 535px;
	
}

/*inventory */

div.inventory-main {
	margin-top: 40px;
	margin-left: 30px;
	float: left;
	
}

div#inventory-top-left, div.inventory-top-right {
	float: left;
}

div#inventory-top-left {
	width: 255px;
}
div.inventory-top-right {
	width: 537px;
	position:relative;
	top:-7px;
	padding-bottom: 20px;
}

div.inventory-name {
	font-family: Impact, sans-serif;
	font-size: 14px;
	margin: 17px 0 30px 0;
	width:207px;

}


div.inventory-thumbnail {
	width: 136px;
	height: 105px;
	margin-top: 30px;
	margin-left: 35px;
	float: left;
	font-size: 10px;
}

a.thumbnail-text, span.thumbnail-text {   /* text under thumbs, like "more details" and "click to enlarge" */
	margin: 5px 0 -5px 0; 
	display: block;
	padding-bottom: 5px;
}


div.inventory-top-right div.bottom-row {
	margin-top: 15px; /* specific rule for bottom row of thumbnails */
}
div.hr {
	clear: both;
	border-bottom: 1px solid black;
	margin: 0 21px 0 30px;
	line-height: 1px;

	
}


img#inventory-sm-bottom {
	margin-top: 20px;
	margin-left: 35px;
	float: left;
}


img.inventory-main-image {
	width: 223px;
}

div.inventory-description {
	float:left;
	font-size:12px;
	margin-left:30px;
	margin-top:65px;
	width:452px;	
}

span#inventory-price {
	font-size:23px;
	font-weight:bold;
	line-height: 1.1;
	margin:170px 129px 0 206px;
	position:absolute;
}
	
/*inventory-detail */

/* left column */
div#detail-left {
	width: 281px;
	float: left;


}
img#inventory-main {   /* Image: main detail image */
	margin: 33px 0 0 30px;
	width: 223px;
	height:  167px;
}
div#detail-left div.inventory-name {
	margin-left: 30px;
	margin-top: 13px;
}

span.sold-sign {
	font: Arial, Helvetica, sans-serif;
	color:#E80023;
	float:left;
	font-size:82px;
	font-weight:bold;
	margin:70px 35px 0 -10px;
	position:absolute;
	z-index:1;
	line-height: 100%;
}

/* right column */
div#detail-right {
	width: 511px;
	float: left;

}

h2#inventory-title {
	font-size: 20px;
	font-family: impact, sans-serif;
	color: black;
	margin-top: 0px;
	letter-spacing: 1px;
	margin-top: 23px;
	
}

div#content-inventory-detail {
	margin: 13px 0 0 0;
	line-height: 27px;
}

div#content-inventory-detail p{
	width: auto;
}


div#detail-link {
	
	
}


hr {
	margin-left: 30px;
}

/* Consignment */
div#content-consignment {
	padding-top: 38px;
	margin-left: 30px;
	line-height: 18px;
}

/* Rentals */
div#content-rentals {
	font-size: 14px;
	padding-top: 38px;
	margin-left: 30px;
	line-height: 18px;

	
}

/* In transit */

img#transit-main {
	margin-top: 50px;
	margin-left: 30px;
	clear: both;
	
}

div#transit-name {
	font-family: impact, sans-serif;
	font-size: 14px;
	clear: both;
	margin-top: 17px;
	margin-left: 32px;
}
 
/* Contact */
div#content-contact {
	font-size: 14px;
	padding-top: 38px;
	margin-left: 30px;
	line-height: 18px;
	padding:20px 25px 0 10px;

}
span#JM-title {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: italic;
}

div.JM-greeting {
	padding-top: 38px;
	margin-left: 7px;
	line-height: 18px;
	padding:7px 8px 0 10px;
	text-align: justify;
}

div.johnm {
	text-align: right;
	padding:14px 5px 15px 0;
}
img#JM-profile {
	float: right; 
	margin-top: -24px;
	clear: both;
}
/* News */

span#news-enlarge {
	font-size: 12px; float: right; padding-top: 5px; margin-right: 80px;
}

/* footer */

div#footer {
	text-align: center;
	margin-top: 35px;
	clear: both;
	padding: 75px 35px 35px 35px;
}

/* IE styles */

/* .ie for all versions of IE */
/* .ie6 for Internet Explorer 6 */
/* .ie7 for Internet Explorer 7 */
.ie6 div.inventory-main {
	margin-left: 15px;

}

.ie6 div.inventory-top-right {
	width: 560px;
	margin-left: -35px;
}

.ie6 .thumbnail-text {
	line-height: 22px;
	position: relative;
/*	top: -5px; */
	
}


/* Lightbox styles */


#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: 250px;
	height: 250px;
	margin: 0 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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: #000;
	}