@charset "utf-8";
body  {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	line-height: 1;
	}

a:link{
	color: #0000FF
	}

a:hover{
	color: #f28c00
	}

#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #F9f0e6;
	border: 5px #663300; 
	} 

#header {
	background: #000;
	color: #ad2027;
	border-bottom:solid 6px #663300;
	margin-bottom:0px;
	padding: 0px;
	} 

#sidebar1 {
	float: left;
	width: 11em; 
	background: #f9f0e6; 
	padding: 0px; 
	color: #F9f0e6;
	}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	}

#sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 0;
	font-size: .8em;
	}
	
#mainContent {
	margin: 2px 20px 2px 200px;
	zoom: 1;
	padding-top: 15px;
	} 

#galleryContent {
	margin: 2px 15px 15px 12em;
	zoom: 1;
	padding-top: 15px;
	} 

#footer  {
	padding: 0px;
	border-top: solid 6px #663300;
	background:#000;
	color: #FFFFFF;
	} 

.fltrt {
	float: right;
	margin-left: 5px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

h1, h2, h3 {
font-weight: normal;
letter-spacing: -.05em;
line-height: 1.1;
	}

a img{
	border:none;
	}

#mainContent p {
	font-size: 0.8em;
	}

.centered {
	text-align:center;
	padding:4px;
	margin: 0 0 30px 10px;
	}

p.centered img {
	border: 2px solid #663300;
	padding: 4px;
	}

ul.MenuBarVertical a#selected {
	font-weight: bold;
	color: #f9f0e6;
	background-color: #663300;
	padding: 0.5em 0 0.5em 30px;
	border: #cd6700;
	}

galleryItem {
	padding: 6px;
	float: left;
	width: 600px;
	border: 1px solid #cd6700;
	}

/* this is the Hover code */
.hoverbox{
	cursor: default;
	list-style: none;
	width: 500px;
}

.hoverbox a{
	cursor: default;
}

.hoverbox a .preview{
	display: none;
}

.hoverbox a:hover .preview{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox a:hover{
	font-size: 99.99%;
	z-index: 1;
}

.hoverbox img{
	background: #fff;
	border-color: #663300 #ccc #ddd #663300;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 125px;
	height: 100px;
}

.hoverbox li{
	background: #eee;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline-block;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview{
	border-color: #000;
	width: 225px;
	height: 170px;
}

/*This is where the optional spry gallery code starts*/

.thumbnail {
	width: 144px;
	float: left;
	height: 140px;
	margin: 0;
	text-align: center;
	}

.pictureTitle {
	font-size: 0.1em;
	font-weight: bold;
	padding-bottom: 0.8em;
	margin: 0;
	line-height: 1.2em;
	text-align: center;
	}

.pictureTitle {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 0.8em;
	margin: 0;
	line-height: 1.2em;
	text-align: center;
	}

.pictureType {
	font-size: .9em;
	padding: 0;
	margin: 0;
	text-align: center;
	}

.picturePrice {
	font-size: .9em;
	padding: 0;
	margin: 0;
	text-align: center;
	}

.pictureSize {
	font-size: .9em;
	padding: 0;
	margin: 0;
	text-align: center;
	}

.pictureDescription {
	font-size: .9em;
	padding-top: 0.8em;
	margin: 0;
	line-height: 1.2em;
	text-align: center;
	}

.pictureHirez {
	display: none;
	}

#slidingGallery {
	float: left;
	height: 160px;
	border: solid 1px #AD2027;
	display: none;
	}

#slidingGallery #galleryContentGroup {
	width: 1000em;
	}

#slidingGallery .SlidingPanelsContent {
	float: left;
	width: 260px;
	height: 160px;
	}

#slidingGallery .galleryItem {
	border: none;
	width: 247px;
	height: 142px;
	padding-top: 12px;
	border-right: solid 1px #AD2021;
	}

.SlidingPanels, .SlidingPanelsContentGroup {
	position: relative;
	}

#mainContent #detailArea {
	width: 40em;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 20px 0px;
	height: 460px;
	text-align: center;
	display: none;
	}

#detailArea img {
	padding: 4px;
	margin: 0px 10px;
	border: solid 1px #AD2021;
	}

#panelNav {
	display: none;
	}
