@charset "utf-8";
/* CSS Document */

body {
background: url(images/brave_bg.png) repeat-x;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
}

.price {
color: #e45228;
}

h1 {
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
color: #e45228;
}

h2 {
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
}

.medior {
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
}


a {
color: black;
text-decoration: none;
}

a:hover {
color:#0099FF;
}

.products {
font-size: 13px;
}

.products a {
color: #e45228;
text-decoration: none;
}

.products a:hover {
letter-spacing: 2px;
color: black;
}

.productbox {
font-size: 12px;
font-weight: bold;
color:#0066FF;
text-decoration: underline;
}

.productbox a {
color:#0066FF;
}

.productbox a:hover {
color:#000066;
}

.smaller {
font-size: 11px;
font-weight: bold;
}

.smalltext {
font-size: 10px;
}

.navlinks {
font-weight: bold;
position: relative;
top: 10px;
}

.bottomlinks {
font-size: 10px;
}

.bottomlinks a {
color: white;
text-decoration: none;
}

.bottomlinks a:hover {
color: black;
}

.navlinks a {
color: white;
text-decoration: none;
}

.navlinks a:hover {
color: black;
}

td {
vertical-align: top;
}
