html { }

body {
	background-color: #000000;
	height: 100%;
	color: #efc136;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
}

#splash_container
{
 position: absolute;
 width: 750px;
 height: 500px;
 top: 50%;
 left: 50%;
 margin-top: -250px;
 margin-left: -375px;
}

#container {
	position: relative;
	width: 775px;
	background-color: #66788e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-image: url("../images/background_sides_main.gif");
	background-repeat: repeat-y;
}

#top_main {
	position: relative;
	height: 5px;
	background-image: url("../images/background_top_main.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	border: 0px;
	padding: 0px
}

#banner {
	position: relative;
	width: 773px;
	height: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #d5dde2;
	padding: 0px;
	z-index: 1;	
}

#animation, #animation_pages {
	position: relative;
	width: 773px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #d5dde2;
	padding: 0px;
	z-index: 10;
}

#animation_pages {
	height: 200px;
}

#animation {
	height: 150px;
}

#mainMenu {
	margin-left: 0px;
	border: 0px;
	padding-left: 0px;
}

#mainMenu ul {
	margin-left: 0px;
	border: 0px;
	padding-left: 0px;
}

#mainMenu li {
	list-style-type: none;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 1.0em;
	background-image: url('../images/menuButton.gif');
	background-repeat: no-repeat;
	margin-left: -32px;
	padding-left: 0px;
	padding-top: 2px;
}

#mainMenu a:link, #mainMenu a:visited { display: block; }
#mainMenu a:hover { display: block; text-decoration: none; }
#mainMenu a:active { display: block; text-decoration: none; }

#miscMenu {
	width: 250px;
	float: right;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
}

#miscMenu ul { 	display: inline; }

#miscMenu li {
	width: 125px;
	height: 30px;
	display: inline;
	background-image: url('../images/miscMenuButtons.gif');
}

#miscMenu a:link, #miscMenu a:visited {
	padding-left: 10px;
	padding-right: 10px;
} 

#content, #content_pages {
	position: relative;
	width: 773px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #d5dde2;
	border-left: 1px solid #d5dde2;
	padding: 0px;
	z-index: 1;
}

#content {
	top: -75px;
}

#content_pages {
	top: 0px;
}

#content_misc {
	/*float: left;*/
	position: relative;
	width: 580px;
	padding-left: 5px;
	padding-top: 0px;
	overflow: auto;
	z-index: 2;
}

#content_mainMenu {
	position: relative;
	width: 700px;
	top: -100px;
	margin-left: auto;
	margin-right: auto;
	margin-left: 75px;
	z-index: 1;	
}

#content_general {
	position: relative;
	top: -75px;
	width: 675px;
	padding: 5px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#content_main_slogan {
	width: 640px;
    clear: both;
	margin-left: auto;
	margin-right: auto;
}

#content_main_left {
	float: left;
	width: 240px;
	margin-top: 0px;
	padding: 5px;
	z-index: 2;
}

#content_main_middle {
	float: left;
	width: 255px;
	margin-top: 0px;
	padding: 5px;
	z-index: 2;
}

#content_main_right {
	float: right;
	width: 240px;
	margin-top: 0px;
	padding: 5px;
	z-index: 2;
}

#quotesList dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#quotesList dt, #quotesList dd {
	margin: 1px 5px 1px 5px;
	padding: 1px 5px 1px 5px;
}

#services_menu {
	position: relative;
	width: 773px;
	height: 150px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #d5dde2;
	border-right: 1px solid #d5dde2;
	padding: 0px;
	z-index: 5;
}

#serviceMechanical, #serviceElectrical, #serviceStructural, #serviceFabrication, #serviceEmergency { 
	position: absolute;
	top: -88px;
	width: 145px;
	height: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
}

#service_links_mechanical, #service_links_electrical, #service_links_structural, #service_links_fabrication, #service_links_emergency {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#service_links_mechanical ul, #service_links_electrical ul, #service_links_structrual ul, #service_links_fabrication ul, #service_links_emergency ul  { }

#service_links_mechanical li, #service_links_electrical li, #service_links_structural li, #service_links_fabrication li, #service_links_emergency li	{
	width: 143px;
	list-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
}

#service_links_mechanical a:link, #service_links_mechanical a:visited, #service_links_electrical a:link, #service_links_electrical a:visited,
 #service_links_structural a:link, #service_links_structural a:visited, #service_links_fabrication a:link, #service_links_fabrication a:visited,
  #service_links_emergency a:link, #service_links_emergency a:visited
{ color: #efc136; font-weight: bold; display: block; padding-left: 20px; }

#service_links_mechanical a:hover, #service_links_electrical a:hover, #service_links_structural a:hover, #service_links_fabrication a:hover, #service_links_emergency a:hover
{ color: #000000; background-color: #efc136; text-decoration: none; font-weight: bold; display: block; border: 0px; }

#service_links_mechanical a:active, #service_links_electrical a:active, #service_links_structural a:active, #service_links_fabrication a:active, #service_links_emergency a:active
{ color: #d5dde2; background-color: #000000; font-weight: bold; display: block; border: 0px; }

#serviceMechanical	{
	left: 0px;
}

#serviceElectrical {
	left: 150px;
}

#serviceStructural {
	left: 300px;
}

#serviceFabrication {
	left: 450px;
}

#serviceEmergency {
	left: 600px;
}

#bottom_main {
	clear: both;
	position: relative;;
	top: 0px;
	height: 5px;
	background-image: url("../images/background_bottom_main.gif");
	background-repeat: no-repeat;
	z-index: 1;
}

#bottom_main_pages {
	clear: both;
	position: relative;;
	top: 0px;
	height: 10px;
	background-image: url("../images/background_bottom_4_pages.gif");
	background-repeat: no-repeat;
	z-index: 1;
}

#services_blackout {
	position: relative;
	top: 0px;
	width: 750px;
	/*height: 150px;*/
	background-color: #000000;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	z-index: 2;
}

#services_blackout_left {
	float: left;
	text-align: left;
}

#services_blackout_right {
	float: right;
	text-align: right;
}


.projectContainer { position: relative; }
.projectLeft { float: left; top: 10px; width: 325px; }
.projectRight { float: left; top: 10px; width: 325px; }

p {
 clear: both;
}

a:link, a:visited {
	color: #a8c9da;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

img	{
	border: 0px;
}

hr { clear: both }

h1 { color: #252525; font-size: 1.8em; padding: 0px; text-decoration: none; font-family: "Cooper Black"; }

h2 { color: #333333; font-size: 1.4em; padding-top: 15px; }

h3 { color: #3333cc; font-size: 1.2em; font-weight: bold; padding-top: 25px; }

li ul { list-style: none; }

dl { font-weight: bold; text-align: left; }

df { font-weight: normal; text-align: left; }

dd { font-weight: normal; text-align: left; }

.projectAnchor { clear: both; }


.emergencyTitle { color: #ff2222; font-weight: bold; }
.title { color: #d5dde2; font-weight: bold; }
.titleHolder { color: #efc136;}


.imgleft	{
	 float: left;
	 margin: 2px;
}

.imgRight	{
	 float: right;
	 margin: 2px;
}

.center	{
	text-align: center;
}

/* SPECIAL TEXT */
.anmar { font-family: "Cooper Black"; font-weight: normal; color: #d5dde2; }
.anmar2 { font-family: "Times New Roman"; font-weight: bold; color: #000000; }
.talos { font-family: "Verdana"; font-weight: bold; color: #d5dde2; }
.castec { font-family: "Cooper Black"; font-weight: normal; color: #efc136; }


.quote { color: #ffffff; text-align: left; }

.list
{
 list-style-type: disc;
}

.sublist
{
 list-style-type: circle;
}

.quoteLocation { }

.quoteReference { }



/* COLOURS */
/*
 steel blue: #66788e;
 light blue: #a8c9da;
 very light blue #d5dde2;
 dewalt yellow: #efc136;
*/