body {
  background: #ECECEC url('../imgs/body_bg.png') top left repeat-x;
}

/** ---------------------------------------- **/
/** Custom Fonts **/
@font-face {
	font-family: 'GraublauWebRegular';
	src: url('../fonts/graublauweb-webfont.eot');
	src: local('☺'), url('../fonts/graublauweb-webfont.woff') format('woff'), url('../fonts/graublauweb-webfont.ttf') format('truetype'), url('../fonts/graublauweb-webfont.svg#webfontsW3NunMd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GraublauWebBold';
	src: url('../fonts/graublauwebbold-webfont.eot');
	src: local('☺'), url('../fonts/graublauwebbold-webfont.woff') format('woff'), url('../fonts/graublauwebbold-webfont.ttf') format('truetype'), url('../fonts/graublauwebbold-webfont.svg#webfontsW3NunMd') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Main Container **/
#container {
  width: 1000px;
  margin: 0 auto;
}

#container:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#container { display: inline-block; }
#container { display: block; }
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Container Side Shadows **/
#container #left-shadow,
#container #right-shadow {
  float: left; 
  width: 20px; 
}

#container #left-shadow div,
#container #right-shadow div {
  width: 100%;
}

#container #left-shadow #bar-1-shadow-left,
#container #right-shadow #bar-1-shadow-right {
  height: 152px;
  background-repeat: repeat-y;
  background-position: top left;
}

#container #left-shadow #bar-1-shadow-left {
  background-image: url('../imgs/bar_1_shadow_left.png');
}

#container #right-shadow #bar-1-shadow-right {
  background-image: url('../imgs/bar_1_shadow_right.png');
}

#container #left-shadow #bar-2-shadow-left,
#container #right-shadow #bar-2-shadow-right {
  height: 199px;
  background-repeat: repeat-y;
  background-position: top left;
}

#container #left-shadow #bar-2-shadow-left {
  background-image: url('../imgs/bar_2_shadow_left.png');
}

#container #right-shadow #bar-2-shadow-right {
  background-image: url('../imgs/bar_2_shadow_right.png');
}

#container #left-shadow #bar-3-shadow-left,
#container #right-shadow #bar-3-shadow-right {
  height: 300px;
  background-repeat: no-repeat;
  background-position: top left;
}

#container #left-shadow #bar-3-shadow-left {
  background-image: url('../imgs/bar_3_shadow_left.png');
}

#container #right-shadow #bar-3-shadow-right {
  background-image: url('../imgs/bar_3_shadow_right.png');
}
/** ---------------------------------------- **/


/** ---------------------------------------- **/
/** Page Elements **/
#container #page-content {
  float: left; 
  width: 946px; 
  background: #FFF;
  min-height: 650px;
  padding: 0 7px;
}

#top {
  height: 107px;
  position: relative;
}

#top #logo {
  position: absolute;
  top: 34px;
  left: 10px;
  width: 156px;
  height: 43px;
  background: url('../imgs/logo.png') top center no-repeat;
}

#menu {
  height: 45px;
  position: relative;
  z-index: 20;
}

#footer {
  margin: 10px 0;
  background: url('../imgs/footer_bar.png') top left repeat-x;
  padding: 20px 0 0 0;
}

#footer p {
  float: left;
  margin: 0;
}

#footer:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#footer { display: inline-block; }
#footer { display: block; }
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Top **/
#top .form-inline {
  float: right;
  margin: 13px 0 0 10px;
}

#top .form-inline label {
  display: none;
}

#top .form-inline input {
  border: 1px solid #999;
  float: left;
}

#top .form-inline input.inputbox {
  color: #999;
  margin-right: 5px;
  padding: 2px;
}

#top .form-inline  input.button {
  background: #999;
  color: #FFF;
  height: 19px;
  padding: 1px;
  width: 25px;
  
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Banner **/
#banner {
  width: 945px;
  height: 314px;
  overflow: hidden;
  margin: 2px 0 0 0;
  position: relative;
}

#banner .moduletable-overlay {
  position: absolute;
  top: 0;
  left: 25px;
  width: 290px;
  z-index: 10;
}

#banner .moduletable-overlay h2, 
#banner .moduletable-overlay p,
#banner .moduletable-overlay a,
#banner .moduletable-overlay a:visited {
  color: #FFF;
}

#banner .moduletable-overlay h2 {
  font-size: 42px;
  margin: 1.2em 0 0.3em 0;
}

#banner .moduletable-overlay p {
  font-size: 14px;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Content Area **/
#content {
  margin: 10px 0;
}

#page-content {
  margin: 10px 0;
}

#content:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#content { display: inline-block; }
#content { display: block; }

#left {
  float: left;
  width: 240px;
  margin: 0 10px 0 0;
}

.home #left {
  width: 315px;
}

#middle {
  float: left;
}

.home .full-width,
#content .full-width {
  width: 100%;
}

.three-col { width: 450px; }
.two-col-left, .two-col-right { width: 694px; }
.home .two-col-left { width: 610px; }
.home .two-col-right { width: 765px; }

.home #middle {
 width: 450px; 
}

#right {
  float: right;
  width: 240px;
  margin: 0 0 0 10px;
}

.home #right {
  width: 161px;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Home - Left Button **/
div#btn-ropes {
  background: url('../imgs/home_left_ropes.png') top left no-repeat;
}

div#btn-anchors {
  background: url('../imgs/home_left_anchors.png') top left no-repeat;
}

div#btn-chains {
  background: url('../imgs/home_left_chains.png') top left no-repeat;
}

div.home-left-button {
  width: 190px;
  height: 79px;
  background: #333;
  margin: 0 0 1px 0;
  padding: 5px 100px 10px 25px;
}

div.home-left-button h2 {
  color: #B4B1AF;
  margin: 0;
  font-size: 44px;
}

div.home-left-button p,
div.home-left-button a,
div.home-left-button a:visited {
  color: #FFF;
  margin: 0;
}
div.home-left-button a:hover,
#banner .moduletable-overlay a:hover {
  color: #949A31;
}

/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Home - Middle Buttons **/
div.home-middle-button {
  padding: 10px 0 0 0;
  width: 450px;
}

div.home-middle-button h2, 
div.home-middle-button p {
  margin: 0;
}

div#btn-offshore {
  height: 83px;
  background: url('../imgs/home_middle_1.jpg') top right no-repeat;
}

div#btn-commercial {
  height: 87px;
  background: url('../imgs/home_middle_2.jpg') top right no-repeat;
}

div#btn-aquaculture {
  height: 100px;
  background: url('../imgs/home_middle_3.jpg') top right no-repeat;
}
/** ---------------------------------------- **/
/** Home - Right Buttons **/
div.home-right-button {
  width: 141px;
  height: 74px;
  background: #999 url('../imgs/home_right_bg.png') top left no-repeat;
  margin: 0 0 1px 0;
  padding: 10px;
}

div.home-right-button h2 {
  color: #333;
  margin: 0;
}

div.home-right-button p,
div.home-right-button a,
div.home-right-button a:visited {
  color: #FFF;
  margin: 0;
}
/** ---------------------------------------- **/

div.home-right-button a:hover {
  color: #333;
}

/** ---------------------------------------- **/
/** Contact Form **/
form#emailForm {
  margin: 20px 0;
  float: right;
  width: 400px;
}

form#emailForm label { display: block; }
form#emailForm label.copy { display: inline; }

form#emailForm div {
  margin: 5px 0;
}

div.contact {
  line-height: 150%;
}

.contact-info {
	float: left;
	width: 45%;
	
}

.contact-form {
	float: right;
	width: 45%;
}

.contact-form .rsform-block {
	line-height: 1.8;
	padding: 5px 0;
}

.contact-form input[type='text'],
.contact-form textarea {
		border:1px  #cfcfcf solid;
	padding: 3px 0;
	width: 80%;
	
}
.contact-form input[type='submit'] {
	cursor: pointer;

}

/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Search Form/Results **/
form.search_result fieldset {
  margin-bottom: 1em;
}

form.search_result fieldset legend {
  font-weight: bold;
}

div.results div.result {
  border-bottom: 1px solid #EEE;
  margin: 1em 0;
  padding: 0 1em 1em 1em;
}

div.results div.result h4 {
  font-style: normal;
  font-size: 14px;
  margin: 1em 0 0 0;
  color: #666;
}

div.results div.result p.result_cat {
  color: #999;
  margin: 5px 0;
}

div.results div.result .highlight {
  padding: 2px;
  background-color: #EEE;
}
/** ---------------------------------------- **/

/** ---------------------------------------- **/
/** Sitemap **/
.xmap ul.level_1 li { padding-left: 0; }
.xmap h2 { display: none; }
/** ---------------------------------------- **/

#sboxth  {padding: 0 5px 15px 0;text-align:left;font-size:10px;width:100px;}
.sboxgallery  {padding: 10px 10px 30px 30px;}
#sboxth img  {border: 2px solid #CCC;}
#sboxth a:hover img {border: 2px solid #D4DA47;}

#left div.moduletable-news ul li {
  margin-left: 0.5em;
  margin-right: 2em;
  list-style-type: none;
}

#left div.moduletable-news ul li a.readon { 
  margin-top: 1em;
  display: block;
}

div.items-row div.item {
	margin-top: 40px;
}

div.newsflash-news {
	padding: 0px 22px 0 5px;
}



h4.newsflash-title-news
{
	margin: 25px 0 10px 0;
}


#assessment-form td {
	width: 33%;
}

#assessment-form span.star {
	color: #cc0000;
	font-size: 12pt;
}

#emailForm input[type="text"] {
	width: 200px;
}

.tooltip { 
	display: none !important; 
} 

a[data-lightbox] {
  display: block;
}