* {
margin:0;
padding:0;
}
html {
background-color: white;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-family: Candara, "Trebuchet MS", Trebuchet, sans-serif;
font-size-adjust: 0.463;
font-size: 76%;/* 60%, 69%, and 76% give reliable reading sizes smaller than 1.0em. 86% and 93% do well, but are not exact across browsers */
}
img {
border:none;
}
a {
text-decoration:none;
color:rgb(0,104,147);
}
a:hover, a:active {
color:rgb(243,119,54);
}
p {
margin-top:.5em;
margin-bottom:.5em;
text-align:justify;
font-size:1.6em;
}
#tContainer {
margin:auto;
position:relative;
width:792px;
top:.5em;
}
#tAddress {
display:block;
font-size:12px;
top:73px;
left:190px;
position:absolute;
}
#tFooter {
position:relative;
clear:both;
}
#tFooterText {
position:absolute;
top:22px;
}
ul.navList {
list-style:none;
line-height:1.5em;
font-size:2em;
font-family:Segoe UI, Arial, Helvitica, sans-serif;
font-size-adjust: 0.500;
}
img.block {
display:block;
}
.left {
float:left;
margin-right:1em;
}
.center {
margin-left:auto;
margin-right:auto;
}
#tCopyright {
position:absolute;
bottom:5px;
left:5px;
}
#tCopyright p {
font-size:1em;
}
#tProductDescription {
margin-top:1em;
}