@import url(reset.css);
@import url(lightbox.css);

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

.cleared { display: block; clear: both; width: 100%; }

.spaced { margin-bottom: 1em; }

strong { font-weight: bold; }

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

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

#content {
  padding: 0 25px;
  padding-top: 85px;
  margin-left: 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;
  letter-spacing: -0.08em;
}

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

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

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

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

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

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

#header {
  background-color: #646566;
  color: white;
  text-align: right;
}

#header a { color: white; }

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

#header .homelink {
  position: absolute;
  left: 0;
}

#header p {
  height: 1.785em;
  line-height: 1.785em;
  font-size: 1.4em;
  color: white;
  padding: 0 5px;
  text-align: right;
}

#header p select, #header p input.text {
  font-size: 0.8em;
  vertical-align: center;
  border: none;
}

#header .button {
  border: none;
  font-size: 0.8em;
}

#header form, #header form p { display: inline; }

#extra {
  float: left;
  width: 290px;
  margin-left: -290px;
  background: #b0b1b3 url(../img/bg_extra.jpg) no-repeat top left;
  padding-top: 130px;
  font-size: 1.2em;
}

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

#footer p {
  display: block;
  text-align: right;
  position: absolute;
  top: 230px;
  left: 50%;
  width: 970px;
  margin-left: -485px;
  color: #888;
  font-size: 1.1em;
}

#footer p a {
  color: #888;
  font-weight: bold;
}

#extra p {
  padding: 0 16px;
}

#extra p 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 .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;
}

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

#extra .special img {
  float: right;
  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: 140px;
  float: left;
}

.niceform input {
  width: 290px;
}

#cartlink {
  position: absolute;
  top: 250px;
  right: 10px;
  font-size: 1.33em;
  font-weight: bold;
  color: #cd8b2a;
  line-height: 18px;
  height: 18px;
  padding-left: 22px;
  background: transparent url(../img/cart.gif) no-repeat center left;
}