#header_bg {
    background-color: white;
    width: 100%;
    border-bottom: 1px solid #808080;
}
#header {
    position: relative;
    background-color: #ffffff;
}
#logo {
    display: inline;
}
#shortcuts {
    text-align: right;
    text-transform: uppercase;
    color: #808080;
    font-size: 0.8em;
    bottom: 10px;
    right: 0px;
    position: absolute;
    text-align: right;
}
#shortcuts a {
    color: #808080;
    text-decoration: none;
}
#shortcuts ul {
    list-style: none;
    display: inline;
}
#shortcuts ul li {
    display: inline;
    padding: 0px 10px;
    border-right: 1px solid #808080;
}
#shortcuts input {
    font-size: 0.8em;
}
#nav_bg {
    background-image: url('nav_bg.jpg'); 
    background-repeat: repeat-x;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    position: relative;
}
#nav_container {
    width: 950px; 
    margin:0 auto;
    white-space: nowrap; 
    position: relative;
}
#main_img {
    height: 300px;
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#nav_menu {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    text-align: center;
}
#nav_menu ul {
    list-style: square;
    margin: 10px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    display: inline;
}
#nav_menu ul li {
    display: inline;
    background-image: url('nav_bullet.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
}
#nav_menu li a {
    padding: 4px 30px 4px 13px;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
#nav_menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.list_item {
    border-bottom: 1px solid #808080;
    padding: 10px 0px 10px 0px;
    color: #000000;
}
.list_item a {
    color: #B90004;
}
.list_item .title a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
    text-decoration: underline;
}
.heading {
    font-weight: bold;
    text-transform:uppercase;
    color:#B70004;
    margin-bottom: 10px;
    font-size: 1.7em;
}
.even {
    background-color: #EBEBEB;
}
.odd {
    background-color: #FFFFFF;
}
.vendor_button {
    width: 96px;
    height: 63px;
    padding: 10px 17px;
}
.vendor_button_txt {
    width: 96px;
    height: 63px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.info {
    color: #808080;
    font-style: italic;
}
#notice_messages {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    padding: 10px 0px;
    border: 1px solid #FFD324;
    background-color: #FFF6BF;
    color: #514721;
}
#error_messages {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    padding: 10px 0px;
    border: 1px solid #FBC2C4;
    background-color: #FBE3E4;
    color: #8a1f11;
}
body {
    background-color: #404040;
    font-size:78%;
    color: #ffffff;
}
h1, h2, h3, h4, h5 {
    color: #BDBDBD;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1%;
}
h5 {margin-bottom: 0.0em;}
h4 .sub {
    color: #194977;
}
a {
    color: #BDBDBD;
}
.featured_list {
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin-bottom: 40px;
}
.featured_list .plus {
    font-size: 1.3em;
    font-weight: bold;
}
.featured_list .plus a {
    color: #B90004;
}
.featured_list h4 {
    color: #ffffff;
    margin-bottom: 0.8em;
}
.featured_list a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.featured_list ul {
    list-style: none;
    display: inline;
    margin: 0px;
}
.featured_list ul li {
    padding-left: 1.7em;
    text-indent: -1.7em;
}
.featured_list  ul li a {
    color: #ffffff;
}
.home_bg {
    background-image: url('bg_cam1.jpg');
    background-position: right;
    background-repeat: repeat-y;
    padding-bottom: 30px;
}
.footer {
    background-image: url('footer_bg.jpg');
    background-repeat: repeat-x;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 20px;
}
.footer ul {
    list-style: none;
    display: inline;
}
.footer ul li {
    display: inline;
    border-right: 1px solid #ffffff;
    font-size: 0.95em;
    padding: 0px 10px;
}
.footer ul li a {
    text-decoration: none;
    color: #ffffff;
}
.homepage_text {
    text-align:justify;
}
#headline_overlay {
    position: absolute; 
    font-weight: bold;
    width: 100%; 
    color: #ffffff;
    bottom: 0; 
    left: 0; 
    background-color: #000000; 
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; 
    text-align: center; 
    white-space: normal;
}
#headline_container {
    border: 1px solid #000000;
    background-color: #000000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
#headline_highlight {
    text-align: center;
    color: #ffffff;
    font-size: 160%;
    font-weight: bold;
    width: 950px;
    margin: 0 auto;
}
.cart_heading {
    background-color: #858585;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    color: #000000;
}
.cart_heading div {
    padding-left: 5px;
}
.cart_listing {
    float:left;margin-right:0px;
    min-height:60px;
    height:auto !important;
    height:60px;
    border-top: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
    padding: 3px 0px;
    width: 710px;
    color: #000000;
}
.cart_listing a {
    color:#B70004;
}
.pagination {
    text-align: center;
    width: 100%;
}