/* CSS Document for Chromcraft
   Prepared by:
     Blake Watson
     www.threesquarewebdesign.com
*/

/* Clear browser defaults */

* { margin: 0; }
* { padding: 0; }

/* HTML Elements */

body {
  text-align: center;
  background-color: #8498a4;
  padding-top: 0;
  padding-bottom: 10px;
}

h1 {
  font-size: 18px;
  color: #465761;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}

h2 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

p {
  color: #000;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 20px;
}

a:link, a:visited {
  color: #00f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  color: #000;
  font-size: 12px;
  padding-left: 20px;
}

li {
  margin-bottom: 20px;
  line-height: 20px;
}

/* Page Divs and sub-styles */

#container {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-top: none;
  background-color: #c9d4db;
  font-family: "Century Gothic", Century, Verdana, Arial;
}

#header {
  background-image: url(images/header-bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  text-align: right;
  margin-bottom: 0;
  padding: 0;
  height: 119px;
}

#sidebar {
  background-color: #c9d4db;
  float: left;
  width: 200px;
  padding: 10px 10px 0 10px;
  margin-top: 0;
}

  #menu {
    list-style-type: none;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: right;
    font-size: 14px;
  }
  
  #menu li {
    padding: 0;
    margin:0;
    width: 198px;
  }
  
  #menu a:link {
    font-family: "Century Gothic", Century, Verdana, Arial;
    color: #465761;
    text-decoration: none;
    width: 198px;
    display: block;
    padding: .4em .4em .4em 0;
  }
  
  #menu a:visited {
    font-family: "Century Gothic", Century, Verdana, Arial;
    color: #465761;
    text-decoration: none;
    width: 198px;
    display: block;
    padding: .4em .4em .4em 0;
  }
  
  #menu a:hover {
    background-color: #465761;
    color: #fff;
    text-decoration: none;
  }
  
#content {
  width: 560px;
  float: left;
  text-align: left;
  background-color: #fff;
  padding: 12px 10px 10px 10px;
}

*html #content {
  width: 556px;
} /* hack for IE6 */

  #left {
    width: 50%;
    float: left;
  }
  
  #right {
    width: 45%;
    float: right;
    text-align: center;
  }
  
  #info-box {
    width: 247px;
    border: 3px solid #c9d4db;
    background-color: #8498a4;
    font-size: 12px;
    padding: 15px 15px 15px 15px;
  }
  
  #info-box ul {
    margin-left: 16px;
    list-style-image: url(images/bullet-info-box.gif);
  }
  
  #info-box ul li {
    margin-bottom: 5px;
  }
  
  #info-box a:link, #footer a:link {
    color: #fff;
  }
  
  #info-box a:visited, #footer a:visited {
    color: #fff;
  }
  
  #info-box a:hover, #footer a:hover {
    text-decoration: none;
  }

#footer {
  clear: left;
  background-color: #465761;
  padding: 10px;
}

  #footer p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  #footer a {
    margin-left: 5px;
    margin-right: 5px;
  }
  
/* Global Classes */

.img-link {
  border: none;
}

.inline {
  display: inline;
}

.logo {
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}

.preLoadedImg {
  visibility: hidden
}

.product {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Product Swapper IDs */

#swapper-title {
  display: inline;
}

#swapper-desc {
  text-align: justify;
  font-size: 10px;
  clear: both;
  line-height: 20px;
}

/* Product Catalog styles */

#product-image {
  visibility: hidden;
}

.item {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.thumb {
  width: 150px;
  text-align: center;
}

.product-link:link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  color: #465761;
}

.product-link:visited {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  color: #465761;
}

.product-link:hover {
  text-decoration: underline;
}

.location a:link {
  color: #465761;
  text-decoration: none;
}

.location a:visited {
  color: #465761;
  text-decoration: none;
}

.location a:hover {
  text-decoration: underline;
}

/* Misc. Styles */

#results {
  margin-top: 20px;
}

.entry {
  border-bottom: 1px solid #8498a4;
  margin-bottom: 20px;
}

ul.minimalist {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

ul.minimalist li {
  margin-bottom: 5px;
}

.title {
  font-size: 10px;
  margin-bottom: 5px;
}