/* CSS Document */

body
{
  background-color: #101;
  color: #ccc;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*
div
{
  border-style: solid;
  border-width: 1px;
  border-color: white;
}
*/

.temp
{
	border: 1px solid white;
	background-color: gray;
	margin: 0 0 1.2em;
}

a:link, 
a:visited
{
	font-style: italic;
	color: orange;
}

a:hover, 
a:active
{
	color: red;
}

#frame 
{
	width: 650px; /* should be 650 without borders */
	margin-right: auto;
	margin-left: 0;
	margin: 10px 0 0 10px;
	padding: 0px;
	text-align:left;
}

#header
{
	/*
	height: 75px;
	font-size: 30px;
	color: red; 
	font-weight: bolder;
	text-align: left;
	border: thin solid #ccc;
	background-color: #333;
	*/
}

#content_container
{
	width: 489px;
	float: left;
	padding: 10px 0 0 10px;
}

.title
{
	font-size: 1.2em;
	text-align: right;
	font-family: Arial, Helvetica;
	padding: 0 0 1em 0;
	/* text-decoration: underline; */
	font-variant: small-caps;
}

.info
{
	text-align: justify;
	line-height: 1.75em;
}

.info_ss
{
	text-align: justify;
}

.profile
{
	padding: 0;
	margin: 0;
}

#tagline
{
  font-style: italic;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  letter-spacing: .15em;
}

#mainmenu
{
	float: left;
	width: 150px;
	padding: 0;
	margin: 10 0 0 0;
	/*
	border-left: thin solid #ccc;
	border-bottom: thin solid #ccc;
	border-right: thin solid #ccc;
	border-top: thin solid #ccc;
	*/
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* font-family: Times, Serif, Courier; */
	font-size: .9em;
	font-family: Arial;
	font-style: italic;
}

#mainmenu a
{
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainmenu a:link, #mainmenu a:visited
{
	text-decoration: none;
	color: #ccc;
}
#mainmenu a:hover, #mainmenu a:active
{
	color: yellow;
}

#mainmenu #active a
{
	color: red;
}

#mainmenu a#selected
{
	color: yellow;
	font-weight: bolder;
}

th
{
	background: #ccc;
	color: #000;
	text-transform: uppercase;
	font-size: .9em;
	font-family: Arial, Helvetica;
}

table.services td
{
	text-align: justify;
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	width: 50%;
}

table.services td.service
{
	text-align: left;
}

table.contacts td
{
	text-align: left;
	vertical-align: top;
	font-size: .95em;
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
}

table.contacts .name  { width: 25%; }
table.contacts .phone { width: 27%; }
table.contacts .fax   { width: 21%; }
table.contacts .footnote
{
	font-size: 0.75em;
	font-style: italic;
	border: 0;
}

table.finishes { width: 100%; }
table.finishes td
{
	font-size: .8em;
	text-align: left;
	vertical-align: top;
	padding: 2px 1px;
	border-top: 1px solid #ccc;
}

table.finishes .finish   { width: 20%}
table.finishes .chrysler { /* width: % */ }
table.finishes .gm       { width: 23% }
table.finishes .ford     { width: 35% }
table.finishes .delphi   { /* width: % */ }

table.finishes .post_treatment { width: 30% }
table.finishes .baking         { width: 23% }
table.finishes .lab_services   { /* width: */ }
table.finishes .stripping      { /* width: */ }

table.finishes .chrysler-trivalent { /* width: */ }
table.finishes .ford-trivalent { /* width: */ }
table.finishes .gm-trivalent { /* width: */ }
table.finishes .delphi-trivalent { width: 27% }

table.corrosion { width: 100% }
table.corrosion td
{
	text-align: center;
	vertical-align: top;
	padding: 2px 1px;
	border-bottom: 1px solid #ccc;
}
table.corrosion td.right_border { border-right: 1px solid #ccc; }
table.corrosion .white_corrosion 
{ 
	width: 50%;
	text-transform: none;
	background: none;
	color: white;
	border-right: 1px solid #ccc;
}
table.corrosion .red_rust
{ 
	width: 50%;
	text-transform: none;
	background: none;
	color: red;
}
table.corrosion .footnote
{
	font-size: 0.75em;
	font-style: italic;
	border: 0;
	text-align: left;
}

a img { border: 2px solid black; }
a img:hover { border: 2px solid white; }

.quality_header 
{
	color: blue;
	font-size: 1.5em;
	text-align: center;
	font-weight: bolder;
	font-variant: small-caps;
}

#employment_header
{
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  letter-spacing: .15em;
}

#employment_subheader
{
  text-align: left;
  padding: 0 0 0 20px;
}
