/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Arial", Arial, sans-serif;
	color: #ffffff;
}

h1, h5, h6 {
	font-size: 210%;
	font-family: "Arial", Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
}

h2 {
  font-size: 160%;
  font-family: "Arial", Arial, sans-serif;
  font-weight: bold;
  color: #FF1A00;
  text-align: center;
  text-shadow: #970000 0px 2px 3px;
  margin: 20px 0px 15px 0;
  padding: 0px;
}

h3 {
  font-family: "Arial", Arial, sans-serif;
  color: #FF1A00;
  font-weight: bold;
  font-size: 150%;
}

h4 {
  font-size: 140%;
  font-family: "Arial", Arial, sans-serif;
  color: #FF1A00;
  font-weight: normal;
}

div, span, img, form, h1, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #000000 url("/images/carbon_bg.jpg") no-repeat top center fixed;
  margin: 0;
  padding: 0;
}

#header {
  background: url("/images/header_grad.png") repeat-x;
  height: 160px;
}

.width {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  margin-top: 20px;
  float: left;
}

.header_text {
  margin-top: 45px;
  margin-left: 20px;
  float: left;
}

#tel_number {
  background: url("/images/number_grad.png") repeat-x;
  float: right;
}

.tel_number {
  text-align: center;
  margin: 33px 20px 85px 20px;
}

.tel_number_red {
  color: #FF1A00;
  font-size: 130%;
  font-weight: bold;
}

.tel_number_white {
  font-size: 200%;
}

.clear {
  clear: both;
}
#slogan {
  float: left;
  margin-top: 82px;
}

.slogan_red {
  color: #FF1A00;
  font-weight: bold;
  font-size: 115%;
}

#car {
  float: right;
  margin-top: -50px;
}

a:link,
a:visited {
  color: #FF1A00;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #ffffff;
}

ul li {
  font-size: 140%
}

.column_x_4,
.column_x_4_last {
  width: 220px;
  float: left;
  margin-bottom: 50px;
}

.column_x_4 {
  margin-right: 40px;
}

ul.red_tick {
  list-style-image: url("/images/red_tick.png");
  margin-bottom: 30px;
}

ul.red_tick li {
  font-size: 160%;
  line-height: 1.7;
}

a:link.more,
a:visited.more {
  background-image: url("/images/green_button_more.png");
  padding: 9px 69px 10px 70px;
  color: #ffffff;
  font-size: 140%;
  text-decoration: none;
}

a:hover.more,
a:active.more {
  background-image: url("/images/green_button_more_hover.png");
  color: #000000;
}

#two_col_left {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
}

#two_col_right {
  float: left;
  width: 610px;
  background-image: url("/images/black_overlay.png");
  padding: 10px 25px 15px 25px;
  margin-bottom: 40px;
}

#full_col {
  background-image: url("/images/black_overlay.png");
  padding: 10px 25px 15px 25px;
  margin-bottom: 40px;
}

#two_col_right h2,
#full_col h2 {
  text-align: left;
  font-size: 200%;
}

#two_col_right p,
#full_col p {
  font-size: 130%;
}

#two_col_right ul li,
#full_col ul li {
  font-size: 130%;
}

.testimonial {
  font-size: 80%;
  border-bottom: 1px solid #444;
}

span.quote_red {
  color: #FF1A00;
  font-weight: bold;
}

.hr {
  width: 100%;
  border-bottom: 1px solid #444;
}

#black_area_top {
  background: #000000 url("/images/black_area_top.gif") repeat-x;
  height: 30px;
}

#black_area_bottom {
  background: #000000 url("/images/black_area_bottom.gif") repeat-x;
  height: 30px;
}

#black_area {
  background-color: #1a1a1a;
  margin-top: 0px;
  margin-bottom: -10px;
  padding: 10px 0;
}

#black_area .left {
  width: 480px;
  float: left;
}

#black_area .left p {
  font-size: 140%;
}

#black_area .right {
  width: 480px;
  float: right;
}

#black_area .right img#gallery {
  border: 10px solid #ffffff;
}

#black_area a.more {
  font-size: 145%;
}

#footer {
  float: left;
  width: 650px;
  margin-bottom: 20px;
}

#footer p {
  font-size: 115%;
  line-height: 1.4;
}

#footer a:link,
#footer a:visited {
  color: #FF1A00;
  text-decoration: none;
}

#footer a:hover,
#footer a:active {
  color: #ffffff;
}

#creative_individual {
  float: right;
  width: 40px;
  margin-bottom: 20px;
  margin-top: 26px;
}

#creative_individual a:link,
#creative_individual a:visited {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}

#creative_individual a:hover,
#creative_individual a:active {
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter:alpha(opacity=100);
}

form#testimonial_form {
  margin-bottom: 20px;
}

input.more {
  background-image: url("/images/green_button_more.png");
  padding: 9px 42px 10px 42px;
  color: #ffffff;
  font-size: 140%;
  text-decoration: none;
}

input.more:hover {
  background-image: url("/images/green_button_more_hover.png");
  color: #000000;
}

input[type=text],
textarea,
select {
  border: 1px solid #999999;
}

input[type=text]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ff1a00;
}

.highlight {
  background-color: #ff1a00;
  padding: 3px 20px;
  color: #ffffff;
}

.thanks {
  background-color: #4CA82A;
  padding: 3px 20px;
  color: #ffffff;
}

.note {
  font-size: 85%;
  font-style: italic;
}
