@charset "UTF-8";
/* CSS Document */

/*americanautowire.com designed and coded by Megan E. Manning*/

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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/carbon.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	position:relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/leather.jpg);
	background-repeat: repeat;
	border:solid;
	border-color:#222;
	border-width:3px;
} 

/*header styles*/

.twoColFixLtHdr #header {
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 110px;
	width:1006px;
	padding:5px 10px 0px 10px;
	/*border-bottom-color:#222;
	border-bottom-style:solid;
	border-bottom-width:3px;*/
} 
.twoColFixLtHdr #header h1 {
	padding: 5px 10px 0px 310px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 1px black; 
}
.twoColFixLtHdr #container #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding:0 0 0 130px;
	margin-top:27px;
	text-shadow: 2px 2px 1px black; 
}
.twoColFixLtHdr #search{
	position:absolute;
	top:0;
	right:0;
	width:300px;
	height:55px;
	padding-top:35px;
}
/*end of header styles*/


.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 3px;
}

/*Main content styles*/

.twoColFixLtHdr #topper {
	margin: 0 0 0 195px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/chrome_top.jpg);
	background-repeat:no-repeat;
	width:815px;
	height:30px;
} 

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 195px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	width: 765px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image:url(images/chrome_trim.gif);
	background-repeat:repeat-y;
	padding:10px 25px 10px 25px;
	text-align: left;
} 

.twoColFixLtHdr #searchMainContent {
	margin: 0 0 0 199px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	width: 784px;
	padding: 1px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
} 
.twoColFixLtHdr #mainContent .logo{
	float:left;
	padding:6px 10px 0 0;
} 
.twoColFixLtHdr #mainContent .cu_logo{
	float:left;
	display:inline-block;
	padding-right:60px;
	margin:0;
}
.cu_h2{
	display:inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	padding:0 0 25px 0;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align:center;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align:center;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	height:45px;
	width:750px;
	padding:0;
	margin:0;
}
/*styles for Twitter widget.  widget does not have its own complete style sheet and is inheriting styles from main.css*/
.twoColFixLtHdr #mainContent #facebook{/*facebook widget was put here first, hence name.  just for placement*/
	display:inline-block;
	padding: 0 0 10px 10px;
	margin-top:10px;
	float:right;
}
/*twitter widget styles*/
.twoColFixLtHdr #container #mainContent #facebook h4{
	background-image:none;
	text-align:left;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #container #mainContent #facebook h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-image:none;
	text-align:left;
	padding:0;
	margin:0;
}

.twoColFixLtHdr #container #mainContent #facebook p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
/*end twitter widget styles*/
.twoColFixLtHdr #container #mainContent .post{
	margin: 30px 0 40px 0;
}
.twoColFixLtHdr #container #mainContent a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image:none;
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	text-decoration: none;
	cursor:pointer;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #container #mainContent a.link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image:none;
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #container #mainContent a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	text-decoration: none;
	cursor:pointer;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #container #mainContent table a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration:none;	
}
table.factoryfit {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	border-color: #666;
	border-collapse: collapse;
}
table.factoryfit tr, table.factoryfit td {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #666;
}
table.shows {
	width:750px;
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	border-color: #999;
	border-collapse: collapse;
}
table.shows tr {
	border-width: 2px;
	padding-left: 3px;
	border-style: solid;
	border-color: #999;
}
table.shows td {
	border-width: 2px;
	padding: 5px 5px 5px 10px;
	border-style: solid;
	border-color: #999;
}
.twoColFixLtHdr #container #mainContent .productTitle {
	font-size: 14px;
	color: #333333;
	text-align: center;
	display: block;
}
.twoColFixLtHdr #container #mainContent .price {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	display: block;
}
.twoColFixLtHdr #container #mainContent table .buyitnow {
	display:block;
	text-align:center;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent .description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.twoColFixLtHdr #container #mainContent #buyitnowbar{
	width:755px;
	background-color:#CCCCCC;
	padding:0 5px 0 5px;
	margin:10px 0 0 6px;
}
.twoColFixLtHdr #container #mainContent .buyItNowBarTitle{
	padding-top:5px;
}
.twoColFixLtHdr #container #mainContent .buyItNowBarPrice{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.twoColFixLtHdr #container #mainContent a.buyitnowbutton, a.buyitnowbutton:visited{
	display:inline-block;
	width:110px;
	height:25px;
	float:right;
	background-image:url(images/buyitnow_bg_up.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	padding-top:7px;
	margin:10px;
}
.twoColFixLtHdr #container #mainContent a.buyitnowbutton:hover{
	background-image:url(images/buyitnow_bg_down.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.twoColFixLtHdr #container #mainContent a.learnmorebutton, a.learnmorebutton:visited{
	display:inline-block;
	width:110px;
	height:25px;
	float:left;
	background-image:url(images/learnmore_bg_up.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	padding-top:7px;
	margin-top:10px;
}
.twoColFixLtHdr #container #mainContent a.learnmorebutton:hover{
	background-image:url(images/learnmore_bg_down.gif);
	background-repeat:repeat-x;
    color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.twoColFixLtHdr #container #mainContent a.learnmorebuttonDiv, a.learnmorebuttonDiv:visited{
	display:inline-block;
	width:110px;
	height:25px;
	float:right;
	background-image:url(images/learnmore_bg_up.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	padding-top:7px;
	margin-top:10px;
}
.twoColFixLtHdr #container #mainContent a.learnmorebuttonDiv:hover{
	background-image:url(images/learnmore_bg_down.gif);
	background-repeat:repeat-x;
    color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.twoColFixLtHdr #container #mainContent a.bluebutton, a.bluebutton:visited{
	display:inline-block;
	width:125px;
	height:25px;
	float:left;
	background-image:url(images/learnmore_bg_up.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	padding:7px 3px 0 3px;
	margin:8px 15px 8px 20px;
}
.twoColFixLtHdr #container #mainContent a.bluebutton:hover{
	background-image:url(images/learnmore_bg_down.gif);
	background-repeat:repeat-x;
    color:#FFF;
	font-weight:bold;
	font-size:13px;
}
.twoColFixLtHdr #container #mainContent a.pickupbutton, a.pickupbutton:visited{
	display:block;
	width:125px;
	height:25px;
	background-image:url(images/learnmore_bg_up.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	padding:7px 3px 0 3px;
	margin:8px 15px;
}
.twoColFixLtHdr #container #mainContent a.pickupbutton:hover{
	background-image:url(images/learnmore_bg_down.gif);
	background-repeat:repeat-x;
    color:#FFF;
	font-weight:bold;
	font-size:13px;
}
.twoColFixLtHdr #container #mainContent a.updatedbutton, a.updatedbutton:visited{
	display:inline-block;
	width:110px;
	height:25px;
	background-image:url(images/buyitnow_bg_up.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding-top:9px;
	padding-left:8px;
	padding-right:8px;
	margin:10px;
}
.twoColFixLtHdr #container #mainContent a.updatedbutton:hover{
	background-image:url(images/buyitnow_bg_down.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}
.twoColFixLtHdr #container #mainContent .comingsoonimg{
	float:right;
	margin-top:15px;
	padding: 0 25px 0 15px;
}
.twoColFixLtHdr #container #mainContent #dealers{
	margin-top:20px;
}
table.dealer{
	margin:25px 0 0 50px;
	font-size:18px;
}
.email{
	text-align:center;
}
.mockh2{
	display:inline-block;
	width:265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	vertical-align:top;
	padding-left:5px;
}
.twoColFixLtHdr #container #mainContent #catalog a, a:visited {
	display:inline;
	width:65px;
	height:18px;
	background-image:url(images/buyitnow_bg_up.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding:5px;
	margin-left:15px;
}
.twoColFixLtHdr #container #mainContent #catalog a:hover {
	background-image:url(images/buyitnow_bg_down.gif);
	background-repeat:repeat-x;
    color:#FFF;
	font-weight:bold;
	font-size:12px;
}
.twoColFixLtHdr #container #mainContent #testimonials {
	width:670px;
	margin: 0 auto;
}
.twoColFixLtHdr #container #mainContent p.blockquote {
	text-align:justify;
	margin:0 20px 0 40px;
	padding-top:15px;
}
.twoColFixLtHdr #container #mainContent img.quote1 {
	float:left;
	display:inline;
}
.twoColFixLtHdr #container #mainContent #quote2 {
	float:right;
	display:inline;
	width:35px;
	height:30px;
	background-image:url(images/2quote.gif);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #container #mainContent #rent {
	float:left;
	padding-right:15px;
}
.twoColFixLtHdr #container #mainContent #productimg {
	float:left;
	padding:15px;
	width:100px;
}
.twoColFixLtHdr #container #mainContent #productlisting{
	float:right;
	padding-right:15px;
	width:500px;
}
.twoColFixLtHdr #container #mainContent #productprice{
	background-color:#CCC;
	height:51px;
}
.twoColFixLtHdr #container #mainContent .productprice{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	float:left;
	padding:7px 15px 0 0;
	margin:10px;
}
.twoColFixLtHdr #container #mainContent .
{
	height:30px;
}
.twoColFixLtHdr #bottom {
	margin: 0 0 0 195px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/chrome_footer.jpg);
	background-repeat:no-repeat;
	width:815px;
	height:30px;
} 
/*end main content style*/

/*footer styles*/
.twoColFixLtHdr #container #social{
	display:inline-block;
	float:right;
	padding:10px 5px 0 5px;
}
.twoColFixLtHdr #container #social a{
	padding:10px 3px 0 3px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
} 
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:none;
	padding:0 3px;
}

.twoColFixLtHdr #container #footer .address {
	color:#CCC;
	padding: 0 10px;
	text-align:center;
}
.twoColFixLtHdr #container #footer .copyright{
		font-family:Arial, Helvetica, sans-serif;
		font-size:8px;
		font-style:italic;
		color:#CCC;
}
/*end of footer styles*/


.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;
}
.floatstop{
	clear:left;
	height:0;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style2 {
	font-size: 11px;
	font-weight: bold;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#000;
	line-height:18px;
}
.style4{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;
}
.style5{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#990000;
}
.style6{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}
.style7{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-style:italic;
}
.easy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	font-style:oblique;
	float:right;
	display:block;
	padding-top:50px;
}
.mockh3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
div.hr {
	width:400px;
	height:35px;
	background-image:url(images/holiday_lights.gif);
	background-repeat:repeat-x;
	margin-left:170px;
}
div.hr hr {
  display: none;
}

