/* CSS Document */

body {
  scrollbar-face-color:#000000;
	scrollbar-highlight-color:yellow;
	scrollbar-3dlight-color:orange;
	scrollbar-darkshadow-color:darkblue;
	scrollbar-shadow-color:gray;
 	background-image: url("http://amish-buggy.com/images/siding.jpg");
	margin: 0px;
}

table.tblcontents {
	border-color: #000000;
	width: 90%;	background-image: url("http://amish-buggy.com/images/bg3.jpg");
	/*background-color: #f7f7f7;*/
}

table.tblcontentheader {
	border-color: #000000;
	width: 90%;
	height: 230px;
}

td.contentheaderbg {
	background-image: url("http://amish-buggy.com/images/siding.jpg");
	vertical-align: middle;
}

table.contentheadermain {
	background-color: #f7f7f7;
	border-color: #000000;
	width: 90%;
	height: 130px;
}

table.contentbody {
	width: 100%;
	background-color: #f7f7f7;
}

table.tblred {
	border-color: #000000;
}

table.tbl3 {
	border-color: #000000;
}

table.tblwhite {
	border-color: #717171;
	background-color: #FFFFFF;
}

table.tblinfo {
	background-color: #f7f7f7;
	border-color: #000000;
}

table.tblproducts {
  background-color: #f7f7f7;
	border-color: ;
}

hr.separator {
	color: #000000;
	background-color: #808080;
}

h1.kwtitle {
	text-align: center;
	font-size: 32px;
	color: #808080;
}

p.kwc {
	text-align: justify;
}

a.kwlink {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.kwlink:hover {
	text-decoration: underline;
}

