html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	overflow: auto;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 12px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
	background: #000;
	-webkit-text-size-adjust: none;
}

input, textarea, select, button {
	outline: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

/* Header
------------------------------------------------------------------------------*/

#header {
	background: #000;
	padding-bottom: 25px;
}

.top-bar {
	border-bottom: 1px solid #353535;
	padding: 10px 0 9px;
	margin-bottom: 25px;
	overflow: hidden;
}

.top-bar a {
	color: #bbbdbf;
}

.top-bar ul li {
	text-transform: uppercase;
	float: left;
}

.top-bar ul li + li:before {
	float: left;
	content: "|";
	padding: 0 7px;
}

.top-bar ul {
	float: right;
	color: #bbbdbf;
	text-transform: uppercase;
	font-size: 11px;
}

#logo {
	width: 230px;
	height: 51px;
	margin: auto;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat;
}

/* Navigation
------------------------------------------------------------------------------*/

#menu {
	height: 85px;
	margin-bottom: 50px;
}

#menu ul {
	display: table;
	width: 100%;
}

#menu ul ul {
	display: none;
}

#menu li {
	display: table-cell;
	text-align: center;
	height: 85px;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

#menu .menu-item-has-children > a span {
	display: none;
}

#menu .current, #menu li:hover, #menu .current-menu-item, #menu .current-page-ancestor {
	background-color: #e9e9e9;
	border-bottom: 2px solid #c3c49a;
}

#menu .current a, #menu a:hover {
	color: #000;
	text-decoration: none;
}

#menu .color-1.current, #menu .color-1:hover, #menu .color-1.current-menu-item, #menu .color-1.current-page-ancestor {
	border-color: #eca162;
}

#menu .color-2.current, #menu .color-2:hover, #menu .color-2.current-menu-item, #menu .color-2.current-page-ancestor {
	border-color: #e37f75;
}

#menu .color-3.current, #menu .color-3:hover, #menu .color-3.current-menu-item, #menu .color-3.current-page-ancestor {
	border-color: #b79cc7;
}

#menu .color-4.current, #menu .color-4:hover, #menu .color-4.current-menu-item, #menu .color-4.current-page-ancestor {
	border-color: #008a8d;
}

#menu .color-5.current, #menu .color-5:hover, #menu .color-5.current-menu-item, #menu .color-5.current-page-ancestor {
	border-color: #5790AE;
}

#menu a {
	display: block;
	position: relative;
	padding: 0 15px;
	line-height: 89px;
	font-size: 13px;
	height: 83px;
	color: #818285;
}

#menu li + li a:before {
	line-height: normal;
	content: "|";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -8px -2px;
}