@charset "utf-8";
/* Odyssea CSS Document */
/* Tudor Iordăchescu, http://istudio.ro */

body {
	background-color: #bbe5f0;
}
.holder {
	min-height: 642px;
	overflow: visible;
	background: transparent url(../images/bg.jpg) no-repeat scroll 50% 0;
	padding-top:3px;
}
.holder-soon {
	min-height: 642px;
	overflow: visible;
	background: transparent url(../images/soon.jpg) no-repeat scroll 50% 0;
	padding-top:3px;
}
.header {
	margin-bottom: 20px;
}
.lowerhalf {
	/*background-color: rgb(10, 40, 61);*/

	color: #fff;
}
.push-down-1 {
	margin-top: 1em;
}
.push-down-2 {
	margin-top: 2em;
}
.push-down-3 {
	margin-top: 3em;
}
.push-down-4 {
	margin-top: 4em;
}
.push-down-5 {
	margin-top: 5em;
}
.push-down-10 {
	margin-top: 10em;
}
.push-down-15 {
	margin-top: 15em;
}
.push-down-15 {
	margin-top: 15em;
}
.pull-up-1 {
	position: relative;
	bottom:-15em;
}
.pull-up-5 {
	position: relative;
	bottom:-10em;
}
.lowerhalf h1,  .lowerhalf h2,  .lowerhalf h3,  .lowerhalf h4,  .lowerhalf h5,  .lowerhalf h6 {
	color: #fff;
}
.lowerhalf a:link, .lowerhalf a:visited {
	color: rgb(143, 213, 255);
}
.lowerhalf a:hover, .lowerhalf a:visited:hover {
	color: #fff;
}
a.pdf {
	padding: 2px 0 2px 20px;
	background: transparent url(../images/pdf-icon.png) no-repeat scroll left center;
}
a.video {
	padding: 2px 0 2px 20px;
	background: transparent url(../images/video-icon.png) no-repeat scroll left center;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
#slideshow {
	width: 349px;
	height: 291px;
	overflow: hidden;
	margin: 0;
}
.secondary-menu {
	background-color: #051a2a;
	margin: 0;
	width: 100%;
	text-align: center;
	height: 33px;
	line-height: 33px;
	color: #065082;
}
.secondary-menu a:link,  .secondary-menu a:visited {
	text-transform: uppercase;
	color: #065082;
	font-size: 110%;
	text-decoration: none;
	padding: 2px 6px;
	font-weight: bold;
}
.secondary-menu a:hover,  .secondary-menu a:visited:hover {
	color: #fff;
}
.secondary-menu a.selected,  .secondary-menu a.selected:hover,  .secondary-menu a.selected:visited,  .secondary-menu a.selected:visited:hover {
	color: rgb(143, 213, 255);
	cursor: default;
}
#developer .lowerhalf .container {
	height: 259px;
	background: transparent url(../images/dev-splash.jpg) no-repeat scroll 50% 0;
}
.thumb {
	width:100px;
	padding: 4px;
	background-color: #0a293d;
	border:#051a2a 2px solid;
	float: left;
	margin: 0 4px 4px 0;
}
.thumb:hover {
	/*background-color: #bbe5f0;*/

	border-color: #bbe5f0;
}
.footer {
	text-align: center;
	color: rgb(0, 113, 130);
	font-size: 80%;
}
#scroller-wrapper {
	height: 186px;
	overflow: hidden!important;
}
#scroll-up, #scroll-down {
	display: block;
	width: 35px;
	height: 28px;
	text-indent: -2000em;
	overflow: hidden;
}
#scroll-up {
	background: transparent url(../images/scrollup.gif) no-repeat scroll top center;
}
#scroll-down {
	background: transparent url(../images/scrolldown.gif) no-repeat scroll top center;
}
#scroll-up:hover, #scroll-up:visited:hover, #scroll-down:hover, #scroll-down:visited:hover {
	background-position: bottom;
}
div.right {
	float: right;
	padding-right: 1px;
}
