/* Reset */

img {
  border: none;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}


/* Layout */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body,
div#cms_Content {
  margin: 0;
  padding: 0;
  background: #eae9e9 url(../images/background-header-tile.png) repeat-x top left;
}

#header {
  position: relative;
  height: 131px;
  background: url(../images/background-header.png) no-repeat top left;
}

#header img.logo {
  position: absolute;
  top: 27px;
  left: 96px;
  display: block;
  width: 250px;
  height: 104px;
}

#topnav {
  position: absolute;
  top: 63px;
  left: 480px;
}

#topnav a {
  float: left;
  display: block;
  height: 31px;
  padding: 9px 30px 0 8px;
  padding-right: 30px;
  border-left: 4px solid #5c5b5b;
  line-height: 16px;
  text-decoration: none;
  text-shadow: 1px 1px 1px black;
}

#topnav a:hover,
#topnav a.currentpage {
  border-left-color: #d39236;
}

#topnav a span.line1 {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: white;
}

#topnav a span.line2 {
  display: block;
  font-size: 10px;
  color: #aeaeae;
}

#swoosh {
  position: absolute;
  bottom: -202px;
  left: 0;
  z-index: 100;
  display: block;
  width: 438px;
  height: 202px;
}

div#cmsbody #swoosh {
  display: none;
}




.container {
  width: 853px;
  margin-left: 100px;
}

.banner {
  display: block;
  width: 845px;
  height: 155px;
  border: 4px solid #fafafa;
  background-color: white;
	-moz-box-shadow: 0 4px 25px #888888;
  -webkit-box-shadow: 0 4px 25px #888888;
  box-shadow: 0 4px 25px #888888;
}

body.homepage .banner {
  height: 292px;
}

.col0 {
  float: left;
  width: 615px;         /* 630px - 15px left padding */
}

.col1 {
  float: right;
  width: 185px;
}

#col0 {
  padding: 43px 0 0 15px;
}

#col0 img {
  border: 2px solid white;
}

#showroom_hours {
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #353637;
  border-bottom: 1px solid #353637;
}

#showroom_hours td {
  width: 50%;
}




#col1 {
  padding: 47px 0 0 0;
}

#col1 img {
  display: block;
  border: 2px solid white;
}

#col1 #danAndErinPhoto {
  display: none;
}


#footer {
  clear: both;
  height: 70px;     /* 80px - 10px top padding */
  margin: 40px 0 0 0;
  padding: 10px 0 0 0;
  background: black url(../images/background-footer.png) no-repeat top left;
}


table.product_lines {
  width: 600px;
  margin: 0 0 20px 0;
}

table.product_lines td {
  width: 50%;
}









/* Typography */

body,
div#cms_Content {
  font: 13px/18px Arial, sans-serif;
  color: #323233;
}

a {
  color: #284765;
}

h1 {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 27px;
  color: #eb9418;
}

h2 {
  margin: 20px 0 20px 0;
  font-weight: normal;
  font-size: 18px;
  color: #284765;
}

h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: black;
}

h4 {
  margin: 0;
  font-weight: normal;
  font-size: 17px;
  color: #284765;
}

#col1 h4 {
  margin-bottom: 18px;
}

p {
  margin: 0 0 20px 0;
}

table.product_lines p {
  margin: 10px 0 10px 0;
}

address {
  margin: 20px 0 20px 0;
  font-style: normal;
}

#col1 address {
  color: black;
}

#showroom_hours {
  font-size: 12px;
}

#footer,
#footer a {
  font-size: 11px;
  color: white;
}

