* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url("images/bg.gif");
    background-repeat: repeat-x;
    background-color: #8ec0e0;
    font-size: 15px;
    color: white;
}

.wrapper {
    margin: 0 auto;
    width: 768px;
}

#header {
    width: 100%;
    float: left;
    height: 144px;
    background-image: url("images/header.gif");
}

#nav {
    width: 100%;
    float: left;
    height: 36px;
    background-image: url("images/nav.gif");
}

#content {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

#splash {
    height: 264px;
    width: 100%;
    background-repeat: no-repeat;
}

#contact_splash {
    background-image: url("images/contact.jpg");
    height: 264px;
}

.splash_text {
    padding-top: 80px;
    padding-right: 300px;
    font-size: 150%;
    font-weight: bold;
}

.content_box {
    margin-top: 15px;
    background-color: #455d6e;
    border: 2px white solid;
    padding: 10px;
}

.product_img {
    float: right;
    margin: 2px;
}

#footer {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
    background-color: black;
    text-align: center;
    color: white;
    border-top: 1px solid white;
	background-image: url("images/footer.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer td {
    padding-left: 15px;
    padding-right: 15px;
    width: 240px;
    vertical-align: top;
    font-size: 12px;
}

#footer table {
    padding-bottom: 10px;
}

hr {
    margin-bottom: 4px;
}

ul {
    margin-left: 13px;
}
/*
 Text Formating
 */
.left {
    float: left;
    margin-right: 5px;
}

.right {
    float: right;
    margin-left: 5px;
}

a {
    color: white;
	border: 0px;
}

a:hover {
    color: #8db639;
}

#nav a {
    font-weight: bold;
    color: white;
    padding: 1px;
    text-decoration: none;
    border: 1px solid white;
    padding-left: 4px;
    padding-right: 4px;
}

#nav a:hover {
    background-color: white;
    color: #455e6e;
    border: 1px solid #0d3204;
}

h1, h2 a{
	text-decoration: none;
}

h1 {
    color: #8db639;
    font-size: 160%;
	padding-bottom: 5px;
}

h2 {
    color: #8db639;
    font-size: 130%;
    font-weight: bold;
	padding-bottom: 5px;
}

p {
    margin-bottom: 5px;
}

img {
    margin: 5px;
}

.logo {
	border: 1px solid white;
}

.nav {
    padding-top: 11px;
    font-size: 16px;
    font-weight: bolder;;
}

.sort {
    margin: 0px;
}

th {
    background-color: #8db639;
    color: #FFFFFF;
    padding: 2px;
    text-align: left;
    border: 1px solid #8db639;
}

th:hover {
    border: 1px dashed white;
}

td {
    padding-left: 5px;
}

.cat_brand_list {
    font-size: 80%;
}
/*
 * ----------------------------------
 *
 * Form Specific CSS
 *
 * ----------------------------------
 */
form {
    margin-left: 5px;
}

label {
    width: 4.5em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-weight: bold;
}

.submit input {
    margin-left: 4.5em;
}

input, textarea {
    border: 1px solid white;
    background-color: #455d6e;
    color: white;
    margin-bottom: 5px;
    padding: 2px;
}

.submit input {
    color: #000;
    background: #ffd200;
    border: 2px outset #d7b9c9;
    padding: 0px;
    font-weight: bold;
}