
body {
    background-image: url('../images/background_top.jpg') ;
    background-repeat: repeat-x;
    background-color: #161616;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #9e9e9e;
}

.bullet{
    float: left;
    width: 160px;
    padding-left: 30px;
    list-style-image: url('/images/bullet.jpg');
    
}

a{
    color: #999999;
    font-family: veranda,Arial;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bolder;
    text-align: justify;
}
a:hover{
    color: #ffffff;
}

.img1{
    padding-left: 5px;
}

div#wrapper {
    width: 900px;
    background-color:#212121;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;

}
div#header {
    background-image:url('/images/header.jpg');
    height: 117px;

    text-align: center;
}
div#nav {
    width: 100%;
    background-image:url('/images/top_menu.jpg');
    height: 41px;
    color: #ffffff;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}
div#nav_bottom {
    width: 100%;
    background-image:url('/images/bottom_menu.jpg');
    background-repeat: repeat-x;    
    height: 33px;
}
div#nav_bottom_shadow {
    width: 100%;
    background-image:url('/images/bottom_menu_shadow.jpg');
    height: 21px;
}

div.top1{
    float: left;
    min-width: 100px;
    background-image:url('/images/top.png');
    background-position: top center;
    height: 41px;

}
div.top1:hover{
    background-position: bottom center;
}

.top1 a {

    display: block;
    text-align:center; 
    color: #ffffff;   
    text-decoration: none;
    text-transform: uppercase;
    background-position:top;
    padding-top: 12px;

}

.top1 a:hover {
    color:#ffffff;
    text-align:center;        

}  

div.link1{
    float: right;
    min-width: 100px;
    background-image:url('/images/bottom_menu.jpg');
    background-position: top center;
    height: 33px;

}
div.link1:hover{
    background-position: bottom center;
}

.link1 a {

    display: block;
    text-align:center; 
    color: #ffffff;   
    text-decoration: none;
    text-transform: uppercase;
    background-position:top;
    padding-top: 12px;

}

.link1 a:hover {
    color:#ffffff;
    text-align:center;        

}     
    

div#slogan {
    width: 100%;
    background-image:url('/images/slogan.jpg');
    height: 196px;

}

#over { 
    position: relative; 
    height: 196px;
    float: right;
 } 
#bottomImage { 
    position: absolute; 
    bottom: 0; 
    right:0;
} 


div#content {
    padding: 10px;
    background-color: #212121;
}

div#left_block{
    float:left;
    width:250px;
    height: auto;
    padding-bottom: 10px;
    padding-left: 8px;
}

div#block1{
    float: right;
    width:190px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div#block2{
    float: right;
    width:190px;
    padding-right: 11px;
    padding-bottom: 10px;
}

div#block3{
    float: right;
    width:190px;
    padding-right: 11px;
    padding-bottom: 10px;
}

.dvd{
    background-image: url('/images/dvd.jpg');
    height: 207px;
    width: 190px;
}

.books{
    background-image: url('/images/books.jpg');
    height: 207px;
    width: 190px;
}

.kettlebells{
    background-image: url('/images/kettlebells.jpg');
    height: 207px;
    width: 190px;
}

div#product{
    float: left;
    padding-left: 5px;
}

div#view{
    padding-left: 35px;
    padding-top: 163px;
}

.table_height{
    height: 200px;
}

div#main{
    float: right;
    width:605px;
}


div#footer_top {
    clear:both;
    height: 42px;
    background-image:url('/images/footer_top.jpg');
    
}

.footer_links,.footer_links a{
    text-align: center;
    padding-top: 10px;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

.footer_divider{
    background-image: url('/images/footer_divider.jpg');
    width: 7px;
    height: 123px;
    background-repeat: no-repeat;
}
.foot{
    width: 290px;
    vertical-align: top;
    text-indent: 30px;
    font-family: Veranda,Arial;
    font-weight: bold;
}
.rights{
}

div#footer_bottom {
    clear:both;
    background-color: #2c2c2c;
    height: 157px;
    border-bottom-color: #ffffff;
    border-bottom-width: thin;
}

#navlist {
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
    background-image:  url(/images/top_menu.jpg);
    
}
#navlist a, #navlist a:visited {
    padding: 14px 2px 2px 0px;
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    float: left;
    width: 87px;
    text-align: center;
    font-weight: bolder;
    font-size: 12px;
    font-family: Arial;
}
#navlist a:hover {
    
    background-image:  url(/images/button.png);
    height:41px;
    width: 87px;
    color: #ffffff;
}

#navlist2 {
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
    background-image:  url(/images/bottom_menu.jpg);
    
}
#navlist2 a, #navlist2 a:visited {
    padding: 14px 2px 2px 0px;
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    float: right;
    width: 87px;
    text-align: center;
    font-weight: bolder;
    font-size: 12px;
    font-family: Arial;
}
#navlist2 a:hover {
    background-image:  url(/images/button.png);
    background-position:0 -25% ; 
    overflow: visible;
    display: block;
    height:33px;
    width: 87px;
    color: #ffffff;
}

.content_head{
    background-image: url('/images/content_header.jpg');
    background-repeat: no-repeat;
    width: 597px;
    height:50px;
    padding-left: 50px;
    padding-bottom: 5px;
    color: #e99046;
    font-weight: bold;
    font-family: veranda,Arial;
    font-size: 16px;
    text-transform: uppercase;
}

.product_head{
    background-image: url('/images/products_head.jpg');
    background-repeat: no-repeat;
    width: 407px;
    height:57px;
    padding-bottom:5px;
}

.product_text{
    padding-left: 40px;
    padding-bottom:13px;
    color: #e99046;
    font-weight: bold;
    font-family: veranda,Arial;
    font-size: 16px;
}

.left_top{
    background-image: url('/images/left_top.jpg');
    background-repeat: no-repeat;
    width: 250px;
    height:78px;
}

.left_top_text{
    padding-left: 40px;
    padding-bottom: 30px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
}

.left_middle{
    background-image: url('/images/left_middle.jpg');
    background-repeat: repeat-y;
    width: 250px;
    
}

.group{
    background-image: url('/images/divider.jpg');
    background-repeat:no-repeat;
}

.group a{
    padding-top: 10px;
    text-decoration: none;
    display:block; 
    width: 100%;
    height: 100%;
}
.small,.small a{
    padding-top: 20px;
    
}

.left_middle_text{
    color: #4a4a4a;
    padding-left: 10px;
    font-family: veranda,arial;
}

.left_bottom{
    background-image: url('/images/left_bottom.jpg');
    width: 250px;
    height:11px;
}

.center_text,.center_text a{
    
}

.center_top_text{
    color: #e99046;
    font-weight: bold;
    font-family: veranda,Arial;
    font-size: 16px;
    padding-left: 40px;
    padding-bottom: 25px;
}

.center_top{
    clear:both;
    background-image: url('/images/center_top.jpg');
    background-repeat: no-repeat;
    width: 190px;
    height:72px;
}

.cart_top{
    clear:both;
    background-image: url('/images/cart_top.jpg');
    background-repeat: no-repeat;
    width: 190px;
    height:72px;
}

.center_middle{
    background-image: url('/images/cart_middle.jpg');
    background-repeat: repeat-y;
    width: 190px;
    vertical-align:top;
}
.center_bottom{
    background-image: url('/images/cart_bottom.jpg');
    width: 190px;
    height:7px;
}



input.text
{
    color: #ffffff;
    background-color: #212121;
    background-image: url('/images/field1.jpg');
    background-repeat: no-repeat;
    border: 0px;
    width:185px;
    height: 23px;
    vertical-align: 40%;
    padding-top: 5px;
    padding-left: 5px;
}

.code{
    float: left;
    background-image: url('/images/code.jpg');
    width: 45px; 
    height: 31px;
    padding-top: 0px;
    padding-right: 10px;
}

.add_cart{
    background-image: url('/images/code.jpg');
    background-repeat: no-repeat;    
    width: 49px;     
    height: 32px;
    padding-top: 10px;
    border: 0px;
    color: #ffffff;
    text-align: center;
    background-color: #212121;
}


.submit, .submit a{
    color:#ffffff;
    float: left;
    background-position: center;
    background-image: url('/images/submit.jpg');
    background-repeat: no-repeat;
    height: 30px;
    width: 72px;
    padding-top:10px ;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.cart{
    color:#ffffff;
    background-position: center;
    background-image: url('/images/button.jpg');
    background-repeat: no-repeat;
    height: 30px;
    width: 93px;
    padding-left: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
}

div#line{
    float: left;
    vertical-align: middle;
    width:250px;
    padding-left: 5px;
    padding-top: 5px;
}

.bot{
    padding-left: 20px;
    text-align: left;
}
