body,html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-top: 5px solid #DE0000;
  background: #fff;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
img {
  border: none;
}
div {
  margin: 5px 0;
  line-height: 100%;
}
h1 {
  font-size: 250%;
  line-height: 350%;
}
h2 {
  font-size: 150%;
  line-height: 250%;
  color: #333;
}
h3 {
  font-size: 125%;
  line-height: 150%;
}
p {
  margin-left: 25px;
  line-height: 100%;
}
/* common */
.clear {
  clear: both;
}
.hide {
  display:none;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.right {
  text-align: right;
}
.inline {
  display:inline;
}

/* layout */
#container {
  margin: 0 auto;
  width: 930px;
}
#header {
  margin: 0;
}
#header div#nav-tip {
  text-indent: -9999px;
  background: url(text_browse.png);
  width: 222px;
  height: 31px;
  float: left;
}
#header ul.nav {
  vertical-align: top;
  margin: 0;
  padding: 6px 0;
  height: 36px;
  line-height: 16px;
  font-size: 16px;
  overflow: hidden;
}
#header ul.nav a {
  padding: 6px 7px;
  color: #DE0000;
  font-weight: bold;
  text-decoration: none;
  height: 36px;
}
#header ul.nav a:hover {
  color: #FFF; 
  background: #DE0000;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
#header ul.nav li {
  display: inline;
}
#header h1.logo {
  clear: both;
  text-indent: -9999px;
  background: url(logo.png) no-repeat;
  width: 200px;
  height: 90px;
  float: left;
}
#header h1.logo a {
  width: 200px;
  height: 90px;
  float: left;
}         
#header div#phone div {
  float: left;
  width: 348px;
}
#header div#phone #phonesuzuki {
  width: 365px;
  margin-right: 20px;
}
#header div#phone #phonepeugeot {
  width: 320px;
}
#header div#phone p {
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  color: #333;
  margin-top: 18px;
}
#header div#phone #phonesuzuki span {
  text-indent: -9999px;
  background: url(logo_suzuki.png);
  width: 102px;
  height: 85px;
  display:block;
  float: left;
}
#header div#phone #phonepeugeot span {
  text-indent: -9999px;
  background: url(logo_peugeot.png);
  width: 79px;
  height: 85px;
  display:block;
  float: left;
}
#header a {
  color: #333;
  text-decoration: none;
}
#header a:hover {
  text-decoration: underline;
}
#sidebar {
  clear: both;
  float: left;
  height: 100%;
  padding-bottom: 40px;
  width: 190px;
}
div#locator {
  width: 188px;
  height: 195px;
  background: url(box_locator.png) no-repeat;
}
div#locator form {
  padding: 85px 0 0 20px;
}
div#locator label {
  display: none;
}
div#locator input {
  background: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  width: 142px;
}
div#locator input#find {
  text-indent: -9999px;
  width: 100%;
  height: 35px;
  float: right;
  cursor: hand;
  cursor: pointer;
}
div#callback {
  clear:both;
  background: url(box_callback.png);
  width: 185px;
  height: 359px;
  float: left;
}
div#callback form {
  padding: 82px 0 0 20px;
}
div#callback label {
  display: none;
}
div#callback input {
  margin-bottom: 32px;
}
div#callback input,div#callback select  {
  background: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  width: 142px;
}

div#callback select {
  font-size: 14px;
  width: 130px;
  margin: 0 0 30px 4px;
}
div#callback option {
  background: #DFEEF6;
}
div#callback input#send {
  text-indent: -9999px;
  width: 100%;
  height: 35px;
  float: right;
  margin-top: -20px;
  cursor: hand;
  cursor: pointer;
}
div#content {
  width: 730px;
  overflow: hidden;
  margin: 0 auto;
  float:left;
}
/* footer */
#footer {
  clear: both;
  border-top: 5px solid #DE0000;
  background: #333;
  color: #FFF;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}
#footer ul.nav {
  float: left;
  line-height: 46px;
  width: 660px;
}
#footer ul.nav li {
  display: inline;
  font-weight: bold;
  padding: 0 8px;
  border-left: 1px solid #fff;
}
#footer ul.nav li.first {
  border: none;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer h2.logo {
  text-indent: -9999px;
  background: url(footer_logo.png) no-repeat;
  width: 177px;
  height: 42px;
  float: right;
  padding: 0 20px;
}
#footer h2.logo a {
  width: 177px;
  height: 42px;
  float: right;
}       
#footer p {
  clear: both;
  color: #666;
  font-size: 10px;
  text-align: center;
}
