body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
  border: 0;
}

body {
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #9a9a9a;
  line-height: 16px;
}

strong {
  font-weight: bold;
}

.left {
  float: left;
}

.large {
  font-size: 1.25em;
}

h2 {
  margin: .75em;
  font-size: 1.5em;
  color: #fff;
}

ul.linear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.linear { display: inline-block; }
/* Hides from IE-mac \*/
* html ul.linear { height: 1%; }
ul.linear { display: block; }
/* End hide from IE-mac */

  ul.linear li {
    float: left;
    margin-bottom: 5px;
    border-right: 1px solid #ddd;
  }
    ul.linear li a {
      padding: 0 5px;
      text-decoration: none;
    }
  ul.linear li.last {
    border-right: none;
  }

#page-header {
  margin-bottom: 20px;
  font-size: 2.2em;
  color: #fff;
}
  #page-header a {
    font-size: 0.6em;
    color: #555;
    text-decoration: none;
  }
  #page-header a:hover {
    color: #eee;
  }

#wrapper {
  width: 990px;
  margin: auto;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#content {
  padding: 25px;
}

#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#content { display: inline-block; }
/* Hides from IE-mac \*/
* html #content { height: 1%; }
#content { display: block; }
/* End hide from IE-mac */

#showrooms {
  float: left;
  width: 26.5%;
}
  #showrooms li {
    padding: 15px;
    margin-bottom: 15px;
    background: #111;
		cursor: pointer;
  }
    #showrooms li:hover {
      background: #303030;
      color: #fff;
    }
  #showrooms h3 {
    font-size: 1.25em;
    color: #0082d1;
  }
  #showrooms h3, #showrooms p {
    margin-left: 40px;
  }
  #showrooms a {
    color: #0082D1;
    text-decoration: none;
  }
  .sign {
    float: left;
    display: block;
    width: 25px;
    padding: 5px 0;
    background: #000;
    text-align: center;
  }
	.ultima {
		background: url(/img/bullet_star.gif) no-repeat -5px 50%;
		padding-left: 10px;
	}

#map {
  float: right;
  position: relative;
  top: 0px;
  width: 70%;
  height: 500px;
  border: 5px solid #303030;
  color: #000;
}
  #map h3 {
    font-weight: bold;
    font-size: 1.25em;
  }

.box {
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #303030;
}

form dt {
  font-size: 1.1em;
  color: #fff;
}

input.button {
    font-size: 1.25em;
    margin: 0.5em 0;
}

#footer {
  height: 140px;
  padding: 20px 25px;
  background: #fff;
}
  #footer a {
    color: #0082d1;
    text-decoration: none;
  }
  
#logo {
  margin-right: 60px;
}
  #logo a {
    padding: 0 0 12px;
  }

#nav {
	width: 680px;
}

#copyright {
	margin-left: 5px;
}

