@charset "utf-8";
/* CSS Document */



body {
  margin-left: 12%;
  margin-right: 12%;
  font: 76% Verdana, sans-serif;
  background:#EEE8AA;  } /*#EEE8AA;/
 

/* styles for the intro section FCF191 url(images/top-background.gif) repeat-x;#FFBC53*/
#intro {
  margin: 3em 0;
  text-align: center;
  }
h1 {
color:#FFFFFF;
text-align:center;
}
#products p.goto{
	clear: left;
}

#intro h1 {
  font-size: 1.5em;
  color: #F26521;
  }

#intro img {
  vertical-align: middle;
  }

#intro p {
  font-size: 1.2em;
  }
/* styles for the testimonials box url(images/ex-circle-corner.gif) no-repeat left top*/
#testimonials {
  width: 500px;
  margin: 2em auto;
  border: 1px dashed #F26521;
  padding: 1em;
  padding-left: 60px;
  background: #000000;/*FFBC53 ;*/
  line-height: 1.2em;
  color:#FFFFFF;
  }

#img{
	float: right;

}

#comments{
width:auto;
margin: 2em auto;
border:thick;
padding: 1em;
padding-left:60px;
background:#FFCC66 url(images/entire_fleet.jpg) no-repeat right top;

}
#comments h2{
  font-size: 1em;
  text-transform: uppercase;
  color: #F26521;
  letter-spacing: 3px;
}
#testimonials h2 {
  font-size: 1em;
  text-transform: uppercase;
  color: #FFFFFF;/*F26521;*/
  letter-spacing: 3px;
  }

/* styles for the products section */
#products {
	margin-right:250px:
  border: double #FFBC53;
  padding: 2em;
  background-color: #FFF;
  line-height: 2em;

 }

#phone{
  text-align: center;
  color:#333333;
  font-size:14px;

}
#products h2 {
  margin-top: 3em;
  border-left: 3px solid;
  border-top: 1px solid;
  padding-left: 1em;
  font-size: 1.2em;
  color: #000000;
  }
#products h2.first {
  margin-top: 0;
  }

/* link styles */

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  border-bottom: 1px dotted;
  padding-bottom: .25em;
  }

a:link, a:active {
  color: #CC0000;
  }

a:visited {
  color: #921A66;
  }

a:hover {
  background-color: #FCF191;
  color: #921A66;
  }

/* miscellaneous styles */

em {
  color:#444444; /*F26521;*/
  }

p#copyright {
  color:#663333;
  font-size: 10px;
  text-align: center;
  }


#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.style1 {color: #FFFFFF}