﻿#bottom {

    width: 100%;
    height: 20px;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin: 0 auto;
    background: #fff;
}

#header {
    font-size: 9px;
    color: #000;
    padding-top: 20px;
}

#header img {
    margin: 0 auto;
	width: 98%;
}

div#header table,
#links table {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding-left: 5px;
}

#footer {
    font-size: 9px;
    color: #fff;
    background-color: #000;
    padding-top: 20px;
}

#footer table {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}


#links {
    background: url('siteart/maroon.jpg') repeat-x;
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#links a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 1px;

}


#links a:hover {
    color: #777777;
}

#scroll {
    background-color: #fff;
    padding: 10px 0px;

}


#main {
    padding: 0px 10px;
    background: #fff;
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}

.otherPage #main {
    font-size: 12px;

}

.inventoryPage table#main {
    max-width: 1000px;
}

.inventoryPage .scrolling-wrap,
.inventoryPage .container {
    padding: 0 10px;
    box-sizing: border-box;
}

#middle {
    background: #909090 url('siteart/main_bg.jpg') repeat-y center top;
    width: 100%;

}

.large {

    font-size: 25px;
    font-weight: bold;
    padding: 10px 0px;
}

#contact {
    font-size: 13px;
    width: 100%;
    max-width: 200px;
}

#picture {
    background: url('siteart/home.png') no-repeat;
    font-size: 12px;
    padding: 10px;
    height: 516px;

}


#logo {
    background-color: #fff;
    width: 100%;
    padding: 10px 0px;
}

#logo .text {

    padding: 10px 5px;
    text-align: right;
    font-weight: bold;
}

#about {
    font-size: 12px;
    color: #fff;
    background-color: #000;
    width: 100%;
    max-width: 606px;
}


.welcome {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px black solid;


}


#footer {
    padding: 40px 10px;
    text-align: center;
	font-size: 15px;

}



a:active {
    text-decoration: underline;
    color: #000;
}

a:visited {
    text-decoration: underline;
    color: #000;
}

a:link {
    text-decoration: underline;
    color: #000;
}

a:hover {
    color: #777777;
}

a.weatherwidget-io {
    transform: scale(0.8);
    margin-top: -10px;
    margin-left: -25px;
}

@media only screen and (max-width: 1050px) {

    .inventoryPage #main {
        padding: 0px;
    }

}

@media only screen and (max-width: 900px) {

    .weather,
    .contactStuff {
        display: none;
    }
	#header img {
    margin: 0 auto;
    width: 68%;
}
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

tyless
