/* CSS Document */

body {
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#main {
	margin: 0 auto;
	clear: both;
	width: 994px;
}

/* HEADER CSS */

#header {
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	height: 178px;
	margin: 0;
	padding: 0px 14px;
}

#header #rotators {
	float: right;
	width: 367px;
	height: 146px;
	background-color: black;
	margin-top: 15px;
	padding: 1px;
}

#header #rotators img {
	padding: 0;
	margin: 0;
	border: 0;
	width: 183px;
	height: 146px;
	float: left;
}

#header #businesscard {
	width: 575px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 114px;
	float: left;
}

#header #businesscard .phone {
	float: right;
	font-weight: bold;
}

/* NAVIGATION CSS */

#nav {
	float: left;
	width: 555px;
	background-image: url(images/background_nav.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0px 10px;
}

#nav .menuitem {
	float: left;
}

#nav .none {
	display: none;
}

#nav .menuitem a {
	font-size: 14px;
	font-weight: bold;
	color: #FEBD10;
	padding: 5px 15px;
	text-decoration: none;
	display: block;
}

#nav .menuitem a:hover {
	color: white;
}

/* CONTENT CSS */

#content_outside {
	width: 944px;
	border: 1px solid black;
	background-image: url(images/background_content_outside.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	margin: 0 auto;
	clear: both;
}

#content_inside_top {
	border: 1px solid black;
	background-color: white;
	background-image: url(images/background_content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content_inside_bottom {
	background-image: url(images/background_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}

#content {

}

/* PHOTOS CSS */

.bullets {
	margin-left: 10px;
	color: #990000;
}

.photoalbum {
	clear: both;
}

.photoalbum .photo {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #CCC;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}

.photoalbum .photo a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
	width: 150px;
	height: 125px;
	overflow: hidden;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 10px;
}

.photoalbum .photo img {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 10px 10px 2px 10px;
}

.photoalbum .photo .caption {
	font-size: 11px;
	color: black;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}

.photoalbum .photo a:hover {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.photoalbum .photo a:hover .caption {
	color: #990000;
}

/* FOOTER CSS */

#footer {
	padding: 20px;
}

#footer .right {
	float: right;
}

#footer .right img {
	border: 0;
}

/* CLASS CSS */

.clearboth {
	clear: both;
}

.center {
	text-align: center;
}

.headline {
	font-size: 30px;
	font-weight: bold;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.hp_rotator {
	float: right;
	margin-left: 20px;
	width: 333px;
	height: 433px;
	overflow: hidden;
}

.hp_rotator img {
	border: 1px solid black;
}

.hp_projects {
	margin-top: 15px;
}

.hp_projects img {
	border: 0;
	margin: 0;
	padding: 0;
}

.hp_projects #industrial, .hp_projects #welding  {
	width: 160px;
	height: 215px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}

.hp_projects #marinerov {
	width: 200px;
	height: 215px;
	overflow: hidden;
}

.hp_projects #marine {
	width: 200px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}

.hp_projects #rov {
	width: 200px;
	height: 75px;
	overflow: hidden;
	float: left;
}


/***** CONTACT US CSS *****/	
	
#contact{
	width: 358px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #900;
	color: #FDFDFD;
	}

#contact .element {
	width: 350px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact td {
	font-size: 14px;
	color: #FDFDFD;
}

#contact .city, #contact .state, #contact .zip {
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
}

#contact .city {
	width: 150px;
}

#contact .state, #contact .zip {
	width: 95px;
}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
	color: white;
}

