@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	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;
	background-image: url(images/back.gif);
}
.oneColFixCtr #container {
	width: 780px;  /* 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 */
	text-align: left;
}
.oneColFixCtr #containerInside {
	width: 780px;  /* 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 */
	text-align: left;
}
.oneColFixCtr #topContent {
	padding: 0;
	margin: 0;
}
.oneColFixCtr #secondContent {
	padding: 0; 
	background:#bac4ce;
	height: 270px;
	clear:both;
}
.oneColFixCtr #secondContentInside {
	height:1100px;
	padding: 0;
}
.oneColFixCtr #secondContentInsideContact {
	height:100%;
	background-image:url(images/contactBack2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0; 
}

.oneColFixCtr #secondContentInsideDirections {
	height:100%;
	padding: 0 0 20px 0; 
}

.oneColFixCtr #secondContentInsideSalvage {
	height:750px;
	background-image:url(images/salvageBack.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0;
}
.oneColFixCtr #thirdContent {
	padding: 0;
margin:0;
height:230px;
clear:right;
}
.texta {
	font: 700 11px Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #666666;
}
/*select { 
	font: 10 Arial, Helvetica, sans-serif;
 	background-color: #666699; 
 	color: #ffffff; 
}*/

.logoBox {

}

.navRow {
	background:#212121;
	height: 35px;
}
.navHolder {
	float:left;
}
.quickHolder {
	float:right;
	padding:8px 0 0 0;
	width: 230px;
	margin-right: 20px;
}
.bodyText {
	display:block;
	clear:both;
	margin-top:20px;
	margin-left:15px;
}
.bodyTextSalvage {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	width:500px;
}
.bodyInside {
	display:block;
	clear:both;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
.mapLinks {
	margin:0;	
}
.addressHolder {
	float:left;
	width:250px;
	margin:0 0 25px 0; 
	padding:0;
}
.addressHolderHome {
	float:right;
	width:250px;
	margin:25px 0 0 0; 
	padding:0;
	clear:right;
}
.googleHolder {
	float:right;
	margin-right:220px;
}
.googleMap {
	border:1px solid black;
}
.h1 {
	font:700 16px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 18px 0 0;
	text-align: center;
}

.h1 a:link {
	color:#0033CC;
	text-decoration:underline;
}
.h1 a:visited, a:active{
	color:#0033CC;
}
.h2 {
	font: 700 13px Geneva, Arial, Helvetica, sans-serif;
}
.h2 a:link {
	color:#0033CC;
	text-decoration:underline;
}
.h2 a:visited, a:active{
	color:#0033CC;
}
.h3 {
	font:700 19px Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.h4 {
	font: 700 16px Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	color:#FFFFFF;
}
.h5 {
	font: 700 13px Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:14px;
	padding-left:25px;
}
.h2 ul li {
	margin-left:-25px;
	list-style-type:circle;
}
.bodyBio {
	float: left;
	width: 480px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:15px;
}
.bodyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 0;
	margin: 0;
	padding-bottom:20px;
}
.bodyTextHome {

}
.address {
	display:block;
	float: left;
	padding:10px 15px 0 15px;
	width: 218px;
	height:120px;
	background:url(images/addressBack.png);
	background-repeat:no-repeat;
	margin-top: 0px;
}
.salvageBtn {
	float: left;
	width: 230px;
	height:74px;
	margin: 0 25px 0 0;
}
.itemText {
	float:right;
	width:265px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.itemTextContact {
	width:430px;
	padding:10px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.productCol1 {
	float:left;
	width:350px;
}
.productCol2 {
	float:right;
	width:350px;
}
.productCell {
	padding:10px;
	border: 1px solid;
	background-color:#FFFFFF;
	height:98px;
	margin-bottom:5px;
}
.productCellImage {
	float:left;
}
.productCellText {
	float:right;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:170px;
}
.productCellText a:link {
	color:#0033CC;
	text-decoration:underline;
}
.productCellText a:visited, a:active{
	color:#0033CC;
}
.base {
	background-color:#333333;
	margin:0;
	padding:0;
	clear:both;
	top:0;
}
.copyright {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px 0 10px 0;
}
.copyright a:link, a:visited, a:active{
	color:#FFFF99;
}


/*////////MENU////////////*/

#menu {
	padding:8px;
}
#menu a, #menu a:visited {
	text-align:center;
	font:700 11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	margin:5px;
	text-decoration:none;
	color:#fff;
	display:inline;
}
#menu a:hover {
	color:#000;
	padding:10px;
	background-color:#cccccc;
}
.menuLive {
	text-align:center;
	font:700 11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	margin:5px;
	text-decoration:none;
	background-color:#fff;
	display:inline;
}



	/* -----------------------------------
	 Begin Product Rollovers [pure CSS popups 2 from http://www.meyerweb.com/]
	 ----------------------------*/

	
#wrap {
	width: 780px;
	height: 230px;
	background-image:url(images/productBack3.jpg);
	background-repeat:no-repeat;
}
#links {
	font-weight: 700;
	background-image: url(images/productsList_m.jpg);
	font-size: 12px;
	line-height: 18px;
	height: 230px;
	width: 420px;
	float: left;
}
#linksHeader {
	background-image: url(images/productsHeading.jpg);
	height: 30px;
}
.linksTitle {
	font-size:13px;
	padding: 5px 0 5px 15px;
}
#linksLeft {
	float: left;
	margin: 5px 0 0 0;
}
#linksRight {
	float: right;
	margin: 5px 40px 0 0;
}
#picts {
	height: 230px;
	width: 360px;
	float: right;
	background-image: url(images/productsImage.png);
}
#wrap {
	position:relative;
	border-color: #787e6a;
	width: 780px;
	height: 230px;
}
.links {
	font-weight: 700;
	background-image: url(images/productsList_m.jpg);
	font-size: 12px;
	line-height: 18px;
	height: 230px;
	width: 420px;
	float: left;
}
.linksHeader {
	background-image: url(images/productsHeading.jpg);
	height: 30px;
}
.linksTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 5px 0 0 18px;
}
.linksLeft {
	float: left;
	margin: 10px 0 0 15px; /*IE change HERE*/
}
.linksRight {
	float: right;
	margin: 10px 10px 0 0;
}
.picts {
	height: 230px;
	width: 360px;
	float: right;
	background-image: url(images/productsImage.png);
	background-repeat:no-repeat;
}

.links {
	padding-left: 0px;
}
.links a {
	color: #000;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
	margin: 0;
	padding: 10px 0 10px 0;
}
.links a img {
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	border: 0;
}
.links a:hover img {
	position: absolute;
	top: 0;
	left: 420px;
	height: 230px;
	width: 360px;
}

	/* -----------------------------------
	 End Product Rollovers 
	 ----------------------------*/

