﻿/* the default spacing on headings does not match nor align with
normal interline spacing at all, so lets get rid of it. */
/* zero out the spacing around pre, form, body, html as well */
img, ul,ol,li,pre,form,body,html, * { margin:0; padding:0; outline: none;}
body
{
    font-family: Arial;
    background: url('images/body-back.jpg') repeat-y center top;
    background-color: #808080;
}

img {
	border: 0px solid black;
	}
 
h1  {
  margin: 0px;  
  font-size: 16px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  }

h2 {
  margin: 0px;  
  font-size: 14px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
    padding-left:10px;
  }

h3 {
  margin: 0px;  
  font-size: 12px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  }


p {
    font-size: 12px;
    padding-bottom:10px;
    padding-left:10px;
}

li {
  list-style-type: disc;
  list-style-position: inside;
  }

a {
	margin: 0px;
	padding: 0px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
	border: 0px solid #000;
	}
	
a:hover {
	color: #64a7eb;
	background: transparent;
	border: 0px solid #000;
	}

#main_wrap {
  margin: 0 auto;
  padding: 0px;
  width: 969px;
  border: 0px solid black;

}

#header {
  margin: 0px;  
  padding: 0px;
}

.threecol {
	padding-left:50px;
	font-size:12px;
	font-weight:normal;
}

#content_wrap {
  padding: 0px;
  margin: 0px;
  width: 690px;
  float: left;
  border: 0px solid orange;
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
}


#footer {
  border: 0px solid black;
  text-align: center;
  font-size: 10px;
  clear: both;
}

.homeheader {
	padding-top:40px;
	padding-left:20px;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
}

.hometagline {
	padding-top:5px;
	padding-left:20px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	
}

.brochures {
	font-size:11px;
	font-family:Arial;
}

.adjustedZIndex { z-index: 100; }


.dealer-info {
                font-size:12px;
                padding-left:10px;
                padding-bottom:10px;
}



/*This is for hidden field for antispam protection*/
/*This is for hidden field for antispam protection*/

.error {color:#AE0000;}
#service-form label {cursor:pointer;}
#service-form {
  background-color: #CCCCCC;
    border-radius: 15px 15px 15px 15px;
    color: #333333;
    font-size: 12px;
    padding: 10px 5px;
    width: 90%;
    margin: 0 auto;
}
#service-form h2{
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}
#service-form th {
  padding: 2px 10px;
}
#service-form td {
  padding: 2px 10px;
}
#service-form input[type=text] {
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 20px) repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    color: #222222;
    height: 21px;
    min-width: 150px;
    outline: 0 none;
    width: 50%;
}
#service-form select {
  color: #222222;
  height: 21px;
  min-width: 150px;
  outline: 0 none;
  width: 50%;
}
#service-form textarea {
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 20px) repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    height: 100px;
    min-width: 200px;
    width: 75%;
}
#service-form .actionbutton {
  text-align: center;
}

.ASRequired {
  display: block;
  left: -99999px;
  position: absolute;
  text-indent: -99999px;
}
.ASRequired label:before {
  content: "LEAVE BLANK (Anti-Spam: ";
}
.ASRequired label:after {
  content: ")";
}
.ASRequired label {
  content: "";
}

