html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	z-index: auto;
}

span, object, iframe, a, img, q, label, legend, canvas, embed, output, mark, audio, video { vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
input:focus,textarea:focus,a,a:active,a:focus { outline: none; }
html { background-position: center top; }

body
{
	position: relative;
	width: 100%;
	z-index: 0;
	background: #000 url( ../images/nekyia.gif ) repeat;
	line-height: 1;
	color: #8D8461;
	font: normal 1em Verdana, Arial, sans-serif;
}

#content { font-size: 1.2em; width: 78%; margin-left: 11%;}

ol, ul { list-style: none; }

a
{
	color: #D9C56F;
	text-decoration: none;
}
a:visited {color: #D9C56F;} 
a:active {color:#F5E386;}
a:hover { text-decoration: underline; color:#F5E386;}
a img { border: none; }

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	vertical-align: middle;
}

.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle;}
.top 	{ vertical-align: top; }
.block { display: block; }
.nowrap {white-space:nowrap;}
.inline { display: inline; }
.spacer { height: 30px; }
.spacer2 { height: 10px; }
.halfline { line-height: 50%; }
.clear { clear: both; }
.news-date { color: #dd7927; }
.note { font-size: 140%; color: green; }
.bold { font-weight: 900;}
.gold { color: #996600; }
.red { color: red; }
.small { font-size: 70%; }
.underline { text-decoration: underline; }

.stretched { letter-spacing: 0.1em; font-size: 190%;}

#header { 
	width:889px; 
	height:124px; 
	background:#37070a;
}

.hr { 
	background-color: #8a2b22;
	width: 80%;
	padding: 5px 10px 5px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
 }

.menu
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
}

.menu li
{
	display: inline;
	padding: 0 15px 0 15px;
	color: #8D8461;
	background: #2F2A23;
	font: normal 100% "Times New Roman", serif;
	border: solid 1px #8D8461;
}

.menu a { color: #8D8461; }

.menu li a:hover
{
	color: #F5E386;
	text-decoration: none;
}

.sub-menu
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

.sub-menu li
{
	display: inline;
	padding: 0 15px 0 15px;
	color: #8D8461;
	background:#37070a;
}

.sub-menu a { color: #c8b975; }

.sub-menu li a:hover
{
	color: #F5E386;
	text-decoration: none;
}

h1
{
	width: 70%;
	height: 20px;
	line-height: 20px;
	font-size: 110%;
	font-weight:bolder;
	color: #780000;
	background: #f4cfac;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: auto;
}

h2 { color: #996600; }

h3 { color: #c29900; }

.printed { background: #330000; text-align: center; width: 70%; border: none; font-size: 125%;}
.printed a { color: #c8b975; }
.printed td {padding: 10px 0 10px 0;  border: solid 4px #000;}

.links { background: #330000; text-align: center; width: 70%; border: none; font-size: 110%;}
.links a { color: #c8b975; }

.shopmenu { font: normal 120% "Times New Roman", serif;
	text-align: center; }

#content img { float: left; padding: 0px 20px 10px 0; }

.item { position: relative; }

.info {position: absolute; top: 0; left: 17%; margin: -318px -164px 0 0; /* half of the width */ color: #444; }

.box
{
	background: #fff;
	color: #333;
	border: 1px solid #009400;
	margin: 10px 0 10px 0;
	padding: 10px;
	text-align: left;
	font-size: 110%;
	width: 71%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: auto;
}

.box span {display: block; float: left; clear: left; width: 300px;}

.sub-menu
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

.sub-menu li
{
	display: inline;
	padding: 0 15px 0 15px;
	color: #8D8461;
	background:#37070a;
}

ul.inline-block {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
} 

ul.inline-block li {
	display: inline-block;
	padding: 6px;
	margin: 6px;
	min-height: 100px;
	background: #fff;
	vertical-align: top;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

ul.inline-block a {color: #824C00;}

ul.transparent-inline-block {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
} 

ul.transparent-inline-block li {
	display: inline-block;
	padding: 4px;
	margin: 4px;
	min-height: 100px;
	background-color: transparent;
	vertical-align: top;
}

.featured
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 271%;
}

.featured li
{
	display: inline-block;
	padding: 0 15px 0 15px;
	color: #8D8461;
	background:#37070a;
}

.featured a { color: #c8b975; }

.featured li a:hover
{
	color: #F5E386;
	text-decoration: none;
}

.gold-box
{
	background: #FFEAC2;
	color: #333;
	border: 0px solid #009400;
	margin: 10px 0 10px 0;
	padding: 15px;
	text-align: left;
	font-size: 110%;
	width: 96%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: auto;
}

.gold-box a {color: #707070;}

ul.inline-block-burgundy {
	margin: 0;
	padding: 0;
	width: 80%;
	border: 0;
} 

ul.inline-block-burgundy li {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	min-height: 100px;
	background: #37070a;
	vertical-align: top;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

ul.inline-block-burgundy a {color: #8D8461;}

.no-nav-bar
{
	width: 889px;
	margin: 0 auto;
	float: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: relative;
	z-index: 1001;
	background: #612020;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 200%;
}

#nav-bar
{
	width: 889px;
	margin: 0 auto;
	float: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: relative;
	z-index: 1001;
	background: #612020;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}

#nav-bar ul li
{
	display: inline;
	padding: 60px;
}

#vertical-navigation ul
{
	position: absolute;
	list-style: none;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #fff;
	background: transparent;
	position: relative;
	z-index: 2001;
}

#vertical-navigation ul li a:before {
	display: none;
}

#vertical-navigation li ul
{
	list-style: none;
	display: none;
	background: #58C400;
}

#vertical-navigation li:hover ul { display: block; }

#vertical-navigation a
{
	display: block;
	color: #F5E386;
	font-size: 90%;
	text-decoration: none;
	text-transform:uppercase;
}

#vertical-navigation li:hover ul li a:visited,
#vertical-navigation ul li a:visited
{
	color: #ddd;
}

#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 6px;
	float: none;
	color: #fff;
	font-size: .85em;
	background: #612020;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: #cc625b;
	color: #fff;
}

.arrow-right a:before {
	display: inline-block;		
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #f2e1d1;
	border-bottom: 10px solid transparent;
	content:		' ';
	margin-right: 14px;
	margin-top: 6px;
}

.arrow-left a:after {
	display: inline-block;		
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f2e1d1;
	border-bottom: 10px solid transparent;
	content:		' ';
}