
/* Set all default margin and paddings to zero, so no surprises in positioning */
* {
  margin: 0;
  padding: 0;
}

/* Set the style / page defaults */
body {
  background-color: #000000;
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 15.5px;
  margin: 0;
  padding: 20px; /* Add a space to the browser page area, so the size doens't start and finish at the top / bottom */
}

p {
  margin-bottom: 12px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/* Centre align the page and set the width */
#main-wrapper {
  background-color: #ffffff;
  margin: 0 auto;
  width: 950px;
}

/* Set the height and width of the header area */
#header-wrapper {
  height: 220px;
  width: 950px;
}

/* Set the spacing around the header */
#header-content {
  padding: 32px 30px 0 30px;
}

/* Align the logo to the left of the page relative to the header area */
#header-content #logo {
  display: block;
  left: 659px;
  position: relative;
}

/* Set body width */
#body-wrapper {
  width: 950px;
}

#body-content {
}

/* Set footer width */
#footer-wrapper {
  background-color: #ffffff;
  height: 32px;
  width: 950px;
}

#footer-content {
  color: #7B858A;
  padding: 12px 10px 10px 10px;
}

#footer-content .footer-link {
  margin-right: 20px;
}

/* Class to set the size and background of the main page */
.main-page {
  background: url(/images/mainpage-bg-image.png) no-repeat;
  height: 538px;
}

.contact-page {
  background: url(/images/contact-bg-image.png) no-repeat;
  height: 538px;
}

.company-page {
  background: url(/images/company-bg-image.png) no-repeat;
  height: 538px;
}

.links-page {
  background: url(/images/links-bg-image.png) no-repeat;
  height: 538px;
}

.models-10-page {
  background: url(/images/models-10-bg-image.png) no-repeat;
  height: 538px;
}

.models-8-page {
  background: url(/images/models-8-bg-image.png) no-repeat;
  height: 538px;
}

.news-page {
  background: url(/images/news-bg-image.png) no-repeat;
  height: 538px;
}

.uses-page {
  background: url(/images/uses-bg-image.png) no-repeat;
  height: 538px;
}

.main-page-text-title {
	margin: 0 0 0 auto;
}
.main-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.contact-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.company-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.links-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.models-10-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.models-8-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.news-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.uses-page-news {
  background: url(/images/mainpage-textbg.png) no-repeat;
  height: 538px;
  margin: 0 0 0 540px;
  width: 379px;
}

.main-page-news-text {
  color: #ffffff;
  font-size: 0.9em;
  margin: 0 17px 0 0;
  padding: 15px 0 0 0;
  height: 362px;
  width: 345px;
}

.main-page-news-latest {
  color: #ffffff;
  background: url(/images/mainpage-bg-latestnews.png) no-repeat;
  font-size: 0.8em;
  margin: 90px 0 0 0;
  padding: 4px 0 0 95px;
  height: 23px;
  width: 345px;
}

.newsticker {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Models pages */
.thumbnail {
  cursor: pointer;
  height: 54px;
  width: 77px;
  margin: 0;
  padding: 0;
}

/* Styling for tooltip popup */
#tooltip {
  background-color: #eee;
  border: 1px solid #111;
  font-size: 0.9em;
  opacity: 0.85;
  padding: 3px;
  position: absolute;
  z-index: 3000;
}

#tooltip h3, #tooltip div {
  margin: 0;
}

#models-images-wrapper, #company-images-wrapper {
  float: left;
  padding: 30px 30px 0px 30px;
  width: 480px;
}

#models-images-fullsize, #company-images-fullsize {
  height: 340px;
  width: 480px;
}


#models-images-thumbnails, #company-images-thumbnails {
  margin-top: 30px;
  width: 480px;
}

#main-page-text-wrapper, #models-text-wrapper, #company-text-wrapper, #models-10-text-wrapper, #models-8-text-wrapper, #uses-text-wrapper, #news-text-wrapper, #links-text-wrapper, #contact-text-wrapper {
  width: 365px;
  margin: 0 0 0 15px;
}



#models-text-title, #company-text-title, #models-10-text-title, #models-8-text-title, #uses-text-title, #news-text-title, #links-text-title, #contact-text-title {
  width: 365px;
  height: 45px;
}

#models-text-content {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}

#company-text-content {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}

#contact-text-content {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}

#models-10-text-content {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}

#models-8-text-content {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}

#uses-text-content {
  color: #ffffff;
  width: 350px;
  font-size: 0.9em;
}

#links-text-content {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}




#company-text-instruction {
  color: #555555;
  width: 350px;
  font-size: 0.9em;
}


#company-text-content {
  height: 342px;
  margin-bottom: 15px;
  overflow: hidden;
}

#company-text-instruction {
  color: #333333;
  padding: 17px 0;
  height: 20px;
}


#models-text-content ol, #company-text-content ol {
  margin-left: 20px;
}

#models-text-content ol li, #company-text-content ol li {
  margin-bottom: 12px;
}
