html, body{
margin:0 auto;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
height:100%; /* needed for container min-height */
bottom:0px;
background-image:url(../images/background.jpg);
background-repeat: repeat-x;
background-color:#FFFFFF;
}

#container{
width:1092px;
margin:0 auto;
}
#index_nav{
background-color:#231f20;
padding:0px 0px 25px 0px;
}
#index_nav2{
background-color:#231f20;
padding:0px 0px 25px 0px;
border-top:solid 1px #999999;
}
#container #index_nav{
border:none;
}
/* ---- navcontainer ---- */
#nav_container{
text-align:center; 
background-color:#231f20; 
background-image:url(../images/top_ban_span); 
background-repeat:repeat-x;
min-width:965px; 
margin-top: 0px; 
margin-right: auto;
margin-bottom: 0px; 
margin-left: auto; 
height:250px;
}
#tit{
text-transform:uppercase;
font-weight:bold;
color:#af641f;
font-size:18px;
}
#tab{
width:249px;
height:33px;
display:block;
background-image:url(../images/tab.png);
background-repeat:no-repeat;
float:left;
margin:0px 0px 0px 15px;
text-align:center;
font-weight:bold;
padding-top:10px;
}

#containerbody{
width:1092px;

text-align:left;
height:100%;
min-height:100%;
position: relative;
bottom:0px;
margin:0 auto;
}
#containerbody #index_nav{
text-align:center;
}
#content_main{
display:block;
width:545px;
margin:0 auto;
text-transform:uppercase;
font-size:14px;
line-height:18px;
}
#content_text{
display:block;
width:545px;
margin:0 auto;
}

/*----- text ----*/
.title{
font-size:18px;
text-transform:uppercase;
color:#af641f;
padding:0px 0px 5px 0px;
}
.header_copy{
color:#FFFFFF;
}
#itemshell .title{
font-size:14px;
color:#af641f;
}
.price{
color:#af641f;
}
.twoup{
height:12px;
font-size:10px;
margin-bottom:10px;
}
.fineprint{
font-size:9px;
}
/* ------ items ------ */
#itemshell{
width:900px;
display:block;
padding:10px;
-overflow:auto;
margin:0 auto;
text-align:center;
}
.item_left, .item_right{
float:left;
width:225px;
height:350px;
text-align:left;
}
.item_left img, .item_right img{
margin-left:20px;
}

/* ------ badge ------ */
#badge{
text-align:center;
}
/* ---- copyright ---*/
#copyright{
font-size:9px;
text-align:center;
margin:0 auto;
width:1092px;
display:block;
}


