body {
	width: 3500px;
	background: url("images/background.jpg") repeat-x top left fixed;
}

body, h1,h2,h3,ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
  outline: none;
}

#content {
	padding: 150px 0px 0px 115px;
}

#mainlogo {
	position: absolute;
	top: 70px;
	/*left: 385px;*/
	background: url("images/mainlogo.png") no-repeat top right;
	width: 240px;
	height: 62px;
	margin-left: 385px;
}

#mainlogo a {
	display: block;
	width: 240px;
	height: 62px;
}

.orangebox {
	background: url("images/obg.png") no-repeat top left;
	width: 314px;
	height: 465px;
	float: left;
	margin-left: 35px;
}

.orangebox2 {
	background: url("images/obg.png") no-repeat top left;
	width: 300px;
	height: 445px;
	float: left;
	margin-left: 35px;
}

.blackbox {
	background: url("images/bbg.png") no-repeat top left;
	width: 242px;
	height: 465px;
	float: left;
	margin-left: 35px;
}

#contactbox {
	font-size: 16px;
	color: #fff;
	font-family: arial;
	padding: 55px;
}

#contactbox h2 {
	font-size: 24px;
}

#contactbox h3 {
	padding-top: 25px;
	font-size: 18px;
}

#contactbox ul {
	padding-left: 55px;
}

.blue {
	color: #0012ff;
}

.viewport {
	background: url("images/blue.png") no-repeat top left;
	width: 628px;
	float: left;
	margin-left: 35px;
	height: 465px;
}

#frontphoto {
	text-align: center;
	padding-top: 10px;
}

#ologo {
	background: url("images/ologo.jpg") no-repeat top left;
	width: 121px;
	height: 46px;
	margin: 27px 0px 0px 49px;
}

#dgallery {
	background: url("images/3dgallery.jpg") no-repeat top center;
	width: 242px;
	height: 127px;
	margin: 27px 0px 0px 0px;
}

#photographybox {
	background: url("images/photographybox.gif") no-repeat top center;
	width: 242px;
	height: 127px;
	margin: 27px 0px 0px 0px;
}

#ologo span, #dgallery span, #header_3dgallery span, #header_photography span, #header_contact span, #mainlogo span, #photographybox span {
	display: none;
}

#header_3dgallery {
	height: 19px;
	width: 150px;
	background: url("images/header_3dgallery.png") no-repeat top left;
	margin-top: 140px;
	margin-left: 52px;
}

#header_photography {
	height: 19px;
	width: 150px;
	background: url("images/header_photography.png") no-repeat top left;
	margin-top: 5px;
	margin-left: 52px;
}

#header_contact {
	height: 19px;
	width: 150px;
	background: url("images/header_contact.png") no-repeat top left;
	margin-top: 115px;
	margin-left: 52px;
}

#controls, #controls2 {
	padding-top: 15px;
	padding-left: 180px;
}

.btnup, .btndown {
	display: block;
	width: 25px;
	height: 13px;
	background: url("images/scrollup.png") no-repeat top left;
	margin-top: 22px;
}

.btndown {
	background: url("images/scrolldown.png") no-repeat top left;
}

.btnup:hover {
	background: url("images/scrollup_hover.png") no-repeat top left;
}

.btndown:hover {
	background: url("images/scrolldown_hover.png") no-repeat top left;
}

.btnup span, .btndown span {
	display: none;
}

.next, .prev{
	cursor: pointer;
	margin: 150px 10px 0 10px;
}

#screen, #screen2 {
	position: relative;
	height: 450px;
	width: 650px;
	margin: 15px 0px 0px 12px;
}
			
#sections, #sections2 {
	overflow:hidden;
	width: 650px;
	height: 450px;
}
			
#sections ul, #sections2 ul{
	width: 650px;
}

#sections li, #sections2 li {
	padding-bottom: 25px;
}

#body {
	width: 100%;
	background: #084aba;
}

#horizon {
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	margin-top: -8em;
	min-width: 850px; 
	text-align: center;
}

#container {
	position: relative;
	width: 850px;
	height: 650px;
	margin: 0px auto;
	overflow: auto;
	text-align: left;
}

/*
 * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
 * Copyright (C) 2008 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerylightbox_bal
 *
 * This file is part of jQuery Lightbox (balupton edition).
 * 
 * jQuery Lightbox (balupton edition) is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * jQuery Lightbox (balupton edition) is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with jQuery Lightbox (balupton edition).  If not, see <http://www.gnu.org/licenses/>.
 *
 * @name jquery_lightbox: jquery.lightbox.css
 * @package jQuery Lightbox Plugin (balupton edition)
 * @version 1.3.0-rc1
 * @date August 24, 2008
 * @category jQuery plugin
 * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
 * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
 * @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
 * @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
 */

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration: none;
	color:#fff;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
	text-decoration: none;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:3px solid #084aba;
	background-color: #fff;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	/*padding:1px;*/
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	border:1px solid #084aba;
	background-color:#084aba;
	margin:0 auto;
	padding:2px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#fff;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
	font-weight: bold;
}
#lightbox-close-button:hover {
	color:#fff;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}