@charset "utf-8";
body {
	background-image: url(pics/holepunch.png);
	margin: 0px;
	padding: 0px;
}
#main {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main #header {
	height: 100px;
	background-image: url(pics/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	position: relative;
}
.content {
	margin: 5px;
	font-size: 14px;
	color: #333333;
	font-family: Tahoma;
}
.H5 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

#main  #fadespacer {
	height: 19px;
	background-image: url(pics/fade4.png);
	position: relative;
	margin-bottom: 5px;
}
.faderight   {
	background-image: url(pics/fade1.png);
	background-repeat: repeat-y;
	position: absolute;
	width: 20px;
	top: 0px;
	right: -20px;
	height: 100%;
}
.fadeleft   {
	background-image: url(pics/fade2.png);
	background-repeat: repeat-y;
	position: absolute;
	height: 100%;
	width: 20px;
	left: -20px;
	top: 0px;
}
.listheader    {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	background-image: url(pics/fade2.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
	width: 130px;
}
#main  .topleft {
	background-color: #555555;
	background-image: url(pics/fade2.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	vertical-align: top;
}
#main .tdtextloc {
	text-align: left;
	vertical-align: top;
}
#menu {
	position: relative;
}
#menu    li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#menu ul {
	position: relative;
	margin: 10px;
}
#menu a {
	text-decoration: none;
	color: #CCCCCC;
}
#menu   a:hover {
	color: #FF0F0F;
}
#products {
}
#products    li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#products ul {
	position: relative;
	margin: 10px;
}
#products a {
	text-decoration: none;
	color: #CCCCCC;
}
#products a:hover {
	color: #FF0F0F;
}

#main .bodyhead {
	color: #4444;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	background-image: url(pics/tran1.png);
	background-repeat: repeat-x;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer  {
	background-image: url(pics/fade3.png);
	height: 20px;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	text-align: right;
	position: relative;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
}
