body {
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
	line-height: 15px;
}
a, a:link, a:active, a:visited {
	color: #d0cbaf;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

/* Container for entire site */
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

/* Top header */
#header {
	background: transparent url(images/logo.gif) top right no-repeat;
	height: 137px;
}
/* Menu */
#navigation {
	width: 912px;
	position: absolute;
	top: 50px;
	background: transparent url(images/navigation.png) top left repeat-x;
	z-index: 9999;
}
#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	text-transform: uppercase;
	font-size: 13px;
	height: 45px;
}
 	#navigation ul li {
		float: left;
		margin: 5px 8px 0 0;
		padding: 0;
	}
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
		text-decoration: none;
		display: block;
		padding: 5px 10px 5px 10px;
		color: #fff;
	}
	#navigation ul li.lihover, #navigation a:hover {
		background-color: #d0cbaf;
	}
	#navigation li ul {
		border: 0;
		padding: 0;
		background: none;
		height: 250px;
	}
	#navigation li ul li {
		margin: 0;
		width: 200px;
		text-align: left;
		background-color: #000;
	}
	#navigation li ul li a, #navigation li ul li a:link, #navigation li ul li a:visited, #navigation li ul li a:active {
		padding: 5px;
		display: block;
	}
	#navigation li ul li a:hover {
	}
	

/* Content box */
#content {
	text-align: left;
	padding: 10px;
}
#main_image {
	padding-bottom: 10px;
}

#gallery {
}
#gallery .slide {
	display: inline;
	float: left;
	position: absolute;
	margin: 0 auto;
	width: 36%;
}
#fulls {
	text-align: left;
	height: auto;
}
#thumbnails img {
	padding: 5px 2px;
	cursor: pointer;
}
#thumbnails img.vert {
	padding: 0 36px;
}

/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
	margin: 0 0 0 2;
}
.right {
	float: right;
	display: inline;
	text-align: right;
}

/* Main body container and its children */
#main {
	width: 100%;
	color: #fff;
}
#main.center {
	text-align: center;
}
#box, #box80 {
	width: 100%;
	text-align: left;
	margin: 20px auto 0 auto;
	text-align: justify;
}
#box80 {
	width: 80%;
	}
#crumbs {
	color: #d0cbaf;
	text-align: left;
}
/* Footer container and its children */
#footer {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

/* Site headers */
h1 {
	margin: 1 0 0 0;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}
h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 13px;
}
h4 {
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	font-size: 15px;
}
h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #959595;
}
h5 {
	display: inline;
	font-size: 14px;
	color: #666666;
	
}
h6 {
	font-size: 11px;
	font-style: italic;
}
h7 {
	margin: 0;
	font-weight: normal;
	color: #999999;
	font-size: 15px;
}
/* Misc styles */
#post_wait, #post_message { 
	color: #800000;
}	
th {
	text-align: left;
}
.clear {
	clear: both;
}
.hidden, .hide {
	display: none;
	visibility: hidden;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0 0 4px 0;
}
hr {
	height: 5px;
	background-color: #9d9594;
	color: #9d9594;
	border: 0;
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
}
hr.dotted {
	height: 1px;
	color: #b8b4b0;
	background-color: #b8b4b0;
	border-bottom: 1px dotted #fff;
	width: 100%
	margin: 0;
}
/* Hack for IE */
* html hr.dotted {
	border-bottom: 1px dashed #b8b4b0;
	padding-bottom: 1px;
}
.uppercase {
	text-transform: uppercase;
}

/* Form stuff */
input, textarea {
	border: 1px solid #ccc;
	font: 12px Arial, Helvetica, sans-serif;
}

/* Validation Effects */
#message { 
	text-align: center;
}
.validation-advice, .warning-advice, #message  {
	font-size: 11px;
	margin: 5px 0;
	padding: 4px;
	background-color: #960028;
	color : #FFF;
}
.warning {
	background-color: #EFEFEF;
}
.warning-advice {
	background-color: #0063DC;
}
input.validation-failed, textarea.validation-failed {
	background-color: #f7f2ea;
}
input.validation-passed, textarea.validation-passed {
}
