body {
  background: #f2f2f2 url(/images/placeholder/gradient.jpg) top left repeat-x;
  font-size: 62.5%;
  font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
  color: #222;
}

#wrapper {
  margin: 25px auto 0 auto;
  width: 960px;
  padding: 0 0 0 10px;
}

#leftColumn {
  width: 220px;
  float: left;
  margin-right: 20px;
}

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

#footer {
  clear: both;
  text-align: center;
  padding: 20px;
}

.sloganText {
  float: left;
  width: 460px;
  margin-right: 20px;
}

.newsletter {
  width: 220px;
  float: left;
  position: relative;
}

.header {
  border: 10px solid #222;
  margin: 10px 10px 10px 0;
  position: relative;
  height: 220px;
}

.articleLead {
  margin: 10px 10px 10px 0;
  width: 340px;
  float: left;
}

.clearer {
  clear: both;
}

.articleLead.first {
  margin-right: 20px;
}

.lead {
  margin-bottom: 15px;
}

.product .description {
  float: left;
  width: 105px;
}

/**********************
  NAVIGATION
**********************/

ul#mainNav {
  clear: both;
  width: 220px;
}

ul#mainNav li {
  list-style-type: none;
  margin-bottom: 1px;
}

ul#mainNav li a {
  display: block;
  background: #222;
  height: 32px;
  color: white;
  font-size: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 0 10px;
  line-height: 32px;
}

ul#mainNav li a:hover,
ul#mainNav li a:active,
ul#mainNav li a:focus,
ul#mainNav li.current a {
  background: black;
}

ul#mainNav ul.subNav {
  margin-left: 15px;
}

ul#mainNav ul.subNav li a {
  background: transparent url(/images/subNavBullet.gif) no-repeat 0 6px;
  text-transform: none;
  padding-left: 20px;
  color: #000;
  height: auto;
  line-height: 25px;
}

ul#mainNav ul.subNav li a:hover, ul#mainNav ul.subNav li a.current {
  background: transparent url(/images/subNavBulletActive.gif) no-repeat 0 6px;
}

ul#mainNav ul.subSubNav {
  margin-left: 20px;
}

ul#mainNav ul.subSubNav li a {
  background: none;
  font-size: 1.4em;
  padding: 0;
  line-height: 18px;  
}

ul#mainNav ul.subSubNav li a:hover, ul#mainNav ul.subSubNav li a.current {
  background: none;
  color: #bb2624;
}

/**********************
  TEXT
**********************/

/* HEADERS */

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: Georgia, Garamond, serif;
}

h1#logo {
  margin: 50px 0 40px 0;
  width: 219px;
  height: 173px;
  float: left;
  overflow: hidden;
  background: url(/images/logo.png) no-repeat top left;
}

h1#logo span {
  display: none;
}

h1.productHeader {
  background: url(/images/headerBg.png) repeat-x;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.6em;
  height: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline;
  font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
}

h1.categoryHeader {
  background: #f4f4f4;
  padding: 10px;
  text-transform: uppercase;
  font-size: 2.8em;
  margin: 10px 10px 0 0;
  font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
}

.sloganText h1, .newsletter h2 {
  background: #f9f9f9;
  text-transform: uppercase;
  padding: 10px;
  font-size: 2.4em;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
}

#content h2#personalCustomer {
  text-align: right;
  font-size: 1.4em;
  margin-right: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
}

#content .newsBox h2 {
  color: #309dcf;
  font-size: 1.8em;
  margin: 0 0 10px 0;
}

#content .articleLead h2 {
  color: #309dcf;
  font-size: 1.8em;
}

#content .productBox h2 {
  color: #bb2624;
  font-size: 1.29em;
  margin-bottom: 15px;
}

h2.articleHeader {
  color: #309dcf;
  font-size: 2.4em;
  margin: 10px 0;
}

.productLead h2, .productLead h3, #content h2 {
  color: #309dcf;
  font-size: 2.4em;
}

.productLead h3, .description h3 {
  color: #309dcf;
  font-size: 1.6em;
  margin: 10px 0 5px 0;
}

.product h3 {
  color: #bb2624;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#signupConfirmed h3 {
  text-transform: uppercase;
  font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
  font-size: 1.8em;
  color: #309DCF;
}

/* PARAGRAPH TEXT */

p {
  font-size: 1.4em;
  margin: 8px 0;
}

.productBox {
  font-size: 1.4em;
}

.productBox p {
  font-size: 1em;
}

p.price {
  font-size: 1.2em;
  margin: 10px 0;
}

.sloganText p {
  font-size: 1.8em;
}

.text {
  font-size: 1.4em;
}

.text p {
  font-size: 1em;
}

/* OTHER */

.theDate {
  float: left;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 3px 0 0;
}

.text .theDate {
  font-size: 1em;
}

#footer address {
  font-size: 1.2em;
}

.ansatt {
  width: 300px;
  float: left;
  margin-right: 20px;
}

strong {
  font-weight: bold;
}

/* LISTS */

.productLead ul {
  margin-left: 20px;
}

.productLead ul li {
  font-size: 1.4em;
  list-style-type: square;
  margin: 3px 0;
}

.description ul {
  list-style-type: square;
  margin-left: 20px;
}

.description ul li {
  font-size: 1.2em;
}

ul.commonList {
  margin-left: 15px;
}

ul.commonList li {
  font-size: 1.4em;
}

/***********************
  LINKS
***********************/

a:link, a:visited {
  color: #309dcf;
  text-decoration: underline;
}

a:hover, a:active {
  color: #1680b1;
}

a.button, a.button:visited {
  display: block;
  background: #2f9bcd url(/images/buttonBg.gif) top left repeat-x;
  color: white;
  border: 1px solid #0c709d;
  height: 19px;
  line-height: 19px;
  font-size: 1.2em;
  padding: 0 7px 0 5px;
  float: left;
  text-decoration: none;
}

a.button:hover, a.button:active {
  border: 1px solid #399ac6;
  color: white;
}

a.readMore {
  float: right;
  display: block;
  font-size: 1.4em;
  padding: 5px;
}

.productBox a.button {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: .86em;
}

.productLead a.button {
  margin: 10px 0;
}

h1#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#signupConfirmed a.button {
  float: right;
}

a.downloadCatalog {
  margin: 20px 0;
  background: url(/images/downloadCatalog.png) no-repeat left top;
  padding: 68px 0 0 125px;
  width: 100px;
  height: 100px;
  display: block;
  font-size: 1.4em;
  text-decoration: none;
  line-height: 1.5em;
}

/***********************
  IMAGES
***********************/

img.productBoxImg {
  float: left;
  margin-right: 7px;
}

.productLead img {
  border: 10px solid #222;
  float: left;
  margin: 0 20px 0 0;
}

img.productImage {
  float: left;
  margin-right: 10px;
}

.ansatt img {
  float: left;
  padding: 0 10px;
}
/***********************
  PRODUCT BOXES TOP
***********************/

.productBox {
  background: transparent url(/images/productBox.png) no-repeat;
  width: 179px;
  height: 155px;
  float: left;
  margin: 25px 12px 25px 0;
  padding: 25px;
  position: relative;
}

.productBox.first {
  margin-left: -5px;
}

.productBox.last {
  margin-right: 0;
}

/***********************
  PRODUCT FRONTPAGE
***********************/

.productLead {
  margin: 20px 0;
  float: left;
}

.productLead .info {
  float: left;
  width: 380px;
}

/***********************
  PRODUCT LISTING
***********************/

.product {
  width: 220px;
  margin: 10px 20px 10px 0;
  float: left;
  padding: 20px 0;
  border-top: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
}

.product.third {
  margin-right: 0;
}

/***********************
  NEWS BOXES BOTTOM
***********************/

#news {
  float: left;
  clear: left;
  margin: 30px 0 75px 0;
  width: 700px;
}

.newsBox {
  width: 220px;
  border-top: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
  float: left;
  margin-right: 20px;
  padding: 10px 0;
}

.newsBox.last {
  margin-right: 0;
}

/*******************
  FORMS
*******************/

.button {
  background: #2f9bcd url(/images/bigButtonBg.png) top left repeat-x;
  color: white;
  border: 1px solid #0c709d;
  height: 26px;
  font-size: 1.4em;
  padding: 0 5px 3px 5px;
  float: left;
}
.textInput {
  border: 1px solid #bbb;
  padding: 5px;
  color: #333;
} 

#newsletterSignup {
  margin: 13px 0 0 0;
}

#newsletterSignup legend {
  display: none;
}

#newsletterSignup .button {
  float: right;
}

#newsletterSignup .textInput {
  margin-bottom: 4px;
  width: 208px;
} 

#signupConfirmed {
  position: absolute;
  bottom: 0;
  background: #F9F9F9;
  padding: 10px;
  border: 1px dotted #a0e2ff;
}

/********************
  TABLES
********************/

table.productDescription {
  font-size: 1.2em;
  border-collapse: collapse;
  margin: 15px 0;
}

.productDescription th, .productDescription td {
  padding: 2px 5px;
  border: 1px solid #666;
}

.productDescription .tableTop th {
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #666;
  vertical-align: bottom;
}

.productDescription th.type {
  background: #ccc;
  text-align: left;
}

/*********************
  STORE LOCATOR
*********************/

#mapContainer {
  float: left;
  margin-top: 20px;
  position: relative;
}

#mapContainer p#infoText {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
}

#stores {    
  float: left;
  width: 400px;
}

.county {
  display: none;
  margin-bottom: -380px;
  position: relative;
  left: 300px;
  top: -380px;
}

.county.visible {
  display: block;
}

.county h2 {
  color: #309dcf;
  font-size: 2.4em;
}

