body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #10428c;
	
}
body > .wrapper {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color: rgba(16,66,140,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C10428C,endColorstr=#4C10428C);
	zoom: 1\9;
}
#logo {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
#logo img {
	border: 0;
}
.menue_wrapper {
}
#navi_main {
	-moz-box-shadow:    0 0 5px 0 rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  	box-shadow:         0 0 5px 0 rgba(0,0,0,0.5);
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#navi_main > li:first-child > .level1 {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#navi_main > li:last-child > .level1 {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#navi_main > li:first-child.active > .level1 {
	background: -moz-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	background: -webkit-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	background: -ms-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	background: -o-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbde9', endColorstr='#cce1ff',GradientType=0);
}
#navi_main > li.active > .level1 {
	color: #fff;
	background: url('menue_li_divider.png') no-repeat, -moz-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	background: url('menue_li_divider.png') no-repeat, -webkit-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	background: url('menue_li_divider.png') no-repeat, -ms-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	background: url('menue_li_divider.png') no-repeat, -o-linear-gradient(top, #9fbde9 0%, #cce1ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbde9', endColorstr='#10428c',GradientType=0);
	
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
   	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
   	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	
	color: #10428c;
}
#navi_main > li:first-child > .level1 {
	background: -moz-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: -webkit-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: -ms-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: -o-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbde9', endColorstr='#10428c',GradientType=0);
}
#navi_main > li > .level1 {
	background: url('menue_li_divider.png') no-repeat, -moz-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: url('menue_li_divider.png') no-repeat, -webkit-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: url('menue_li_divider.png') no-repeat, -ms-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: url('menue_li_divider.png') no-repeat, -o-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbde9', endColorstr='#10428c',GradientType=0);
	
	color: #fff;
}
#navi_main > li:first-child:hover > .level1 {
	
	background: -moz-linear-gradient(top, #333 0%, #000 100%);
	background: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background: -ms-linear-gradient(top, #333 0%, #000 100%);
	background: -o-linear-gradient(top, #333 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0);
}
#navi_main > li:hover > .level1 {
	
	background: url('menue_li_divider.png') no-repeat, -moz-linear-gradient(top, #333 0%, #000 100%);
	background: url('menue_li_divider.png') no-repeat, -webkit-linear-gradient(top, #333 0%, #000 100%);
	background: url('menue_li_divider.png') no-repeat, -ms-linear-gradient(top, #333 0%, #000 100%);
	background: url('menue_li_divider.png') no-repeat, -o-linear-gradient(top, #333 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0);
	color: #fff;
}
#navi_main > li > ul {
	padding-top: 10px;
}
#navi_main > li > ul:before {
	content: '';
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid;
	top: 0;
	left: 76px;
}
#navi_main > li > ul > li {
	text-decoration: none;
	background-color: rgba(16,66,140,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E510428c,endColorstr=#E510428c);
}
#navi_main > li > ul > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#navi_main > li > ul > li:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#navi_main > li > ul > li:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
}
#navi_main > li > ul > li a,
#navi_main > li > ul > li p {
	text-decoration: none;
	color: #fff;
}
#navi_main > li > ul > li:hover a,
#navi_main > li > ul > li:hover p {
	color: #10428c;
}
#navi_meta li a {
	color: #10428c;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#navi_meta li a:hover,
#navi_meta li.active a {
	color: #fff;
	background-color: rgba(16,66,140,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C10428C,endColorstr=#4C10428C);
}
#wrapper_header {
	background-image: -moz-linear-gradient(left, #d1aba9 0%, #fff 30%, #fff 70%, #d1aba9 100%);
	background-image: -webkit-linear-gradient(left, #d1aba9 0%, #fff 30%, #fff 70%, #d1aba9 100%);
	background-image: -ms-linear-gradient(left, #d1aba9 0%, #fff 30%, #fff 70%, #d1aba9 100%);
	background-image: -o-linear-gradient(left, #d1aba9 0%, #fff 30%, #fff 70%, #d1aba9 100%);
	background-color: #d1aba9;
}
.keyvisual_wrapper {
	background-image: -moz-linear-gradient(top, #c45b4f 0%, #d1aba9 100%);
	background-image: -webkit-linear-gradient(top, #c45b4f 0%, #d1aba9 100%);
	background-image: -ms-linear-gradient(left, #c45b4f 0%, #d1aba9 100%);
	background-image: -o-linear-gradient(left, #c45b4f 0%, #d1aba9 100%);
	background-color: #c45b4f;
}
.button {
	color: #fff;
	background: -moz-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: -webkit-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: -ms-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	background: -o-linear-gradient(top, #9fbde9 0%, #10428c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbde9', endColorstr='#10428c',GradientType=0);
}
.button:hover {	
	background: -moz-linear-gradient(top, #333 0%, #000 100%);
	background: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background: -ms-linear-gradient(top, #333 0%, #000 100%);
	background: -o-linear-gradient(top, #333 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0);
}
/* RETINA DISPLAY UPDATES */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
	
	#navi_main > li > ul {
		background: url('menue_top_2x.png') no-repeat center top;
		background-size: auto 10px;
	}
}