/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}
/* Image Borders */
a img,:link img,:visited img { border:none }
/* Lists */
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Code/No Wrap */
pre,code{
	white-space: pre;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
/* Typography */
/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 11px;}
/* Paragraphs */
p  {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
}
/* Links */
a,
a:visited {
	text-decoration: underline;
	color: #000;
	outline: 0;
	border: none;
}
a:hover,
a:active,
a:focus {
	color: #ff0000;
	text-decoration: underline;
}
/* Start Stylesheet */
html {
	overflow: hidden;
	height: 100%;
}
body {
	min-height: 530px;
	font: normal normal normal 11px/1 "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans-serif;
	color: #000;
	background-color: #a9c6f0;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.pagewrap {
	position: relative;
	height: 100%;
	width: 100%;
	display:table;
	overflow-x: hidden;
}
#wrap {
	position: absolute;
	width: 920px;
	height: 520px;
	top:50%;
	left:50%;
	margin: -260px 0 0 -460px;
	overflow: hidden;
	border: 10px solid #333;
}
p,
p a {
	font-weight: 200;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: left;
	color: #fff;
	margin-bottom: 8px;
}
p a,
p a:visited {
	text-decoration: underline;
}
p a:hover,
p a:active,
p a:focus {
	color: #fff;
	text-decoration: none;
}
.article {
	border: 1px solid #fff;
	height: 438px;
	text-align: center;
	padding: 60px 40px 40px 40px;
}
.content {
	width: 390px;
	margin: 0 auto;
	text-align: left;
}
.fullscreen {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: -10;
	position: absolute;
}
h1 {
	margin-top: 15px;
	margin-bottom: 20px;
}
h1 img {
	margin-left: 3px;
}
strong {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.03em;
	padding-bottom: 5px;
}
/* nav */
ul.nav {
	width: 370px;
	padding-bottom: 40px;
}
.nav li {
	float: left;
	border-right: 1px solid #fff;
	text-align: left;
}
.first a {
	margin-left: 0!important;
}
.last {
	margin-right: 0;
	border: none !important;
}
.nav li a,
.nav li a:visited {
	letter-spacing: 0.02em;
	margin: 0px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
body#about li.item1 a,
body#retailers li.item2 a,
body#restaurants li.item3 a,
body#contact li.item4 a,
.nav li a:hover,
.nav li a:active,
.nav li a:focus {
	color: #333;
	text-decoration: none;
}
/* .list { */
.left {
	float: left;
}
.right {
	float: right;
}
.list {
	margin-bottom: 15px;
}
.list strong {
	padding-bottom: 2px;
}
.list li {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	font-weight: 300;
}