/* General CSS */
*{
  margin: 0;
  padding: 0;
}
body {
  font-family: Georgia;
  font-size: 12px;
  color: #666666;
}
a {
  color: #0171bb;
  outline: none;
}
h1, h2, h3{
  background: url(../images/heading_bg.gif) no-repeat;
  width: 169px;
  height: 36px;
  color: #FFF;
}
h1, h2 {
  margin-top: 5px;
  font-size: 16px;
}
.h1padding, .h2padding {
  padding: 7px 0 0 10px;
}
h3 {
  color: #FFF;
  font-size: 16px;
}
.h3padding {
  padding: 6px 0 0 10px;
}
h4 {
  color: #0171bb;
  font-size: 20px;
}

address {
  font-weight: bold;
  font-style:normal;
  padding: 15px 0;
}

img {
 border: none;
}

/* Structure */
#container {
  margin: 0 auto;
  width: 900px;
  background-color: #FFF;
}
/* header */
#header-container {
  background: url(../images/header.gif) #FFF;
  padding-top: 105px;
}
#header-container a {
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

/* Main Navigation */
#navigation {
  height: 30px;
  background-color: #cde9f7;
  padding: 13px 0 0 9px;
  margin-bottom: 10px;
}
#navigation a:hover{
  text-decoration: underline;
}
#navigation a.current {
  color: #FFF;
  background: url(../images/arrowhead.gif) no-repeat top right #0171bb;
  padding: 7px 15px 7px 10px;
  border-right: none;
  margin-left: -5px;
}
#navigation a.current:hover {
  text-decoration: none
}
ul#tabsHeader{
}
ul#tabsHeader li {
  border-right: solid 1px #0171bb; 
}
#navigation ul#tabsHeader li ul {
  border-right: solid 1px #0171bb;  
}
ul#tabsHeader ul {
display:none;
  height:0;
left:0;
margin:22px 0 0;
padding:0;
position:absolute;
text-align:left;
top:0;
visibility:hidden;
width:160px;
}

#breadcrumb {
  height: 30px;
  padding: 10px 0 0 10px;
}
#breadcrumb a {
  color: #666666;
  display: inline;
  font-size: 11px;
  text-decoration: none;
}

/*Main Content*/
#content {
}
#top {
  height: 400px;
}
#topleft {
  height: 260px;
  width: 535px;
  float: left;
}
#topright {
  float: right;
  width: 365px;
  height: 260px;
  background-image: url(../images/top-right.gif);
  background-repeat: no-repeat;
}
.rightcontent {
  padding: 20px;
  border-bottom: 1px solid #0171bb;
}
.rightcontentlast {
  padding: 20px;
  border-bottom: none;
}

/*Image Navigation*/
#topnav {
  height: 140px;
  clear: both;
}
ul#topnav li { 
  display: inline;
}
ul#topnav li a {
  height: 140px;
  float: left;
  text-indent: -9999px;
}
ul#topnav li#topnav_1 a {
  width: 180px;
  background: url(../images/sub-nav.gif) no-repeat 0 0;
}
ul#topnav  li#topnav_1 a:hover {
  background-position: 0 -140px;
}
ul#topnav  li#topnav_1 a.current {
  background-position: 0 -280px;
}
ul#topnav li#topnav_2 a {
  width: 180px;
  background: url(../images/sub-nav.gif) no-repeat -180px 0;
}
ul#topnav  li#topnav_2 a:hover {
  background-position: -180px -140px;
}
ul#topnav  li#topnav_2 a.current {
  background-position: -180px -280px;
}
ul#topnav li#topnav_3 a {
  width: 180px;
  background: url(../images/sub-nav.gif) no-repeat -360px 0;
}
ul#topnav  li#topnav_3 a:hover {
  background-position: -360px -140px;
}
ul#topnav  li#topnav_3 a.current {
  background-position: -360px -280px;
}
ul#topnav li#topnav_4 a {
  width: 180px;
  background: url(../images/sub-nav.gif) no-repeat -540px 0;
}
ul#topnav  li#topnav_4 a:hover {
  background-position: -540px -140px;
}
ul#topnav  li#topnav_4 a.current {
  background-position: -540px -280px;
}
ul#topnav li#topnav_5 a {
  width: 180px;
  background: url(../images/sub-nav.gif) no-repeat -720px 0;
}
ul#topnav  li#topnav_5 a:hover {
  background-position: -720px -140px;
}
ul#topnav  li#topnav_5 a.current {
  background-position: -720px -280px;
}

/* Middle Content */
#middle {
  clear: both;
}
#centre-container-1 {
  width: 440px;
  float: left;
  margin-bottom: 20px;
}
#centre-container-1 img {
 margin: 30px;
}
#centre-container-2 {
  width: 440px;
  margin: 0 0 20px 20px;
  float: right;
}

#centre-container-2 img {
  margin: 5px;
}

.container-text {
  padding: 20px;
}
.ccontainer-top {
  background-image: url(../images/ccontainer-top.gif);
  height: 36px;
}
.ccontainer-middle {
  background-image: url(../images/ccontainer-middle.gif);
}
.ccontainer-bottom {
  background: url(../images/ccontainer-bottom.gif) no-repeat;
  height: 11px;
  clear: both;
}

/* Bottom Content */
#bottom {
  clear: both;
  margin-top: 10px;
  width: 900px;
}
.product-row {
  height: 150px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0171bb; 
}
.product {
  width: 200px;
  height: 145px;
  float: left;
  margin: 12px;
}
.caption {
  text-align: center;
}

/* Footer */
#footer {
  background: url(../images/footer_bg.gif) no-repeat top left;
  height: 140px;
  margin: 20px 0 0 0;
  clear: both;
}
.footerlinks {
  width: 224px;
  border-right: 1px solid #0171bb;
  float: left;
  font-size: 10px;
  color: #666666;
  margin-top: 18px; 
}
.footerdiv {
  padding: 0 0 0 40px;
}
.footerlinks li {
  display: block;
  float: none;
}
li {
  list-style-type: none;
  display: inline;
  float: left;
}

#footer a {
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* About Us */

#aboutMainContainer {
  width: 900px;
  padding-bottom: 20px;
}
#aboutMainTop {
  background: url(../images/about-main-top.gif) no-repeat;
  height: 13px;
}
#aboutMainBody {
  width: 364px;
  background-image: url(../images/about-main-body.gif);
  margin-left:534px;
  min-height:250px;
}
* #aboutMainWrapper{
  min-height:250px;
}
#aboutMainWrapper{
  border-left: 1px solid #0171bb; 
  margin-left:1px;
  margin-top:-5px;
}
#aboutMainBodyLeft{
position:relative;
}
#minHeightDiv{
  height:250px;
  float:left;
  width:0px;
}
#aboutMainBodyLeft {
  width: 520px;
  float:left;
  clear:none;
  position:relative;
  margin-bottom: -29px;
}
#aboutUsHeader{
  z-index:5;
  position:absolute;
  top:0;
  left:0;
  
}
#aboutUsImage{
  position:absolute;
  left:9px;
  top:12px;
  z-index:1;
}
#aboutMainBottom {
  background: url(../images/about-main-bottom.gif) no-repeat;
  height: 13px;
  clear: both;
}
.imageAndTextAboutFirst {
  padding: 20px;
  font-size: 16px;
}

.imageAndTextAbout {
  border-top: 1px solid #0171bb;
  padding: 20px;
  clear: both;
}
.middleTextAbout {
}
#historyContainer {
  width: 900px;
}
#historyTop {
  background: url(../images/history-top.gif) no-repeat;
  margin-top:5px;
  height: 36px;
}
#historyTop h1{
  margin:0;
}
#historyBody {
  background-image: url(../images/history-body.gif);
  min-height: 200px;
  overflow: hidden;
}
* html #historyBody {
  height: 400px;
}
#historyBody img.top{
  margin: 0 0 0 5px;
}
#historyBottom {
  background: url(../images/history-bottom.gif) no-repeat;
  height: 11px;
}

.imgWrap {
  float: left;
  margin: 0 20px 10px 0;
  display: inline;
}

/* Products Page */

.more {
  position: relative;
  left: 850px;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #0171bb;
}

/* Contact */
ul.contact {
  margin-bottom: 20px;
}
ul.contact li {
  display: block;
  float: left;
  clear: both;
}
.distributor {
  float: left;
  height: 175px;
  width: 240px;
}
.distributorLeft {
  float: left;
  clear: left;
  height: 175px;
  width: 240px;
}

address.left {
  font-size: 14px;
  width: 240px;
  float: left;
}
#addressLast {
  float:left;
  clear: both;
  padding: 20px 0 20px 0;
}

#ukAddresses {
  height: 160px;
  position:relative;
  margin-top: 20px;
}
#imagespan{
}

#international{
  margin-top: 30px;
}

.maincontact {
  font-size: 18px;
  color: #0171bb;
  margin-right: 54px;
  display: block;
  float: left;
}
.border {
  border: 1px solid #0171bb;
}

/* Product Specific Page */

h2.product {
  font-size: 20px;
  color: #0171bb;
  width: 900px;
  background: none;
  height: auto;
  padding-bottom: 15px;
}
#productDescription {
  width: 450px;
  padding-right: 20px;
}

#productDescription li {
  padding-top: 10px;
  display: block;
  clear: left;
}

#whereToBuy img {
  padding: 6px;
}

#productImage {
}

#productImage img {
  border: #BBBBBB 1px solid;
  float: right;
  margin-left: -400px;
  margin-top: -150px;
  margin-right: 20px;
}

#relatedProducts {
  float: left;
  clear: both;
  padding-top: 20px;
}

#whereToBuy {
  padding: 20px 10px 10px 0;
  clear: both;
}

.imageAndTextContact {
  height: 600px;
  padding: 20px;
}

#contact-left {
  width: 550px;
  float: left;
}

#contact-right {
  right: 300px;
  float: right;
}

/* Retailers */
.retailer {
  width: 300px;
  height: 100px;
  float: left;
  text-align: center;
}

/* Team */
.teamContainer {
  width: 140px;
  margin-right: 5px;
  text-align: center;
  float: left;
}
.teamCaption {
}

/* Media player */
#mediaplayer {
	position: absolute;
	top: 237px;
	margin-left: 480px;
}