/* ==================================================================================================== ]]-- Page Settings -- */

body {
	font: 400 100%/1 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #829496;

	background-color: #829496;
	background-image: url(../backgrounds/bg_winter.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	-webkit-background-size: auto auto;
	-moz-background-size: auto auto;
	-o-background-size: auto auto;
	background-size: auto auto;

	
	}

.clear {
	clear: both;
	visibility: hidden;
	}

#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

#header {
	position: relative;
	}

header > nav {
	margin: 0 auto;
	padding: 0;
	}




/* ==================================================================================================== ]]-- Navigation -- */

.menu-container {
	margin: 0px auto 0;
	padding: 0;
	border-style: solid; border-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	max-width: 100%;
	background-color: transparent;

	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	}
	
.menu-content {
	margin: 0 auto;
	padding: 0px 0px 0px 26px;
	max-width: 100%;
	height: 30px;
	line-height: 1;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	}

	
.traditional {
	text-align: center;
	}

.traditional a {
	margin-right: 32px;
	text-decoration: none;
	border-style: solid;
	border-color: #595959;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}

.traditional a:first-child {
	margin-left: 0;
	}

.traditional a:last-child {
	margin-right: 0;
	}

.traditional .divider {
	margin-right: 32px;
	}
	
.menu-content p {
	margin: 0;
	padding: 8px 0 6px;
	line-height: 1em;
	}

.menu-content a {
	padding: 8px 0 6px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}

.menu-content a:hover {
	color: #FFFF99;
	text-decoration: none;
	}
	

.nav-container {
	float: none;
	}


