/*
These styles apply across most pages on the website. Styles
specific to particular layouts are in additional style files.
*/

/*------------------------------
Regular block level elements
------------------------------*/
body {
  font-family: arial, helvetica, sans-serif;
  position: relative; /* allow for absolute positioning relative to the body */
  font-size: 81%;
  width: 950px;
  color: #333;
  background: #ccc;
  min-width: 46em;
  padding: 0;
  margin: 0 auto;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

p, h1, h2, h3, h4, li, dt, dd, pre {
  text-align: left; /* avoid IE6 bug */
}

p, dt, dd, li { line-height: 1.5; }

h1, h2, h3, h4, blockquote {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #231F20;
}

h1 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 1em;
  margin: 1.2em 0 0;
}

h3 {
  font-size: 0.9em;
  margin: 0.6em 0;
}

h4 {
  font-size: 0.8em;
  margin: 0.6em 0;
}


p { margin: 0.4em 0 0.8em 0; }

ul { margin-top: 0.5em; margin-bottom: 0.5em; }

form, fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

/*------------------------------
Links
------------------------------*/
a {
  color: #386cbc;
  text-decoration: underline;
}

/* Use standard link colours */
a:link {}
a:visited {}
a:hover {}
a:active {}


/*------------------------------
Page lagout blocks
------------------------------*/
#content-wrapper {
  clear: both;
  overflow: auto;
  background: white;

  _height: 1%; /* IE6 HACK: make this block contain floating children */
}

#header {
  background: #fff;
  padding: 0;
  height: 137px;
}

#content {
  background: #fff;
  padding: 12px 0 0 0;
  margin-top: 0;
  margin-bottom: 1em;
}

#topic-menu {
  background: #f6f7f6;
}

#topic-menu .inner {
  padding: 12px 0 0 0;
}

#panel {
  background: #f6f7f6;
}

#panel .inner {
  padding: 12px 0 0 4px;
}

#footer {
  text-align: right;
  background:  #fff;
  clear: both;
  height: 121px;
  padding: 0 1em 0 0; margin: 0;
  position: relative;
  background: url(../image/footer-pic1.jpg) left top no-repeat;
}


/*------------------------------
Menus
------------------------------*/

#section-menu ul , #topic-menu ul {
  list-style: none;
  padding: 0; margin: 0;
}

#section-menu li a {
  white-space: nowrap;
}

#section-menu a:hover, #topic-menu a:hover {}

/* Section menu */
#section-menu {
  background: #218114;
  clear: left;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

#section-menu ul {
  padding: 0;
  margin: 0 0 0 34px;
  background: #218114;
}

#section-menu li {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  float: left;
  margin: 0;
  padding: 3px 0 3px 0;
  border-right: dotted 1px #fff;
  text-align: center;
}

#section-menu li a {
  line-height: 1.5em;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 15px 0 15px;
  margin: 0;

}

#section-menu a:hover { text-decoration: underline; }
#section-menu li.current a {
  font-weight: bold;
  color: #fff;
}

#section-menu li.endmenu, #section-menu li.endmenucurrent {
  border-right: none;
}
#section-menu li.endmenucurrent a {
  font-weight: bold;
  color: #fff;
}


/* Topic menu */
#topic-menu h1, #topic-menu h2 {
  padding: 0 0.1em 0 0.2em;
  margin: 0;
}

#topic-menu p {
  padding: 0.5em 0.5em 0 0.5em;
  margin: 0;
}

#topic-menu img { margin: 0.2em 0 0.2em 0;}

#topic-menu ul {
  padding: 0;
  margin: 0;
}

#topic-menu li {
  text-align: left;
  padding: 0 0.5em 0 0;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 0.4em;
  font-size: 1.1em;
}

#topic-menu li a {
  line-height: 1.5em;
  color: #5f5f5f;
  text-decoration: none;
  display: block;
  padding: 5px 20px 8px 20px;
  margin: 0;

}

#topic-menu a:hover { text-decoration: underline; }
#topic-menu li.current a {
  font-weight: bold;
  color: #5f5f5f;
}


/*------------------------------
Branding
------------------------------*/
#branding-1 {

  height: 137px;
}

/*------------------------------
Content
------------------------------*/

#definition p {
  font-size: 1.1em;
  color: #c91800;
}

#contactshop p {
  font-size: 1.1em;
  color: #c91800;
  font-weight: bold;
}


/*------------------------------
Panel
------------------------------*/
#panel h1 {
  padding: 5px 0.1em 0 0.4em;
  margin: 0;
}

#panel ul {
  list-style: disc;
  padding: 0 0 0 2em;
  margin: 0;
}

#panel li {
  padding: 0.5em 0 0.5em 0.1em;
  margin: 0;
}

#panel p, #panel h2, #panel h3 {
  padding: 0.5em 0.5em 0 0.6em;
  margin: 0;
}

#panel img { margin: 0.2em 0 0.2em 0;}

/*------------------------------
Footer
------------------------------*/
#footer p {
  color: #fff;
  text-align: right;
  margin: 0;
}

#footer ul {
  color: #fff;
  font-size: 0.85em;
  list-style: none;
  padding: 0; margin: 0;
  white-space: nowrap;
}
#footer li {
  white-space: nowrap;
}
#footer li a {
  color: #fff;
}

#footer #link-copyright {
  text-align: left;
  padding: 100px 0 0 1.5em;
  float: left;
}

#footer #link-terms {
  text-align: right;
  padding: 1em 0 0;
  float: right;
}


/*------------------------------
Float clearing
------------------------------*/
/* Ensures that an element will expand to contain floating children */

#section-menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*------------------------------
Other
------------------------------*/
#skip { display: none; }

img {
  display: block;
  border: 0;
}

#panel img.icon {
  display: inline;
  vertical-align: middle;
  margin: 0;
}

#content td {
  padding: 0.4em 0.4em 0.4em 0;
  vertical-align: top;
}

#content td.contacttext {
  vertical-align: top;
  padding-left: 30px;
}

#content td.newspictext {
  vertical-align: top;
  padding-left: 10px;
}

#content td.specialprice {
  vertical-align: top;
  padding-left: 15px;
}

#panel td {
  padding: 0.5em 0.4em 0.4em 0.5em;
  vertical-align: top;
}

