body {
	margin: 0;
	color: #1a1a1a;
	font-family: helvetica neue, Arial;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #fff;
	text-align: center;
}

img {
  border: 0;
}

form {
	margin: 0;
	padding: 0;
}

form table th {
  text-align: right;
  font-weight: normal;
  font-size: 12px;
}

form table td {
  font-size: 12px;
}

input {
	font-size: 14px;
}

a, a:visited {
	color: #aa5400;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
a:hover {
  color: #5e2e00;
}

#h {
  height: 171px;
	background: #311706 url('/i/bg.jpg') 50% 0 repeat-x;
	text-align: center;
}
#h-bottom {
  height: 10px;
	background: transparent url('/i/bg-bottom.gif') 50% 0 repeat-x;
}

#c h2 {
  font-size: 18px;
  font-weight: normal;
}
#c h3 {
  font-size: 16px;
  font-weight: normal;
}
#c {
  clear: both;
	margin : 0 auto 0 auto;
	padding: 5px;
	width: 810px;
	text-align: left;
}

#r {
  float: right;
  text-align: left;
  padding-left: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  width: 263px;
  background: transparent url('/i/b.png') 50% 0 no-repeat;
}
.r-header {
  height: 30px;
  padding-top: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
#r-reserve {
  text-align: right;
  font-size: 11px;
  margin-right: 20px;
}
#s-l, #s-l a {
  font-size: 11px;
}
#m {
  margin-top: 10px;
  float: left;
  width: 100%;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

#m ul {
  margin: 0;
  list-style: none;
}
#m li {
  display: inline;
  margin: 0;
  padding: 0;
}
#m a {
  margin: 0;
  padding: 0 10px 0 10px;
  text-decoration: none;
  font-size: 16px;
  color: #676767;
}
#m a#a {
  color: #1a1a1a;
}
#m a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
dl dt {
  font-size: 12px;
}
dl dd {
  margin-top: -20px;
  text-align: right;
}

/*img {
  width: 197px;
  height: 133px;
}*/


a.i  {
	position: relative;
}

a.i:hover .z,
a.i:focus .z {
	display: block;
}

a.i:active .z {
	top: -63px;
}

a.i .z {
	position: absolute;
	top: -65px;
	left: 88px;
	z-index: 1;
	display: none;
	width: 26px;
	height: 27px;
}

