/* General */
body,td,th{
font-family: "Tahmoa", Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color:#000000;
}
body{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a{
font-family: "Tahmoa", Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
a:link,a:visited,a:active{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
/* Layout */
#background-image {
width:100%;
height:100%;
top:0px;
bottom:0px;
left:0px;
right:0px;
position:absolute;
overflow:hidden;
z-index:0;
}
#container {
width:auto;
height:auto;
top:0px;
bottom:0px;
left:0px;
right:0px;
position:fixed;
z-index:1;
height:100%;
overflow:auto;
position:absolute;
}
#strip{
margin:0 auto 0 auto;
width:675px;
text-align: left;
}
#page{
background-color:White;
}
/* Header */
#header{
width:675px;
height:76px;
margin-top:22px;
}
#nav{
width:675px;
height:30px;
margin_bottom:8px;
}
/* Content */
#top_flash{
width:675px;
}
#bottom_flash{
width:675px;
height:170px;
}
/* Price List Pages */
#flash_title{
width:675px;
}
.bottom_prices{
width:649px;
padding-top:13px;
padding-bottom:13px;
padding-left:13px;
padding-right:13px;
}
.cell_title{
height:25px;
font-weight:bold;
font-size:9px;
background-color:White;
}
.cell_odd{
height:15px;
font-size:10px;
background-color:#CCCCCC;
}
.cell_even{
height:15px;
font-size:10px;
background-color:#F2F2F2;
}
.table_divide{
height:16px;
}
/* Footer */
#footer{
width:635px;
height:44px;
line-height:10px;
padding-left:20px;
padding-right:20px;
padding-top:16px;
padding-bottom:16px;
margin-bottom:16px;
}
#footer_left{
float:left;
text-align:left;
}
#footer_right{
float:right;
text-align:right;
padding-top:30px;
}

.move_upleft{
margin-top:-25px;
margin-left:-13px;
}
