body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 background-color: #000000;
}

a:link, a:visited { text-decoration: none; color: #800000; }

img { border: 0px; }

tr { }
td { vertical-align: top; }

ul { margin-left: 20px; }
li { margin-left: 20px; }
dl, df, dd { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { font-size: 1.4em; margin-top: 5px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 0px;}
.equipTitle { font-weight: bold; font-size: 1.2em; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; }


h1 { text-align: center; }
h2 { text-align: center; }

#container
{
 position: relative;
 width: 775px;
 margin-left: auto;
 margin-right: auto;
}

#flashBanner
{
 width: 773px;
 height: 177px;
 border-bottom: 1px solid #eec5c1;
 z-index: 3;
}

#menu
{
 position: absolute;
 top: 205px;
 left: 0px;
 width: 773px;
 height: 200px;
 margin-left: auto;
 margin-right: auto;
 z-index: 2;
}

#menu_home, #menu_services, #menu_equipment, #menu_safety, #menu_quality, #menu_contact, #menu_anmar
{
 position: absolute;
 top: 0px;
 width: 100px;
 height: 100px;
}

#menu_home { left: 5px; }
#menu_services { left: 115px; }
#menu_equipment { left: 226px; }
#menu_safety { left: 335px; }
#menu_quality { left: 445px; }
#menu_contact {left: 556px; }
#menu_anmar { left: 668px; }

#contentBackground
{
 position: relative;
 width: 771px;
 top: 10px;
 /*height: 720px;*/
 background-image: url('../images/background_content.jpg');
 background-repeat: repeat-y;
 border: 1px solid #eec5c1;
 padding-bottom: 60px;
 margin-bottom: 10px;
}

#content
{
 position: relative;
 width: 725px;
 top: 30px;
 background-image: url('../images/background_contentArea.png');
 background-repeat: repeat-y;
 margin-left: auto;
 margin-right: auto;
 margin-top: auto;
 padding-bottom: 25px;
}

.contentColumn { float: left; }

#column01, #column02, #column03
{
 position: absolute; 
 width: 225px;
}

#column01 { top: 230px; left: 0px; }
#column02 { top: 230px; left: 230px; }
#column03 { top: 230px; left: 460px; }

#footer
{
 position: relative;
 text-align: right;
 font-size: 0.7em;
 color: #ffffff;
}

.imgLeft
{
 border: 1px solid #eec5c1;
 float: left;
 margin: 5px 5px 5px 5px;
}

/*
.imgMiddle
{
 clear: both;
 border: 1px solid #eec5c1;
 float: center;
 margin: 5px 5px 5px 5px;
}
 */
 
.imgRight
{
 border: 1px solid #eec5c1;
 float: right;
 margin: 5px 5px 5px 5px;
}

#equipNav
{
 width: 350px;
 clear: both;
 border: 1px solid #eec5c1;
 background: #808080;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}


/* Special Text */

.contactMain { text-align: center;  font-weight: bold; }
.contact { text-align: center; padding: 10px; }
.contactName { color: #000080; font-weight: bold; }
.contactPosition { font-weight: bold; }
.contactCell { font-weight: bold; }
.contactEmail { font-weight: bold; }

/* colours */
/*
 pink borders: #eec5c1;
 talos blue: #0088e0;
 maroon: #bc171d;
*/