/* @group reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}

/* @end */

html {
	height: 100%;
	overflow: hidden;
}

body {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-color: #2c2c2c;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 10px;
}

p {

}

#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 84px;
	overflow: hidden;
	/* background: #313131; */
}

#flashcontent {
	height: 100%;
}

/* @group topBar */

#topBar {
	height: 92px;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}


#topBar h1 {
	background: url(../images/mann_island.gif) no-repeat;
	height: 75px;
	width: 124px;
	overflow: hidden;
	margin-left: 28px;
	margin-top: 10px;
}
#topBar h1 a {
	display: block;
	font-size: 0.1em;
	text-indent: -5000px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: none !important;
}

ul.contact {
	color: #e20b7a;
	position: absolute;
	top: 18px;
	right: 28px;
	font-size: 1.2em;
}

ul.contact li {
	text-align: right;
	margin-bottom: 3px;
	text-shadow: #151515 2px 2px 2px;

}

#topBar a {
	color: #e20b7a;
	text-decoration: none;
}

#topBar a:hover {
	color: #fff;
}

/* @end */

/* @group bottomBar */

#bottomBar {
	width: 100%;
	height: 114px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	right: 0;
}

/*
#bottomBar ul.thumbnails {
	margin-top: 28px;
	width: 680px;
	position: absolute;
	left: 50%;
	margin-left: -340px;
}

#bottomBar ul.thumbnails li {
	width: 96px;
	height: 64px;
	margin-right: 4px;
	float: left;
	overflow: hidden;
	background: url(../images/list_frame.gif) no-repeat;
}

#bottomBar ul.thumbnails li a {
}

#bottomBar ul.thumbnails li a img {
	opacity: 0.1;
	border: 3px solid #fff;
	margin-top: 3px;
	margin-left: 5px;
}

#bottomBar ul.thumbnails li a.selected img, #bottomBar ul.thumbnails li a.selected:hover img {
	opacity: 1;
}

#bottomBar ul.thumbnails li a:hover img {
	opacity: 1;
	border-color: #e20b7a;
}

#bottomBar ul.thumbnails li#prev, #bottomBar ul.thumbnails li#fwrd {
	width: 35px;
	font-size: 0.1em;
	text-indent: -5000px;
	background-image: none;
	padding-top: 10px;
}

/*
#bottomBar ul.thumbnails li#prev a, #bottomBar ul.thumbnails li#fwrd a {
	display: block;
	width: 35px;
	height: 35px;
}

#bottomBar ul.thumbnails li#prev a {
	background: url(../images/arrow_left.gif) no-repeat;
}

#bottomBar ul.thumbnails li#prev a:hover {
	background: url(../images/arrow_left.gif) no-repeat 0 -35px;
}

#bottomBar ul.thumbnails li#fwrd a {
	background: url(../images/arrow_right.gif) no-repeat;
}

#bottomBar ul.thumbnails li#fwrd a:hover {
	background: url(../images/arrow_right.gif) no-repeat 0 -35px;
}
*/


#scrollContainer {
	margin-top: 28px;
	width: 680px;
	position: absolute;
	left: 50%;
	margin-left: -340px;
}

a#prev, a#fwrd {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 0.1em;
	text-indent: -5000px;
	background-image: none;
	position: absolute;
	top: 10px;
}
a#prev {
	left: 0px;
	background: url(../images/arrow_left.gif) no-repeat;
}
a#fwrd {
	right: 0px;
	background: url(../images/arrow_right.gif) no-repeat;
}
a#prev:hover, a#fwrd:hover {
	background-position: 0px -35px;
}

#scroller {
	position: absolute;
	top: 0px;
	left: 42px;
	width: 600px;
	height: 70px;
	overflow: hidden;
}

ul.thumbnails {
}
ul.thumbnails li {
	width: 96px;
	height: 64px;
	margin-left: 4px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	background: url(../images/list_frame.gif) no-repeat;
}
ul.thumbnails li.first {
	margin-left: 0px;
}
ul.thumbnails img {
	opacity: 0.1;
	border: 3px solid #fff;
	margin-top: 3px;
	margin-left: 5px;
}
ul.thumbnails a.selected img, ul.thumbnails a.selected:hover img {
	opacity: 1;
}
ul.thumbnails a:hover img {
	opacity: 1;
	border-color: #e20b7a;
}

ul.pagenav {
	position: absolute;
	bottom: 0;
}
ul.pagenav li {
	float: left;
	margin-left: 3px;
}
ul.pagenav li.first {
	margin: 0px;
}
ul.pagenav a {
	display: block;
	width: 6px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -2000px;
	background: url(../images/page_bg.gif) no-repeat;
}
ul.pagenav a.selected {
	background: #fff;
}
ul.pagenav a:hover {
	background-image: url(../images/page_over.gif);
}



/* @end */

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 800px;
	height: 100%;
	background-color: #000;
}

#copy, #extCopy {
	position: absolute;
	left: 707px;
	top: 147px;
	width: 268px;
	color: #fff;
	display: none;
	z-index: 2;
}

#extCopy {
	display: block;
}

#copy h1, #extCopy h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

#copy p, #extCopy p {
	line-height: 1.4em;
	font-size: 1.1em;
	margin-bottom: 1em!important;
}

#copy a, #extCopy a {
	color: #666;
	text-decoration: none;
}

#copy a:hover, #extCopy a:hover {
	color: #fff;
	text-decoration: underline;
}

.hidden {
	display: none !important;
}
