@charset "UTF-8";
/* CSS Document */

/* TYPOGRAPHY */

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	font-weight:300;
	color:#009DDC;
	margin:0 0 18px 0;
	padding:0;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#009DDC;
	margin:0 0 12px 0;
	padding:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#3B3D3C;
	margin:0 0 12px 0;
	line-height:130%;
	padding:0;
}

.intro {
	font-size:16px;
	color:#767878;
}

.lastParagraph {
	margin:0px;
}

.small {
	font-size:11px;
}
	
	

body {
	margin:0;
	padding:0;
}


/* MAIN NAVIGATION */

#header {
	width:834px;
	height:120px;
	margin:0 auto 0 auto;
	position:relative;
}

.logo {
	position:absolute;
	top:23px;
	left:0;
}

#header ul#mainNav {
	margin:65px 0 0 0;
	padding:0;
	position:absolute;
	right:0;
}

#header ul#mainNav li {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	list-style:none;
	margin:0 0 0 24px;
	padding:0;
	float:left;
}


/* HOME PAGE */

#mainStage {
	background-image:url(../image/structures/background/background-ocean.jpg);
	background-repeat:no-repeat;
	background-color:#00598D;
}

#mainContent {
	width:834px;
	padding:0 25px 0 25px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

#mainContentSub {
	width:834px;
	padding:0 25px 25px 25px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

#homeColumns {
	width:834px;
}

#homeCol {
	float:left;
}

.homeCol_01 {
	width:260px;
	padding:0 11px 0 0;
	margin:25px 0 0 0;
}

.homeCol_02 {
	width:250px;
	padding:0 20px 0 20px;
	margin:25px 0 25px 0;
	border-left:solid 1px #DCDEDE;
	border-right:solid 1px #DCDEDE;
}

.homeCol_03 {
	width:250px;
	padding:0 0 0 21px;
	margin:25px 0 0 0;
}

img.col {
	margin:0 0 17px 0;
}

ul#bullets {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#3B3D3C;
	margin:0;
	padding:0;
	list-style:inside;
	line-height:130%;
}



/* MAIN PAGES */

#leftSide {
	width:542px;
	background:#FFF;
	padding:0 20px 0 0;
	border-right:solid 1px #DCDEDE;
	float:left;
}

#rightSide {
	background:#FFF;
	width:250px;
	padding:0 0 0 21px;
	float:right;
}

#ContentArea {
	margin:15px 0 0 0;
}

.subColumn {
	width:250px;
	margin:0 0 25px 0;
}

#lineColumn {
	width:250px;
	height:1px;
	background-color:#DCDEDE;
	margin:20px 0 20px 0;
}

#line {
	width:542px;
	height:1px;
	background-color:#DCDEDE;
	margin:20px 0 24px 0;
}

img.productItem {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#ProductList {
	width:542px;
	margin:0 0 20px 0;
}

.productItem {
	width:170px;
	height:100px;
	float:left;
}

.ProductDescription {
	width:347px;
	float:right;
	margin:0 0 0 25px;
}



/* FOOTER */

#footer {
	width:834px;
	height:90px;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
	border-top:solid 1px #DCDEDE;
}

.footerLogo {
	position:absolute;
	top:15px;
	left:0;
}

.footerText {
	position:absolute;
	top:18px;
	left:100px;
	padding:0 0 0 20px;
	line-height:160%;
	border-left:solid 1px #DCDEDE;
}
	


/* LINKS */

a:link {
	color:#005596;
	text-decoration:none;
}

a:visited {
	color:#005596;
	text-decoration:none;
}

a:active {
	color:#005596;
	text-decoration:none;
}

a:hover {
	color:#005596;
	text-decoration:underline;
}


a:link.Nav {
	text-decoration:none;
	color:#4F5150;
}

a:visited.Nav {
	text-decoration:none;
	color:#4F5150;
}

a:active.Nav {
	text-decoration:none;
	color:#4F5150;
}

a:hover.Nav {
	text-decoration:none;
	color:#009DDC;
}

a.Current {
	color:#009DDC;
	text-decoration:none;
}


/* CLEARFIX */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }