@charset "UTF-8";
/* CSS Document */

/* Global 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,
b, u, i, center,
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-size: 10px;
	vertical-align: baseline;
	background: transparent;
	font-family: Courier, monospace;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*= Global layout styles
------------------------------------------------------------------------------*/

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

/* Feedback messages
------------------------------------------------------------------------------*/
.message {
	padding: 1em 0;
	font-weight: bold;
}
.message.success {
	color: #007437;
}
.message.error {
	color: #BA131A;
}
.home .message,
.page .message {
    position: relative;
    top: 60px;
    margin: 0 170px 0 33px;
}
/* STOP SKYPE MESSING WITH THE PAGE
-----------------------------------------------------------------------------------*/

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

/* TEMPLATE
-----------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
}
h1 {
	font-size: 2.5em;
	position: relative;
	left: -1px;
}
h2 {
	font-size: 2.5em;
	margin-bottom: 0.48em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
p, ul, ol, blockquote {
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
	clear: both;
}
li {
	font-size: 1em;
}
a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #41dac6;
}
h1 a:hover,
h2 a:hover {
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
}
html {
	/*overflow: hidden;*/
}
html, body {
	background-color: #000000;
	height: 100%;
}
/* HEADER
-----------------------------------------------------------------------------------*/

/* MAIN NAV
-----------------------------------------------------------------------------------*/

/* CONTENT
-----------------------------------------------------------------------------------*/
.imageHolder {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	
}
.imageHolder a {
	position: relative;
}
.imageHolder img,
.imageHolder a {
	clear: both;
	display: block;
	margin: 30px auto;
	/* height: 100%; */
	max-width: 100%;
}
.imageHolder a img {
}
.imageHolder a img.barrier {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.imageHolderTop {
	height: 100%;
	width:	100%;
	margin: 0 auto;
	position: absolute;
	top: -100%;
	overflow: hidden;
}
.imageHolderTop img {
	clear: both;
	display: block;
	margin: 0 auto;
	height: 100%;
	padding: 0 19.2em;
}

.column {
	position: absolute;
	width: 19.2em;
	z-index: 100;
}
.column.main {
	left: 0;
	top: 0;
	text-align: left;
}
.column.secondary {
	right: 0;
	top: 0;
	text-align: right;
}
.column.secondary .plus,
.column.secondary .minus {
	float: right;
}
.sect1 {
	height: 20.5em;
}
.sect2 {
	height: 19.8em;
	position: relative;
	z-index: 110;
}
.sect3 {
	height: 20.5em;
}
.secondary .sect3 {
	position: relative;
	top: -5px;
}
.plus {
	display: block;
	width: 16px;
	padding: 16px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 16px;
	border: none;
	background: url(../images/plus.png) 0 0 no-repeat;
	position: relative;
	margin-bottom: 0.5em;
}
.minus {
	display: block;
	width: 16px;
	padding: 16px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 16px;
	border: none;
	background: url(../images/minus.png) 0 0 no-repeat;
	position: relative;
	margin-bottom: 0.5em;
}
.sect1 .minus {
	top: 5px;
}
.plus.active,
.minus.active {
	background-position: 0px -16px;
}
.plus.active:hover,
.minus.active:hover {
	background-position: 0px 0px;
}

.plus.disabled,
.minus.disabled {
	background-position: 0px 0px;
}

.plus.disabled:hover,
.minus.disabled:hover {
	background-position: 0px -16px;
}

.infotext,
.biotext {
	display: none;
	clear: both;
}

/* FOOTER
-----------------------------------------------------------------------------------*/

