html, body {
   margin: 0;
   padding: 0;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 1em;
}

body {
   background: #00579E url('/res/img/site/background.gif');
   background-repeat: repeat-x;

   font-size: 13px;
   line-height: 16px;
}

form {
   margin: 0;
   padding: 0;
}

input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.0em;

   margin: 0px;

   height: 1.0em;
   background-color: #f7f7f7;
   border: 1px solid #0a2b50;
}

input.btn {
   height: auto;
   padding: 4px 8px;

   text-align: center;

   color: #666;
   background-color: #cfcfcf;
   border: 0px;
}

textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.0em;

   background-color: #f7f7f7;
   border: 1px solid #0a2b50;
}

td {
   vertical-align: top;
}

a {
   color: #0077c0;
   text-decoration: underline;
}

a:hover {
   color: #0a2b50;
   text-decoration: none;
}

p {
   margin: 1em 0;
}

p.large {
   font-size: 1.4em;
   line-height: 1.3em;
}

p.small {
   font-size: 0.8em;
   line-height: 1.3em;
}

img {
   border: 0px;
}

h1 {
   font-size: 1.5em;
   font-weight: bold;
   line-height: 1.2em;
}

h1.home {
   font-family: Arial Black, Arial, sans-serif;
   font-size: 1.3em;
   font-weight: normal;
   line-height: 1.3em;

   margin: 0.25em 0;
   padding: 0;

   color: #0077c0;
}

h2 {
   font-size: 1.2em;
   line-height: 1.5em;
   font-weight: normal;
}

h2.home {
   font-size: 1.4em;
   line-height: 1.3em;
   font-weight: normal;
}

sup {
   font-size: 0.45em;
}

div#c_main {
   width: 931px;
   margin: 0 auto;
}

div#c_border {
   margin-top: 42px;

   padding: 18px;
   background-color: #fff;
}

table#c_ctr {
   width: 100%;

   padding: 0px;

   color: #5a6062;
   background-color: #fff;
}

table#c_ctr.inside {
   padding-bottom: 8px;
}

table#c_ctr td#c_content {
   width: 485px;

   padding-left: 0px;
   padding-right: 0px;
}

table#c_ctr td#c_sidebar {
   width: 400px;

   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;

   background-color: #e7e7e7;
   border-left: 10px solid #fff;
}

table#c_ctr td#c_sidebar.home {
   background-color: #fff;
}

table#c_ctr td#c_sidebar div#b_sidebar {
   background-color: #fff;
}

div#c_logo {
   margin-bottom: 20px;
}


div.home_block {
   height: 254px !important;
   height: 257px;

   padding: 24px 12px 1px 12px;

   color: #5255252;
   background-color: #cfcfcf;
}

div.content_block {
   padding: 1em 1em 1em 0;

   margin-top:30px;
}

.bg_grey {
   color: #5255252;
   background-color: #cfcfcf;
}

.spc_top {
   clear: both;
   margin-top: 10px;
}

.p_spc_top {
   clear: both;
   padding-top: 10px;

   /* IE7 does not do padding the same way as everything else... */
   .padding-top: 0px;
   .margin-top: 10px;
}

.spc_left {
   margin-left: 10px;
}

.blue {
   color: #0077c0;
}

.upper {
   text-transform: uppercase;
}

div#pc_search {
   padding: 4px 10px;

   font-size: 12px;
   font-weight: normal;

   color: #0077c0;
   background-color: #cfcfcf;
}

div#pc_search input {
   margin-left: 3px;

   width: 2.2em;
   height: 1.0em;

   font-size: 0.9em;
   font-weight: normal;

   border: 1px solid #0a2b50;
}

div#pc_search input.go_btn {
   position: relative;
   top: 2px;

   width: 12px;
   height: 12px;

   border: 0px;
}

div#dealer_map {
   position: relative;
   width: 100%;

   background-color: #cfcfcf;
}

div#dealer_map img.sprite {
   position: absolute;
   display: none;

   top: 0;
   left: 0;

   width: 400px;
   height: 231px;

   behavior: url('/res/css/iepngfix.htc');
}

div#dealer_map ul.navi {
   margin: 0;
   padding: 0;

   clear: both;

   list-style-type: none;

   border-top: 1px solid #fff;
}

div#dealer_map ul.navi li {
   float: left;
}

div#dealer_map ul.navi li a {
   display: block;

   width: 133px;
   padding 1px 5px;

   font-size: 10px;

   text-align: center;
   text-transform: uppercase;
   text-decoration: none;

   color: #0077c0;
   background-color: #cfcfcf;
   border-right: 1px solid #fff;
}

div#dealer_map ul.navi li a:hover, div#dealer_map ul.navi li a.on {
   color: #fff;
   background-color: #0077c0;
}

div#dealer_map ul.navi li a.last {
   width: 132px;

   border-right: 0;
}

div#dealer_region {
   position: relative;

   margin: -30px -1em 0 -1em;
}

ul.site_nav {
   clear: both;

   margin: 0;
   padding: 10px 0 0 0;

   list-style-type: none;
}

ul.site_nav li {
   position: relative;
   float: left;
}

ul.site_nav li a {
   display: block;

   width: 125px;
   padding: 4px 0;
   margin: 0 9px 0 0;

   font-size: 15px;
   font-weight: bold;

   text-align: center;
   text-decoration: none;

   color: #0077c0;
   background-color: #fff;
   border: 1px solid #8e8e8e;
}

ul.site_nav li a:hover {
   color: #fff;
   background-color: #0077c0;
}

ul.site_nav li a.last {
   margin: 0;
}

ul.nav_main_body {
   margin-bottom: 60px;
}

ul.nav_main_body li a {
   width: 145px;
   margin: 0 9px 0 0;

   font-weight: normal;
}

ul.site_nav ul.sub_nav {
   display: none;
   position: absolute;
   bottom: 25px;

   width: 115px;

   margin: 0;
   padding: 0 5px;

   list-style-type: none;

   background-color: #fff;
   border: 1px solid #8e8e8e;
   border-width: 1px 1px 0 1px;
}

ul.site_nav ul.sub_nav li {
   float: none;
   margin: 0px;
}

ul.site_nav ul.sub_nav li a {
   width: 100%;
   margin: 0;
   padding: 10px 0;

   color: #0077c0;
   background-color: #fff;

   font-size: 0.9em;
   font-weight: bold;

   border: 1px solid #d5d5d5;
   border-width: 0 0 1px 0;
}

ul.site_nav ul.sub_nav li a:hover {
   color: #707070;
   background-color: #fff;
}

div#bottom_nav {
   margin: 20px auto;
   text-align: center;
}

div#bottom_nav ul {
   margin: 0;
   padding: 0;

   list-style-type: none;
}

div#bottom_nav ul li {
   display: inline;
}

div#bottom_nav ul li a {
   padding: 0 8px 0 5px;

   font-size: 10px;
   text-transform: uppercase;
   text-decoration: none;

   color: #fff;
   border-right: 1px solid #fff;
}

div#bottom_nav ul li a:hover {
   text-decoration: underline;
}

div#bottom_nav ul li a.last {
   border: 0;
}

div.offer {
   float: left;
   width: 195px;
   height: 279px;
   overflow: hidden;

   color: #fff;
   background-color: #0077c0;
}

/*
div.offer:hover {
   cursor: pointer;

   background-color: #0099d2;
}
*/

div.offer div.content {
   padding: 5px 10px;

   font-size: 11px;
   line-height: 1.2em;
}

div.offer h2 {
   margin: 0.5em 0 0.5em 0;

   font-size: 12px;
   font-weight: bold;
   line-height: 15px;

   text-transform: uppercase;

   color: #fff;
}

div.offer a {
   cursor: pointer;

   color: #fff;
   text-decoration: none;
}

div.offer a:hover {
   text-decoration: underline;
}

div.offer p {
   margin: 0.5em 0;
}

ul.flush {
   margin: 0 1em;
   padding: 0;
}


div.error {
   margin: 10px 0;
   padding: 10px;
   
   text-align: center;

   color: #333;;
   background-color: #fdd;
   border: 1px solid #c15050;
}

div.error h2 {
   margin: 0px;

   font-size: 1.3em;
   font-weight: bold;
   
   color: #c15050;
}

div.error p {
   margin: 0.5em 0;
}

div.green_feature {
   width: 200px;
   padding: 12px 12px 1px 12px;

   color: #fff;
   background-color: #95c11c;
}

div.green_feature h3 {
   margin: 0;
}

div.green_feature a {
   color: #fff;
}

div.info {
   margin: 10px 0 20px 0;
   padding: 10px;
   
   font-size: 1.0em;
   text-align: center;

   color: #333;
   background-color: #e1eef7;
   border: 1px solid #0077c0;
}

div.info h2 {
   margin: 0px;

   font-size: 1.3em;
   font-weight: bold;

   color: #0077c0;
}

div.info p {
   margin: 0.5em 0 0 0;
}

div.info a {
   cursor: pointer;

   color: #333;
   text-decoration: underline;
}

div.info a:hover {
   text-decoration: none;
}

div.landing_dealer_address {
   height: 184px;

   color: #0077c0;
   background-color: #cfcfcf;
}

div.landing_dealer_address img.store {
   float: left;

   margin-right: 30px;
}

div.landing_dealer_address div.content {
   padding: 20px 10px;
}

div.landing_dealer_address h2 {
   margin: 0;
   padding: 0;

   font-size: 15px;
   font-weight: bold;
}



.right_align {
   float: right;
   margin: 0 0 10px 10px;
}

.left_align {
   float: left;
   margin: 0 10px 10px 0;
}

img.outdent {
   margin-left: -1em;
}

img.right_pad {
   margin-right: 2em;
}

img.border {
   border: 1px solid #676767;
}

table.product_list {
   width: 470px;
}

table.product_list td {
   width: 50%;

   padding: 15px 0;
}

div.product_descr {
   padding: 0 25px 0 0;

   font-size: 0.9em;
   line-height: 1.1em;
}

div.product_descr h3 {
   margin: 0 0 0.5em 0;

   font-size: 1.3em;
   line-height: 1.3em;
   font-weight: normal;
}

div.product_descr p {
   margin: 0;
}

ul.float_correction {
   margin-left: 100px !important;
   margin: 0 0 0 104px;
   padding: 0; 
}

ul.float_correction li {
   margin: 0;
   padding: 0;
   padding-bottom: 4px;
   font-size: 13px;
}

ul.product_descr {
   margin: 0;
   padding: 20px 0;

   list-style-type: none;
}

ul.product_descr li {
   margin: 0 0 0 15px;
   padding: 10px 0;
}

p.fine_print {
   font-size: 9px;
   line-height: 11px;
   font-style: italic;
}


div.page_contact_box {
   clear: both;
   padding: 15px;

   text-align: center;

   color: #6c7072;
   background-color: #cecdcd;
}

div.page_contact_box a {
   font-size: 1.3em;
   line-height: 1.1em;
   font-weight: bold;
   text-decoration: none;

   color: #6c7072;
}

div.page_contact_box a:hover {
   text-decoration: underline;
}

div.faq_question {
   font-weight: bold;
   color: #0077c1;
}

div.faq_answer {
   border-bottom: 1px solid #aaa;
   margin-bottom: 30px;
}

div.faq_answer h3 {
   font-size: 1.0em;
   font-weight: bold;
}

a.more_info {
   display: block;

   margin: 8px 0;
   padding: 3px 0;

   text-align: center;
   text-decoration: none;
   font-size: 9px;

   color: #676767;
   background-color: #fff;
   border: 1px solid #676767;
}
