/* Cad Company Online Catalog style v1.1 */
/* basic elements */
body
{ 
background-color:#fff7e7;background-image:url('../catalog/images/binder4w.gif');
background-repeat:repeat-y;
margin-left:75px
}
table {
width:100%;
border:none;
table-layout:auto;
font-family:verdana;
}
th {text-align:center}
h1,h2,h3,h4,h5
{
font-family:verdana;
text-align:center
}
h1 {line-height:10%}
p
{
font-family:verdana;
text-align:left
}

/*special elements and styles*/
hr {color: #89D3FC}
#cent {text-align:center}
#just {text-align:justify}
#emph {
font-size: 120%; 
font-weight: bold; 
font-style:italic;
}
#foot {
text-align:center;
font-size:80%
}
#note {
text-align:center;
font-size:80%;
font-style:italic;
}
#sups {
font-size:50%;
}
#title {
width:auto;
border:thick groove;
padding:20px;
position:absolute;
right:60px;
top:10px
}
#fsays {
width:30%;
border:thin groove;
padding:10px;
position:relative;
left:60%;
font-size: 60%;
}
#fsaysl {
width:30%;
border:thin groove;
padding:10px;
position:relative;
left:5%;
font-size: 60%;
}
#prevb {
postion:absolute;
left:5px;
border-style:none;
height:35px;
width:70px;
}
#contentsb {
position:relative;
left:15%;
border-style:none;
height:35px;
width:70px;
}
#indexb {
position:relative;
left:30%;
border-style:none;
height:35px;
width:70px;
}

#homeb {
position:relative;
left:45%;
border-style:none;
height:35px;
width:70px;
}
#nextb {
position:relative;
left:60%;
border-style:none;
height:35px;
width:70px;
}
#content {
position:relative;
top:5px;
width:95%;
}
#partlist {
list-style-type: none;
/*font-weight: bold;*/
}
/*Divs - not used at this time*/
#header
#navtop
#navbottom
#footer
