/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
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;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
body {
	background: #fff url('../images/bg-border.png') repeat-y center;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	color: #151515;
	line-height: 1.3;
}

a {
	text-decoration: none;
	color: #63aed9;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: .8em;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	color: #6281c9;
	margin-bottom: .8em;
	text-transform: uppercase;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .6em;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

table {
	margin: 2em auto;
	min-width: 50%;
}
table caption {
	padding: 1em;
	font-weight: bold;
	font-size: 110%;
	color: #333;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fae1a7;
}
table th {
	color: #a8834b;
	padding: .6em 1em;
	font-weight: bold;
}
table td {
	padding: .4em 1em;
	text-align: center;
}
table tbody tr:nth-child(odd) {
	background: #f3f3f3;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearing {
	clear: both;
}

.error {
	color: red;
}

/* Common
-----------------------------------------------------------------*/
#pagewrapper {
	position: relative;
	margin: 0 auto;
	width: 98%;
	max-width: 960px;
	min-width: 300px;
}

#header {
	padding: 0 1em;
}
#header #logo {
	float: left;
	padding: .6em 0 0 1em;
	max-width: 202px;
	width: 50%;
}
#header #address-line {
	float: right;
	width: 355px;
	height: 19px;
	background: #fff url('../images/address-bg.png') no-repeat right;
	padding: 4px 0 0 140px;
}
#header #contact {
	clear: right;
	float: right;
	margin-top: 2.5em;
}
#header #contact img {
	float: left;
	margin-left: 10px;
}
#header #contact p {
	float: left;
	font-size: 130%;
	margin-top: .25em;
	margin-left: .7em;
}
#header #contact p a {
	color: #151515;
}

#nav {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	margin-top: 1em;
	padding: 0 0 0 1em;
	height: 3em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-left: 2px solid #f5c06e;
	border-bottom: 2px solid #b58d51;
	border-right: 2px solid #b58d51;
	background: #f5c06e;
}
#nav li {
	float: left;
}
#nav li a {
	text-decoration: none;
	display: block;
	padding: 0 1em;
	line-height: 3em;
	color: #222;
}
#nav li a:hover, #nav li.active a {
	background: #fae1a7;
}

#content {
	padding: 0 1em;
}

#footer {
	position: relative;
	padding: 1.8em 1.5em 1em 1.5em;
	background: #f5c06e;
}
#footernav {
	font-weight: bold;
}
#footernav li {
	float: left;
}
#footernav li a {
	display: block;
	margin: 0 1.5em 1em 0;
	color: #222;
}
#footer a {
	color: #222;
}
#footer #footerroo {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 151px;
	width: 30%;
}

.content-list {
	list-style-type: disc;
	margin-bottom: 1em;
}
.content-list li {
	margin: .5em 0 0 1.2em;
}

/* Homepage
-----------------------------------------------------------------*/
#homeright {
	float: right;
	width: 40%;
	margin: 0 0 1em 1em;
}
#paymentoptions {
	background-color: #fae1a7;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width: 400px;
}
#paymentoptions h2 {
	color: #6281C9;
    font-size: 125%;
	text-transform: uppercase;
}
#paymentoptions h2 span {
	font-size: 75%;
	font-weight: normal;
}
#paymentoptions li {
	list-style: disc;
	margin-left: 1.2em;
	font-size: 110%;
	margin-bottom: .3em;
}
#paymentoptions p {
	font-size: 75%;
	margin: 1em 0 0 0;
	font-style: italic;
}

#attractor-box {
	background-color: #ff7f00;
	/*color: #3d5ca0;*/
	margin-bottom: 1em;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width: 505px;
}

#mapcanvas {
	width: 100%;
	height: 37em;
	margin-bottom: 1em;
}
#officehours {
	float: left;
	margin-right: 5em;
}

#promo-banner {
	width: 58%;
	max-width: 535px;
	margin-bottom: 25px;
}

/* Booking page
-----------------------------------------------------------------*/
#booking-form {
	margin: 20px 0;
}
#booking-form label {
	display: inline-block;
	width: 90px;
}
#booking-form input, #booking-form select {
	margin-bottom: 10px;
	padding: 4px 8px;
	width: 300px;
}
#booking-form select {
	width: auto !important;
}
#booking-form textarea {
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #151515;
	line-height: 1.3;
	padding: 4px 8px;
	width: 300px;
	height: 130px;
	margin-bottom: 15px;
}
#booking-form button {
	margin-left: 90px;
	padding: 4px 20px;
}

/* Storage agreement page
-----------------------------------------------------------------*/
.agreementthumb {
	float: left;
	width: 140px;
	height: 200px;
	margin: .5em 1.5em 1.5em 0;
	border: 1px #ddd solid;
}

/* Tour page
-----------------------------------------------------------------*/
#tour-wrapper img {
	display: block;
	margin: 20px auto;
	width: 95%;
	max-width: 600px;
}

/* Links page
-----------------------------------------------------------------*/
#links-ul {
	margin-bottom: 30px;
}
#links-ul li {
	margin-bottom: 15px;
}

/* Media queries
-----------------------------------------------------------------*/
@media screen and (max-width: 950px) {
	#nav {
		height: auto;
	}
	#nav li {
		float: none;
	}
	#nav li a {
		width: 90%;
	}
}
@media screen and (max-width: 805px) {
	#address-line {
		display: none;
	}
	#header #contact {
		margin-top: 4em;
	}
}
@media screen and (max-width: 720px) {
	#homeleft {
		width: 100%;
	}
	#homeright {
		display: none;
	}
	#promo-banner {
		width: 100%;
	}
}
@media screen and (max-width: 665px) {
	#footer #footerroo {
		display: none;
	}
}
@media screen and (max-width: 595px) {
	#header #logo {
		width: 80%;
	}
	#header #contact {
		clear: left;
		float: left;
		margin-top: 2.5em;
	}
}
@media screen and (max-width: 560px) {
	.flexslider {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	table th {
		padding: .6em .4em;
	}
	table td {
		padding: .4em .4em;
	}
}
@media screen and (max-width: 390px) {
	#nav li a {
		width: 85%;
	}
}
@media screen and (max-width: 360px) {
	#booking-form input, #booking-form textarea {
		width: 250px;
	}
}
@media screen and (max-width: 330px) {
	#header #contact {
		display: none;
	}
}