@charset "utf-8";
body  {
	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: #000;
	background-color: #666666;
	background-image: url(../Images/bg2.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: none;
}
.twoColFixLtHdr #container {
	width: 880px;
	background-image: url(../Images/bg1.jpg);
	text-align: left;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	font-size: 10pt;
	margin-top: 2px;
	background-color: #505050;
} 
.twoColFixLtHdr #header {
	background-image: url(../Images/bg1d.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #navbar {
	height: 30px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(../Images/bg1d.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 10px;
	background-image: url(../Images/bg1d.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A50000;
	border-right-color: #a50000;
	border-bottom-color: #a50000;
	border-left-color: #a50000;
}
.twoColFixLtHdr #mainContent {
	padding-right: 0px;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much 		content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 15px;
	width: auto;
	color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../Images/epbg.png);
	text-align: left;

} 
.twoColFixLtHdr #footer {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A50000;
	padding: 1px;
	background-image: url(../Images/bg1d.jpg);
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table td.navbar {
	width: 20%;
	height: 40px;
	text-align:center;
}


.twoColFixLtHdr #container #navbar table tr td {
	text-align: center;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 2px solid #a50000;
	border-bottom: 2px solid #a50000;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.navhyper {
	display:block;
	width:95%;
	text-align:center;
	padding: 5px;
	text-decoration: none;
	color: #AAA;
	
 }
 
 a.navhypera {
	display:block;
	width:95%;
	text-align:center;
	padding: 5px;
	text-decoration: none;
	color: #DDD;
 }
 
a {
	/* [disabled]text-decoration: underline; */
	color: #06C;
}

p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 9pt;
}

h3 {
	color: #A50000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 8pt;
	margin-bottom: 2pt;
	font-weight:bold;
	line-height: normal;
}

.nospace {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 14pt;
	margin-bottom: 0pt;
	font-weight:bold;
}
.gallery {
	text-align: center;
}
.gallery img{
	border:0;
}
.sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11pt;
	color: #C9C9C9;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 table {
	text-align: center;
	border-color: #333;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.twoColFixLtHdr #container #sidebar1 td {
	border-color: #333;
	border-style: solid;
	border-width: 1px 0 0 0;
}
.GalleryNames {
	font-size: 12pt;
	color: #222;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight:bold;
	text-align: left;

}
.GalleryLinks {
	font-size: 12pt;
	color: #222;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}
hr {
	color: #333;

}
.date {
	font-size: 8pt;
	color: #222;
	text-align: right;
}
.heading {
	font-size: 16pt;
	font-weight: bold;
	color: #A50000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.catalogd {
}

table.pixelborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;

}
.pixelborder td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.centered {
text-align: center;
border: 0;
}
#small {
	font-size: 8pt;
	text-align: center;
	color: #D6D6D6;
}
.imageright {
	float: right;
	display: inline;
	border: 2px solid #111;
	margin-left: 15px;
	color: #111;
}
.title {
	font-size: 12pt;
}
.smaller {
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-size: 8pt;
}

.reducedspace {
	margin: 6pt;
}
.partsform {
	padding: 10px;
	border: 1px solid #333;
}
.submitb {
	margin-top: 10px;
}
.imageleft {
	float: left;
	display: inline;
	margin-right: 15px;
	border: 2px solid #111;
	color: #111;
}
.leftalign {
	text-align: left;
}
.hrule {
	margin-top: 3px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #header span {
	float: right;
	/* [disabled]padding: 15px; */
	margin-top: 75px;
}
.wreckingtable {
	text-align: left;
	vertical-align: top;
}
.subcat {
	font-size: 11px;
	list-style-position: inside;
	text-align: left;
	list-style-image: url(../Images/Bullet.png);
	margin: 0px;
	padding: 5px;
	line-height: 20px;
	font-weight: normal;
	text-indent: 30px;
	color: #aaa;
}

.subcat a {
	text-decoration: none;
	color: #aaa;
}

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
.footer {
	color: #D6D6D6;
	font-size: 8pt;
}
.twoColFixLtHdr #container #footer p {
	font-size: 8pt;
	color: #D6D6D6;
}
.textfield {
	border: 1px solid #333;
}
.subhead {
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent table tr td .GalleryLinks {
	text-align: left;
}

.padding {
	padding: 7px;
}
.padding td {
	padding-bottom:5px;
}
.borderpx {
	border: 2px solid #000;
}
.imageborder {
	border: 2px solid #111;
}
.mainpadding td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #111;
	border-left-color: #333;
}
.heading_link {
	font-size: 14pt;
	font-weight: bold;
	color: #A50000;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent table {
	margin-bottom: 20px;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent .smaller tr td p {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent .smaller tr td h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent .smaller tr td {
	border-right-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent .smaller table {
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .smaller tr td {
	border-top-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.twoColFixLtHdr #container #mainContent blockquote table {
	background-color: #FFF;
}
