@charset "utf-8";
/* CSS Document */

body {
	background-color:#acbac8;
	font-family: Arial, Helvetica, sans-serif;
	color:#0a2b50;
	margin:0px;
	padding:0px;
	font-size:12px;
	}
	
img {
	border:0px;
	}
	
p {
	margin:0px;
	padding:3px 0px;
	}
	
h1 {
	font-size:24px;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
h2 {
	font-size:18px;
	margin:5px 0px 5px 0px;
	padding:0px;
	}
	
#container {
	width:800px;
	margin: 0 auto; 
	}
	
#nav {
	width:800px;
	float:left;
	margin-bottom:5px;
	background-color:#0a2b50;
	}
	
#nav ul {
	margin:0px;
	padding:0px;
	}
	
#nav li {
	list-style-type:none;
	float:left;
	border-right:#99a8b6 2px solid;
	}
	
#contentwrap {
	background-color:#99a8b6;
	}
	
#photos {
	width:528px;
	float:left;
	margin-left:5px;
	}
	
	#photos img {
	margin-right:5px;
	}
	
	#photos img:last {
	margin:0px;
	}
	
#photossub {
	width:800px;
	float:left;
	}
	
	#photossub img {
	margin-right:5px;
	}
	
	#photossub img:last {
	margin:0px;
	}
	
#flash {
	float:left;
	width:267px;
	}
		
	
#content {
	float:left;
	width:780px;
	padding:20px 10px 10px 10px;
	line-height:18px;

	}
	
	#content ul {
		margin:5px 0px 5px 15px;
		padding:0px 0px 0px 5px;
		}
		
	#content a {
	color:#0a2b50;
	}
	
#header {
	margin-top:20px;
	}
	
#logo {
	margin:25px 0px 0px 0px;
	float:left;
	width:497px;
	}
	
#contact {
	margin:0px 0px 0px 30px;
	float:left;
	width:272px;
	}

	
a.home {
	display: block;
	width: 66px;
	height: 34px;
	text-decoration: none;
	margin-right:2px;
	background: url(../images/nav-home.gif);
	}

a.home:hover {
	background-position: 0 -34px ;
	}
	
a.bolts {
	display: block;
	width: 151px;
	height: 34px;
	text-decoration: none;
	margin-right:2px;
	background: url(../images/nav-bolting.gif);
	}

a.bolts:hover {
	background-position: 0 -34px ;
	}
	
a.services {
	display: block;
	width: 204px;
	height: 34px;
	text-decoration: none;
	margin-right:2px;
	background: url(../images/nav-services.gif);
	}

a.services:hover {
	background-position: 0 -34px ;
	}
	
a.contact {
	display: block;
	width: 115px;
	height: 34px;
	text-decoration: none;
	margin-right:2px;
	background: url(../images/nav-contact.gif);
	}

a.contact:hover {
	background-position: 0 -34px ;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
#line {
border-top:#000000 1px solid;
margin:5px 0px;
}


	
#footer {
	width:800px;
	line-height:20px;
	color:#000000;
	}
	
.footeraddress {
	text-decoration:none;
	}
		
.footeraddress a {
	color: #000000;
	text-decoration:underline;
	}
	
	
.footernav {
		color:#000000;
		text-align:center;
		}
		
		.footernav a {
		color:#000000;
		text-decoration:none;
		}
		
		.footernav a:hover {
		text-decoration:underline;
		}
	
.clear {
	clear:both;
	}
	
.boltcolumns {
	width:225px;
	float:left;
	padding-right:5px;
	margin-top:10px;