@import url(reset.css);

body {
  font-family: Arial, Helvetica;
  font-size: 62.5%;
  background: #ccc url(../img/bg_container.gif) repeat-y top center;
}

body.zoomed {
  font-size: 80%;
}

.zoomed #header { font-size: 0.777em; }

#container {
  width: 980px;
  margin: 0 auto;
}

#wrapper {
  float: left;
  width: 100%;
}

#content {
  padding: 0 25px;
  padding-top: 130px;
  margin-left: 180px;
  margin-right: 290px;
  font-size: 1.2em;
  line-height: 1.4em;
}

#content h2 {
  font-family: "Arial Black", Arial;
  font-size: 1.583em;
  color: #cd8b2a;
  margin-bottom: 1em;
}

#content p {
  margin-bottom: 1.4em;
}

#nav {
  float: left;
  width: 180px;
  margin-left: -980px;
}

#nav #logo {
  display: block;
  width: 100%;
  height: 120px;
  background: white url(../img/logo.jpg) no-repeat center center;
  text-indent: -9999px;
}

#nav h3 {
  color: #e6c591;
  font-size: 1.9em;
  text-align: right;
  padding: 10px;
  font-family: "Arial Black", Arial;
  display:none;
}

#nav ul {
  font-size: 1.2em;
  text-align: right;
  padding: 0 10px;
  line-height: 1.6em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #631e3a;
  display:none;
}

#nav ul a {
  text-decoration: none;
  color: #631e3a;
}

.zoomed #nav ul a {
  letter-spacing: -1px;
}

#header {
  background-color: #646566;
  color: white;
}

#header h1 {
  height: 200px;
  line-height: 200px;
  text-indent: -9999px;
  background: transparent url(../img/header.php) no-repeat top left;
}

#header ul {
  height: 1.785em;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 2px;
}

#header ul li {
  position: relative;
  float: left;
}

#header ul li a {
  display: block;
  float: left;
  width: 122px;
  height: 1.785em;
  line-height: 1.785em;
  text-align: center;
  text-decoration: none;
  color: white;
}

#header ul ul li a {
  width: 130px;
}

#header ul li a:hover {
  background-color: #888;
}

#header ul li.active a {
  color: #cd8b2a;
}

#header ul li.active li a {
  color: white;
}

#header ul li.active a:hover {
  background-color: #efad4c;
}

#header li ul {
  display: none;
  position: absolute;
  font-size: 1em;
  top: 1.785em;
  left: 0;
  width: 130px;
  padding: 0;
}

#header li ul li {
  clear: both;
  width: 100%;
}

#header li ul li a {
  background-color: #646566;
  float: none;
  clear: both;
  text-align: left;
  font-size: 0.8em;
  padding: 0 5px;
  width: 120px;
}

#header li:hover ul, #header li.focus ul, #header ul ul li:hover ul, #header ul ul li.focus ul {
  display: block;
}

#header li:hover ul ul, #header li.focus ul ul {
  display: none;
}

#header ul ul ul {
  display: none;
  position: absolute;
  left: 130px;
  top: 0;
}

#extra {
  float: left;
  width: 290px;
  margin-left: -290px;
  background-color: #BDBEC0;
  font-size: 1.2em;
}

#productshots {
  background-color: #fff;
  text-align: center;
}

#productshots img {
  padding: 10px 6px;
  display:none;
}

#footer {
  clear: left;
  width: 100%;
}

#extra p {
  padding: 0 16px;
}

#extra p.links a {
  display: block;
  padding-left: 30px;
  height: 2em;
  line-height: 2em;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}

#extra p span { display: none; }

#extra .callme { background-image: url(../img/icon-callme.gif); }
#extra .repair { background-image: url(../img/icon-repair.gif); }
#extra .sitemap { background-image: url(../img/icon-sitemap.gif); }
#extra .clientaccess { background-image: url(../img/icon-clientaccess.gif); }
#extra .newsletter { background-image: url(../img/icon-newsletter.gif); }

#extra .special {
  background-color: white;
  padding: 20px;
  margin: 10px 20px;
  margin-bottom: 80px;
}

#extra .special h3 {
  color: #b0b1b3;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#extra .special p {
  padding: 0;
  line-height: 1.4em;
}

#extra .special img {
  margin: 5px;
}

#search p {
  padding-left: 42px;
}

#search input {
  font-size: 1em;
  height: 1.2em;
  line-height: 1.2em;
  border: 1px solid #58585a;
  padding: 0 5px;
  width: 110px;
  float: left;
  display: block;
}

#search .submit {
  color: white;
  height: 1.4em;
  padding: 0;
  margin: 0;
  width: 40px;
  background-color: #58585a;
  font-weight: bold;
  cursor: pointer;
}

#search label { display: none; }

#content ul {
  list-style-type: disc;
}

#content ol {
  list-style: decimal;
}

#content ul, #content ol {
  padding-left: 20px;
}

.niceform label {
  display: block;
  width: 10em;
  float: left;
}

.niceform input, .niceform textarea {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  width: 20em;
  border: 1px solid #888;
}

.niceform span input {
  vertical-align: middle;
  width: auto;
}

.niceform span label {
  display: inline;
  width: auto;
  float: none;
}

.niceform #i_submit {
  width: auto;
  margin-left: 10em;
}

.error {
  color: #800;
  border: 1px solid #800;
  padding: 1em;
  font-weight: bold;
}

.newsitem h3 {
  color: #cd8b2a;
  font-size: 1.4em;
  line-height: 1em;
  letter-spacing: -0.1em;
  font-weight: bold;
  border-bottom: 2px solid #cd8b2a;
  text-align: right;
}

#content a {
  color: #631e3a;
  font-weight: bold;
}

#content strong { font-weight: bold; }

#search_results .result {
  margin-bottom: 1em;
}

#search_results .result h3 {
  font-size: 1.2em;
}

#search_results .result h3 a {
  color: blue;
}

#search_results .result p {
  margin: 0;
}

#search_results .result .url {
  color: #008000;
}

#googlemap {
  width: 100%;
  height: 300px;
  border: 1px solid #888;
}

#sizetoggle p {
  text-align: right;
  padding: 10px;
  font-size: 1.33em;
  font-weight: bold;
}

#sizetoggle, #sizetoggle a { color: #cd8b2a; }
#sizetoggle a { text-decoration: none; }
#sizetoggle a:hover { text-decoration: underline; }
