/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 12px Verdana, Geneva, sans-serif;
	background-color: #191919;
}
h1 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #fff;
	font: bold italic 22px/26px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #B6A87B;
	font: bold 18px/20px Verdana, Geneva, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #9C3F3D;
	font: bold italic 18px/18px "Times New Roman", Times, serif
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 12px/16px Verdana, Geneva, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #B6A87B;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #fff;
		text-decoration: none;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}
.gallery {
	position: absolute;
	right: -20px;
	}
/* Layout
---------------------------------------------- */
#spacer {
	position: relative;
	height: 18px;
	font-size: 0px;
	line-height: 0px;
	background-color: #000;
	z-index: 99;
	}
	#toplinks {
		margin: 0px auto;
		width: 853px;
		color: #fff;
		font: 11px/18px Verdana, Geneva, sans-serif;
		text-align: center;
		}
		#toplinks a {
			color: #fff;
			}
#wrapper {
	border-top: 1px #B6A879 solid;
	background: #000 url(assets/images/wrapper_bg.jpg) repeat-y center top;
	}
	#container {
		background: transparent url(assets/images/container_bg.jpg) no-repeat center top;
		}
		#innerContainer {
			position: relative;
			margin: 0px auto;
			width: 853px;
			min-height: 520px;
			_height: 520px;
			background: transparent url(assets/images/container2_bg.jpg) no-repeat center bottom;
			}
			#leftCol {
				float: left;
				width: 342px;
				}
				#logo {
					position: absolute;
					margin: -14px 0px 0px 36px;
					z-index: 1;
					}
				#nav {
					margin: 0px;
					padding: 155px 0px 0px 36px;
					width: 177px;
					height: auto;
					}
					#nav li {
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						list-style: none outside none;
						}
						#nav a {
							display: block;
							margin: 0px;
							padding: 0px 0px 0px 5px;
							width: 175px;
							height: auto;
							color: #B4A77B;
							font: bold 12px/19px Verdana, Geneva, sans-serif;
							}
						#nav a:hover {
							color: #fff;
							text-decoration: none;
							}
			#sidebar {
				width:177px;
				margin-left:36px;
			}
			#rightCol {
				position: relative;
				margin: 0px 0px 0px 411px;
				padding: 0px 0px 95px 0px;
				width: 380px;
				z-index: 99;
				}
				#addressPhone {
					height: 97px;
					color: #fff;
					font: bold 11px/22px Verdana, Geneva, sans-serif;
					text-align: right;
					}
			#clear {
				clear: both;
				height: 0px;
				font-size: 0px;
				line-height: 0px;
				}
			#leftPic {
				position: absolute;
				bottom: 50px;
				left: 213px;
				z-index: 1;
				}
			#lvi {
				position: absolute;
				bottom: 15px;
				left: 63px;
				}
			#lvi h3 {
				color:#fff;
			}
#footer {
	padding: 0px 0px 30px 0px;
	color: #ccc;
	font: 11px/18px Verdana, Geneva, sans-serif;
	text-align: center;
	border-top: 1px #B6A879 solid;
	}
	#footer a {
		color: #ccc;
		}
	#footer a:hover {
		color: #fff;
		text-decoration: none;
		}
	#bottomNav {
		margin: 0px auto;
		padding: 15px 10px;
		width: 833px;
		}
		#bottomNav li {
			display: inline;
			margin: 0px;
			padding: 0px 5px 0px 10px;
			width: auto;
			height: auto;
			list-style: none outside none;
			background: transparent url(assets/images/bullet.jpg) no-repeat left center;
			}
		#bottomNav li.end {
			background: none;
			}
			#bottomNav a {
				line-height: 16px;
				}
