body {
	background-color: #f1ede9;
	margin: 0 auto;
	padding: 0;
	font-size: 85%;
}

#header {
	background: url('bg.jpg') repeat-x #367580;
}
#header .logo {
	position: relative;
	top: 24px;
	left: 26px;
}
#header .pillows {
	float: left;
	margin-top: 33px;
}
#header .equipment {
	float: right;
}
#footer {
	background-color: #fff;
}
#footer .logo {
	float: right;
	padding: 0px 20px;
}
#rightSide {
	/*background: url('bg.jpg') repeat-x 0px 63px #44828d;*/
	background-color: #44828d;
}
.leftSide {
}
.rightSide {
}
.rightSide .pillows {
	float: right;
	position: relative;
	bottom: 137px;	
}
#footer .rightSide {
	height: 162px;
	/*background: url('bg2.jpg') repeat-x #367580;*/
}
#rightSide, #leftSide {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#container {
	overflow:hidden;
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
}
.news {
	padding: 5px;
	padding-bottom: 140px;
}
.news h2 {
	margin: 5px 10px 10px 5px;
	color: #fff;
}
.news-image {
	float: right;
	padding: 0;
	margin: 0;
}
.box {
	background-color: transparent;
}
.map {
	background: url('map.gif') no-repeat center center;
	min-height: 400px;
}
.map img {
	margin: 0px 40px;
}
#footer .vcard {
	padding: 20px;	
}
li.vcard {
	list-style: none;
	padding-top: 20px;
}
#developer {
	float: right;
	/*margin-right: 10px;*/
}
.red {
	color: #ee2828;
}
.center {
	text-align: center;
}
ol {
	padding-left: 20px;
}
.priceTable {
	width: 100%;
	border: solid;
	border-width: 1px;
}
.priceTable td, .priceTable th {
	text-align: center;
	border: solid;
	border-width: 1px;
}
.priceTable th {
	width: 25%;
}
th.priceTableTitle {
	width: 50% !important;
}

.thin {
	padding: 0;
	margin: 0;
}
.bold {
	font-weight:bold;
}
.right {
	float:right;
}

.offsetTop {
	padding-top: 5px;
}
.noList {
	list-style: none;
	margin-bottom: 5px;
}
i {
	text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

/* hack ie6 */
* html #footer {
	height: 162px;
	overflow: hidden;
}

/* opera hack */
@media all and (min-width: 0px) {
    #rightSide, #leftSide {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
} 

/* Slide Panel */
.navList {
	padding: 10px;
	/*
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	color: #aca192;	
	*/
}
.slide a:focus {
	outline: none;
}
#panel {
	/*background: #754c24;*/
	/*background: #eee;*/
	background: url('pillows1-2.gif') no-repeat left top;
	height: 205px;
	/*display: none;*/
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url('btn-slide.gif') no-repeat center top;
}
.btnSlide {
	background: url('white-arrow.gif') no-repeat right 12px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right -50px;
}

/* Drop Down Menu */
.panel ul li {
	position:relative;
	width:300px;
}
.panel ul li ul {
	list-style: none;
    display: none;
    position: absolute;
    top: 0px;
    left: 240px;
}
ul.subPanel {
	top: -48px !important;
	line-height: 15px;
}
ul.subPanel2 {
	top: 3px !important;
	line-height: 15px;
}

/* Image Gallery */
h4 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h4 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
.gallery2 h5, .gallery3 h5 {
	margin: 15px 0px -10px 0px;
}
.largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
}
.thumbs {
	width: 95%;
}
.thumbs img:hover {
	border-color: #FF9900;
}
.thumbs a {
	display: block;
	/*float: none;*/
	text-decoration: none;
}
a em {
	display: block;	
	text-align: center;
	width: 100px;
	height: 20px;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
	float: left;
	margin: 131px 0px 0px -130px;
	font: normal 70%/100% Arial, Helvetica, sans-serif;
	/*font-size: 8px;*/
}

/* News */
.messageList {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 260px;
}
.messageList li {
	padding: 0;
	margin: 0;
	background: url('message-bar.gif') no-repeat;
}
.messageHead {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
}
.messageHead .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.messageHead cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.messageBody {
	padding: 5px 10px 15px;
	background-color: #fff;
	/*
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	*/
	margin: -2px 0px 20px 0px;
}
.messageBody p {
	padding: 0;
	margin: 0;
}
.collapseButtons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 260px;
}
.collapseButtons a {
	margin-left: 15px;
	float: right;
}
.showAllMessage {
	background: url('tall-down-arrow.gif') no-repeat right center;
	padding-right: 12px;
}
.showRecentOnly {
	display: none;
	background: url('tall-up-arrow.gif') no-repeat right center;
	padding-right: 12px;
}
.collpaseAllMessage {
	background: url('collapse-all.gif') no-repeat right center;
	padding-right: 12px;
	color: #666666;
}
