body {
  margin: 0;
  padding: 0;
  background-color :#8c8c8c;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 14px;
}

#site {
  background: #8c8c8c url("/images/site-background.png") scroll repeat-y top left;
  width: 890px;
  padding: 0 10px;
  margin: 0 auto;
}

a {
  color: #1f5c86;
}

a img {
  border: 0;
}

/* Header */
#header {
  background: #232323 url("/images/header-background.jpg") scroll no-repeat top left;
  height: 135px;
  position: relative;
}

#logo {
  margin: 20px 0 0 20px;
}

#phone-number {
  position: absolute;
  top: 20px;
  right: 20px; 
  color: #fff;
  font-size: 2em;
}

#authorized-dealer {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

#llumar-logo {
  position: absolute;
  bottom: 70px;
  right: 170px;
}

#suntek-logo {
  position: absolute;
  bottom: 75px;
  right: 10px;
}

#huper-optik-logo {
  position: absolute;
  right: 20px;
  bottom: 56px;
}

/* Header image */
#header-image {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

/* Menu */
#menu-container {
  height: 51px; 
  width: 100%;
  background: #121212 url("/images/menu-background.jpg") scroll repeat-x top left;
}
 
#menu {
  display: table;
  width: 100%;
  padding: 0; 
  margin: 0 auto; 
  list-style-type: none;
  white-space: nowrap;
}
 
#menu li {
  display: table-cell;
  background: transparent url("/images/menu-divider.png") scroll no-repeat center right;
  padding: 0;
  border-right: 1px solid #111;
  border-left: 1px solid #333;
}
 
#menu li.last {
  background: none;
}
 
#menu a {
  width: auto;
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 51px;
  height: 51px;
  font-weight: bold;
  font-size: 14px;
  color: #fff; 
  text-decoration: none;
  border-color: transparent;
}
 
#menu a:hover, #menu li.selected a {
  background: transparent url("/images/menu-background.jpg") scroll repeat-x bottom center;
}


/* Content */
#content {
  border-top: 2px solid #fff;
  margin: 0;
  background: #fff url("/images/content-background.png") scroll repeat-y top right;
}

#main-content-container {
  width: 575px;
  float: left;
}

#main-content {
  padding: 0.1em 1em;
}

#main-content img {
  border: 1px solid gray;
}

table#phone-numbers td {
  padding-right: 10px;
}

/* Sidebar */
#sidebar {
  width: 310px;
  float: right;
  background: #ececeb url("/images/sidebar-background.png") scroll repeat-x top left;
} 

#sidebar-content {
  padding: 0 1em;
}

#sidebar-serving {
  font-family: Georgia, Serif;
  font-size: 20px;
  color: #333;
  text-align: center;
  width: 80%;
  margin: 1em auto;
}

#sidebar-locations {
  text-align: center;
  font-size: 15px;
  margin: 1em 0;
}

#sidebar-locations img {
  border: 1px solid #999;
}

#sidebar-locations a {
  background-color: #eee;
  padding: 3px 5px;
  border: 1px solid #bbb;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 180px;
  margin: 3px auto 5px auto;
}

#sidebar-locations a:hover {
  background-color: #fff;
  border-color: #aaa;
}

#sidebar-images {
  width: 182px;
  height: 89px;
  margin: 2em auto;
  position: relative;
}

#sidebar-images img {
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px;
}

#interactive-film-viewer {
  position: absolute;
  left: 0;
  bottom: 0;
}

#prestige-window-films {
  position: absolute;
  right: 0;
  bottom: 0;
}


#sidebar-about-us {
  margin: 2em 0;
}

#sidebar h3 {
  margin-bottom: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  border-bottom: 1px solid #aaa;
}

#sidebar p {
  margin: 0 0 1em 0;
  font-size: 12px;
}

#sidebar-logos {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em 0;
}

/* Footer */
#footer {
  background: #232222 url("/images/footer-background.png") scroll repeat-x bottom left;
  color: #fff;
  padding: 1em 0;
  font-size: 12px;
}

.footer-section {
  width: 250px;
  float: left;
  margin-left: 30px;
}

#footer a {
  color: #88b7d7;
}


/* MISC */

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Contact Form */
#contact-form tr {
  background-color: #eee;
}

#contact-form td {
  padding: 5px 10px; 
}

.locations-table {
  width: 100%;
}

.locations-table td {
  font-size: 10px;
}

.locations-table p {
  margin: 2px;
}
