/* @override http://americansalvageliquidators.com/assets/templates/asl/site.css */

@charset "UTF-8";
htlml {
	background-color: #000;
}
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	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: #DDD;
}

.main #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.main #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.main #logo {
	background: url(images/asl_logo.jpg) no-repeat left top;
	height: 150px;
	width: 650px;
}
.main #commingSoon{
	height: 150px;
	width: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/Comming-Soon-Ad.png);
}.main #commingSoon:hover{ background: #000 url(none); }
img {
	border-style: none;	
}
h1, h2, h3, h4 {
	color: #FF3;
}
h4 {
	margin: 0px;
}
a {
	color: #0C0;	
}
#footer {
	background: #141414;
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	font-size: 15px;
	margin-bottom: 30px;
}
#footer, #footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FC6;
}
#footer .bottom-menu {
	margin-bottom: 20px;
}
#footer #mail-link {
	font-size: 12px;
	margin: 15px;
}
#footer #mail-link a {
	color: #0C0;	
}
#footer .bottom-copyright {
	font-size: 12px;	
}
#tagline {
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
}
marquee {
	color: #F00;
	margin-bottom: 20px;
}
.center {
	text-align: center;	
}
#home-container {
	list-style: url(images/bullet.jpg);
}
#home-container table, #bid-container table, #contact-container table{
	font-size: 15px;
	color: #FF0;
	border: 2px solid #333;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#bid-container ul {
	color: #EBEBEB;
	list-style: decimal;
}
#bid-container ul li {
	margin-top: 15px;	
}
#home-container .center {
	color: #CCC;
	background: #333;
	padding: 10px;
	margin-bottom: 10px;
}
.prod-table td {
	font-size: 15px;
	color: #CCC;
	vertical-align: top;
	padding: 10px;
	border-style: none;
	background: #1A1A1A;
	width: 200px;
}
.prod-table td.heading {
	text-align: center;
	vertical-align: top;
	background: none;
}
.prod-table p, #offers p {
	padding: 0px;
	margin: 0px;
}
.prod-table td.table-cats {
	color: #FF0;
	text-align: right;
	vertical-align: top;
	white-space: normal;
	background: none;
	padding-right: 0px;
	width: 50px;
}
.prod-table td.description {
	width: 300px;	
}
.prod-table .mceItemTable td {
	padding: 2px;
	border-bottom: thin dotted #999;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	list-style: none;
	text-align: center;
	height: 35px;
}
.navbar li {
	display: inline;
}
.navbar a, .navbar a:hover {
	text-decoration: none;
	color: #333;
	background: url(images/btn_nav.jpg) no-repeat 0px -34px;
	vertical-align: middle;
	text-align: center;
	display: block;
	height: 32px;
	width: 130px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 30px;
}
.navbar a:hover {
	background: url(images/btn_nav.jpg) no-repeat 0px 0px;
}
.navbar .active a {
	color: #C00;
}
.clear-both {
	clear:both;
}
#offers table {
	font-size: 15px;
	color: #F5F5F5;
	vertical-align: middle;
	padding: 10px;
	border-style: none;
	background: #1A1A1A;
	text-align: center;
	width: 100%;
}
#offers table td {
	width: 20%;
}
#offers table td.heading {
	width: 20%;
	font-weight: bold;
	color: #FF0;
}
.redhead {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
	line-height: 30px;
}
#contact-container td.table-cats {
	color: #FF0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background: none;
	padding-right: 10px;
	width: 100px;
	height: 20px;
}
table.contact-info td {
	color: #EBEBEB;	
}
.strike {
	text-decoration: line-through;	
}


