/* Responsive style sheet*/
#navigation {
  /* display: inline; /*Display div that it encloses ie helper in the next "column" */
  /* padding: 5px 0px 5px 0px;*/
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
}

#system {  
float:left;
position: relative;
}

#mstring {
left: 0px;
color: grey;
}

#thisRes {
float:right;
    padding-top: 0px;
    color: grey;
}

#indexContent {
position: relative;
padding-left: 0px;
margin-left: 0px;
top: 600px;
width: 100%;
background: lightgrey;
}

.navbar {
  overflow: hidden;
  background-color: #07072c;
  width: 100%;
  /*background-image: url("../images/logo.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px 50px;*/
*/ position: fixed;*/
}

.navbar a, #footer a{
  float: left;
  font-size: 16px;
  color: grey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#report { /* For highlighting text at the end of a li via a span*/
    font-style: italic;
    color: darkpurple;
}

.contacts th, .prices th {
background: darkorange;
}

.contacts th, .contacts td, .prices th, .prices td {
color: white;
font-size: 1em;
padding: 5px 5px 5px 10px;
}

.contacts tr:nth-child(even) {
color: lightgrey;
background: #231c23;
background: #191515;
}

.prices tr:nth-child(even) {
color: black;
/* background: #231c23; */
background: #191515;
}

.contacts tr:nth-child(odd) {
color: white;
/* background: #231c23; */
background: black;
}

.prices tr:nth-child(odd) {
color: white;
/* background: #231c23; */
background: black;
}

.hidden {
    display: none;
}

#update {
    font-style: italic;
    color: blue;
    font-size: 16px;
}

#cancelled {
    font-style: italic;
    color: red;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
list-style-type: none;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;

}

.navbar a:hover, .dropdown:hover .dropbtn {
    /* background-color: orange; */
    color: yellow;
}

.dropdown-content { /* Hide the dropdown content until the hover.  See below  */
list-style-type: none;
  display: none;
  position: absolute;
  background-color: #262682; /*blue*/
  background-color: black;
  color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content ul {
list-style-type: none;
}

.dropdown-content a:hover {
    /*background-color: #ddd;*/
    color: white;
}

.dropdown:hover .dropdown-content { /* Now display the dropdown content */
  display: block;
}

#topBanner {
    /* background-image: url("../images/logo1.png"); */
    background-image: url("../images/approach.png"); 
    background-repeat: no-repeat;
    background-position: 0% 40%;
    height: 240px;
}

#figure {
    color: red;
display: table;
/*padding-right: 40px;*/
border-left: 100px;

}

figure {
  float: right;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

/*figure (
display: table;
color: red;
)*/

figcaption {
 font-size:1em;
/* background-color: red; */
color: #07072c;
/*text-align: center;*/
/*display: table-caption;*/
caption-side: bottom;
padding-left: 50px;
}

#comptext {
    color: darkorange;
}

.quotes {
    font-size: 1em;
    color: orange;
    margin-left: 300px;
}

pre {
    padding: 5px 5px 5px 8px;
    color: darkorange;
}

#image-holder {
    width: 67px;
    background: red;
}

/* Photo handling */
#photoGroup {
background-color: lightblue;
}

.thisPhoto {
background: white;
border-radius: 6px;
border: 5px solid #f6a63f;

}


#topBannerLeft {
float: left; 
width: inherit;
display: none; 		
/*top: 75%;*/
height: auto;
padding: 15px 5px 15px 5px;
font-size: 0.8em;
background: lightgrey;
border-radius: 6px;
border: 5px solid #f6a63f;

}

#topBannerRight {
    /*float: right;*/
    width: auto;
    height: auto;
    font-size: 0.8em;
    /*padding: 0px 10px 0px 0px;*/
    /*background: lightgrey;*/
    /*border-radius: 6px;*/
    /*border: 5px solid #f6a63f;*/
    color:white;
    /*position: absolute;*/
    /*top: 30px;*/
    right: 5%;
    z-index: 2;

/* background-image: url("../images/logo.jpg");
background-repeat: no-repeat;
background-position: left;
background-size: 50px 50px; */
}

#topBanner h1{
padding-left: 25px;
}

.align-left {
float: left;
}

#next, #previous {
    text-transform: uppercase;
    color: orange;
    padding-left: 15px;
}

.align-right {
   float: right;
  /*padding-top: 50px;*/
}

body {
/* background-image: url("../images/whiteOnBlack.png"); */
/* background-repeat: repeat-both; */
/* float: left; */
/*  font-size: 0.9em;*/
/*  background: black;*/
    /*opacity: 0.50;*/
  /*   left: -5px; */
    /* color: black; */
    /*background-position:  60px 0px 0px 60px;*/
    /*background-position: left;*/
    /*background-position: right;*/
    background-position: -0px -0px;
   /* background-top: -100px;*/
font-size: 1em;
}

wrapper {
    /*background: Grey;*/
    background-image: url("../images/overhead-crane-for-shipping.png");
    height: 0px;
}

h1 {
    font-size: 1.3em;
    padding: 15px 5px 5px 10px;
}

h2 {
    font-size: 1.2em;
    padding: 10px 8px 0px 11px;
}

h3 {
    font-size: 1.1em;
    padding: 8px 11px 5px 11px;
}

h4 {
    font-size: 1.0em;
    padding: 8px 11px 5px 17px;
}


p {
    /*font-family: Arial;*/
    /*font-size: 0.8em;*/
    font-size: 1.0em;
    line-height: 1.75em;
    word-spacing: 0.1em;
    padding: 0px 0px 0px 10px;
}

a {
    /*color: blue;*/
}

a:visited {
    /* color: darkorange;*/
/*color: grey;*/
}

#footerMenu {
background-color: green;
}


#footer li {
/*color:black;*/
    /*border-radius: 6px;
    border: 5px solid #f6a63f;*/
}

#footer a {
  /*color: green;*/
/*    font-style: italic;
    color: grey;
list-style-type: none;		
  font-size: 16px;  
  border: none;
  outline: none;

  padding: 20px 18px;
padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;*/
}

img {
    float: left;
/*float: left;*/
    /*margin: 10px 10px 10px 10px;*/
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
    border-radius: 6px;
    border: 0px solid #f6a63f;  
}

table {
/* width: 75%;			 */
    float: center;
    font-size: 16px;
    table-layout: auto;
}

tr td:last-child {
    width: 50%;
    white-space: nowrap;
}

tr td:nth-child(2) {
    width: 25%;
}

tr td:nth-child(1) {
    width: 10%;
}
tr td:nth-child(3) {
    width: 15%;
}

table img{
display:inline;

}

td img {
padding: 15px 15px 15px 15px;
}

td:first-child {
    text-align: right;
    width: 25%;
}

td {
    width: 33%;
    padding: 5px 5px 5px 5px;
}

.inTable a:visited, a:link {
    color: darkgray;
}


footer a:hover {
/*color: black;*/
}

img:hover {
   opacity: 1.0;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}

.border { /* For images*/
/*float:left;*/
display:inline; /*block*/
text-align: center;
/* margin-left: auto; */
/* margin-right: auto; */
/*margin-top: 0px;*/
margin-bottom: 20px;
border-width: 1px;
border-style: solid;
/*border-color: #eac67a;*/
border-color: orange;
background-size: 200px 200px;
}

#social-network {
padding: 10px 10px 10px 10px;
}

.socialMedia img {
margin: 10px 10px 10px 10px;
   opacity: 0.5;
   filter: alpha(opacity=50); /* For IE8 and earlier */
   display: inline;
   float: left;
}

.socialMedia img:hover {
   opacity: 1.0;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}

#navigation ul {
   background-image: url("../images/ul.png"); 
   background-repeat: no-repeat;
   margin: 2px 7px 2px 5px;
   list-style-type: none;
}

#footer ul li {
/*margin: 7px 7px 7px 7px;
margin: 5px 5px 5px 5px;
padding: 3px 3px 3px 3px;
background: #f4570b;
border-color: blue;
width: inherit;
color: black;
display: inline;
border-radius: 6px;
border: 1px solid #73AD21;
border: 1px solid royalblue;
text-decoration: none;
*/
}

#navigation ul li {
/*margin: 7px 7px 7px 7px;*/
margin: 5px 5px 5px 5px;
/*padding: 3px 3px 3px 3px;*/
/*background: #f4570b;*/
border-color: blue;
width: inherit;
color: black;
/*display: inline;*/
/*border-radius: 6px;
border: 1px solid #73AD21;
border: 1px solid royalblue;*/
text-decoration: none;
}

#navigation ul li a:hover {
    /*display: inline-block;*/
}

#navigation ul ul li {
    display: none;
}

#footer ul ul li {
    /*display: none;*/
}



#navigation ul ul li a:hover {
    /*display: block;*/
}

#footer ul ul li a:hover {
    /*display: block;*/
}


#navigation a:hover {
    /*border: 1px black;
    color: yellow;
}


#navigation li:hover {
    color: yellow;
}

.centred {
    float: center;
}

table {
    padding 5px 20% 20% 5px;
}

#fb-root {
    /*width: 500px;		
    height: 500px;*/
}


img.rightI {
float: right;
}


#contentAreaFull {
  #position: relative; /*a variation of an "lte ie7" hack*/
  #top: 50%;
  /*  background-image: url("../images/overhead-crane-for-shipping1.png") no-repeat 0 100%;*/
 /* background-image: url("../images/logo1.png");*/
  display: table-cell;
  margin: 5px 5px 5px 0px;
  padding: 5px 15px 35px 5px;
  vertical-align: middle;
  opacity: 0.95;
  float: left;
  width: 100%; /* Was 505*/
  /*  background: #f0f0f0;*/
  background: lightgrey;
  color: black;
  border-radius: 8px;
  border: 1px solid orange;
}

.warning {
color: red;
}

#contentAreaFull li {
    font-size: 1em;
}

#contentAreaFull a:visited {
    /*color: darkblue;*/
}

#contentArea {
 margin: 5px 5px 5px 5px;
  padding: 5px 15px 35px 5px;
display:table-cell;
float:left;
width: 75%;
background: black;
color: #cfcdcd;
border-radius: 8px;
border: 1px solid orange;
}

#contentArea h1 {

}

#headerArea {
/*  display: table-cell;*/ 
display: block;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
  float: left;
  width: 65%;
  background: #f0f0f0;
}

#footer {
    position: relative;

    /*top: 650px;*/

    right: 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: left;
    float: left;
    width: 100%;
    height: 400px; 
    background: darkgrey;
}

#footer li {
/*margin: 7px 7px 7px 7px;
padding: 1px 2px 1px 2px;
background: lightorange;
border-color: blue;
width: auto;
color: black;
display: inline;
border-radius: 6px;
border: 1px solid black;
text-decoration: none;
*/
}

#headerArea h1 p {
background-color: white;
color: blue;
font-size:1em;
}

#headerArea a {
text-decoration: none;
}

#contentArea img {
   /*align: left;*/
   opacity: 1;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}

#rightPanel {
/*top: -150px;*/
top: 50%;
float: left;
width: auto;
margin-top: 6px;
/*padding: 0px 20px 20px 20px;*/
border-radius: 6px;
border: 4px solid grey;

}

#rightPanel img {
/*margin-left: auto;/* Centre the image*/
/*margin-right: auto;/* Centre the image */
/*margin-top: 30px;*/
/*float: left;*/
padding: 2% 2%  2% 2%;
width: auto;
height: inherit;
}

#imageGroup {
/*float: left;*/
/*padding: 10px 10px 10px 10px;*/
color: red;
background: black;
width: auto;
height: auto;
}

#training {
background: lightblue;
}

#imageGroup p {
font-style: italic;
font-size:0.85em;
text-decoration: none;
position:relative;
/*padding: 20px 20px 80px 20px;*/
top: -125px;
/*left: 80px;*/
margin: 0 auto;
/*right: 75px;*/
color:black;
/*width: 170px;*/
width:35%;
/*height: 80px;*/
/*background-image: url("../images/grid.png");*/
background-repeat: repeat-both;
border-width: 1px;
/*border-style: dashed;*/
border-color: blue;
/*background: red;*/
color: white;
}

.imageHolder img {
background: red;
/*position: absolute;*/
/*float: left;*/
border-width: 8px;
border-style: solid;
border-color: grey;
color:black;
width: 150px;
height: 150px;
}

.imageHolder {
/*background: grey;*/
float: right;
}

/*
.imageHolder p {
color: green;
top: -35px; 
}
*/

#imageGroup p:before {
    content: '"';
}
#imageGroup p:after {
    content: '"';
}

.content {
  position: relative;
  top: -50%;
  padding: 5px 5px 5px 5px;
/*  margin:0 auto; */
  width:65%; /*was 200px*/
  float:right;
  background: white;
  border-style: hairline;
}

/*
#contentAreaFull {
  position: relative;
  top: -50%;
padding: 5px 5px 5px 5px;
  margin:0 auto; 
  width: auto;
  float:left;
  background: black;
  border-style: hairline;
}
*/



contentAreaFull table{

}

h1 {
color: black;
}

.content p {
 margin: 5px 15px 5px 5px;
}

th {
width:auto;
font-size: 1em;
color: black;
background: darkorange;
}

td {
font-size:1em;
}

tr:nth-child(even) {
color: white;
background: #191515; /* Black sort of */
}

@media (max-width: 1600px) {

        body {
           font-size: 1em;
        }

	.contents {
	   position: relative;
	}
	#navigation, #headerArea, #contentArea{
           float: left;
	   width: 100%;
	}

        #contentArea {
           width: 100%;
       }

        #rightPanel {
           float: left;
	   width: auto;
        }

	li {
	    /*font-size:0.8em;*/
	}

        #navigation ul li {
           /*background: grey;
           color: grey;
           display: inline;
           border-radius: 46px;
            border: 1px solid orange;
	   border: 1px solid royalblue;
           padding: 5px 20px 5px 20px; 
           width: inherit;
           height: 25px; 
           color: red; 
           text-decoration: none; */
        }
        #footer li {
           /* background: black;
           color: grey;
           display: inline;
           border-radius: 6px;
	   border: 1px solid royalblue;
           padding-left: 5px; 
           width: 50%;
           height: 15px; 
           text-decoration: none; */
        }
}


@media (max-width: 1279px) { 

        body {
           font-size: 1em;
        }

	.contents {
	   position: relative;
	}
	#navigation, #headerArea, #contentArea {
           float: left;
	   width: 100%;
	}

        #contentArea {
           width: 75%;
       }

        #rightPanel {
           float: right;
	   width:auto;
        }

        #navigation li {
           /*background: black;*/
	    color: grey;
            display: block;
	    border: 5px 5px 5px 5px; 
            border-radius: 6px;
	   /*border: 1px solid royalblue;	   */
           /*padding: 5px 5px 5px 5px; */
            width:inherit;
            height: auto;  
           /*color: black;*/
        }
        #footer li {
           /*background: black;
           display: block;
           border-radius: 3px;
	   border: 1px solid royalblue;
           padding-left: 5px; 
           width: auto;
           height: auto;  
           color: white;*/
        }
}

@media (max-width: 950 px) { /* Hide the email address is there is no room*/

    #topBannerRight {
        visibility: hidden;
    }
    
}

@media (max-width: 600 px) { 

    #footer li {
        display: block;
    }
    
}

@media (max-width: 360px) { /* Below 360 do the following */

        body {
           font-size: 1em;
        }

	.contents {
	   position: relative;
	}
	#navigation, #contentArea, #headerArea, #rightPanel{
           float: left;
	   width: 100%;
	}

        #navigation li {
           /*background: black;*/
           display: block;
           border-radius: 3px;
	   /*border: 1px solid #73AD21;*/
           padding-left: 5px; 
           width: auto;
           height: auto;  
           /*color: blue;*/
        }

        #footer li {
           /*background: black;
           display: block;
           border-radius: 3px;
	   border: 1px solid royalblue;
           padding-left: 5px; 
           /* width: 70px;*/
           height: auto;  
           color: black;*/
        }
}

