* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial;
  background-image: url("/images/bg.jpg");
  background-repeat: repeat-x;
  background-color: #5c6c7c;
  color: #666;
  font-size: 14px;  
}

h1 {
  font-size: 21px;
  margin-bottom: 15px;
  color: #399;
}

h2 {
  font-size: 16px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  color: #399;
  border-bottom: 1px solid #666;
}


a img {
  border: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button {
  border: 0;
  background: #fff url("/images/submit_button_bg.jpg") no-repeat;
  height: 25px;
  position: relative;
  color: #FFF;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
  font-family: arial;
  cursor: pointer;
  float: left;
}

.form-submit-text input {
  border: 0;
  background: #fff url("/images/submit_button_bg.jpg") no-repeat;
  height: 25px;
  position: relative;
  color: #FFF;
  font-size: 12px;
  padding-left: 10px;
  font-family: arial;
  cursor: pointer;
  float: left;
}


.button-end {
  width: 10px;
  float: left;
  height: 25px;
  background: url("/images/submit_button_right_bg.jpg") no-repeat;
}



#wrap {
  width: 958px;
  margin: 0 auto;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  background-image: url("/images/main_bg.jpg");
}

#left-nav {
  width: 239px;
  float: left;
  padding-bottom: 100px;

}

#left-nav ul.nav {
  margin-top: 20px;
}

#left-nav ul.nav li {
  background-image: url("/images/nav_button.jpg");
  display: block;
  width: 150px;
  height: 33px;
  padding-top: 17px;
  padding-left: 61px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;

}

#left-nav ul.nav li.hover {
  background-position: -239px 0px;
  color: #333;
}

#left-nav ul.nav li.hover a {
  color: #333;  
}

#left-nav ul.nav li a {
  color: #666;
  text-decoration: none !important;  
}

#left-nav ul.subnav {
  border-top: 1px solid #dcdfe3;
  background-color: #FFF;
}

#left-nav ul.subnav li {
  background-image: url("/images/subnav_bg.jpg");
  height: 23px;
  border: 1px solid #dcdfe3;
  border-top: 0px;
  font-size: 12px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 10px;
  width: 210px;
  left: 40px;
  color: #333;

  font-weight: normal;  
}

#left-nav ul.subnav li a {
  color: #333;
}

#left-nav ul.subnav li.hover {
  background-image: none;
  background-color: #c5cad0;
  color: #333;
}


#view-cart {
  margin: 20px auto;
  width: 132px;
  cursor: pointer;
}

a.login {
  cursor: pointer;
}

#main {
  float: left;
  width: 718px;
}

#top-nav {
  display: block;
  width: 700px;
  height: 37px;
  background-image: url("/images/top_bg.jpg");
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  padding: 15px 0px 0px;  
}

#top-nav ul {
  margin: 0 auto;
}

#top-nav li {
  display:inline;
  padding: 5px 12px;
  background: url("/images/top_link_bg.jpg") 0 0 no-repeat;
  height: 33px;
}

#top-nav li.first {
  background-image: none !important;
}

#top-nav a {
  color: #FFF;
}

#top-nav a.login, #top-nav a.logout {
  color: #55c3c3;
}

#breadcrumbs {
  border: 1px solid #dedede;
  height: 2.3em;
  font-size: 9px;
  margin-top: 10px;
  margin-left: 10px;  
}

#breadcrumbs ul, #breadcrumbs li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#breadcrumbs li {
  float: left;
  line-height: 2.3em;
  padding-left: .75em;
  color: #777;
}

#breadcrumbs li a {
  display: block;
  padding-right: 15px;
  background: url("/images/breadcrumbs.gif") no-repeat right center;
  text-decoration: none;
  color: #777;
}

#breadcrumbs li a:hover, #breadcrumbs li a:focus {
  color: #666;
  text-decoration: underline;
}

#breadcrumbs #currency {
  padding-top: 4px;
  padding-right: 15px;
  float: right;
}

#breadcrumbs #currency span {
  margin: 0px 3px;
}


#content {
  padding: 40px 80px;
}

div.column {
  float: left;
}

li.member-functions {
  color: #339999;  
}

#footer {
  clear: both;
  background: #acb4bc url("/images/footer_bg.jpg") 0 0 no-repeat;
  width: 880px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 18px 30px 0px;
}

#footer ul {
  margin: 0 auto;
}

#footer li {
  display:inline;
  border-left: 1px solid #FFF;
  padding: 0px 12px;
}

#footer li.first {
  border-left: 0px !important;
}

#footer a {
  color: #FFF;
}

#copyright {
  float: right;
  position: relative;
  top: -15px;
}

.form-field input, .form-field textarea {
  border: 1px solid #cdcdcd;
}


.form-field select {
  border: 1px solid #cdcdcd;
}

#errors {
  background-color:#FFCCCC;
  border:1px solid #DD7777;
  color:#A30000;
  margin: 5px 0px;
  padding: 5px;
}

.out-of-stock {
  color:#A30000;
}

#messages {
  color: #254117;
  border: 1px solid #254117;
  padding: 5px;
  background-color: #B5EAAA;
  margin: 5px 0px;  
}

#newsletter-signup {
  background: url("/images/newsletter_bg.jpg") 0 0 no-repeat;
  width: 175px;
  height: 152px;
  padding: 20px 20px;
  margin-left: 20px;
}

#newsletter-signup div.title {
  color: #399;
  font-weight: bold;
}

#newsletter-signup ul {
  list-style-image: url("/images/arrow_red_right.gif");
  margin: 15px 25px 25px;
}

#newsletter-signup a {
  margin-left: 20px;
}