/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
}

a img{
border:none;
}

img{
border:none;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 170%;

  background: #857655 url(../images/bkg_repeat/bkg_repeat.jpg) repeat-x top left;
  color: #000000;
}

h1 {
	clear: both;
	color: #c16804;
	font-family: "trebuchet ms", serif;
	font-size: 20pt;
}

h2 {
	color: #321d08;
	padding:0;
	font-family: "trebuchet ms", serif;
	font-size: 18pt;
	font-weight: 500;
	padding-bottom:0;
	line-height:20pt;
}

h2 a {
  color: #29E3FF;
}

h3 {
	color: #321d08;
	margin:0;
	font-family: "trebuchet ms", serif;
	font-size: 14pt;
	font-weight: 500;
}



.about_us h3 {
	color: #321d08;
	padding:10px 0 10px 0;
	font-family: "trebuchet ms", serif;
	font-size: 15pt;
	font-weight: 500;
}

h1, h2 {
  margin: 20px 0 10px; 0;
}

a {
  color: #FFFFFF;
}

li{
padding-bottom:10px;
line-height:12pt;
}

.special_table{
	padding: 0 20px 20px 20px;
	margin-top:0;
	border-right:1px #FFFFFF solid;
}

.special_specs{
	margin-top:0;
	border-right:1px #FFFFFF solid;
}

.about_us{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
	color: #857655;
	padding: 15px 91px 50px 91px;
	line-height:13pt;
}


.get_started{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
	color: #857655;
	padding: 15px 91px 50px 91px;
	line-height:13pt;
}


.process{
	padding: 0 40px 50px 40px;
}

td.service{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
	color:#000000;
	border-right: thin solid #ffffff;
	background-image: url(../images/service/srv_contact_bkg.jpg);
	background-repeat: repeat-y;
	padding:25px;
}

.inventory{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top:25px;
}

.inventory a{
	color:#000000;
}

tr.inventory td {border-bottom: 1pt solid black}

.testimonials{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
	color: #857655;
	padding: 0 125px 15px 50px;
	line-height:13pt;
}

.testimonials h1{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left;
	color: #321d08;
}

ol{
margin: 275px 0 0 50px;
}

.newsletter{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
	color: #857655;
	padding: 15px 25px 15px 25px;
	line-height:13pt;
}

.newsletter h2 {
	color: #321d08;
	font-family: "trebuchet ms", serif;
	line-height:20pt;
	font-weight: 500;
	margin-top:15px;
}

.legal{
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
text-align:center;
line-height:9pt;
color:#857655;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}



/**************************************************************
   Images
 **************************************************************/
