@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 731px;
	background-image: url(images/bedrockbg.jpg);
	margin-top: 15px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	width: 990px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #homemenu {
	margin-top: 340px;
	width: 185px;
	height: 195px;
	margin-left: 15px;
	position: absolute;
}
.oneColFixCtrHdr #servicemenu {
	margin-top: 360px;
	width: 185px;
	height: 195px;
	margin-left: 255px;
	position: absolute;
}
.oneColFixCtrHdr #projectmenu {
	margin-top: 300px;
	width: 185px;
	height: 195px;
	margin-left: 620px;
	position: absolute;
}
.oneColFixCtrHdr #customermenu {
	width: 185px;
	height: 195px;
	margin-left: 800px;
	margin-top: 380px;
	position: absolute;
}
.oneColFixCtrHdr #contactmenu {
	margin-top: 530px;
	width: 185px;
	height: 195px;
	margin-left: 75px;
	position: absolute;
}
.oneColFixCtrHdr #linksmenu {
	margin-top: 540px;
	width: 185px;
	height: 185px;
	margin-left: 295px;
	position: absolute;
}
.oneColFixCtrHdr #productsmenu {
	margin-top: 510px;
	width: 185px;
	height: 195px;
	margin-left: 495px;
	position: absolute;
}
.oneColFixCtrHdr #remapsmenu {
	margin-top: 320px;
	width: 185px;
	height: 195px;
	margin-left: 440px;
	position: absolute;
}
.oneColFixCtrHdr #aboutmenu {
	margin-top: 540px;
	width: 185px;
	height: 195px;
	margin-left: 710px;
	position: absolute;
}
.oneColFixCtrHdr #smallmenu {
	margin-top: 290px;
	width: 820px;
	height: 90px;
	margin-left: 20px;
	position: absolute;
}
.oneColFixCtrHdr #contcont {
	margin-top: 400px;
	width: 580px;
	height: 300px;
	margin-left: 20px;
	position: absolute;
	color: #FFF;
	background-image: url(images/contbg.png);
	padding-left: 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 15px;
}
.oneColFixCtrHdr #aboutcont {
	margin-top: 400px;
	width: 605px;
	height: 315px;
	margin-left: 20px;
	position: absolute;
	color: #FFF;
	background-image: url(images/contbg.png);
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 25px;
}
.oneColFixCtrHdr #remapcont {
	margin-top: 400px;
	width: 605px;
	height: 315px;
	margin-left: 20px;
	position: absolute;
	color: #FFF;
	background-image: url(images/contbg.png);
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 25px;
}
.oneColFixCtrHdr #linkcont {
	margin-top: 400px;
	width: 865px;
	height: 315px;
	margin-left: 20px;
	position: absolute;
	color: #FFF;
	background-image: url(images/linkbg.png);
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 25px;
}
.oneColFixCtrHdr #prodcont {
	margin-top: 400px;
	width: 605px;
	height: 305px;
	margin-left: 20px;
	position: absolute;
	color: #FFF;
	background-image: url(images/contbg.png);
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 25px;
}
.oneColFixCtrHdr #servcont {
	margin-top: 400px;
	width: 605px;
	height: 300px;
	margin-left: 20px;
	position: absolute;
	color: #FFF;
	background-image: url(images/contbg.png);
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 25px;
}
.headingtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #7F8BE1;
}
.oneColFixCtrHdr #thankcont {
	margin-top: 400px;
	width: 610px;
	height: 315px;
	margin-left: 70px;
	position: absolute;
	color: #FFF;
	background-image: url(images/contbg.png);
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 20px;
}
.oneColFixCtrHdr #flashcont {
	margin-top: 395px;
	width: 600px;
	height: 320px;
	margin-left: 60px;
	position: absolute;
}
.oneColFixCtrHdr #logocont {
	margin-top: 420px;
	width: 225px;
	height: 270px;
	margin-left: 730px;
	position: absolute;
}
.tabletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
.tableheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #F00;
}
