﻿* {
margin: 0;
padding: 0;
border: 0;
}

html {
overflow-y: scroll;
}

table {
border-collapse: collapse;
}

body {
color: #777;
background: #111 url(images/back.jpg) repeat-x;
font-size: 14px;
font-family: Verdana, Helvetica, sans-serif;	
}

div#top {
width: 900px;
margin: 0 auto;
}

td#topleft {
width: 300px;
text-align: left;
}

td#topright {
width: 600px;
padding-top: 10px;
padding-right: 10px;
text-align: right;
float: right;
}

div#bar {
text-align: center;
padding: 10px;
color: #ccb;
background: url(images/nav_bg.jpg) repeat-x;
}

div#main {
vertical-align: bottom;
width: 900px;
margin: 20px auto;
}

td#billboard {
padding: 0;
}

td.product {
padding: 15px;
vertical-align: top;
border: 5px solid #cbc7c8;
background: #fff;
width: 200px;
}

a, a:visited, a:active {
color: #fff;
font-size: 9px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #fb0;
}

h1 {
font-size: 18px;
font-weight: bold;
color: #555;
vertical-align: top;
margin-top: 5px;
font-family: "Times New Roman", serif;
}

h3 {
font-size: 12px;
font-variant: small-caps;
color: #9c6a37;
}

h5 {
color: #777;
font-size: 10px;
font-weight: normal;
}

#footer {
line-height: 15px;
font-size: 9px;
padding-top: 25px;
text-align: center;
font-weight: bold;
color: #444;
letter-spacing: 1px;
font-family: "Trebuchet MS", sans-serif;
}

.pushright {
float: right;
}

#ad2 {
padding: 0 30px;
vertical-align: top;
}

#ad2 a {
text-decoration: underline;
color: #000;
}