/* base.css */
body {
    text-align: center;
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px; 
    color: #000;
    margin: 0px;
    padding: 0px;
}

a { 
    color: #666;
    text-decoration:none;
}

img {
    border:none;
}

#container {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

#header {
    margin-top: 60px;
    #margin-top: 30px;
    text-align: center;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Arial";
}
h1 {
    font-size: 22px;
    font-weight: bold;
    font-family: serif;
    color:#333;
    #text-align:left
}

p{
    color:#333;
    margin-right:20px;
    #text-align:left
}

#secondaryheader {
    height: 47px;
    background: url('/media/images/header_bg.png') top left repeat-x;
    margin: 15px 0px 15px 0px;
    text-align: center;
    color: #fff;
    padding-top: 8px;
    font-size:13px;
}
#secondaryheader table{
    margin: 0px auto 0px auto;
    color: #fff;
}
#secondaryheader table td{
    padding:0px 10px 0px 10px;
}
#secondaryheader a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
#footer {
    height: 50px;
    margin: 15px auto 10px auto;
    background-color: #efefef;
    color: #000;
    padding: 12px;
}
#footer a {
    color: #000;
}
#footer .links a {
    color: #fff;
}
div#siteby {
    margin: auto;
    color: #999;
    text-align: center;
    font-size:10px;
}

div#siteby a{
    color: #999;
}

div#homebanner {
    margin: auto;
    width: 862px;
    height: 284px;
    background: url('/media/images/home_banner.jpg') top center no-repeat #fff; 
}
#content {
    margin-bottom: 60px;
    #text-align:center;
}
#content div.centercol{
    width: 640px;
    margin: auto;
}
#content div.widecol{
    width: 740px;
    #width: 1000px;
    margin: auto;
    margin-left:auto;
    margin-right:auto;
    #text-align:left
}

/*for menu*/
#menu_link a{
    font-size:18px;
    font-weight: bold;
    color:#c1212b;
    font-family: serif;
    text-decoration: underline;
}

#content #contact_form_holder {
   margin-left:22px;
   #margin-left:145px;
}

#content #contact_form_holder p{
   color:#666;
   font-size:12px;
   width:400px;
   margin-bottom:10px;
}

#content #contact_form {
   margin-left:45px;
}

#content #contact_form #submit_button_holder{
   text-align:right;
}

#content #contact_form th{
    text-align:right;
    font-size:12px;
    font-weight: normal;
    color:#666;
    padding-right:8px;
}

#content #contact_form .field input{
    width:310px;
    height:18px;
}

#content #contact_form .field input{
    width:310px;
    text-align:left;
    border:1px solid #CCC;
}



/* for the contact us container */
#contact_container{
    font-size:15px;
    font-weight: bold;
    color:#000;
}

#contact_container .link a{
    font-size:12px;
    font-weight: normal;
    color:#c1212b;
}

#content #contact_form .field input{
    width:310px;
    text-align:left;
    border:1px solid #CCC;
}

.centered {
    margin: auto;
    text-align: centered;
}


/* Dealer locations */
/*.caption {
	text-transform: uppercase;
	text-align: left;
}
.row1, .row2 {color: #333;}
.row2 {background:#e6e6e6;}*/
