/* (c)2002 J&J WEB SERVICES - http://www.jandjwebservices.com */
/* Zimcoat Specialty Flooring - http://www.zimcoat.com */
/* PAGE LAYOUT - BASIC CSS, compatible with NS4.7, IE3, Opera 3 & older browsers */


/* GENERAL */
body {
	background: #fff url(http://www.zimcoat.com/layout/zimcoat-tile.jpg) repeat-y;
	color: #009;
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
/* PAGE CONTENT */
#content {
	background: transparent;
	margin-top: 0px;
	margin-bottom: 75px;
	margin-right: 45px;
	margin-left: 45px;
	padding: 0;
	color: #009;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
/* TABLES */
table, tr, th, td {
	color: #009;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
}
/* REMOVES SPACING BETWEEN TABLE CELLS */
tr.layout img {
	display: block; 
	padding: 0; 
	margin: 0;
}
td.inline img {
	display: inline; 
	padding: 0; 
	margin: 0; 
}
/* LINKS */
a:link {
	color: #39F;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	display: inline;
}
a:visited {
	color: #699;
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	display: inline;
}
a:link img, a:visited img {display: inline; background: transparent;}
/* IMAGES */
img {display: inline;}
/* TEXT HEADERS */
h1 {
	color: #03f;
	text-align: center;
	font-size: 25px;
	font-family: "Lithograph",  "Times New Roman", "Times";
	display: block;
	background: transparent;
}
h2 {
	color: #03f;
	text-align: center;
	font-size: 22px;
	font-family: "Lithograph", "Times New Roman", "Times";
	display: block;
	background: transparent;
}
h3 {
	color: #03f;
	text-align: left;
	font-style: italic;
	font-size: 20px;
	font-family: "Times New Roman", "Times";
	display: block;
	background: transparent;
}
h4 {
	color: #03f;
	text-align: center;
	font-style: italic;
	font-size: 18px;
	font-family: "Times New Roman", "Times";
	display: block;
	background: transparent;
}
h5, h6 {
	color: #03f;
	text-align: left;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", "Times";
	display: block;
	background: transparent;
}
/* MISC TEXT FORMATS */
small {
	font-size: 10px;
	text-align: center;
	font-family: "Arial", "Helvetica";
	margin: 10px;
	padding: 0;
	display: inline;
}
big {
	font-size: 14px;
	text-align: center;
	font-family: "Arial", "Helvetica";
	margin: 10px;
	padding: 0;
	display: inline;
}
acronym, abbr {
	cursor: help;
	border-bottom: dashed 1px;
	display: inline;
}
i {font-style: italic; display: inline;}
b {font-weight: bold; display: inline;}
em {font-weight: bold; font-style: italic; display: inline;}
center {text-align: center; display: inline;}
/* LISTS */
ul {list-style: square outside;}
ul ul {list-style: circle outside;}
ol {list-style: decimal outside;}
ol ol {list-style: lower-alpha outside;}
li {display: list-item;}
/* BLOCKQUOTE */
blockquote {margin-left: 3em; margin-right: 3em; padding: 0; display: block;}
p {display: block;}
/* HIDE ITEMS */
.hide {
	margin: 0; 
	padding: 0; 
	display: none;
}
