body { 
margin: 0 auto;
font-family: Verdana, 'Bitstream Vera Sans', 'Bitstream Vera Sans Mono', Helvetica, Lucida, Arial, sans-serif;
font-size: 11px;
background: #fff url("../images/wrap.png") repeat-y center;
}

.wrap {
margin: 0 auto;
width: 760px;
}

img {
border: 0;
}

.nav {
width: 100%;
height: 98px;
background: url("../images/navbar.png") repeat-x center;
}

.search {
padding-left: 25px;
padding-top: 5px;
width: 175px;
height: 24px;
margin-top: 30px;
background: url("../images/search.jpg") no-repeat;
float: right;
}

.searchbar {
border: 0px;
background: transparent;
}

.navimages {
border: 0px;
margin-top: -3px;
margin-bottom: -3px;
}

.homenav {
padding-top: 10px;
margin: 0 auto;
width: 760px;
height: 98px;
background: url("../images/homenav.jpg") no-repeat;
}

.librarynav {
padding-top: 10px;
margin: 0 auto;
width: 760px;
height: 98px;
background: url("../images/librarynav.jpg") no-repeat;
}

.automationnav {
padding-top: 10px;
margin: 0 auto;
width: 760px;
height: 98px;
background: url("../images/automationnav.jpg") no-repeat;
}

.hardwarenav {
display: none;
padding-top: 10px;
margin: 0 auto;
width: 760px;
height: 98px;
background: url("../images/hardwarenav.jpg") no-repeat;
}

.suppliesnav {
padding-top: 10px;
margin: 0 auto;
width: 760px;
height: 98px;
background: url("../images/suppliesnav.jpg") no-repeat;
}

.contactnav {
padding-top: 10px;
margin: 0 auto;
width: 760px;
height: 98px;
background: url("../images/contactnav.jpg") no-repeat;
}

.nav ul {
margin: 0 auto;
width: 760px;
padding: 0;
margin: 0;
text-align: center;
}

.nav li {
list-style: disc;
display: inline;
color: #fff;
}

.listnormal li {
margin-left: 130px;
display: block;
color: #fff;
}

.page {
padding: 10px;
}

h1 {
font-size: 1.4em;
color: #0d738c;
border-bottom: 1px solid #0d738c;
}

.footer {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #0d738c;
color: #6d6d6d;
font-size: .8em;
text-align: center;
margin: 0 auto;
width: 600px;
}

.nav a {
color: #fff;
}

.nav a:hover {
color: #58b2d0;
}

a {
color: #3763b2;
}

a:hover {
color: #58b2d0;
}

.right {
float: right;
}