/* CSS Reset */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{ margin:0;padding:0; font-weight:normal;}
fieldset,img{ border:0;}
ol,ul,li{ list-style:none; list-style-position:outside;}
a img{ border:0;}

html { 
	background: #DFCCB4 url("images/bg.jpg") repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: center;
	overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

a {
	color: #4C0E1F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0px;
}

.main {
	background: url("images/header.jpg") no-repeat;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	color: #4C0E1F;
}

.main #header {
	height: 298px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.main #header img {
	margin: 0px;
}

.main #header h1 {
	display: none;
}

.main #logo {
	float: left;
	width: 320px;
	padding: 25px 0px 0px 10px;
}

.main #logo img {
	width: 320px;
	height: 200px;
}

.main #slideshowWrapper {
	margin: 5px 15px 0 342px;
	padding: 0px;
}

/*  Content */

.content {
	text-align: left;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	height: 100%;
}

.content #sidebar {
	float: left;
	width: 324px;
	padding: 0px 0px 10px;
}

.content #sidebar h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4C0E1F;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
}

.content #sidebar img {
}

.content #testimonials {
	background: url("images/testimonials.jpg") no-repeat;
	font-size: 14px;
	padding: 15px 10px 0px 20px;
	height: 145px;
}

.content #testimonials p {
	margin: 0px;
	padding: 0px;
}


.content #mainContent {
	margin: 0px 10px 0px 337px;
	padding: 0px;
}

.content #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #4C0E1F;
	margin: 0px 0px 10px;
	padding: 0px;
}

.content #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4C0E1F;
	margin: 0px 0px 10px;
	padding: 0px;
}

.content #mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4C0E1F;
	margin: 0px 0px 10px;
	padding: 0px;
}

.content #mainContent p {
	font-size: 14px;
	line-height: 20px;
}

.content #mainContent img {
	border: 5px solid #FFF;
}

.content #mainContent ul {
	 padding: 0px 0px 0px 13px;
}

.content #mainContent ul li {
    list-style-type: disc;
	margin: 5px 0px;
}

.forsale td {
	padding: 5px;
	vertical-align: top;
}

.content #thumbs img {
	width: 128px;
	height: 96px;
	margin: 5px;
}

.content #thumbs a:hover img  {

}

/*  Content */

/*  Footer */

.footer {
	background: #4C0E1F url("images/footer.jpg") repeat-x;
	width: 100%;
	height: 100%;
}

.footer #wrapper {
	background: url("images/footer-wrapper.jpg") no-repeat;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding: 16px 10px 0px;
	height: 140px;
}

.footer #copy {
	float: left;
	font-size: 10px;
	color: #C7A77D;
	font-weight: bold;
	margin: 2px 0px 0px;
}

.footer #copy a {
	color: #C7A77D;
}

.footer #author {
	float: right;
	text-align: right;
	font-weight: bold;
}

.skiva {
	color: #C7A77D;
}

.footer #author a {
	font-size: 12px;
	color: #8a6a41;
	text-decoration: none;
}

/*  //Footer */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

/*  //Photo Gallery */

#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(images/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(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/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(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*  //Photo Gallery */
 
</style>