html,body{
  font-family: Arimo ,sans-serif;
  border:0;
  margin:0;
  padding:0;
  max-width:100%;
  min-height:100%;
}
body{
  background:radial-gradient(closest-corner,#ffffff,#d9dfe8);background-attachment:fixed;
}


a{text-decoration:none;}
a,h2{font-family: Arial Black, Arial Bold, Gadget, sans-serif;font-weight:700;}



#divHeader{padding:4px 4px 8px 4px;background:#ffffff;}
#divHeader img{height:2em;width:auto;}

#spanMenuIcon{display:none;}
#spanMenuContainer {float:right;}
#spanMenu{position:relative;}
#spanMenu span a{display:inline-block;color:#000;padding:8px 16px;font-weight:bold;font-size:0.95em;}
#spanMenu span a:hover{color:#fff;background-color:#08b89d;}


/* #spanMenu span a{display:inline-block;} */
.divContent{background-color:rgba(255,255,255,0.60);margin:16px 8px;padding:24px 16px;width:auto;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;/*background:radial-gradient(closest-corner,#ffffff,#efefef);*/}
.divContent h4{margin:4px 0 8px 0;}
.divContent div{display:table;border-collapse:separate;}
.divContent div div{padding:8px;}
.divContent div div{display:table-cell;width:50%;}
.divContent div div img{display:block;max-width:100%;max-height:auto;padding-bottom:8px;overflow:hidden;margin:0;}

.divMap{width:100%;padding-top:16px;}


@media only screen and (max-width:740px){
  #spanMenu span a{font-size:0.8em;padding:8px 10px;}
}
@media only screen and (max-width:600px){
  /* divVideo{width:100%;height:auto;overflow:hidden;} */
  /* video{height:100%;width:auto;} */
  #spanMenuIcon{display:block;float:right;}
  #spanMenuIcon a{font-weight:bold;font-size:1.5em;padding:4px 6px;color:#000;background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
  #spanMenuIcon a:hover{background-color:#ddd;}
  #spanMenu{position:absolute;right:0;top:-200px;background:rgba(255,0,0,0.25);}
  #spanMenu span a{display:block;margin:2px;font-size:1em;color:#000;background-color:#ccc;}

  .divContent div{display:block;}
  .divContent div div{display:block;width:100%;}
}

#divHeader,.divContent,#divDealer,#contactUs{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  -moz-box-shadow:    2px 2px 8px 0px #e8e8e8;
  -webkit-box-shadow: 2px 2px 8px 0px #e8e8e8;
  box-shadow:         2px 2px 8px 0px #e8e8e8;
}


/* video{width:100%;height:auto;margin-top:44px;} */

.paddingThick{padding:60px;}
#divDealer img{width:100px;height:auto;margin:0 8px;}
/* .divImg{width:100%;height:100%;overflow:hidden;left:0;right:0;} */
/* #divImg01{background-image:url('image/image_01.jpg');} */

#contactUs{
  /* background-color:#eee; */
  color:#000;
  font-size:0.95em;
  padding:24px 16px;
}
#contactUs h2{margin-top:4px 0;}
#contactUs a{display:block;color:#444;padding-bottom:8px;font-weight:400;}
#divFooter{
  background-color:#aaa;
  color:#fff;
  font-size:0.75em;
  text-align:center;
  /* padding:4px; */
}






