﻿/* ###################################
   # Martin Sennett Limited web-site #
   ###################################
   # msl.css #
   ###########
   Purpose: Style-sheet for the Martin Sennett Limited web-site.
   File location: [host-redirect]/public_html/aldebaran/msl/css/msl.css

   Context: All pages.
   Content: Common styles, not including navigation menus. */

/* Document */
html { /* HTML page (equivalent to the viewport) */
  background-image: url("../images/MSL_PageBackground_1920x1080.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: #000020;
}

body { /* HTML page body */
  width: 960px;
  height: auto;
  margin: auto;
  padding: 0;
}

div.gx_PageContent { /* Container # Page content area */
  margin-top: 10px;
  margin-bottom: 10px;
}

p { /* Paragraph # For all paragraphs */
  font-family: "Segoe UI", "Arial", "Helvetica", sans-serif;
  color: #ffffff;
}

li { /* Links # For all list items */
  font-family: "Segoe UI", "Arial", "Helvetica", sans-serif;
}

/* Page header */
div.gx_PageHeader { /* Container # Page header */
  width: 960px;
  height: 140px;
  margin-bottom: 10px;
  background-color: #1e1e3c;
  border-radius: 5px;
}

div.gx_PH_Content { /* Container # MSL logo, navigation links and page title */
  height: 120px;
  padding: 10px;
}

div.gx_MslLogo { /* Container # MSL logo */
  float: left;
  width: 160px;
  height: 120px;
}

div.gx_PageTitle { /* Container # Page title */
  float: right;
  width: 770px;
  height: 49px;
  overflow: hidden;
}

p.gx_PageTitle { /* Paragraph # Page title (not landing page) */
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 0px;
  text-align: right;
}

/* Page footer */
div#gx_PageFooter { /* Container # background sections, contact details */
  width: 960px;
  height: 90px;
  background-color: #1e1e3c;
  border-radius: 5px;
  margin-top: 10px;
}

div#gx_PF_Content { /* Container # Contact details */
  width: 940px;
  height: 90px;
  margin-left: 10px;
  margin-right: 10px;
}

p.gx_PF_ContactDetails { /* Paragraph # Contact details: common */
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 5px;
}

div#gx_PF_ContactDetails_left { /* Container # Contact details: left-hand block */
  float: left;
}

p#gx_PF_CD_Copyright { /* Paragraph # Contact details: left-hand block ~ Copyright */
  font-style: italic;
  font-weight: bold;
}

div#gx_PF_ContactDetails_right { /* Container # Contact  details: right-hand block */
  float: right;
}

p#gx_PF_CD_CompanyName { /* Paragraph # Contact details: right-hand block ~ Company name */
  font-style: italic;
  font-weight: bold;
}

div#gx_PF_CD_NumsAddresses { /* Container # Contact details: right-hand block ~ Company numbers and addresses */
  position: relative;
}

p#gx_PF_CD_NumsAddresses_VAT { /* Paragraph # Contact details: right-hand block ~ VAT number */
  position: absolute;
  top: -13px;
  right: 0;
}

a#gx_PF_CD_Email { /* Link # Contact details: left-hand block ~ E-mail */
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  text-decoration: none;

  border-radius: 5px;
  background-color: #005a64;
  border-right: solid #82c8c8 1px;
  border-bottom: solid #82c8c8 1px;

  /* Button-like appearance # Browser variants */
  /* W3C */ background-image: linear-gradient(to bottom, #82c8c8 0%, #005a64 100%);
  /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #82c8c8 0%, #005a64 100%);
  /* Chrome 10 and Safari */ background-image: -webkit-gradient(linear left-top, left-bottom, color-stop(0, #82c8c8), color-stop(1, #005a64));
  /* Chrome 11+ */ background-image: -webkit-linear-gradient(top, #82c8c8 0%, #005a64 100%);
  /* Internet Explorer 10 CP */ background-image: -ms-linear-gradient(top, #82c8c8 0%, #005a64 100%);
  /* Internet Explorer 10 RP */ background-image: linear-gradient(to bottom, #82c8c8 0%, #005a64 100%);
  /* Opera */ background-image: -o-linear-gradient(top, #82c8c8 0%, #005a64 100%);
}

a#gx_PF_CD_Email:hover { /* Link # Contact details: left-hand block ~ E-mail # Hover */
  color: orange;
}

/* Main page content > Generic */
div.gx_MainContent { /* Container # Main page content */
  width: 960px;
}

div.gx_Desc { /* Container # For use in most text descriptions */
  padding: 1px 18px 1px 18px;
  border-radius: 5px;
  background-color: #82c8c8;
  overflow: hidden;
}

div.gx_Desc_wTopSeparator {
  border-top: dotted 1px #000020;
}

div.gx_Desc_wTopSeparator > p {
  text-align: center;
}

p.gx_Desc_ParaMain { /* Paragraph # For use in most text descriptions */
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-align: justify;
  color: #000020;
}

p.gx_Desc_ParaMain.gx_Desc_ParaCentred { /* Paragraph # For use in most text descriptions: centred version */
  text-align: center;
}

p.gx_Desc_ParaMain.gx_Desc_ParaUndercon { /* Paragraph # For use in most text descriptions: Under consruction message */
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

p.gx_Desc_ParaMain a, 
p.gx_Desc_ParaMain a:link, 
p.gx_Desc_ParaMain a:active, 
p.gx_Desc_ParaMain a:visited  { /* Paragraph # Links in main paragraphs */
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  text-decoration: none;

  border-radius: 5px;
  background-color: #005a64;
  border-right: solid #000020 1px;
  border-bottom: solid #000020 1px;

  /* Button-like appearance # Browser variants */
  /* W3C */ background-image: linear-gradient(to bottom, #82c8c8 0%, #005a64 100%);
  /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #82c8c8 0%, #005a64 100%);
  /* Chrome 10 and Safari */ background-image: -webkit-gradient(linear left-top, left-bottom, color-stop(0, #82c8c8), color-stop(1, #005a64));
  /* Chrome 11+ */ background-image: -webkit-linear-gradient(top, #82c8c8 0%, #005a64 100%);
  /* Internet Explorer 10 CP */ background-image: -ms-linear-gradient(top, #82c8c8 0%, #005a64 100%);
  /* Internet Explorer 10 RP */ background-image: linear-gradient(to bottom, #82c8c8 0%, #005a64 100%);
  /* Opera */ background-image: -o-linear-gradient(top, #82c8c8 0%, #005a64 100%);
}

p.gx_Desc_ParaMain a:hover  { /* Paragraph # Links in main paragraphs */
  color: orange;
}

div.gx_Desc_UL { /* Container # Unordered list for use in most text descriptions */
}

div.gx_Desc_UL ul { /* Container # Unordered list: list block */
  list-style-type: disc;
}

div.gx_Desc_UL ul li { /* Container # Unordered list: list items */
}

/* Text > Generic */
span.gx_MonoText { /* Text # Monospaced characters */
  font-style: italic;
  font-weight: normal;
  font-family: "Consolas", "Courier New", monospace;
}

span.gx_BoldItalic { /* Text # Emphasis */
  font-style: italic;
}

span.gx_BoldItalic_wEm { /* Text # Extra emphasis */
  color: white;
}

span.gx_Bullet { /* Text # Bullet characters */
  font-size: 130%;
}

/* Main page content > Contact details */
div#cd_ContactDetails { /* Container # Contact details block */
  margin-bottom: 18px;
}

div#cd_CD_Electronic { /* Container # Contact details # Electronic */
}

div#cd_CD_RegisteredCompany { /* Container # Contact details # Registered company */
}

div.cd_CdBlock { /* Container # Contact details # Details block */
  position: relative;
  top: -8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #005a64;
  overflow: hidden;
}

div.cd_CdLine { /* Container # Contact details # Details line */
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

div.cd_CdTitle { /* Container # Contact details # Details line # Title */
  float: left;
  width: 163px;
  height: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #1e1e3c;
  margin-right: 10px;
  overflow: hidden;
}

p.cd_CdTitle { /* Paragraph # Contact details # Details line # Title */
  position: relative;
  top: -10px;
  line-height: 0px;
  color: #ffffff;
}

div.cd_CdContent { /* Container # Contact details # Details line # Content */
  float: left;
  width: 691px;
  height: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #82c8c8;
  overflow: hidden;
}

p.cd_CdContent { /* Paragraph # Contact details # Details line # Content */
  position: relative;
  top: -10px;
  line-height: 0px;
  color: #000020;
}

/* Main page content: customer list */
div#cs_CustomerList { /* Container # Customer list */
  float: left;
  width: 924px;
  position: relative;
  top: -9px;
  margin-bottom: 9px;
  overflow: hidden;
}

div.cs_CustomerList_column { /* Container # Customer list # Column block */
  float: left;
  width: 301px;
  border-radius: 5px;
  background-color: #005a64;
  overflow: hidden;
}

div.cs_CustomerList_column_mid { /* Container # Customer list # Column block # Middle */
  margin-left: 10px;
  margin-right: 10px;
}

div.cs_CustomerList_column ul { /* List # Customer list # List block */
  position: relative;
  top: -18px;
}

div.cs_CustomerList_column ul li { /* List # Customer list # List items */
  height: 20px;
  border: dashed 1px #005a64;
  color: #82c8c8;
}

div.cs_CustomerList_column ul li p { /* Paragraph # Customer list # List items */
  color: #82c8c8;
}

/* Main page content: site map */
div#sm_SiteMap { /* Container # Site map */
  float: left;
  width: 924px;
  margin-top: 18px;
  margin-bottom: 18px;
  overflow: hidden;
}

div.sm_SiteMap_column { /* Container # Site map # Column block */
  float: left;
  width: 301px;
  border-radius: 5px;
  background-color: #005a64;
  overflow: hidden;
}

div.sm_SiteMap_column_mid { /* Container # Site map # Column block # Middle */
  margin-left: 10px;
  margin-right: 10px;
}

div.sm_SiteMap_column > p.gx_Desc_ParaMain { /* Paragraph # Site map # Column block */
  position: relative;
  top: -9px;
  left: 14px;
  color: #ffffff;
}

div.sm_SiteMap_column > p.gx_Desc_ParaMain > a, 
div.sm_SiteMap_column > p.gx_Desc_ParaMain > a:link, 
div.sm_SiteMap_column > p.gx_Desc_ParaMain > a:visited, 
div.sm_SiteMap_column > p.gx_Desc_ParaMain > a:active { /* Link # Site map */
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
  border-right: solid #000020 1px;
  border-bottom: solid #000020 1px;
}

div.sm_SiteMap_column > p.gx_Desc_ParaMain > a:hover  { /* Link # Site map # Hover */
  color: orange;
}

/* Main page content: Publications and documentation */
div#pd_PubExp { /* Container # Publications experience description */
  margin-bottom: 18px;
}

div#pd_PubExpIlls { /* Container # Publications experience description # Thumbnails */
  display: block;
  float: left;
  width: 200px;
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 9px;
  overflow: hidden;
}

img.pd_PubExpIlls { /* Image # Publications experience description # Thumbnails */
  width: 193px;
  height: 193px;
  padding-bottom: 5px;
  overflow: hidden;
}

div#pd_PubExpDesc { /* Container # Publications experience description # Description */
  float: right;
  width: 706px;
}

div#pd_PubExpList { /* Container # Publications experience description # Description: list */
  float: left;
  width: 706px;
  margin-bottom: 18px;
}

div.pd_PubExpList_column { /* Container # Publications experience description # Description: list column */
  float: left;
  width: 348px;
  border-radius: 5px;
  background-color: #005a64;
}

div.pd_PubExpList_column_right {
  margin-left: 10px;
}

div.pd_PubExpList_column ul {
  padding-bottom: 6px;
}

div.pd_PubExpList_column ul li {
  height: 20px;
  color: #82c8c8;
}

div.pd_PubExpList_column ul li p {
  color: #82c8c8;
}

/* Main page content: Illustrations and graphics */
div#ig_IllExp { /* Container # Illustrations experience description */
  width: 100%;
  margin-bottom: 18px;
}

div#ig_IllExpIlls { /* Container # Illustrations experience description # Thumbnails */
  display: block;
  float: left;
  width: 200px;
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 9px;
  overflow: hidden;
}

img.ig_IllExpIlls { /* Image # Illustrations experience description # Thumbnails */
  width: 193px;
  height: 193px;
  padding-bottom: 5px;
  overflow: hidden;
}

div#ig_IllExpDesc { /* Container # Illustrations experience description # Description */
  float: right;
  width: 706px;
}

div#ig_IllExpList { /* Container # Illustrations experience description # Description: types lists */
  float: left;
  width: 706px;
  margin-top: -8px;
}

div.ig_IllExpList_column {
  float: left;
  width: 348px;
}

div.ig_IllExpList_column_right {
  padding-left: 10px;
}

div.ig_IllExpList_sec {
  border-radius: 5px;
  background-color: #005a64;
  margin-top: -8px;
}

div.ig_IllExpList_sec > p {
  padding-top: 18px;
  padding-left: 18px;
  color: #ffffff;
}

div.ig_IllExpList_sec ul {
  padding-bottom: 24px;
}

div.ig_IllExpList_sec ul li {
  height: 20px;
  color: #82c8c8;
}

div.ig_IllExpList_sec ul li p {
  color: #82c8c8;
}

/* Main page content: DRLs */
div#dl_DrlExp { /* Container # DRLs experience description */
  width: 100%;
  margin-bottom: 18px;
}

div#dl_DrlExpIlls { /* Container # DRLs experience description # Thumbnails */
  display: block;
  float: left;
  width: 200px;
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 9px;
  overflow: hidden;
}

img.dl_DrlExpIlls { /* Image # DRLs experience description # Thumbnails */
  width: 193px;
  height: 193px;
  padding-bottom: 5px;
  overflow: hidden;
}

div#dl_DrlExpDesc { /* Container # DRLs experience description # Description */
  float: right;
  width: 706px;
}

div#dl_DrlMtrlList { /* Container # DRLs experience description # Description: DRL materials lists */
  float: left;
  width: 706px;
  margin-bottom: 18px;
}

div.dl_DrlMtrlList_column {
  float: left;
  width: 334px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #005a64;
  padding-right: 12px;
}

div.dl_DrlMtrlList_column_right {
  margin-left: 10px;
}

div.dl_DrlMtrlList_column ul {
}

div.dl_DrlMtrlList_column ul li {
  color: #82c8c8;
}

div.dl_DrlMtrlList_column ul li p {
  text-align: left;
  color: #82c8c8;
}
