*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link {
	color: #af321a;
	text-decoration: none;
}

a:visited {
	color: #d55d45;
}

a:hover {
	color: #AEB582;
}

a:active {
	color: #f39784;
}

a img {
	border: 0;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

html {
	background: #fff;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #ddd;
	cursor: default;
	font: 1em Arial, Geneva, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background: #292929;
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 910px;
}

#header {
	background: #040404;
	height: 230px;
	margin-bottom: 20px;
	width: 100%;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	top: 65px;
	z-index: 5;
}

.spacer-logo {
	height: 100px;
	width: 200px;
}

#navigation {
	left: 0;
	position: absolute;
	text-align: center;
	top: 210px;
	width: 908px;
	z-index: 1;
}

#sidebar1 {
	color: #999;
	/* To make right-oriented, change "left" values to "right" */
	float: left;
	font-size: 12px;
	left: -150px;
	margin-right: -160px;
	overflow: hidden;
	position: relative;
	width: 140px;
}

#sidebar2 {
	color: #999;
	float: right;
	font-size: 12px;
	margin-left: -140px;
	overflow: hidden;
	position: relative;
	right: -150px;
	width: 140px;
}

#sidebarlr {
	color: #999;
	/* To make left-oriented, change "right" values to "left" */
	float: right;
	font-size: 12px;
	margin-left: -130px;
	overflow: hidden;
	position: relative;
	right: -140px;
	width: 130px;
}

#sidebar1 p,
#sidebar2 p,
#sidebarlr p {
	line-height: 18px;
	margin: 10px 0;
	text-align: left;
}

#main {
	margin: 0 auto;
	margin-top: 30px;
	min-height: 440px;
	text-align: center;
	width: 580px;
}

#mainbasic {
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	width: 750px;
}

#mainlr {
	float: left; /* Change float to "right" for right-oriented sidebar */
	margin: 0 auto;
	margin: 20px 0 0 12px;
	text-align: center;
	width: 750px;
}

.content {
	background: #383838;
	margin: 0 auto;
	width: 100%;
}

.inside {
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	text-shadow: 1px 1px 0.5px #111;
	width: 85%;
}

.insidebasic {
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	text-shadow: 1px 1px 0.5px #111;
	width: 75%;
}

.inside:after,
.insidebasic:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footer {
	background: #262626;
	bottom: 0;
	color: #434343;
	height: 95px;
	padding: 40px 0 0;
	position: relative;
	width: 100%;
}

#nav,
#nav ul {/* The overall look of the navigation */
	background: #040404;
	float: left;
	font: bold .75em "Arial Black", Arial, Geneva, sans-serif;
	list-style: none;
	margin: -1em auto 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {/* Links on the top navigation */
	display: block;
	margin: 0 auto;
	text-shadow: 2px 2px 1px #222;
}

#nav a:hover {
	color: #FFEDED;
}

#nav li {/* Look of individual sections */
	background: #363636;
	border: 2px solid #161616;
	float: left;
	margin: 0 2px;
	padding: 8px 0;
	position: relative;
	width: 9.12em;
}

#nav li ul {/* Dropdown section */
	font-weight: normal;
	display: none;
	height: auto;
	margin: 3px 0 0;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 1px 1px 1px #222;
	text-transform: none;
	width: 13.9em;
	z-index: 99;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li li {
	background: none;
	padding-right: 0.5em;
	width: 13em;
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li li li {
	display: none;
}

#nav li:hover ul,
#nav li li:hover li,
#nav li.over ul,
#nav li li.over li {
	display: block;
}

#nav li:hover,
#nav li.over {
	background: #F3B34D;
	color: #FFEDED;
}

input,
textarea {
	background: #131313;
	border: 1px solid #4B4B4B;
	border-radius: 10px;
	color: #fff;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #af321a;
	font-family: "Arial Black", Arial, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	line-height: 18px;
	margin-bottom: 18px;
	text-shadow: 2px 2px 2px #222;
}

h2 {
	line-height: 18px;
	margin-bottom: 18px;
	text-shadow: 2px 2px 2px #222;
}

h3,
h4,
h5 {
	line-height: 18px;
	margin-bottom: 18px;
	text-shadow: 1px 1px 1px #222;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.displayin {
	display: inline;
}

.displaybl {
	display: block;
}

.displayinbl {
	display: inline-block;
}

.framed {
	border: 1px solid #000;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

/* Clear Fixes */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}