* {
	margin: 0;
	padding: 0;
}

html {
	color: #fff;
	background: #2f617b url(images/bg.png) repeat-x;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	width: 1000px;
	margin: 0 auto;
}

a {
	color: #b8dbed;
	font-weight: bold;
}

a:hover {
	color: #fff;
	background: #306d86;
	text-decoration: none;
}

div#top {
	float: left;
	width: 1000px;
	height: 684px;
	background: url(images/top-base.jpg);
}

div#top h1 {
	float: left;
	width: 221px;
	height: 55px;
	display: inline;
	overflow: hidden;
	margin: 77px 0 0 70px;
	text-indent: -99999px;
	background: url(images/logo.png);
}

div#top ul#top-nav {
	float: right;
	list-style: none;
	padding: 26px 20px 0 0;
}

div#top ul#top-nav li {
	float: left;
	padding-right: 10px;
}

div#top ul#top-nav li a {
	float: left;
	height: 27px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

div#top ul#top-nav li a#ove {
	width: 61px;
	background: url(images/nav-ove.png) no-repeat top;
}

div#top ul#top-nav li a#por {
	width: 86px;
	background: url(images/nav-por.png) no-repeat top;
}

div#top ul#top-nav li a#con {
	width: 85px;
	background: url(images/nav-con.png) no-repeat top;
}

div#top ul#top-nav li a#ove:hover, div#top ul#top-nav li a#por:hover, div#top ul#top-nav li a#con:hover {
	background-position: bottom;
}

div#main {
	float: left;
	width: 860px;
	padding: 0 70px;
	padding-top: 120px;
}

div#main div#about {
	float: left;
	width: 860px;
}

div#main div#about p {
	margin-top: 1em;
	line-height: 20px;
}

div#main div#about h2#about-title {
	float: left;
	width: 640px;
	height: 70px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/about.png) no-repeat;
}

div#main div#about div#about-top {
	float: left;
	width: 860px;
}

div#main div#about div#about-top a.go-top {
	float: left;
	width: 179px;
	height: 41px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/go-about.png) no-repeat;
}

div#main div#about img {
	float: right;
	padding: 0 0 10px 30px;
}

div#portfolio {
	float: left;
	width: 860px;
		padding-top: 180px;
	background: url(images/submarine.png) no-repeat bottom left;
}

div#portfolio div#portfolio-container {
	float: right;
	width: 410px;
}

div#portfolio div#portfolio-top {
	float: left;
	width: 410px;
	height: 60px;
}

div#portfolio div#portfolio-top h2#portfolio-title {
	float: left;
	width: 155px;
	height: 30px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/portfolio.png) no-repeat;
}

div#portfolio div#portfolio-top a.go-top {
	float: right;
	width: 178px;
	height: 36px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/go-portfolio.png) no-repeat;
}

div#portfolio div#portfolio-slides {
	float: left;
	width: 400px;
	height: 229px;
	padding: 10px 0 0 10px;
	background: url(images/portfolio-base.png);
}

div#portfolio div#portfolio-slides div#mySlides img {
	float: left;
	border: none;
	width: 390px;
	height: 175px;
	border-bottom: 1px solid #fff;
}

div#portfolio div#portfolio-slides div#mySlides div.jFlowControl div.slide-info {
	float: left;
	width: 350px;
	height: 43px;
	padding: 0 20px;
	line-height: 43px;
	text-shadow: #fff 0px 1px 0px;
	background: url(images/portfolio-item.png);
}

div#portfolio div#portfolio-slides div#mySlides div.jFlowControl div.slide-info h3 {
	float: left;
	color: #6d6d6d;
	font-size: 15px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#portfolio div#portfolio-slides div#mySlides div.jFlowControl div.slide-info cite {
	float: right;
	color: #397392;
	font-size: 13px;
	font-style: normal;
}

div#portfolio span {
	float: right;
	height: 29px;
	display: inline;
	cursor: pointer;
	overflow: hidden;
	margin: 10px 0 0 10px;
	text-indent: -99999px;
}

div#portfolio span.jFlowNext {
	width: 91px;
	background: url(images/next.png);
}

div#portfolio span.jFlowPrev {
	width: 69px;
	background: url(images/previous.png);
}

div#footer {
	float: left;
	width: 860px;
	padding: 150px 70px 320px 70px;
	background: url(images/footer.jpg) no-repeat bottom;
}

div#footer div#contact {
	float: left;
	width: 860px;
}

div#footer div#contact div#contact-top {
	float: left;
	width: 860px;
	height: 70px;
}

div#footer div#contact div#contact-top h2#contact-title {
	float: left;
	width: 400px;
	height: 38px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/contact.png) no-repeat;
}

div#footer div#contact p {
	width: 600px;
	margin-top: 1em;
	line-height: 20px;
}


div#footer a.go-top {
	float: right;
	width: 179px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/go-contact.png) no-repeat;
}