* {
  margin: 0;
  padding: 0
}

html {
  min-height: 101%
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  font-size: 12px
}

a {
  color: #444444;
  text-decoration: none
}

a:hover {
  color: #444444;
  text-decoration: underline
}

h1 {
  font-size: 18px
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  border-top: 0;
}

#top {
  width: 940px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  margin: 0 auto
}

#add {
  width: 300px;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: bold
}

#main {
  width: 940px;
  padding: 10px;
}

#nav {
  width: 100%;
  background-color: #228B22;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444
}

#nav ul {
  list-style-type: none;
  width: 950px;
  padding: 3px 5px 3px 5px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto
}

#nav li {
  padding-left: 5px;
  float: left;
  color: #444444
}

#nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff
}

#nav a:hover, body#home li#home a, body#catalogue li#catalogue a, body#about li#about a, body#contact li#contact a {
  text-decoration: none;
  text-transform: uppercase;
  color: #444444
}

.clear {
  clear: both;
  height: 0
}

#leftNav {
  width: 200px;
  padding-right: 10px;
  float: left;
}

#leftNav ul {
  width: 200px;
  list-style-type: none;
  border-left: 1px solid #444444;
  border-bottom: 1px solid #444444
}

#leftNav li {
  font-size: 10px;
  color: #444444;
  background-color: #ffffff
}

#leftNav li a {
  color: #444444;
  border: 1px solid #444444;
  border-bottom: 0;
  border-left: 12px solid #ed2225;
  padding: 3px;
  display: block
}

#leftNav li a:hover {
  color: #444444;
  text-decoration: none;
  padding: 3px;
  display: block;
  border-left: 12px solid #228B22
}

#content {
  width: 690px;
  float: left
}

#catBox {
  width: 150px;
  height: 150px;
  margin: 10px;
  border: 1px solid #444444;
  float: left
}

