html { 
    margin: 0px;
    padding: 0px;
    text-align: center;
	}
body {
    margin: 0px;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    color: rgb(0,0,0);
    font-style: normal;
    font-size: 12px; 
    font-weight: normal;
    font-family: arial, sans-serif;
    background-color: rgb(255,255,255);
	}
table {
    border: 0px;
	}
td {
    color: rgb(0,0,0);
    font-style: normal;
    font-size: 13px; 
    font-weight: normal;
    font-family: arial, sans-serif;
	}
td.header1 {
    height: 123px;
    width: 216px;
    background-image: URL(../pics/leftheader.jpg);
    background-position: left;
    background-repeat: no-repeat;
	}
td.header2 {
    height: 123px;
    background-image: URL(../pics/middleheader.jpg);
    background-position: center;
    background-repeat: repeat-x;
	}
td.header3 {
    height: 123px;
    width: 261px;
    background-image: URL(../pics/rightheader.jpg);
    background-position: right;
    background-repeat: no-repeat;
	}
td.nav {
    color: rgb(255,255,255);
    width: 154px;
    font-style: normal;
    font-size: 13px; 
    font-weight: normal;
    font-family: arial, sans-serif;
    background-image: URL(../pics/navbar.gif);
    background-position: left;
    background-repeat: repeat-y;
	}
td.navfooter {
    width:145px;
    color:rgb(255,255,255);
    font-size:11px;
    text-align:center;
	}
td.samples {
	padding:20px;
	margin-top:15px;
	border-right:#333333 1px solid;
	}	
a.samples {
	border:none;
	text-decoration:none;
	color:#346667;
	}
img.samples a {
	border:none;
	text-decoration:none;}
	
a:link, a:active, a:visited { 
    color: rgb(52,102,103);
    font-style: normal;
    font-family: arial, sans-serif;
    text-decoration: none;
	}
a:hover { 
    color: rgb(173,194,194);
    font-style: normal;
    font-family: arial, sans-serif;
    text-decoration: none;
	}
hr.products {
	margin:25px 0;
    height: 2px;
    color:#ADC2C2;
	border:none;
	background:#ADC2C2;
	}
	
/*================================================*/

h1 {
	font-size:20px;
	}
h2 {
	font-size:15px;
	}
h3 {
	font-size:13px;
	}
h1.products {
    color: rgb(173,194,194);
    font-weight: bold;
    font-size: 14px;
	}
a.products:link, a.products:active, a.products:visited { 
    color: rgb(52,102,103);
    text-decoration: none;
	}
a.products:hover { 
    color: rgb(173,194,194);
    text-decoration: none;
	}

/*================================================*/

.image {
	border:2px;
	width: 250px;
	margin:0 30px 8px 0;
 	}
.display {
	float:left;
	width:250px;
	margin:0 30px 30px 0;
	}
.description {
	margin:0 0 0 290px;
	}
.subtext {
	font-style:italic;
	font-size:10px;
	margin-bottom:20px;
	}
.clear {
	clear:both;
	height:1px;
	}