*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
select, input, textarea, select, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    color: #000;
    background-color: transparent;
}
body {
    background: #fff;
}
:focus {
    outline: 0;
}
body {
    line-height: 100%;
}
ul, ol, dl, li, dt, dd {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, tr, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img, iframe { border: 0; }
a { text-decoration: none; }


body {
	color: #fff;
	background-color: #000;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align:center;
	margin:0px auto;
}
#links a {
	display: block;
	float: left;}	
#home {
	background-image: url('/images/home.jpg');
}
#home:hover, #preload_home {
	background-image: url('/images/home_over.jpg');
}
#poured {
	background-image: url('/images/poured.jpg');
}
#poured:hover, #preload_poured {
	background-image: url('/images/poured_over.jpg');
}
#insulated {
	background-image: url('/images/insulated.jpg');
}
#insulated:hover, #preload_insulated {
	background-image: url('/images/insulated_over.jpg');
}
#faq {
	background-image: url('/images/faq.jpg');
}
#faq:hover, #preload_faq {
	background-image: url('/images/faq_over.jpg');
}
#contact {
	background-image: url('/images/contact.jpg');
}
#contact:hover, #preload_contact {
	background-image: url('/images/contact_over.jpg');
}
#preload {
	display: none;
}
#container {
	text-align: left;
	width: 1001px;
	background-image: url('/images/repeat.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
}
#main {
	background-image: url('/images/back.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 1001px;
	margin-top: -4px;
	clear: both;
}
img.accent_photo {
	float: right;
	margin: 10px 20px;
	clear: both;
}
span.caption {
	color: #fefe00;
	float: right;
	clear: both;
	font-size: 10px;
	margin: -15px 30px 0px 0px;
}
p { 
	color: #fff;
	display: block;
	padding: 10px;
	width: 570px;
}
ul, li {
	list-style: disc inside;
	color: #fff;
	padding-left: 10px;
}
h1 {
	color: #fff;
	font-size: 24px;
	padding: 10px;
	font-weight: bold;
}
h2 {
	color: #fefe00;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
}
h3 {
	color: #fefe00;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #fefe00;
}