*
{
margin: 0;
padding: 0;
border: 0;
}
div#page
{
width: 780px;
margin: 0 auto;
}
div#header
{
width: 100%;
height: 263px;
}
div#banner-top
{
width: 500px;
height: 50px;
background-image: url('images/banner-top.png');
float: left;
}
div#header ul
{
width: 280px;
height: 50px;
list-style-type: none;
background-image: url('images/main-menu.png');
float: left;
}
div#header li
{
float: left;
}
div#header li a
{
height: 37px;
margin-top: 13px;
display: block;
}
div#header li a:hover
{
background: transparent;
}
li#main a
{
width: 65px;
background-image: url('images/menu-main.png');
}
li#products a
{
width: 74px;
background-image: url('images/menu-products.png');
}
li#downloads a
{
width: 78px;
background-image: url('images/menu-downloads.png');
}
li#contact a
{
width: 63px;
background-image: url('images/menu-contact.png');
}
div#banner
{
width: 500px;
height: 213px;
background-image: url('images/banner.jpg');
float: left;
}
div#more-info
{
width: 280px;
height: 213px;
background-image: url('images/more-info.png');
float: left;
}
div#more-info h1
{
width: 198px;
float: right;
}
div#more-info p
{
width: 198px;
height: 148px;
margin-top: 24px;
padding: 10px;
font-family: verdana, sans-serif;
font-size: 9pt;
text-indent: 1em;
color: #FFF;
float: right;
}
div#bottom
{
width: 100%;
height: 70px;
background-image: url('images/bottom.png');
clear: both;
}
ul#bottom-menu
{
height: 38px;
width: 422px;
margin-left: auto;
margin-right: auto;
list-style-type: none;
}
ul#bottom-menu li
{
height: 38px;
float: left;
}
ul#bottom-menu li a
{
height: 38px;
margin-top: 3px;
display: block;
}
ul#bottom-menu li a:hover
{
background: transparent;
}
li#main-b a
{
width: 92px;
background-image: url('images/bottom-main.png');
}
li#products-b a
{
width: 119px;
background-image: url('images/bottom-products.png');
}
li#downloads-b a
{
width: 107px;
background-image: url('images/bottom-downloads.png');
}
li#contact-b a
{
width: 104px;
background-image: url('images/bottom-contact.png');
}
div#copyright
{
width: 100%;
height: 29px;
line-height: 28px;
font-family: Tahoma, sans-serif;
font-size: 8pt;
text-align: center;
color: #900;
}