body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 0;
	background-color: #04009f;
	background-image: url(images/water.jpg);
	background-repeat:repeat-x;
	}

a:link, a:visited, a:active {
	color: #0000cc;
	text-decoration:underline;
	_color: #ffffff;
	}
	
a:hover { color: #666666; text-decoration:none;}

#container {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 930px;
}

#heading {
	width: 930px;
	background:url(images/heading-bg.jpg) no-repeat;
	margin-left: 8px;
	height: 161px;
	}
	
#heading table {
	margin-top: 18px;
	margin-left: 16px;
	width: 890px;
	}
	
#heading table td {
	margin-top: 18px;
	}
	
/*TOP NAVIGATION------------------------------------------------*/
#nav {
	background:url(images/nav-bg.jpg) no-repeat;
	height: 69px;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding-left: 20px;
padding-top: 23px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #0099FF; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 105px; /*Width of top level menu link items*/
padding: 1px 2px;
text-decoration: none;
color: #FFFFFF;
font-size:14px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: -20px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
top: -23px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
background-color:#e3e3e3;
color:#000000;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
font-size: 12px;
}

.suckertreemenu ul li ul li a:hover{
background-color: #ffffff;
color: #0000cc;
}

.suckertreemenu ul li a:hover{
background-color: #ffffff;
color: #0000CC;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: url(images/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/*background: url(images/arrow-right.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/*end NAVIGATION----------------------------------------------*/

h1 {
	font-size: 18px;
	color:#000099;
	padding: 0 5px 0 5px;
	}

#content {
	background: url(images/content-bg.jpg) repeat-y center;
	padding-left: 20px;
	padding-right: 20px;
	}

#whitebg {
	width: 890px;
	background-color:#FFFFFF;
	margin: 0 auto;
	}
	
#whitebg p {
	font-size: 12px;
	padding: 0 10px 0 10px;
	}

td.leftside {
	width: 650px;
	vertical-align:top;
	padding: 0 5px 0 5px;
	}

table.content {
	width:890px;
	padding: 0;
	margin:0;
	}

td.rightside {
	width: 240px;
	padding-top: 10px;
	text-align:center;
	vertical-align:top;
	}
	
#flash table {
	width: 500px;
	}
	
#flash table tr td {
	vertical-align:top;
	}
	
#flash p {
	padding-left: 40px;
	}

#contact {
padding-left: 10px;
	}
	
#contact table tr td {
	font-size: 12px;
	}

#shapes {
	width: 500px;
	}	
	
#shapes tr td {
	padding: 5px 5px;
	}

#stamped table {
	width: 600px;
	}

#stamped tr td {
	text-align:center;
	padding-bottom: 2px;
	}

#liners table {
	width: 500px;
	}
	
#liners table tr td {
	border-bottom: 1px solid #0099CC;
	padding: 5px 0 5px 0;
	}
	
#liners table tr td img {
	border: 0;
	}
	
#tiles table {
	width: 600px;
	}
	
#tiles table tr td {
	border-bottom: 1px solid #0099CC;
	padding: 5px 0 5px 0;
	}
	
#tiles table tr td img {
	border: 0;
	}

#beforeafter {
	text-align:center;
	}

#beforeafter table {
	width: 520px;
	}

#beforeafter table td {
	text-align:center;
	padding-bottom: 5px;
	}

#contactnow {
	width: 600px;
	border: 1px solid #000099;
	margin:auto;
	text-align:center;
	padding: 5px 0 5px 0;
	}
	
p.small {
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	}

#footer {
	background:url(images/content-bg.jpg) repeat-y center;
	padding-left: 40px;
	font-size: 10px;
	color:#FFFFFF;
	text-align:center;
	clear:both;
	}
	
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}

#footer-end {
	background:url(images/bottom-bg.jpg) no-repeat center;
	height: 23px;
	clear:both;
	}