body{
    
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: gesta, sans-serif;
    font-size: 15px;
    color: #666666;
    background-color: #f9f9f9;

}

a:link {
    color: #666666;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #666666;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #586F1D;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #666666;
    text-decoration: none;
}

#footer a:link,
#secondMenu a:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
#footer a:visited,
#secondMenu a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* mouse over link */
#footer a:hover,
#secondMenu a:hover {
    color: #586F1D;
    text-decoration: none;
}

/* selected link */
#footer a:active,
#secondMenu a:active {
    color: #ffffff;
    text-decoration: none;
}
img{
    
    display: inline-block;
    border-style: none;
    
}

.content_class{
    
    height: 400px;
    width: 305px;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 5px #CCCCCC;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    line-height: 19px;
    float: left;
    
}

.inside_content_class{
    
    width: 1004px;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 5px #CCCCCC;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px;
    line-height: 19px;
    
}

.inside_content_class_header{
    
    height: 25px;
    border-top: 5px solid #427D9B;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #999999;
}

.content_header1{
    
    height: 30px;
    background-color: #427D9B;
    
}

.content_header2{
    
    height: 30px;
    padding-top: 15px;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    background-color: #586F1D;
    
}

.content_text{
    
    text-align: left;
    padding-left: 50px;
    
}

.footer_col{
    
    height: 150px;
    width: 325px;
    margin-top: 20px;
    float: left;
    
}

.footer_heading{
    
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    margin-bottom: 5px;
    
}

.antiSp{
     display:none;
}
table{
    width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    text-align: center;
}

#dimensions{
    display: none;
}

#logo{
    
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #414141;
    float: right;
}

#insideLogo{
    
    margin-top: 32px;
    padding: 10px 40px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #414141;
    float: left;
}

#menuContainer{
    
    width: 1168px;
    margin: auto;
}

#menuContainerHome{
    
    width: 1024px;
    margin: auto;
}
#HomePageImg{
    
    height: 300px;
    width: 100%;
    background-image: url("images/Ship_Homepage_Resize.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    border-top: 1px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 30px;
}


#insideHeader{
    
    width: 100%;
    height: 30px;
    background-color: #586F1D;
    color: #ffffff;
}

#secondMenu{
    
    width: 1024px;
    margin: auto;
    text-align: center;
    
}

#payPalButton{
    
    height: 23px;
    padding-top: 5px;
    padding-bottom: 2px;
    width: 100px;
    background-color: #88ac2d;
    float: right;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: white;
    
}


#quoteButton{
    
    height: 23px;
    padding-top: 7px;
    width: 100px;
    background-color: #88ac2d;
    float: right;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: white;
    
}

#content{
    
    width: 1024px;
    padding: 10px;
    margin: auto;

}

#freight{
    
    margin-bottom: 80px;
    background-color: #ffffff;
}

#trading{
    
    margin-left: 18px;
    background-color: #ffffff;
}

#otherServices{
    
    margin-left: 18px;
    background-color: #ffffff;
}


#content ul {
    /*list-style-image: url('images/BulletTriangleLarge.gif');*/
}




#footer{
    
    height: 180px;
    font-size: 12px;
    color: #ffffff;
    line-height: 19px;
    background-color: #808080;
    margin-top: 30px;
    clear:  both;
    
}

#footer_container{
    
    width: 1024px;
    margin: auto;
    
}

#second_footer{
    
    font-size: 12px;
    background-color: #333333;
    color: #ffffff;
    clear: both;
    line-height: 19px;
    
}

#second_footer_container{
    
    width: 1024px;
    padding: 20px;
    margin: auto;
    text-align: center;
    
}


 
form{
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    line-height: 2em;
}

form div{
    margin-bottom: 20px;
}

input{
    line-height: 2em;
}




/* menu styles */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
  padding: 20px;
  background: #ffffff;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #586F1D;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #427D9B;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #427D9B;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #427D9B;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #427D9B;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

/* End of menu styles */