*,
*: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: #EF4C2C;
}

a:active {
	color: #EFB0A4;
}

a img {
	border: 0;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.25em;
}

html {
	background: #111;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #111;
	cursor: default;
	font: 100% "Palatino Linotype", Palatino, "Times New Roman", Times, Georgia, serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	width: 100%;
}

#header {
	background: #111;
	height: 120px;
	left: 0;
	margin: 0 0 35px;
	position: relative;
	width: 100%;
	z-index: 3;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	top: 25px;
	z-index: 5;
}

#logo h1 {
	margin: 0;
}

.spacer-logo {
	height: 70px;
	width: 200px;
}

#navigation {
	margin: 0 auto;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	z-index: 6;
}

#naviarea {
	min-width: 830px;
	padding-left: 270px;
	width: auto;
	z-index: 7;
}

#main {
	background: #fff;
	left: 0;
	min-width: 1100px;
	position: absolute;
	top: 40px;
	width: 100%;
}

#inside {
	min-height: 450px;
	min-width: 730px;
	margin-left: 300px;
	text-shadow: 1px 1px 1px #ccc;
	width: 730px;
}

#inside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.side {
	background: #fff;
	border-right: 1px solid #111;
	float: left;
	font-size: .9em;
	height: 100%;
	left: 0;
	min-height: 590px;
	position: absolute;
	text-shadow: 1px 1px 1px #ccc;
	top: 0;
	width: 270px;
	z-index: 6;
}

.fleft {
	float: right; /* Content */
	min-height: 500px;
	padding: 35px 0 0;
	width: 700px;
}

/*
.fright {
	width:170px;
	float:right;
	padding-left:25px;
}
*/

.side p, .fleft p, .fright p {
	text-align: left;
}

.side p {
	margin: 12px;
}

#footer {
	clear: both;
	color: #666;
	font-size: .8em;
	padding: 10px 0;
	position: relative;
	text-align: left;
}

#nav,
#nav ul {
	background: #222;
	border-bottom: 5px solid #000;
	float: left;
	font: bold 12px "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	min-width: 830px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	margin: 0 auto;
	text-shadow: 1px 1px 2px #111;
}

#nav li {
	background: #353535;
	border-radius: 0 0 15px 15px;
	float: left;
	margin: 0 7px;
	padding: 10px 2px;
	position: relative;
	width: 105px;
}

#nav li ul {
	border-left: 5px solid #000;
	border-radius: 0 0 15px 15px;
	border-right: 5px solid #000;
	display: none;
	font-weight: normal;
	height: auto;
	margin-top: 10px;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 1px 1px 1px #111;
	text-transform: none;
	width: 14em;
	z-index: 99;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li li {
	background: none;
	border-radius: 15px;
	padding-right: 0.5em;
	width: 12em;
}

#nav li ul a {
	width: 11em;
}

#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: #fff;
}

input,
textarea {
	background: #aa4430;
	box-shadow: inset 0 0 1em #872e1d;
	color: #fff;
	font: 13px Geneva, Tahoma, Arial, sans-serif;
	padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, Georgia, serif;
	padding: 7px 0;
	text-transform: uppercase;
}

h1 {
	font-size: xx-large;
	text-shadow: 1px 1px 3px #666;
}

h2 {
	font-size: x-large;
	text-shadow: 1px 1px 3px #666;
}

h3, h4, h5 {
	text-shadow: 1px 1px 1px #666;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.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%;
}