/* CSS Document */

body{
	margin-left:0px; 
	margin-top:0px; 
	margin-bottom: 0px; 
	margin-right: 0px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

h1 {
	font-size: 100px;
	text-align: center;
	line-height: 120px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#links {
	text-align: center;
	padding-bottom: 60px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	z-index: 9;
	padding-top: 60px;
	width: 98%;
}

#links a {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	text-decoration: none;
	float: left;
	display: block;
}
#links a:hover {
	color: #BB090D;
	line-height: 44px;
	padding: 5px;
}
.text {
	width: 600px;
	display: none;
	z-index: 8;
	padding-bottom: 20px;
}
#text1 {
	position: absolute;
	top: 240px;
	left: 100px;
}





a {color: #000000; text-decoration: none;}
a:hover {color: #BB090D; text-decoration: underline;}
a:focus {outline: none;}

.clr {clear: both;}

#text2 {
	position: absolute;
	left: 360px;
	top: 290px;
}

#text3 {
	position: absolute;
	top: 300px;
	left: 80px;
}

#text4 {
	position: absolute;
	top: 240px;
	right: 80px;
}

#home {
	position: absolute;
	top: 200px;
	left: 200px;
}

.icon-left {
	width: 68px;
	display: block;
	background-image: url(images/text-bg-left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 68px;
	margin-bottom: -68px;
	position: relative;
	margin-left: -76px;
	top: -30px;
}
.icon-right {
	width: 68px;
	display: block;
	background-image: url(images/text-bg-right.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 68px;
	position: relative;
	left: 604px;
	top: -46px;
}
#text4 a {
	display: block;
}
#gallery a {
	float: left;
	height: 100px;
	width: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#gallery a:hover {
	border: 4px solid #FFFFFF;
}
#lightbox-overlay-text-about,
#lightbox-overlay-text-close,
#lightbox-overlay-text-interact  { display:none!important; }

.video {
	display: none;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 16px;
	z-index: 7;
}

