@import url('reset.css');
@import url('typography.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}

/* Header */

div#header {
	background: url('../img/header-image.png') no-repeat center;
	background-color: #6eb9cc;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

/* Content */
div#content {
	margin: auto;
	padding-bottom: 50px;
	width: 800px;
	height: 1250px;
}

div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

/* Page Wrapper6 */

div#page-wrapper6 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	height: 1300px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 930px;
	position:relative;
	top: -40px;
	right: 750px;
}


/* Message */

div#message {
	
	margin-right: 10px;
	width: 350;
}

div#message h3 {
	margin-left: 154px;
	margin-bottom: 10px;
}


div#logo{
	background: url('../img/logo.png') no-repeat center ;
	position:absolute;
	top: 4px;
	right: 383px;
	height:50px;
	width:100%;
}

div#ship{
	background: url('../img/ship.png') no-repeat center ;
	position:absolute;
	top: -410px;
	right: 150px;
	height:100%;
	width:100%;
}

div#sat{
	background: url('../img/sat.png') no-repeat center ;
	position:absolute;
	top: -410px;
	right: -170px;
	height:100%;
	width:100%;
}

div#satamatic{
	background: url('../img/satamatic.png') no-repeat center ;
	position:absolute;
	top: 120px;
	right: 50px;
	height:100%;
	width:100%;
}

div#bio{
	background: url('../img/bio.png') no-repeat center ;
	position:absolute;
	top: -105px;
	right: 180px;
	height:100%;
	width:100%;
}

div#bioox{
	background: url('../img/bioox.png') no-repeat center ;
	position:absolute;
	top: 250px;
	right: -50px;
	height:550px;
	width:550px;
}

div#x4{
	background: url('../img/x4.png') no-repeat center ;
	position:absolute;
	top: -105px;
	right: 530px;
	height:550px;
	width:550px;
}

div#xr4{
	background: url('../img/xr4.png') no-repeat center ;
	position:absolute;
	top: 50px;
	right: 530px;
	height:550px;
	width:550px;
}
div#mwa{
	background: url('../img/mwa.png') no-repeat center ;
	position:absolute;
	top: 400px;
	right: 150px;
	height:70%;
	width:70%;
}

div#spyder{
	background: url('../img/spyder.png') no-repeat center ;
	position:absolute;
	top: 500px;
	right: 150px;
	height:70%;
	width:70%;
}

div#cam{
	background: url('../img/cam.png') no-repeat center ;
	position:absolute;
	top: -530px;
	right: -430px;
	height:140%;
	width:140%;
}

div#smoke{
	background: url('../img/smoke.png') no-repeat center ;
	position:absolute;
	top: 200px;
	right: 0px;
	height:60%;
	width:60%;
}


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
position:relative;
top: 50px;
right: -5px;
width: 920px;
height: 1200px;
background-color: #eee;
border: 1px solid #ddd;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 920px;
height: 1200px;}

#slideshow .slides ul {
width: 2760px;
height: 1200px;}

#slideshow .slides li {
width: 900px;
height: 1200px;
float: left;
padding: 20px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
position: relative;
top:-1247px;
right:1px;
height:46px;
width:920px;
background-color: #ddd;
border: 1px solid #ddd;
border-bottom: 2px solid #ccc;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 15px 20px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 3px;}


/* Tabs */

ul#tabs {
	position: relative;
	left: 50px;
	top: -150px;
}

ul#tabs li {
	background: url('../img/tabs-sprite.png') no-repeat;
	float: left;
	height: 54px;
	margin-right: 0px;
	width: 100px;
}

ul#tabs li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}

ul#tabs li#home {
	background-position: -360px 0px;
	width:100px;
}

ul#tabs li#home:hover {
	background-position: -360px -55px;
}

ul#tabs li#home.current, ul#tabs li#home:active {
	background-position: -360px 0px;
}

ul#tabs li#company {
	background-position: -460px 0px;
	width:172px;
}

ul#tabs li#company:hover {
	background-position: -460px -55px;
}

ul#tabs li#company.current, ul#tabs li#company:active {
	background-position: -460px 0px;
}

ul#tabs li#products {
	background-position: -632px 0px;
	width:190px;
}

ul#tabs li#products:hover {
	background-position: -632px -55px;
}

ul#tabs li#products.current, ul#tabs li#products:active {
	background-position: -632px 0px;
}

ul#tabs li#projects {
	background-position: -822px 0px;
	width:122px;
}

ul#tabs li#projects:hover {
	background-position: -822px -55px;
}

ul#tabs li#projects.current, ul#tabs li#projects:active {
	background-position: -822px 0px;
}

ul#tabs li#contact {
	background-position: -944px 0px;
	width:118px;
}

ul#tabs li#contact:hover {
	background-position: -944px -55px;
}

ul#tabs li#contact.current, ul#tabs li#contact:active {
	background-position: -944px 0px;
}


/* Footer */

div#footer-image {
	background: url('../img/footer-image.png') no-repeat center #6eb9cc;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:50px;
	width:100%;
}