/* general styles */

* {
  padding: 0;
  margin: 0; 
}

body {
  
}

.clearer {
  clear: both;
  display: block;
}


a {
  text-decoration: none;
}


/* header styles */

div#header {
  height: 156px;
  width: 100%;
  background: #71b518 url(../images/header.png) no-repeat top left;
}

#header span {
  display: none;
}


/* menu */

ul.menu {
  list-style-type: none;
  display: block;
  background-color: #71b518;
  height: 33px;
  padding-left: 32px;
}

ul.menu li {
  display: block;
  float: left;
  height: 33px;
  line-height: 33px;
  background-color: #71b518;
  padding: 0 15px;
  color: #FFF;
  width: 150px;
  text-align: center;
}

ul.menu li a {
  display: block;
  height: 33px;
  color: #FFF;
  padding: 0 6px;
  min-width: 150px;
  text-align: center;
}

ul.menu li a:hover {
  background-color: #395b0c;
}

ul.menu li.active {
  background-color: #395b0c !important;
}






div.content {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 10px;
  width: 1000px;
}

div.content h1 {
  padding-top: 10px;
  padding-left: 30px;
  color: #f56819;
  border-bottom: 2px solid #f56819;
  margin-left: 10px;
  
}

div.content p {
  margin: 10px 0;
  line-height: 200%;
  font-size: 15px;
  padding: 0 20px;
}

div.content p img {
  display: block;
  padding: 8px;
  background-color: #f5af88;
  margin: 11px;
}




ul.products {
  display: block;
  margin: 15px 0 0 50px;
  list-style-type: none;
}


ul.products li img {
  float: left;
  display: block;
  width: 180px;
  margin-right: 5px;
  cursor: pointer;
}

ul.products li span.info {
  
}

ul.products li {
  display: block;
  font-size: 13px;
  line-height: 160%;
  padding-bottom: 10px;
  border-bottom: 1px dotted black; 
}

ul.products li.clearer {
  border-bottom: 0 none;
}



ul.cat {
  list-style-type: none;
  margin: 10px;
  display: block;
  float: left;
}


ul.cat li {
  display: block;
  height: 23px;
  padding: 10px;
  background-color: #F56819;
  color: white;
  width: 275px;
  margin: 1px 0;
}

ul.cat li a {
  color: #FFF;
}


div.text {
  float: left;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  min-width: 600px;
  width: auto !important;
  width: 600px;
}



.footer {
  height: 242px;
  width: 100%;
  background: url(../images/footer_bg.png) repeat-x center bottom;
}

.footer div {
  height: 242px;
  width: 100%;
  background: url(../images/footer_baby.png) no-repeat right;
}



.cart_table th {
  background-color: #f56819;
  color: #FFF;
}



a {
  color: blue;
}

a:hover {
  text-decoration: underline;
}


a.button {
  display: block;
  width: 100px;
  height: 25px;
  background-color: #f56819;
  color: #FFF;
  margin: 50px auto;
  text-align: center;
  border: 1px solid #000;
}

a.button:hover {
  text-decoration: none;
}




li.child {
  width: 250px !important;
  margin-left: 31px !important;
  height: 15px !important;
  padding: 7px !important;
  padding-bottom: 15px !important;
  background-color: #F59763 !important;
}

li.parent {
  cursor: pointer;
}




ul.types {
  list-style-type: none;
  margin-left: 200px;
}


ul.types li {
  display: block;
  float: left;
  background-color: #f56819;
  border: 1px solid #FFF;
  padding: 5px;
  margin-top: 10px;
  
}

ul.types li.current {
  background-color: #FF0000;
}

ul.types li a {
  color: #FFF;
}


