@charset "utf-8";
/* CSS Document */

/* Global styles */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0;
	text-align: center;
	background-color: #333333;
	background-image: url(../_images/fill.gif);
}

table {
	margin; 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	margin: 1ex 1em 1ex 1em;
	text-align: justify;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol, dl, li {
	margin: 1ex 1em 1ex 1em;
	text-align: justify;
	font-size: 95%;
}

h1 {
	margin: 1ex 1em 1ex 0.7em;
	font-size: 130%;
	font-weight: bold;
}

a {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #F00;
}

#wrapper {
	width: 970px;
	margin: 0px auto;
	text-align: left;
}

/* Header styles */

#header {
	width: 100%;
	height: 90px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	/* [disabled]border-bottom: 2px solid #F00; */
	background-color: #fff;
	background-image: url(../_images/header.png);
}

#header img.logo {
	margin: 0 10px;
	border: 0;
}

#header h1 {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #C00;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}

#mainNav {
	clear: both;
	background: #CCC;
	width: 100%;
	height: 30px;
	margin: 0 0 10px 0;
	position: relative;
}

/* Main Body styles */

#billBoard {
	width: 970px;
	height: 700px;
	margin: 0 0 10px 0;
	background-color: #fff;
	background-image: url(../_images/billBoardAPS.jpg);
	position: relative;
}

#billBoard .billBoardTitle {
	width: 500px;
	height: 100px;
	background-image: url(../_images/billBoardAPSTitle.png);
	position: absolute;
	left: 450px;
	top: 27px;
}

#billBoard .billBoardFeatures {
	width: 503px;
	background-color:#fff;
	position: absolute;
	left: 462px;
	top: 292px;
	font-size: 14pt;
	height: 369px;
}

#billBoard .billBoardFeatures h3 {
	font-weight: 500;
	color: #900;
}	

#billBoard .billBoardFeatures p {
	text-align: center;
	font-weight: 300;
	font-style: italic;
}	

#billBoard .billBoardFeatures ul {
	padding-left: 20px;	
}	

#billBoard .billBoardQuote {
	width: 370px;
	background-color:#ffc;
	position: absolute;
	left: 580px;
	top: 154px;
	border: 1px solid #F00;
	height: 105px;
}

#prodLeft {
	width: 316px;
	height: 235px;
	clear: both;
	float: left;
	margin: 0 11px 10px 0;
	background-color: #fff;
	background-image: url(../_images/prodMarine.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#prodCenter {
	width: 316px;
	height: 235px;
	float: left;
	margin: 0 11px 10px 0;
	background-color: #fff;
	background-image: url(../_images/prodMatlHdlg.jpg);
}

#prodRight {
	width: 316px;
	height: 235px;
	float: left;
	margin: 0 0 10px 0;
	background-color: #fff;
	background-image: url(../_images/prodCustom.jpg);
}

/* 2nd Tier pages */

#mainContent {
	width: 950px;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}

#mainContent .quote {
	float: right;
	border: solid 1px #f00;
	margin: 10px;
	width: 250px;
	text-align: center;
}

#mainContent .quote ul {
	padding-left: 1.5em;
}

#mainContent .quote li {
	margin-left: 0px;
}

#mainContent .phone {
	color: #C00;
}

#mainContent h2 {
	margin: 2ex 1em 1ex 1em;
}

#mainContent p {
	margin: 1ex 3em;
}

/* Footer styles */

#footer {
	clear: both;
	height: 150px;
	background-color: #fff;
	background-image: url(../_images/footer.png);
}
