body, html {
	min-height: 100%;
}

body {
	margin: 0;
	background: url(../images/bg.jpg) top center;
	font-family: 'Open Sans', sans-serif;
	min-width: 1000px;
}

.wrap {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

hr.clear {
	clear: both;
	border: none;
	margin: 80px 0;
	border-top: 1px solid transparent;
}

.clearFix {
	clear: both;
}

a {
	color: inherit;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ---------------------- NAV ---------------------- */

#mainNav a {
	border-bottom: none;
}

#mainNav {
	width: 198px;
	float: left;
}

#mainNav > div {
	width: 198px;
	position: fixed;
	margin-top: 50px;
}

#mainNav hr {
	border: none;
	height: 20px;
	width: 198px;
	background: url(../images/sep.png) no-repeat center center;
}

#mainNav .logo {
	width: 198px;
	height: 218px;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

#mainNav ul, #mainNav ol {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 5px;
}

#mainNav li a {
	color: #B2720D;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 2px 0px;
	padding-left: 5px;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-left: 2px solid transparent;
	-webkit-transition: all ease-in-out .1s;
}

#mainNav li a.current {
	color: #000;
}

#mainNav li a:hover {
	border-left: 2px solid #B2720D;
}

#mainNav .navAddress {
	font-size: 13px;
	padding: 0px 10px;
}

/* ---------------------- CONTENT ---------------------- */

#content {
	padding-left: 280px;
	padding-top: 40px;
}

#content h1 {
	margin-bottom: 60px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 100;
}

#content h2 {
	font-size: 115px;
	line-height: 100px;
	color: #522D19;
	margin: 0;
}

#content h3 {
	font-size: 30px;
	line-height: 30px;
	color: #522D19;
	margin: 0;
	margin-top: 50px;
}

#content h4 {
	font-size: 17px;
	line-height: 23px;
	color: #522D19;
	margin: 0;
	margin-top: 40px;
}

#content p {
	font-size: 12px;
	line-height: 18px;
}

#content p.notice {
	color: #aaa;
}

#content ul, #content ol {
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
}

#content ul li, #content ol li {
	margin-bottom: 10px;
}

#content ul li:last-child, #content ol li:last-child {
	margin-bottom: 0;
}

#content .rightBlock {
	margin-left: 400px;
	width: 300px;
}

#content table {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ---------------------- FOOTER ---------------------- */

#footer {
	padding-left: 280px;
	margin-top: 70px;
	padding-bottom: 100px;
	font-size: 11px;
}

#footer > div {
	background: url(../images/footer.png) no-repeat top center;
	height: 91px;
}

#footer > div > div {
	opacity: .25;
	margin-top: 65px;
	-webkit-transition: opacity .5s;
}

#footer:hover div div {
	opacity: 1;
}

#footer div.right {
	float: right;
	margin-right: 100px;
}

#footer div.left {
	float: left;
	margin-left: 100px;
}

/* ---------------------- SMALL SCREEN ---------------------- */

@media only screen and (max-width : 1000px) {
	#mainNav > div {
		position: absolute;
	}
}
