﻿body {
    background-image:url('/images/background.jpg');
    background-repeat:repeat-x;
    background-color:#030C1D;
    margin:0;
    font-family:arial;
    font-size:12px;
    color:#fff;
    }

h1, h2{
    font-weight:normal;
    color:#FAD129;
    text-align:left;
    text-transform:uppercase;
    padding:10px;
    margin:0;
    font-family:Impact;
    }

h1{
    font-size:22px;
    }

h2{
    font-size:14px;
    }

h3{
    margin-bottom:0;
    text-align:left;
    }

.footer{
	border-top:1px solid #076034;
    padding-left:235px;
    }

.footertext{
    text-align:left;
    color:#fff;
    padding:10px 0 15px 0;
    margin-left:-5px;
    }

.footertext a {
	color:#FBD02B;
	text-decoration:underline;
    font-weight:bold;
    margin:0 5px;
    }

.footAddr .head{
    font-weight:bold;
    }

#home_left 
{
    width:415px;
    float:left;
    background-color:#fff;
    text-align:left;
    border-bottom:1px solid white;
    height:249px;
}

#home_right 
{
    width:405px;
    float:left;
    text-align:left;
}

#news
{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:0px 25px 25px 25px;
    background-color:#569FD4;
    background-image:url(/images/news_stretch.jpg);
    background-repeat:repeat-x;
    height:184px;
}

.news_date 
{
    color:#fff;
    font-weight:bold;
}

a.news_item:link, a.news_item:visited 
{
    color:#fff;
    padding-bottom:15px;
}

a.news_item:hover 
{
    color:#fff;
    text-decoration:none;
}

a.news_title:link, a.news_title:visited 
{
 color:#fff;
}

.news 
{
    padding-bottom:15px;

}

.nav 
{
    background-color:#042036;
    width:210px;
    text-align:left;
    
}

.nav_head 
{
    padding-bottom:10px;
}

.subNav-1 {list-style-type:none;margin-left:0px;padding:0px;}

.nav-1_cur
{
    color:#fff;
    font-weight:bold;
    padding:0px 10px 10px 15px;
}

.content{
    width:740px;
    padding:10px;
    padding-top:0px;
    text-align:left;
    }

.content_home{
    background-color:#fff;
    width:820px;
    padding:0px;
    text-align:left;
    }

.content a{
    color:#eee;
    }

.content a:hover{
    color:#fff;
    }

/** Auction Listing Styles **/

.tblAucList{
    border:1px solid #076034;
    border-collapse:collapse;
    width:100%;
    }

.tblAucList img{
    border:0;
    }

.tblAucList th{
    background-color:#076034;
    padding-left:10px;
    }
    
.tblAucList td{
    padding:5px 10px;
    }

.tblAucList .tdImage img{
    max-width:120px;
    }

.tblAucList table{
    border-collapse:collapse;
    }

.tblAucList table td{
    line-height:1.5em;
    }

.tblAucList table .lbl{
    font-weight:bold;
    text-align:right;
    font-size:11px;
    }

.tblAucList .txt{
    color:#fcd02b;
    padding-left:10px;
    }

.tdImage{
    width:120px;
    }

.tdButtons img{
    margin:20px;
    }

.tdLink{
    vertical-align:bottom;
    }

.tdLink img{
    float:right;
    border:0;
    }
    
.txtHead{
    color:#fff;
    font-weight:bold;
    }
    
/** Catalog Listing Styles **/

.tblCatlg a{
    display:block;
    text-decoration:none;
    }

.tblThumbs{
    width:100%;
    }

.tblThumbs td{
    padding:3px;
    text-align:center;
    margin:3px;
    }