body {
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;

}

.mox-container {
	width: 617px;
	margin: 0 auto;
	min-height: 470px;
	background: url('img/print-bg.jpg') #312f30 no-repeat;
	padding: 50px 25px 50px 125px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 65px;
	margin-bottom: 65px;
	border: 1px solid gray;
	position: relative;

}

#header-content {
	width: 820px;
	margin: 0 auto;
	overflow: visible;
}

#mox-def {
	width: 195px;
	height: 127px;
	position: absolute;
	right: 25px;
	top: 75px;
	z-index: 50;
}


ul {
	border-left: 1px dotted gray;
	padding: 0px 15px 0px 15px;

}

li {
	color: #FFF;
	text-shadow: none;
	list-style: none;
	font-size: .8em;

}

p {
	color: #FFF;
	text-shadow: none;
	list-style: none;
	font-size: .8em;
	border-left: 1px dotted gray;
	padding: 0px 0px 0px 15px;
	

}

a {
	color: #FFF;
	text-shadow: none;
}

strong {
	color: #FFF;
	text-shadow: none;
}

header {

	height: 45px;
	position: fixed;
	overflow: visible;
	width: 100%;
	background: url('img/header-bg.png') transparent;
	z-index: 75;
}

#logo {
	width: 290px;
	height: 142px;
	position: absolute;
	left: -290px;
	top: -40px;
	background: url('img/header_logo.png') no-repeat;
	z-index: 10000;
}

#navigation-menu a.no-bg{
	background: transparent;
	color: #fff;
}


a:hover {
	color: orange;
}

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
		
		
#navigation-menu{
	/*
position: fixed;
	top: 2em;
	right: 3em;
	left: auto;
	bottom: auto;
	z-index: 9;
*/
	position: relative;
	z-index: 9;
	text-shadow: none;
	font-size: 0.85em;
	margin: 0px;
	right: 0px;
	top: 0px;
	margin-left: 195px;
}

#navigation-menu ul li{
	padding-right: 15px;
}

.contact {
	width: 575px;
	background-color: #282627;
	padding: 10px 10px 10px 10px;
	margin-right: 25px;
	margin-top: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-bottom: 1px solid #464244;
	border-right: 1px solid #464244;
	margin-top: 75px;
}

.contact h1 {
	padding: 0px;
	margin: 0px;
	color: #5e534c;
	text-shadow: none;
}

.no-border {
	border: none;
}

.loud {
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	
}


@media print {
	body {background: none;}
	
    .page-break {page-break-after: always;}
    header {display: none;}
}

h1 {
	color: #FFF;
	text-shadow: none;
}


h2 {
	color: #FFF;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, .65);
	
}

	
