@charset "utf-8";

html {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	     -o-background-size:cover;
	        background-size:cover;
}
body {
	margin:0 auto;
	-webkit-box-shadow:0 10px 20px #666;
	   -moz-box-shadow:0 10px 20px #666;
	        box-shadow:0 10px 20px #666;
	width:950px;
	color:#000;
	font:87.5% arial, sans-serif;
}

a {
	color:#3a7bff;
	text-decoration:underline;
}
abbr {
	border:0;
}
dfn {
	font-style:normal;
}

/*
 * header
 */
body > .header {
	border-bottom:1px solid #000;
	-webkit-box-shadow:0 2px 2px #666;
	   -moz-box-shadow:0 2px 2px #666;
	        box-shadow:0 2px 2px #666;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:42px;
	line-height:41px;
	background:#333 url("/images/header/background.png");
	text-align:right;
	white-space:nowrap;
	z-index:80;
}
body > .header ul {
	margin:0;
	padding:0;
	list-style:none;
}
body > .header ul a {
	font-weight:bold;
	text-decoration:none;
	white-space:normal;
}
body > .header > a,
body > .header .nav,
body > .header .nav li,
body > .header .nav li a {
	display:inline-block;
	/* ie */
	*display:inline;
	*white-space:nowrap;
	*zoom:1;
}
body > .header .nav li a {
	/* ie */
	*display:inline-block;
}
body > .header h1 {
	display:inline-block;
	margin:0 -16px 0 -11px;
	width:215px;
	height:123px;
	background:url("/images/header/logo.png");
	vertical-align:top;
	/* ie */
	*display:inline;
	*position:relative;
	*z-index:2;
	*zoom:1;
}
body > .header h1 a {
	display:inline-block;
	margin:0 13px;
	width:189px;
	height:97px;
	text-align:left;
	text-indent:-9999px;
}
body > .header .nav {
	margin:0 -475px 0 50%;
	position:relative;
	right:50%;
	/* ie */
	*width:778px;
}
body > .header .nav > ul {
	border-left:1px solid rgba(0,0,0,0.5);
	/* ie */
	*display:inline;
	*zoom:1;
}
body > .header .nav > [role="menubar"] {
	border-right:1px solid #505050;
	border-right:1px solid rgba(77,77,77,0.5);
	position:relative;
	z-index:2;
}
body > .header .nav > [role="menubar"] [role="menu"] {
	display:block;
	box-shadow:0 0 3px -1px rgba(0,0,0,0.5);
	border:1px solid #74af02;
	position:absolute;
	background:#fff;
	line-height:22px;
}
body > .header .nav > [role="menubar"] [role="menu"][aria-hidden="true"] {
	display:none;
}
body > .header .nav > [role="menubar"] [role="menu"] [role="menuitem"] {
	display:list-item;
	position:relative;
	text-align:left;
}
body > .header .nav > [role="menubar"] [role="menu"] [role="menuitem"] + [role="menuitem"] {
	border-top:1px solid #74af02;
}
body > .header .nav > [role="menubar"] [role="menu"] [role="menuitem"]:hover {
	background:#e3f3b5;
}
body > .header .nav > [role="menubar"] [role="menu"] [role="menuitem"][aria-haspopup="true"] > a:after {
	content:"›";
	position:absolute;
	top:-2px;
	right:6px;
	color:#74af02;
	font-size:1.5em;
}
body > .header .nav > [role="menubar"] [role="menu"] a {
	display:block;
	padding:0 18px;
	color:#333;
	font-size:0.7857em;
	font-weight:normal;
}
body > .header .nav > [role="menubar"] a {
	font-size:0.8571em;
	white-space:nowrap;
}
body > .header .nav > [role="menubar"] img {
	border:0;
	vertical-align:-5px;
	/* ie */
	*vertical-align:-16px;
}
body > .header .nav > [role="menubar"] > [role="menuitem"] {
	vertical-align:top;
	border-width:0 1px 1px;
	border-style:solid;
	border-color:transparent #1b1b1b transparent #505050;
	border-color:transparent rgba(0,0,0,0.5) transparent rgba(77,77,77,0.5);
	position:relative;
	height:41px;
}
body > .header .nav > [role="menubar"] > [role="menuitem"]:hover,
body > .header .nav > [role="menubar"] > [role="menuitem"][aria-selected="true"] {
	background:#666 url("/images/header/background.png") 0 -42px;
	background:rgba(255,255,255,0.25);
}
body > .header .nav > [role="menubar"] > [role="menuitem"][aria-haspopup="true"]:hover {
	border-color:#74af02;
	background:#fff;
}
body > .header .nav > [role="menubar"] > [role="menuitem"] > a {
	display:block;
	padding:0 23px;
	height:100%;
	color:#fff;
	cursor:default;
}
body > .header .nav > [role="menubar"] > [role="menuitem"] > a[href] {
	cursor:pointer;
}
body > .header .nav > [role="menubar"] > [role="menuitem"][aria-haspopup="true"]:hover > a {
	color:#74af02;
}
body > .header .nav > [role="menubar"] > [role="menuitem"] > [role="menu"] {
	top:100%;
	left:-1px;
	min-width:100%;
	z-index:-1;
}
body > .header .nav > [role="menubar"] > [role="menuitem"] > [role="menu"] [role="menu"] {
	top:-1px;
}
body > .header .nav > ul + ul {
	float:right;
	margin-right:-10px;
	-webkit-box-shadow:2px 2px 2px #666;
	   -moz-box-shadow:2px 2px 2px #666;
	        box-shadow:2px 2px 2px #666;
	border:1px solid #c6a96a;
	-moz-border-radius:3px 0 0 3px;
	     border-radius:3px 0 0 3px;
	position:relative;
	line-height:26px;
	background:#ecdcb7 url("/images/header/background.png") 0 -85px;
	font-size:0.7143em;
	font-weight:bold;
	/* ie */
	top:1px\9;
	right:-1px\9;
}
body > .header .nav > ul + ul:after,
body > .header .nav > ul + ul .after {
	content:"";
	margin-top:2px;
	border-width:9px 9px 0 0;
	border-style:solid;
	border-color:#463609 transparent;
	position:absolute;
	top:100%;
	right:0;
	z-index:-1;
	/* ie */
	margin-top:1px\9;
}
body > .header .nav > ul + ul li {
	border-width:0 1px;
	border-style:solid;
	border-color:transparent #e2c891 transparent #efe4c5;
	border-color:transparent rgb(226,200,145) transparent rgba(255,255,255,0.5);
}
body > .header .nav > ul + ul li:first-child {
	border-left:0;
}
body > .header .nav > ul + ul li:last-child {
	border-right:0;
}
body > .header .nav > ul + ul a {
	padding:0 20px;
	color:#000;
}
body > .header .nav > ul + ul li:last-child a {
	padding-right:34px;
}
body > .header .nav > ul + ul a:hover,
body > .header .nav > ul + ul li.selected a {
	background:#d5b271 url("/images/header/background.png") 0 -113px;
	background:rgba(150,95,0,0.2);
}

/*
 * content
 */
body > [role="main"] {
	float:left;
	margin:42px 0 0;
	padding:0 0 40px;
	width:950px;
	background-color:rgba(255,255,255,0.8);
	text-align:right;
	/* ie */
	border-width:0 1px\9;
	border-style:solid\9;
	border-color:#888\9;
	background-color:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	*float:none;
	*padding-top:62px;
}

/*
 * footer
 */
body > .footer {
	clear:both;
	border-top:1px solid #b78025;
	padding:20px 30px 12px;
	background:url("/images/footer/background.png") right top;
	white-space:nowrap;
	/* ie */
	border-width:1px\9;
	border-style:solid\9;
	border-color:#b78025 #888 #888\9;
	width:890px\9;
}
body > .footer,
body > .footer a {
	color:#b78025;
}
body > .footer a:hover {
	color:#630;
}
body > .footer a img {
	border:0;
}
body > .footer h1 {
	margin:0;
	font-size:1.5em;
	font-weight:normal;
}
body > .footer h1 ~ div {
	display:inline-block;
	vertical-align:top;
	margin:1.2em 0 0;
	border-left:1px solid rgba(213,179,111,0.75);
	padding:0 24px;
	height:20em;
	font-size:0.7143em;
	/* ie */
	*display:inline;
	border-left:1px solid #d5b36f\9;
	zoom:1;
}
body > .footer h1 + div {
	border-left:0;
	padding-left:0;
	width:81px;
}
body > .footer h1 + div + div {
	width:376px;
	/* ie */
	*width:419px;
}
body > .footer h1 + div + div + div {
	width:57px;
}
body > .footer h2 {
	margin:0 0 0.2em;
	font-size:1.4em;
}
body > .footer ul,
body > .footer dl {
	margin:0;
	padding:0;
	list-style:none;
}
body > .footer h2 ~ ul {
	display:inline-block;
	line-height:1.6em;
	/* ie */
	*display:inline;
	*margin-left:-1.5em;
	zoom:1;
}
body > .footer h2 ~ ul + ul {
	margin-left:24px;
}
body > .footer .address {
	padding-right:0;
	width:217px;
	/* ie */
	*width:211px;
}
body > .footer dt {
	float:left;
	margin-right:0.3em;
	font-weight:bold;
}
body > .footer dt:first-child {
	display:none;
}
body > .footer dd {
	margin:0;
}
body > .footer dd[itemprop="adr"] {
	margin-bottom:1em;
}
body > .footer .address ul {
	margin:1em 0 0;
}
body > .footer .address li {
	display:inline-block;
	/* ie */
	*display:inline;
	zoom:1;
}
body > .footer .address li + li {
	margin-left:5px;
}
body > .footer small {
	clear:both;
	display:block;
	padding:1.5em 0 0;
	font-size:0.7857em;
}
body > .footer small span {
	margin-left:0.3em;
	border-left:1px solid #c1984c;
	padding-left:0.6em;
}


/*
 * sections
 */
.section {
	float:left;
	margin:40px 40px 0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	border:1px solid #a4cb2b;
	position:relative;
	width:614px;
	background-color:rgba(255,255,255,0.6);
	text-align:left;
	/* ie */
	*margin-top:20px;
	*width:612px;
	background-color:transparent\9;
	*background-color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
	*filter:none;
}
.section > .header {
	-webkit-box-shadow:2px 2px 2px #666;
	   -moz-box-shadow:2px 2px 2px #666;
	        box-shadow:2px 2px 2px #666;
	border:1px solid #000;
	-moz-border-radius:0 3px 3px 0;
	     border-radius:0 3px 3px 0;
	padding:0 30px 0 24px;
	position:absolute;
	top:-8px;
	left:-33px;
	background:#333 url("/images/heading.png");
	z-index:50;
}
.section > .header:after,
.section > .header .after {
	content:"";
	margin-top:1px;
	border-width:9px 0 0 9px;
	border-style:solid;
	border-color:#000 transparent;
	position:absolute;
	top:100%;
	left:1px;
	z-index:-1;
}
.section > .header h1 {
	margin:0;
	line-height:49px;
	color:#fff;
	font-size:1.7143em;
	font-weight:normal;
}

/*
 * asides
 */
.aside {
	display:inline-block;
	margin:35px 20px -3px 0;
	width:236px;
	/* ie */
	*padding-top:20px;
	*width:234px;
}
.aside .section {
	margin:20px 0 0;
	width:100%;
}
.aside .section > .header {
	-moz-border-radius:3px 0 0 3px;
	     border-radius:3px 0 0 3px;
	padding:0 30px 0 5px;
	left:-5px;
	width:100%;
	/* ie */
	*left:-7px;
}
.aside .section > .header:after,
.aside .section > .header .after {
	border-width:9px 9px 0 0;
	left:auto;
	right:1px;
	/* ie */
	*right:0;
}
.aside .section > .header h1 {
	padding-left:15px;
}

.aside #heroes {
	border:1px solid #b78025;
	padding:1px;
	height:261px;
	background:#fff url("/images/heroes/banner/background.jpg") no-repeat center;
}
.aside #heroes img {
	display:block;
	margin:16px auto;
}
.aside #heroes p {
	margin:0 20px;
	color:#192f5d;
	font:1.2857em/1.25em tahoma;
}
.aside #heroes p a {
	padding-left:3px;
	position:absolute;
	right:11px;
	bottom:11px;
	width:74px;
	height:24px;
	background:url("/images/heroes/banner/button.png");
	color:#bd3d44;
	font:0.5555em/23px arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.aside #heroes p a:after {
	content:"▸";
	vertical-align:middle;
	margin-left:2px;
	font:1.1em "lucida grande";
}
.aside #heroes p a:hover {
	background-position:0 -24px;
}

#staff {
	padding:45px 15px 0;
	color:#333;
	/* ie */
	*width:204px;
}
#staff ul {
	margin:0;
	padding:0;
	list-style:none;
}
#staff li {
	border-top:1px solid #b9d75c;
	padding:20px 0;
}
#staff li:first-child {
	border-top:0;
}
#staff li > img {
	float:left;
	margin:0 12px 8px 0;
	border:1px solid #999;
}
#staff li > h1,
#staff li > h2 {
	margin:0;
}
#staff li > h1 {
	font-size:1em;
}
#staff li > h2 {
	font-weight:normal;
}
#staff li > h2,
#staff li > p,
#staff li > a {
	font-size:0.8571em;
}
#staff li > p {
	margin:1em 0;
}
#staff li > a {
	font-weight:bold;
}

/*
 * button
 */
.button {
	display:inline-block;
	border-width:2px;
	border-style:groove ridge ridge groove;
	border-color:#7e9c1f;
  -moz-border-radius:3px;
       border-radius:3px;
	padding:0 15px;
	line-height:26px;
	background:#9eb946 url("/images/button.png");
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.button:hover {
	background-color:#548311;
	background-position:0 -27px;
}

/*
 * tabs
 */
[role="tabpanel"] {
	position:absolute;
}
[role="tabpanel"][aria-hidden="true"] {
	visibility:hidden;
}
