/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	color: #666;
	background: #fff;
	/*background: url(QWERTY_keyboard.jpg) fixed;*/
}

p {
	margin: 1.2em 0;
	font-size: 1.1em;
}

a {
	color: #4981b2;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.float-right {
	float: right;
	margin: 0 0 1.2em 1.2em;
}

.float-left {
	float: left;
	margin: 0 1.2em 1.2em 0;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#container {
	width: 1170px;
	height: 100%;
	padding: 0 1em;
    margin: -240px auto 0 auto;
    display: block;
    background: #fff;
}

/* HEADER */

#header-wrap {
	top: 0;
	padding: 1.5em 0;
	position: fixed;
	width: 1170px;
	height: 145px;
	z-index: 1;
	display: block;
	background-color: #fff;
}

header {
	position: relative;
	max-width: 1170px;
}

header .logo a {
	display: block;
	width: 250px;
	height: 145px;
	background-image: url(logo-002_250x145.jpg);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

header nav {
	display: block;
	height: 110px;
	float: right;
	margin-top: 35px;
}

header nav ul {
	list-style-type: none;
}

header nav ul li {
	float: left;
	display: block;
	width: auto;
	height: 110px;
	line-height: 110px;
	margin: 0;
}

header nav ul li a {
	display: block;
	padding: 0 20px;
}

header nav ul li a:hover {
	color: #fff;
	background-color: #4981b2;
}

/* MAIN */

main {
	padding: 240px 0 0 0;
}

section {
	padding: 2em 2em 1.2em 2em;
	margin-bottom: -200px;
}

section h2 {
	font-size: 2.4em;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	margin-top: 200px;
}

section ul {
	list-style-type: circle;
	padding-left: 1em;
	margin: 1.2em 0;
	font-size: 1.1em;
}

section li {
	margin: 1em 0;
}

section#strapline {
	font-size: 1.8em;
	margin: 240px auto -160px;
	height: 120px;
	padding: 0;
	line-height: 120px;
	text-align: center;
	background-color: #4981b2;
	color: #fff;
}

section#things-to-do {
	display: block;
	padding-bottom: 800px;
}

/* FOOTER */

/* RESPONSIVE */
@media only screen and (max-width: 1170px) {

	header {
		max-width: 90%;
	}

	header .logo a {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

}
