html {
	background: #000 url("../images/html-bg.jpg") top center repeat-x;
	margin:0;
	padding:0;
	height:100%;
}
	
body {
	position:relative;
	top:0;
	margin:0 auto;
	padding: 0;
	width: 994px;
	color: #0b2b42;
	font: 12px Arial, Helvetica, sans-serif;
	background: url("../images/body-bg.gif") top center repeat-y;
}

#container {
	position:relative;
	margin:0 auto;
	padding:0;
	width: 990px;
}

#logo {
	position:absolute;
	left: 98px;
	top: 89px;	
	float: left;
	margin: 0;
	padding: 0;
	width: 204px;
	height: 152px;
}

#flash {
   width: 990px;
	height:355px;
	margin: 0;
	padding: 0;
}

#content-container {
	clear: both;
	margin: 0;
	padding: 0;
	width: 990px;
	background: url(../images/content-bg.gif) top center repeat-y; 
	overflow:hidden
}

/*Left Column Styles*/

#leftcol {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 735px;
}

#leftcol ul {
	padding: 10px 0 8px 5px;
	margin: 0 0 0 25px;
	list-style: square;
	font: 12px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
}

#leftcol ul li {
	line-height: 22px;
	padding: 0 0 2px 0;
	margin: 0;
	color: #0b2b42;
}

#leftcol table {
	margin: 10 auto 9px auto;
	padding: 0;
	width: 721px;
}
#leftcol table p{
	margin: 0 8px 14px 8px;
	padding: 0 0 0 8px;
	line-height: 17px;
	font: 11px verdana;
}
#leftcol table h2 {
	margin: 0;
	padding:19px 0 0 0;
	font: 19px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color:#596F7F;
	height: 35px;
	text-indent: 50px;
	background: url(../images/content-table-h.jpg) top left no-repeat;
}

#leftcol table h3 {
	margin: 0;
	padding:5px 0 0 0;
	font: 15px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color:#596F7F;
	height: 14px;
	text-indent: 15px;
}

#leftcol h2 {
	margin: 0;
	padding:10px 0 0 0;
	font: 19px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	color:#0F1D2A;
	text-indent: 10px;
}

#leftcol h3 {
	margin: 0;
	padding:10px 0 0 0;
	font: 19px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	color:#0F1D2A;
	text-indent: 10px;
}
#leftcol tr.content {
	margin: 0;
	padding:0px;
	background: url(../images/content-table-c.jpg) top left repeat-y;
}

#leftcol tr.footer {
	margin: 0;
	padding:0;
	height: 24px!important;
	background: url(../images/content-table-f.jpg) top left no-repeat;
}

/*Home page buttons*/

a.windows,a.interior,a.window-film,a.window-resealing,a.dry-docks {
	float:left;
	margin: 0;
	padding: 0;
	text-indent: -3500px;
	width: 137px;
	height: 241px;
	text-decoration: none;
}

a.windows {
	margin: 0 0 0 0px;
	background: url(../images/hp-img-01.jpg) 0 0 no-repeat;
}
a.interior {
	margin: 0 0 0 7px;
	background: url(../images/hp-img-02.jpg) 0 0 no-repeat;
}
a.window-film {
	margin: 0 0 0 7px;
	background: url(../images/hp-img-03.jpg) 0 0 no-repeat;
}
a.window-resealing {
	margin: 0 0 0 7px;
	background: url(../images/hp-img-04.jpg) 0 0 no-repeat;
}
a.dry-docks {
	margin: 0 0 0 7px;
	background: url(../images/hp-img-05.jpg) 0 0 no-repeat;
}


a:hover.windows,a:hover.interior,a:hover.window-film,a:hover.window-resealing,a:hover.dry-docks {
  background-position: -137px 0;
}

/*Right Column Styles*/

#rightcol {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	width: 205px;
}

#rightcol h2 {
	margin: 0;
	padding:3px 0 3px 10px;
	font: 21px "Arial", "Verdana" "Lucida Grande", "Helvetica", "sans-serif";
	font-weight: bold;
	color:#324267;
}

#rightcol table {
	margin: 0 0 15px 0;
	padding: 0;
	width: 200px;
	background-color: #E2E4E6
}

#rightcol table tr {
	margin: 0;
	padding: 0;
}

#rightcol h3, #rightcol h3 a {
	margin: 0;
	padding:3px 0 3px 10px;
	font: 14px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	background-color: #B4BDC3;
	font-weight: bold;
	color:#e3f4f8;
}

#rightcol ul {
	padding: 10px 0 8px 5px;
	margin: 0 0 0 10px;
	list-style: none;
	list-style-type: none;
	font: 11px "Verdana" "Lucida Grande", "Arial", "Helvetica", "sans-serif";
}

#rightcol ul li, #rightcol ul li a {
	line-height: 22px;
	padding: 0 0 2px 0;
	margin: 0;
	color: #0b2b42;
	text-decoration:none;
}

#rightcol a:hover {
	text-decoration: underline;
}

p {
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 15px 10px;
}

HR {
	clear: both;
   border: none 0;
	border-top: 1px solid #B1AF5C;
	width: 99%;
	height: 1px;
	padding: 0;
	margin: 10px 1px;
	overflow:hidden
   }
	

/*UL Tags*/

#content ul {
	padding: 10px 5px 8px 5px;
	margin: 0 0 0 10px;
	list-style: none;
	list-style-type: none;
	/*font: 14px Arial, Helvetica, sans-serif;*/
}

#content ul li {
	line-height: 24px;
	padding: 0 0 2px 20px;
	margin: 0;
	color: #4a3d31;
	text-transform: uppercase;
	background: url(../images/content-bullet.gif) 0 6px no-repeat;
}


/*Images Styles*/

.image-left {
	float: left;
	border: 1px solid #C4C3C3;
	padding: 2px;
	margin: 5px 15px;
	background: #F8F4F4;
	overflow:hidden
}

.image-center {
	display: block;
	border: 1px solid #C4C3C3;
	padding: 2px;
	margin: 5px auto;
	background: #F8F4F4;
	overflow:hidden
}

.image-right {
	float: right;
	border: 1px solid #C4C3C3;
	padding: 2px;
	margin: 5px 15px;
	background: #F8F4F4;
	overflow:hidden
}

/*DO NOT USE THIS CLASS*/
.image_borders { 
	border: 1px solid #C4C3C3;
	padding: 2px;
	margin: 5px 15px;
	background: #F8F4F4;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 972px;
	background: #000 url(../images/footer-bg.gif) top center no-repeat; 
	overflow:hidden
}

#footer-logo {
	float: left;
	margin:0 10px;
	padding:0;
	width: 77px;
	height: 57px;
	background: #000 url(../images/logo-footer.gif) top center no-repeat; 
}

p.footer-links {
	margin:0;
	padding:10px 0 0 0;
	text-align: left;
	color:#c2d3de
}

p.credit {
	margin:0;
	padding:0;
	text-align: left;
	color:#808080
}

/* -= Roll Overs Footer=- */

.credit a:link, .credit a:visited {
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

.credit a:hover, .credit a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline
}

.credit a {
	padding: 0 3px 0 3px;
	margin: 0;
	font-weight: normal;
}


.footer-links a:link, .footer-links a:visited {
	font-weight: normal;
	color: #c2d3de;
	text-decoration: none;
}

.footer-links a:hover, .footer-links a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #808080;
	text-decoration: none
}

.footer-links a {
	padding: 0 3px 0 3px;
	margin: 0;
	font-weight: normal;
}

h1{
	font: 21px Verdana;
	color: #EBF1F6;
	background: #546A79;
	padding: 6px 8px ;
	margin: 0 5px 9px 5px;
}
