@charset "utf-8";
/* CSS Document */


body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#middle {
	width:697px;
	float:left;

}

#header {
	background-image:url(images/logo_home.jpg);
	width:357px;
	height:82px;
	background-repeat:no-repeat;
	padding:19px 70px 0px 270px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-style:italic;
	font-size:14px;
	
}

#header_about {
	background-image:url(images/header_about.jpg);
	width:372px;
	height:77px;
	background-repeat:no-repeat;
	padding:24px 70px 0px 255px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	text-align:justify;
	font-style:italic;
}

#header_cart {
	background-image:url(images/header_cart.jpg);
	width:372px;
	height:77px;
	background-repeat:no-repeat;
	padding:24px 70px 0px 255px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	text-align:justify;
	font-style:italic;
}

#navigation {
	width:630px;
	padding-left:67px;
	height:70px;

}

#navigation ul {
	padding:7px 0px 0px 0px;
	margin:0px;
	list-style:none;
}

#navigation li {
	padding:0px 0px 0px 9px;
	display:inline;
	list-style-image:none;
	
}

#navigation li.home {
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-image:none;
}

#navigation a:link {
	color:#069;
	text-decoration:none;
}

#navigation a:visited {
	color:#069;
	text-decoration:none;
}

#navigation a:HOVER {
	color:#000;
	text-decoration:underline;
}

#navigation a:active{
	color:#000;
	text-decoration:none;
}
#navigation a.active {
	color:#000;
}

#subnav {
	padding-left:55px;
	padding-top:2px;
		font-size:11px;
}



 #left{
	float: left; 
	width: 163px; 


}

 #left_fill{
	float: left; 
	width: 163px;
	background-image:url(images/filler.jpg);
	background-repeat:repeat;
	
}
#right {
	float: right; 
	width: 164px; 
	
}

#right_fill {
	float: right; 
	width: 164px; 
		background-image:url(images/filler.jpg);
	background-repeat:repeat;
	
}
 #mainContent { 
	width:497px;
	float:left;
	padding:0px 100px 0px 100px;
	line-height:20px;
}

#mainContent h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	line-height:30px;
	
}

 #mainContent a:link {
	color:#069;
	text-decoration:none;
}

 #mainContent a:visited {
	color:#069;
	text-decoration:none;
}

 #mainContent a:HOVER {
	color:#000;
	text-decoration:underline;
}

 #mainContent a:active{
	color:#000;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top:10px;
	padding-bottom:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold {
	color:#006699;
	font-weight:bold;
}

#footer {
	
width:457px;
float:left;
font-size:9px;
}

#footer ul {
	padding:7px 0px 0px 0px;
	margin:0px;
	list-style:none;
}

#footer li {
	padding:0px 0px 0px 9px;
	display:inline;
	list-style-image:none;
	
}

#footer li.home {
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-image:none;
}

#footer a:link {
	color:#069;
	text-decoration:none;
}

#footer a:visited {
	color:#069;
	text-decoration:none;
}

#footer a:HOVER {
	color:#000;
	text-decoration:underline;
}

#footer a:active{
	color:#000;
	text-decoration:none;
}

 #mainContent ul {
	 padding-top:0px;
 }
 
 #mainContent li {
	 padding-bottom:5px;
 }

#subnav ul.services {
	padding-left:140px;
}

#subnav ul.services li {
	padding-left:5px;
	font-size:11px;
}



#subnav ul.deepwater {
	padding-left:230px;
}

#subnav ul.deepwater li {
	padding-left:5px;
	font-size:11px;
}



#navigation2 {
	width:630px;
	padding-left:67px;


}

#navigation2 ul {
	padding:7px 0px 0px 0px;
	margin:0px;
	list-style:none;
}

#navigation2 li {
	padding:0px 0px 0px 9px;
	display:inline;
	list-style-image:none;
	
}

#navigation2 li.home {
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-image:none;
}

#navigation2 a:link {
	color:#069;
	text-decoration:none;
}

#navigation2 a:visited {
	color:#069;
	text-decoration:none;
}

#navigation2 a:HOVER {
	color:#000;
	text-decoration:underline;
}

#navigation2 a:active{
	color:#000;
	text-decoration:none;
}
#navigation2 a.active {
	color:#000;
}

#lead {
	width:557px;
	font-family:"Times New Roman", Times, serif;
	padding:10px 60px 0px 70px;
	font-size:14px;
	line-height:20px;
	font-style:italic;
}