html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}html, body, div.page, div.ieonly {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100.0px;
	height: 100.0px;
}

#header {
	height: 100.0px;
}

#e_column_0 {
	padding-bottom: 100.0px;
}

#column1 {
	float: left;
}

#column2 {
	float: left;
}
 /*
BASIC STYLE	
Filename: basic_style.css
Author: Vivian Clark (vclark@i2rd.com)
Company: Restore a muscle car
*/

html {
  font-size: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f1ecda;
  line-height: 1.5;
  background: black url(/resources/dyn/files/200976/_fn/body_bg.gif) no-repeat center top;
}
div.page {
  width: 960px;
  margin: 0 auto;
}
#e_column_0 {
  padding-bottom: 130px;
}
/* general styles -----------------------------*/

h1 {
  margin: 0;
  padding: 0;
}
h2, h3 {
  font-weight: bold;
}
h2 {
  color: #a33718;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 1em;
}
h3 {
  font-size: 1em;
  color: #e14219;
}
p {
  margin-bottom: 1em;
}

a {
  color: #11a7c2;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #186b82;
} 
span.price {
  color: red;
}
/* list styles ---------------------*/
.textbean ul,
.article_content ul,
.gallery_details ul {
  list-style-type: disc;
}
.textbean ol,
.article_content ol,
.gallery_details ol {
  list-style-type: decimal;
}
.textbean ul,
.article_content ul,
.textbean ol,
.article_content ol {
  margin: 0 0 1em 2em;
}
.gallery_details ul,
.gallery_details ol {
  margin: 0 0 1em 1em;
}
/* Header ------------------------------ */
#header {
  height: 145px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#header_wc_0 {
  height: 145px;
}
#screen_logo {
  float: left;
  background: url(/resources/dyn/files/200979/_fn/restore_logo.png) no-repeat center;
}
#screen_logo,
#screen_logo h1 a {
  width: 160px;
  height: 145px;
}
#screen_logo h1 a {
  text-indent: -4000em;
  display: block;
}

/* main Menu ------------------------------- */
#topnav {
  float: left;
  margin-top: 82px;
}
#topnav li {
  float: left;
}
#topnav .our_story a {
  width: 72px;
  background-image: url(/resources/dyn/files/205686/_fn/nav_story.gif);
}
#topnav .restore a {
  width: 59px;
  background-image: url(/resources/dyn/files/205683/_fn/nav_restore.gif);
}
#topnav .shop_cars a {
  width: 70px;
  background-image: url(/resources/dyn/files/205685/_fn/nav_shopcars.gif);
}
#topnav .shop a {
  width: 35px;
  background-image: url(/resources/dyn/files/205684/_fn/nav_shop.gif);
}
#topnav .news a {
  width: 99px;
  background-image: url(/resources/dyn/files/205705/_fn/nav_news.gif);
}
#topnav li a {
  text-decoration: none;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px 15px;
}
#topnav li a span {
  visibility: hidden;
}
/* dropdown styles ----------------------*/

#topnav li li {
  margin: 0;
  width: 100%;
  text-align: left;
  background: #742513;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#topnav li li a {
  display: block;
  padding: 0;
  border-bottom: 1px solid black;
}
#topnav .our_story li a,
#topnav .restore li a,
#topnav .shop_cars li a,
#topnav .shop li a,
#topnav .news li a {
  background-image: none;
  width: 100%;
}
#topnav li li a span {
  visibility: visible;
  padding: 5px 10px;
  display: block;
}
#topnav li li a,
#topnav li li a:hover,
#topnav li.mi_active li a,
#topnav li li.over a,
#topnav li.over li a {
  color: black;
}

#topnav li li a:hover,
#topnav li.mi_active li.over a,
#topnav li.over li.over a {
  background: #e14219;
}
#topnav ul ul {
  width: 120px;
  position: absolute;
  top: 35px;
  left: 5px;
}

/* social media links -------------------------------*/
div.social_media {
  float: right;
  margin-top: 13px;
  width: 108px;
}
.social_media a {
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat;
  width: 30px;
  height: 31px;
  overflow: hidden;
  float: left;
  margin: 0 0 6px 6px;
}
.social_media p {
  float: none;
  display: block;
  clear: both;
  height: 31px;
  margin: 0;
}
.social_media a:hover {
  background-position: left bottom;
}
.social_media a span {
  visibility: hidden;
}
.social_media a.facebook {
  background-image: url(/resources/dyn/files/203087/_fn/sociallinks_facebook.gif);
}
.social_media a.twitter {
  background-image: url(/resources/dyn/files/203091/_fn/sociallinks_twitter.gif);
}
.social_media a.ebay {
  background-image: url(/resources/dyn/files/203086/_fn/sociallinks_ebay.gif);
}
.social_media a.flickr {
  background-image: url(/resources/dyn/files/203088/_fn/sociallinks_flickr.gif);
}
.social_media a.hub {
  background-image: url(/resources/dyn/files/203089/_fn/sociallinks_hub.gif);
}
.social_media a.motor {
  background-image: url(/resources/dyn/files/203090/_fn/sociallinks_motorpia.gif);
}
.social_media a.youtube {
  background-image: url(/resources/dyn/files/203092/_fn/sociallinks_youtube.gif);
}


/* columns -----------------------------*/
#e_column_0 {
  width: 100%;
  overflow: hidden;
}
#column1, 
#column2,
#column3 {
  float:left;
}


/* Footer ------------------------------ */
div.footer {
  clear: both;
  border-top: 1px solid #262626;
  padding-top: 3px;
}
#footer_wc_0 {
  border-top: 1px solid #262626;
  overflow: hidden;
  padding: 1em 0;
}
#footer a:hover {
  color: #e4e4e4;
}
div.copyright_logos {
  float: right;
  text-align: right;
  width: 300px;
}
div.menu_contact {
  float: left;
}
/* footer menu -----------*/
#footer_menu,
#footer_contactline {
  float: none;
  clear: both;
}
#footer_menu {
  margin-bottom: 3em;
  overflow: hidden;
}
#footer_menu ul {
  display: block;
  width: 100%;
}
#footer_menu li {
  padding-right: 1em;
  font-size: 10px;
}
#footer_menu li a {
  color: #505050;
}
/* footer contact line ---------------*/
#footer_contactline a {
  color: #837f76;
  padding-left: 88px;
  font-size: 11px;
  background: url(/resources/dyn/files/200977/_fn/contact_label.gif) no-repeat left center;
  line-height: 1.5;
}
#footer_contactline span {
  padding-right: 20px;
}
/* copyright -----------*/
#copyright {
  margin-bottom: 1em;
  color: #505050;
  font-size: 10px;
}
#copyright a {
  color: #505050;
}

/* footer logos -------------*/
.footer_logos a {
  display: block;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 40px;
  float: right;
  margin-left: 23px;
}
.footer_logos a span {
  visibility: hidden;
}
div.footer_logos a:hover {
  background-position: left 3px;
}
.footer_logos a.detroit {
  background-image: url(/resources/dyn/files/202679/_fn/logo_detroit.gif);
  width: 87px;
}
.footer_logos a.spieshecker {
  width: 46px;
  background-image: url(/resources/dyn/files/202680/_fn/logo_spieshecker.gif);
}
.footer_logos a.yearone {
  width: 86px;
  background-image: url(/resources/dyn/files/202681/_fn/logo_yearone.gif);
}
/* interior pages --------------*/


/* 2 Columns layout ------------------------------ */

#column1,
#search_fields {
  width: 300px;
  padding: 0 8px 8px;
  margin: 0; 
}
#column2,
#search_results {
  width: 600px;
  overflow: hidden;
  padding:0 0 8px 15px;
  margin: 0;
}
#column3 {
  width:0;
}
/* column1 pictures ------------------------*/
#column1_pictures img {
  float: left;
  margin: 0 .75em .75em 0;
  
}
/* submenu column1 -------------------------------*/
#submenu {
  margin-bottom: 5em;
}
#submenu li {
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 0 1em;
}
#submenu li a {
  color: #e14219;
}
#submenu li a:hover {
  color: #a33718;
}

/* article styles -------------------------------*/

/* the team ---------------*/
#team {
  background: url(/resources/dyn/files/202767/_fn/acheading_team.gif) no-repeat left top;
}
#team div.ac_heading {
  text-indent: -400em;
  width: 100%;
  overflow: hidden;
  height: 28px;
  margin-bottom: 10px;
  background: url(/resources/dyn/files/201206/_fn/title_bg.gif) repeat-x bottom left;
}

#team div.article_heading {
  font-weight: bold;
}
#team div.article_teaser {
  font-size: 11px;
  line-height: 1.4;
}
#team div.ac_item {
  margin-bottom: 2em;
}
#team .article_teaser a {
  color: #11a7c2;
}
#team p {
  margin-bottom: .5em;
} 

/* the scoop and spotlight --------------------------------*/
#scoop div.ac_heading,
#scoop .article_post_time span.label,
#spotlight div.ac_heading,
#spotlight .article_post_time span.label {
  display: none;
}
#scoop .article_post_time,
#spotlight .article_post_time {
  font-size: 10px;
  color: #999;
}
#scoop div.article_heading a,
#spotlight div.article_heading a,
.articleview div.article_heading {
  color: #e4e4e4;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 .5em;
  display: block;
}
#scoop div.article_teaser,
#spotlight div.article_teaser {
  margin-bottom: 2px;
  border-bottom: 1px solid #262626;
  padding-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
#scoop .last div.article_teaser,
#spotlight .last div.article_teaser {
  border-bottom: none; 
}

#spotlight .ac_item {
  padding-bottom: 3em;
}
/* previous posts -------------------------*/
div.previous_posts {
  margin-bottom: 2em;
}
.previous_posts,
.return_link a {
  font-size: 11px;
}
.previous_posts div.ac_heading {
  color: #444;
  font-weight: bold;
}
/* article view page -------------------*/
.articleview div.article_content {
  width: 100%;
  overflow: hidden;
}
div.articleview {
  margin-bottom: 1em;
}

/* For RGBA Values, the RGB value is also specified for backwards compatibility.
   For IE the declarations need to be specified in separate rule sets. */

/** Colors */
.comments_popup_background {
  background-color: #fff;
  filter: alpha(opacity=70);
}
.comments_popup_background {
  background-color: rgba(255,255,255,.7);
}
#article_comments {
  background-color: rgb(25,25,25);
  border: 1px solid #999;
  color: white;
}
#article_comments {
  background-color: rgba(25, 25, 25, .91);
}

/** Standard Styles - popup styles ------------------------------
.articlecontainer .ac_item .comment_count {
  cursor: pointer;
  cursor: hand;
}
#article_comments {
  z-index: 502;
  position: fixed;
  top: 5em;
  left: 25%;
  right: 25%;
  max-height: 75%;
  overflow: auto;
  padding: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ie6only #article_comments {
  position: absolute;
  width: 50em;
}
#article_comment_listing .comment {
  border-bottom: 1px solid #ddd;
  margin: .25em;
  padding: .25em;
}
#article_comment_listing .description {
  padding: 1em;
}
#article_comment_listing .reviewer {
  padding-right: 1em;
}
#article_comment_listing .reviewer,
#article_comment_listing .dtreviewed {
  font-weight: bold;
}
#article_comment_listing .rating,
#article_comment_listing .crating,
#article_comment_listing .permalink, 
#article_comment_listing .cfeedback,
#article_comment_listing .cfeedbacksummary,
#article_comment_form .title,
#article_comment_form .rating {
  display: none;
}
#article_comment_listing .cheading {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: .25em;
  margin-bottom: .25em;
}
#article_comment_listing .cflag {
  text-align: right;
}
#article_comment_listing button, 
#article_comment_form button,
#article_comment_form input,
#article_comment_form textarea  {
 border: 1px outset #999;
}
#article_comment_form label {
  font-weight: bold;
  display: block;
  padding: .25em 0;
}

*/


/* scoop commenting ------------------------*/

#scoop div.comment_count,
.commentlisting div.cheading  {
  border-top: 1px solid #262626;
  color: #444;
  font-size: 11px;
  font-style: italic;
}
#scoop div.comment_count {
  margin-bottom: 3em;  
  cursor: pointer;
}
.commentlisting div.cheading {
  margin-bottom: 1em;
  border-bottom: 1px solid #262626;
}

.commentcapture label {
  display: block;
  float: left;
  font-size: 11px;
  width: 10em;
  padding: .25em 0;
}
.commentcapture div {
  width: 100%;
  overflow: hidden;
  margin-bottom: .25em;
}
.commentcapture .messagecontainer {
  color: #E14219;
}
.commentlisting .rating,
.commentlisting .crating,
.commentlisting .permalink, 
.commentlisting .cfeedback,
.commentlisting .cfeedbacksummary,
.commentlisting .title,
.commentlisting .rating,
.commentlisting .cflag {
  display: none;
}
span.dtreviewed {
  display: block;
  float: right;
  color: #444;
  font-size: 11px;
  font-style: italic;
}
span.reviewer {
  float: left;
  display: block;
}
div.summary,
div.description {
  clear: both;
  float: none;
  width: 100%;
  overflow: hidden;
  font-size: 11px;
}
div.summary {
  color: #444444;
  font-weight: bold;
}
li.comment {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #262626;
}

#scoop, #spotlight {
  position: relative;
  overflow: hidden;
}
#scoop ol, #spotlight ol {
  position: absolute;
  top: 0;
  left: 0;
}
#scoop li.ac_item, #spotlight li.ac_item {
  border-bottom: 1px solid black;
}
/* controls ---------------------------------------*/

.controls div {
  float: left;
  width: 49%;
  cursor: pointer;
}
.controls div.prev {
  border-right: 1px solid #262626;
&nbsp; background: url(/resources/dyn/files/200973/_fn/arrow_back.gif) no-repeat 95% center;
}
.controls div.next {
  background: url(/resources/dyn/files/200974/_fn/arrow_next.gif) no-repeat 5% center;
}
.controls span {
  visibility: hidden;
}
.controls div.disabled {
  opacity: .6;
}
div.controls {
  width: 100%;
  border-top: 1px solid #262626;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
