/*reset all tags*/
* { margin: 0; padding: 0; }
html { background: black; }
p,h1,h2,h3,h4 { margin-top: 12px; }
h1 { font-size: 36px; font-weight: normal; font-family: arial, sans-serif; }
blockquote {  margin-left: 64px; margin-top: 8px; }
p.leader { font-size: 16px; font-style: italic; }
p.footnote { font-size: 10px; margin-top: 32px; }

body { background: #ffffff; width: 920px; margin: 20px auto 20px; font: 14px arial, sans-serif; color: #0a2a1d; min-height: 500px; border: 1px solid #ececec; position: relative; }

/*random classes*/
.absmiddle { vertical-align: text-bottom; }

/*main layout*/

#menu { width: 710px; height: 30px; float: right; }
#menu ul { list-style: none; clear: both; margin-top: -22px; }
#menu ul li { float: left; padding-left: 8px; padding-right: 8px; border-left: 1px #fff500 solid; }
#menu ul li:first-child { float: left; padding-left: 0px; border-left: 0; }
#menu ul li a { color: white; text-decoration: none; font-size: 13px; }
#menu ul li a:hover { text-decoration: underline; }
#menu a.current { font-weight: bold; }
#menu .new-product {
display: block;
margin: 0 -6px;
padding: 0 6px;
position: relative;
color: #ffff00;
}
#menu .new-product span {
  position: absolute;
  top: -16px;
  left: 36px;
  color: #ffff00;
  font-weight: bold;
  font-size: 12px;
}

#header {
  background: #0a2a1d;
  height: 241px;
  border-bottom: 8px #fff500 solid;
}

#titlelogo {
  margin-top: 15px;
  margin-left: 23px;
  display: block;
  background: url(./images/logo.png);
  width: 152px;
  height: 0px;
  overflow: hidden;
  padding-top: 181px;
}

#flexeff {
  float: right;
  margin-right: 250px;
  margin-top: 10px;
}

#content {
  min-height: 540px;
  background: url(images/home.jpg) right no-repeat;
}

#content.optionalextras {
  min-height: 366px;
  background: white;
}

#content .textbox {
  padding-top: 32px;
  margin-left: 32px;
  margin-right: 520px;
  padding-bottom: 32px;
}

#content.optionalextras .textbox {
  padding-top: 32px;
  margin-left: 32px;
  margin-right: 50px;
  padding-bottom: 32px;
}

#content .small-text {
font-size: 10px;
}

#footer {
  background: #0a2a1d;
  height: 76px;
  padding: 8px;
  padding-left: 32px;
  padding-right: 100px;
  color: white;
  font-size: 9px;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

ul.smilies {
  list-style: outside;
/*  list-style-image: url(images/smilebullet.jpg);*/
}
ul.smilies li {
  margin-left: 20px;
  margin-bottom: 30px;
}

.extendedword {
  color: red;
  font-style: italic;
}

a.popuppicture {
  position: relative;
  color: #0a2a1d;
}

a.popuppicture img {
  display: none;
  left: 580px;
  top: -32px;
  width: 250px;
  position: absolute;
}

a.popuppicture:hover img {
  display: block;
}

