@charset "utf-8";


/* -- HTML Elements -- */
/*** BEGIN WEB MAIN LAYOUT ***/

body {
	padding: 0;
	margin: 0;
	text-align: left;
	background: url() repeat;
	background-position: top center;
        background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}

a:link,a:visited {
	color: #00417b;
	}

}

#header h1 {
	margin: 0;
	text-indent: -9999px;
	}

#tag-line {
	position: absolute;
	top: 194px;
	right: 30px;
	width: 290px;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;  font-weight; bold:
	}


/* Navigation */

#nav {
	position: relative;
	margin: 0;
	padding: 0px 0 0 60px;
	height: 37px;
	list-style: none;
	font-size: 1.1em;
	background: url(http://www.firststatetowing.com/imgs/bd_nav_bg.jpg);
	z-index: 2;
	}

#nav li {
	position: relative;
	float: left;
	padding: 0 19px;
	height: 37px;
	line-height: 37px;
	border-left: 1px solid #000000;
	}

li#nav-home {
	border: none;
	}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;}

#nav li:hover,#nav li.over {
	background: #000;
}

#nav ul {
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #131a25;
	border-left: 1px solid #131a25;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	opacity: .9;
	z-index: 2;
	}

#nav li:hover ul,#nav li.over ul {
	display: block;
	}

#nav li li {
	float: none;
	padding: 0;
	height: 35px;
	line-height: 35px;
	border-left: none;
	border-bottom: 1px solid #666666;
	}

#nav li li a {
	padding-left: 2.3em;
	height: 35px;
	font-weight: normal;
	background: transparent url(http://www.firststatetowing.com/imgs/i-95.png) 2px 2px no-repeat;
	}

#nav li li.alt-1 a {
	background-image: url(http://www.firststatetowing.com/imgs/i-95.png);
	}

#nav li li.alt-2 a {
	background-image: url(http://www.firststatetowing.com/imgs/i-95.png);
	}

#nav li li.alt-3 a {
	background-image: url(http://www.firststatetowing.com/imgs/I-495.png);
	}

#nav li li a:hover {
	font-weight: bold;
	background-color: #000;
	background-image: url(http://www.firststatetowing.com/imgs/I-495.png);
	}

#nav-fleet {
	width: 8em;
	}

#nav-drivers {
	width: 8em;
	}

#nav-contact {
	width: 10em;
	}
	
#nav-salvage {
	width: 10em;
	}

#nav abbr {
	border-bottom: none;
	}
	

/* end nav */
