/* CSS Document */

body {
font-family: Arial;
}

#wrapper {
border: 1px solid #000;
}

#nav {
background: url(images/navbg.jpg) repeat-x;
height: 51px;
}

.bar {
background: url(images/barbg.jpg) repeat-x;
height: 28px;
}
.bar h2 {
font-size: 14px;
margin-top: 5px;
}

.border {
border: 1px solid #000;
}

.price {
color: #ff4f01;
font-size: 14pt;
font-weight: bold;
}

#topnav {
font-weight: bold;
}

#navlist
{
padding: 10 10px 10px;
margin-left: 10px;
font: bold 10pt Arial, sans-serif;
width: 10em;
font color:#999999;
}

#navlist li
{
list-style: none;
margin: 0;
border-bottom: 1px dotted gray;
text-align: left;
background: url(images/arrow.gif) no-repeat 0px 10px;
}

#navlist li a
{
color: #666666;
display: block;
padding: 2em 0.5em 0.25em 0.75em;
text-decoration: none;
}

#navlist li a:link { color: #525252; }
#navlist li a:visited { color: #525252; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

.footerbar {
background: url(images/footerbg.jpg) repeat-x;
height: 31px;
}