@import 'menus.css';
*{margin:0px;padding:0px;}

.container{
    width : 870px;
    background-image : url(/images/content_repeater.png);
    background-repeat : repeat-y;
    background-position : -1px 0px;
    margin : 0 auto;
}
body{
    background-image : url(/images/background.png);
}
.left{
    width : 752px;
    float : left;
}
.right {
    text-align : right;
    width : 500px;
    margin-top : 16px;
    float : right;
    margin-right : 28px;
    font-family : Tahoma;
    font-weight : bold;
    font-size : 14pt;
}
#footer{
    background-position : 1px 0px;
    height : 150px;
    width : 870px;
    background-image : url(/images/footer.png);
    margin : 0 auto;
}
#address{
    width : 100%;
    background-image : url(/images/address_bar.png);
    vertical-align : middle;
    padding-top : 5px;
    padding-bottom : 5px;
    text-align : center;
    font-family : Tahoma;
}
#menu{
    width : 820px;
    height : 35px;
    background-image : url(/images/menu.png);
    background-repeat : no-repeat;
    margin : 0 auto;
}
h3, h4{
    font-weight : bold;
    color : #EF8C23;
}
#header{
    background-image : url(/images/header.png);
    background-repeat : no-repeat;
    height : 184px;
    margin : 0 auto;
    width : 870px;
}
#content{
    padding-top : 10px;
    padding-left : 45px;
    width : 810px;
    font-family : Tahoma;
}
#content_bg{
    background-image : url(/images/body_bg_bottom.png);
    background-repeat : no-repeat;
    background-position : 0 100%;
    float : left;
}
#sm a{
    text-decoration : none;
    font-weight : bold;
    font-family : Tahoma;
    color : #fff;
    font-size : 8pt;
}
#guy_with_gun{
    float : right;
    background-image : url(/images/guy.png);
    background-repeat : no-repeat;
    background-position : 100% 0;
    width : 800px;
    height : 193px;
}
.template2{
    margin-top : 10px;
    width : 95%;
    border-collapse : collapse;
    color : #fff;
    border : 1px solid #000;
}
.product td{
    padding : 2px;
    border-bottom : 1px solid #000;
}
.image_td{
    width : 100px;
}
.image_tag img{
    border : 0px solid;
}
a img {
    border : 1px solid #000;
}
.larger_image_prompt{
    display : block;
}
.price{
    color : #F58016;
}
#even{
    background-color : #5E6656;
}
#odd{
    background-color : #767166;
}
#options_form table td{
    padding : 10px;
}