@charset "utf-8";
/* CSS Document */


body {
	margin: 0 auto; padding: 0;
	background: #585748 url(images/bg.jpg) no-repeat center top fixed;
}

h1 { 
	clear: both;
	margin: 0;
	padding: 40px 30px 0 341px;
	font: normal 20px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

h2 { font-size: 12px; font-weight: 600; text-align: center; }

em { font-style: italic; }

#logoW {
	float: left;
	width: 267px; height: 188px;
	margin: 15px 0 0 39px;
}

#logoL {
	float: left;
	width: 204px; height: 189px;
	margin: 15px 0 0 71px;
}

#container {
	position: relative;
	width: 949px; height: auto; 
	margin: -5px auto 30px; padding:0;
	z-index: 100;
}

#navbar {
	width: 888px; height: auto; 
	margin: 5px auto 15px; padding: 0;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #e3d9a7;
	background: transparent url(images/bg-navbar.jpg) repeat-y right 0;
}
	#navbartop { 
		width: 888px; height: 9px; 
		margin-bottom: 5px; 
		background: transparent url(images/bg-navbartop.jpg) no-repeat center top;
	}
	
	#navbarbtm { 
		width: 888px; height: 9px; 
		margin-top: 6px; 
		background: transparent url(images/bg-navbarbtm.jpg) no-repeat center bottom;
	}
	
	#navbar a { text-decoration: none; }

#content {
	margin: 0 auto; padding: 0;
	width: 888px; height: auto;
	color: #000000;
	background: transparent url(images/bg-content.jpg) repeat-y right 0;
	overflow: hidden;
}
	#contenttop { 
		width: 888px; height: 275px; 
		margin: 0;
		background: transparent url(images/bg-contenttop.jpg) no-repeat right top;
	}
	
	#contentbtm {
		width: 888px; height: auto;
		background: transparent url(images/bg-contentbtm.jpg) no-repeat right bottom;
	}

#nav2 {
	float: left;
	width: 341px; height: auto;
	font: bold 13px/120% Arial, Helvetica, sans-serif;
	text-align: center;
}
	#nav2 a { display: block; margin-bottom: 1.5em; text-decoration: none; }

#wrapper {
	float: left;
	width: 315px; height: auto;
	padding-right: 30px;
	font: 11px/160% Verdana, Geneva, sans-serif;
}

#bullets {
	float: left;
	width: 170px; height: auto;
	font: 600 12px/160% Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

#footer {
	width: 888px; height: auto; 
	margin: 20px auto 0; padding: 0;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #575137;	
}
	#footer a { font-weight: 700; text-decoration: none; color: #4c462f; }
	#footer a:hover { color: #736d54; }
	
	#copyright { font-size: 10px; }

.contact { margin: 100px 0  25px; font-size: 11px; font-weight: 600; text-transform: none; }
.phone { font-size: 18px; }
.smallcaps { font-variant: small-caps; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }

p.end { clear: both; margin: 0; }

a { color: #e3d9a7; }
a:hover { color: #ffffff; }
a, a:active, a:hover, img, *:focus { outline: 0 !important; border: 0 !important; }

