
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : black;
	background: white;
	margin-left: 0;
	margin-right: 0;
	text-align: center;

}

div#container
{
	margin: 0 auto;
	min-width: 350px;
	max-width: 800px;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13pt;
	color : black;
}
.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #3D60BC;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : black;
}
td.catdetail{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : white;
}
h3.catdetail{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 13pt;
	color : white;
}
.standard {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : black;
}
.inforequest{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 7.5pt;
	color : black;

}
.gridsmall {	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 7.5pt;
	color : black;
}
.billingleft{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 7.5pt;
	color : black;
}
.billingright{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 7.5pt;
	color : black;
}

td.headerbar{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : white;
	background-color : black;
	
}

.caption{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
}

.smallprint{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
}
.admin{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
}


.specs-link{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color : white;

}


/* New styles as of June 2007 ----------------------------------------------------------- */

/* 
secchoice
- The main default page where users have to choose which general section of the site they
  want to visit.
*/



div#secchoice 
{
	text-align: center;
	margin: 50px;
}
#secchoice td
{
	text-align: center;
}



#secchoice td
{
	font-size: 12px;
	font-weight: bold;
}
#secchoice p 
{
	text-align: justify;
}

#secchoiceimages img
{
	margin: 5px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#secchoiceimages a
{
border: 0;
}



/*
sectiontitle
- The title of the current section.
*/
#sectitle h1
{
	
}



table#lmbackgroundm, table#lmbackgroundi, table#lmbackgroundf
{
	 background-repeat: repeat-y;;
}

table#lmbackgroundm
{
	background-image: url(/images/leftmenu-marine-section.jpg); 
}

table#lmbackgroundi
{
	background-image: url(/images/leftmenu-industrial-section.jpg); 
}

table#lmbackgroundf
{
	background-image: url(/images/leftmenu-fishing-section.jpg); 
}






td.leftmenu
{
	width: 150px;
}



div#lmcontainer
{
	margin: 0;
	padding: 0;
}

#lmcontainer ul
{
	margin: 0;
	padding: 0;

}

#lmcontainer li 
{ 
	margin: 0 0 3px 0; 
	padding-left: 0;
	list-style-type: none;
}

#lmcontainer a
{
display: block;
padding: 2px 2px 2px 8px;
border: 1px solid #000;
width: 130px;
background-color: #4060c0;
}

#lmcontainer a:link, #lmlist a:visited
{
color: #EEE;
text-decoration: none;
}

#lmcontainer a:hover
{
border: 1px solid #000;
background-color: #F60;
color: #000;
}

#lmactive a:link, #lmactive a:visited, #lmactive a:hover
{
	border: 1px solid #000;
	background-color: #FF6600;
	color: #000;
}

#lmcurrsection a:link, #lmcurrsection a:visited 
{
	background-color: #409999;
	font-weight: bold;
	font-size: 105%;
	color: black;

}
#lmcurrsection a:hover
{
border: 1px solid #000;
background-color: #F60;
color: #000;
}




/* PageMenu stuff ..................................................... */
#pagemenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#pagemenu ul{
font: bold 9px;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#pagemenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#pagemenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#pagemenu a:hover{
background-color: #FF6600; /*Menu hover bgcolor*/
}

#pagemenu #current a{ /*currently selected tab*/
background-color: #4060c0; /*Westec blue color theme*/ 
border-color: #4060c0; /*Westec blue color theme*/ 
}

#pagemenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #4060c0; /*Westec blue color theme*/ 
}






/* specs ......................................................... */
div.specs td, th, table
{
	border-collapse: collapse;
	font-size: 11px;
}

div.specs th, td
{
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
div.specs table
{
	border: 1px solid #4060c0;
}

div.specs th
{
	border: 1px solid white;
	color: white;
	background: #4060c0;
}

div.specs td
{
	border: 1px solid #4060c0;
	
}

div.specs h3
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4060c0;
}





div.pdfdownload img
{
	border: 0;
}

div.pdfdownload h3 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11pt;
	color : #4060c0; /*Westec blue color theme*/ 
}

div.pdfdownload ul
{
	list-style-image: url("/images/pdf-bullet.gif"); } 
}

div.pdfdownload li
{
	margin-bottom: 5px;
	padding-left: 15px;
}








div.pagesection 
{
	margin-bottom: 75px;
}






div.illustrationcaption
{
	margin: 0 1em 1em 1em;
	padding: 5px 5px 5px 5px;
	display: inline;
	text-align: justified;
	border-color: #CCC #999 #999 #CCC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	font-size: 9px;
	background: #4060c0; /*Westec blue color theme*/
	color: white;
}

div.illustrationcaption img
{
    border-color: #000 #ccc #ccc #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	text-align: center;
}

div.illustration img
{
	border-width: 1;
	border-style: solid;
	border-color: black;
	margin: 10px;
}




/* Gallery .................................................... */
div.gallery
{
	text-align: center;
	
}

div.gallery table
{
	font-size: 9px;
	border-collapse: collapse;
}

div.gallery td
{
	border: 1px;
	vertical-align: top;
	text-align: center;
	width: 250px;
	font-size: 9px;
	border-style: none;
}

div.gallery a
{
}


div.gallery img
{
	border-width: 1;
	border-style: solid;
	border-color: black;
	margin: 0;
}

div.gallerylayout h4
{
	
	font-weight : bold;
	font-size: 11px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 10px;		
}
