@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
}

.clear {
   clear: both;
}

a {
   color: #6A2210;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

p {
   padding-top: 5px;
   padding-bottom: 10px;
}

h1, h3 {
   font-family: "Times New Roman", Times, serif;
   color: #000000;
   font-size: 30px;
   line-height: 30px;
   font-weight: bold;
   font-style: italic;
   padding-top: 10px;
}

h2 {
   font-family: "Times New Roman", Times, serif;
   color: #000000;
   font-size: 20px;
   line-height: 20px;
   font-weight: bold;
   padding-top: 10px;
}

h3 {
   font-size: 20px;
   line-height: 20px;
}

h1 a, h2 a, h3 a {
   font-weight: bold;
}

.photo-caption {
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
}

.photo-caption p {
   font-size: 10px;
   padding: 0 5px 5px 5px;
}

#site-background {
   width: 950px;
   margin: 0 auto;
   height: 100%;
}

#site-background-left {
   float: left;
   width: 100px;
   background: url(/images/background-left.jpg) no-repeat top left;
   height: 100%;
}

#site-background-middle {
   float: left;
   width: 750px;
   height: 100%;
}

#site-background-right {
   float: left;
   width: 100px;
   background: url(/images/background-right.jpg) no-repeat top left;
   height: 100%;
}

#content-container {
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -400px;
   width: 750px;
   padding: 15px 25px;
   background: url(/images/content-dropshadow.png) repeat-y top left;
}

#content-watermark {
   float: left;
   width: 750px;
   min-height: 747px;
   background: #CEBC99 url(/images/arrow-watermark.png) no-repeat top center;
}

#navigation {
   float: left;
   width: 290px;
   height: 512px;
   background: url(/images/logo-background.png) no-repeat top left;
   padding: 158px 0 0 20px;
}

#navigation a.button {
   display: block;
   width: 176px;
   height: 21px;
   margin-bottom: 7px;
   background: url(/images/navigation-button.jpg) no-repeat top left;
   padding-left: 10px;
   color: #CEBC99;
   font-size: 14px;
   line-height: 21px;
   font-weight: bold;
   text-decoration: none;
}

#navigation a.subnav {
   display: block;
   height: 21px;
   margin-bottom: 7px;
   padding-left: 10px;
   color: #000000;
   font-size: 14px;
   line-height: 21px;
   font-weight: bold;
   text-decoration: none;
}

#navigation a.current {
   color: #6A2210;
}

#content {
   float: left;
   width: 410px;
   padding: 20px 30px 25px 0;
}

form.paymentForm {
   padding: 10px 30px;
}

#management-content {
   float: left;
   padding: 20px 30px;
}

#management-content .info {
   float: left;
   background-color: #FFE9BF;
   border: 3px dashed #000000;
   padding: 5px 20px;
}

#management-content .navigation a {
   display: block;
   float: left;
   line-height: 25px;
   background-color: #6A2210;
   padding: 0 15px;
   margin: 0 10px;
   text-decoration: none;
   color: #FFFFFF;
   font-weight: bold;
}

#management-content .navigation a:hover {
   text-decoration: underline;
}

#management-content ul {
   display: block;
   list-style-type: square;
   list-style-position: outside;
   padding-bottom: 10px;
}

#management-content ul li {
   margin-left: 18px;
}

table.stocked-bow {
   line-height: normal;
   width: 420px;
   padding: 5px;
   border: 1px solid #000000;
}

table.stocked-bow td.model {
   font-weight: bold;
   font-size: 15px;
}

table.stocked-bow td.property {
   font-weight: bold;
}

table.stocked-bow td.price {
   font-weight: bold;
   padding-top: 5px;
}

#site-map ul.main {
   display: block;
   list-style-type: square;
   list-style-position: outside;
}

#site-map ul.sub {
   display: block;
   list-style-type: disc;
   list-style-position: outside;
}

#site-map ul.main li {
   margin-left: 20px;
   padding: 4px 2px;
}

#site-map ul.sub li {
   margin-left: 40px;
   padding: 0px 2px;
}

#site-map a {
   font-weight: bold;
   font-size: 14px;
   color: #000000;
}

#site-map a:hover {
   color: #6A2210;
}

#footer {
   float: left;
   width: 750px;
   height: 60px;
   padding-top: 10px;
   padding-bottom: 5px;
   text-align: center;
   font-size: 10px;
}

#footer .tic {
   font-size: 10px;
}

#footer .tic a {
   color: #000000;
   font-weight: 900;
   text-decoration: none;
}

#footer .tic a span {
   color: #FF0000;
   font-weight: 900;
}


.lightbox-caption {
   font-size: 10px;
}

/******************* slimbox styles *******************/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/include/slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/include/slimbox/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/include/slimbox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/include/slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
