html,body {
margin: 0;
padding: 0;
background: #999999;
background-image: url(images/background.png);
background-position: left;
background-repeat: repeat-y;
font-family: sans-serif;
color:#000000;
}

#content{
z-index: 1;
padding-top: 80px;
padding-left: 192px;
padding-right: 12px;
}

#mainlogo{
z-index: 2;
position: absolute;
top: 0; 
left: 0; 
width: 180px;
height: 180px;
background: #301030;
}

#mainlogo img{
border-style: none;
position: relative;
top: 8px;
left: 8px;
}


#navigation{
z-index: 2;
float: left;
margin-top: 180px; 
width: 180px;
height: auto;
overflow: visible; 
background-color: #301030;
color: white;
}

#navigation a:link {
text-decoration: none; 
font-weight: bold; 
color: #999999;
position: relative;
top: -4px;
}

#navigation a:visited {
text-decoration: none; 
font-weight: bold; 
color: #999999;
position: relative;
top: -4px;
}

#navigation a:active {
text-decoration: none; 
font-weight: bold; 
color: #999999;
position: relative;
top: -4px;
}

#navigation a:hover {
text-decoration: underline; 
font-weight: bold; 
color: #999999;
position: relative;
top: -4px;
}

#navigation b {
text-decoration: none; 
font-weight: bold; 
color: #FFF;
position: relative;
top: -4px;
}

#navigation ul{
margin: 0;
padding: 0;
list-style-image: url(images/blank_20.png);
}

#navigation ul ul{
padding-left: 30px;
}

#navigation ul ul ul{
padding-left: 10px;
}

#footnotes{
z-index: 2;
clear: both;
width: 180px;
height: 40px;
padding-top: 8px;
background-color: #301030;
font-size: 0.5em;
color: #666666;
text-indent: 0.5em;
}

#footnotes img{
float: right;
border-style: none;
}

#footnotes a{
text-decoration: none; 
color: #666666;
}

#footnotes a:visited {
text-decoration: none; 
color: #666666;
}

#footnotes p{
margin-top: 0;
}

#buttons{ 
z-index: 2;
position: absolute; 
top: 0; 
left: 180px; 
right: 0;
width: auto;
height: 80px; 
overflow: hidden; 
background-color: #301030;
color: white;
}

* html #buttons{ /*IE 6 hack*/
width: 600px;
}

#buttons a{
float: left;
width: 16%;
text-align: center;
}

#buttons img{
border-style: none;
position: relative;
top: 4px;
}

div.tn_float {
float: left;
width: 200px;
height: 300px;
text-align: center;
font-size: 0.7em;
}

div.tn_float img {
border-style: none;
}

div.tn_float strong {
font-size: 1.75em;
font-weight: bold;
}

div.card_float {
float: left;
width: 180px;
height: 330px;
text-align: center;
font-size: 0.7em;
}

div.card_float a {
text-decoration: none; 
}

div.card_float img {
border-style: none;
}

div.card_float strong {
font-size: 1.75em;
font-weight: bold;
}

div.card_floatp {
float: left;
width: 260px;
height; 180px;
text-align: center;
font-size: 0.7em;
}

div.card_floatp a {
text-decoration: none; 
}

div.card_floatp img {
border-style: none;
}

div.card_floatp strong {
font-size: 1.75em;
font-weight: bold;
}

/* uncomment to remove add to cart buttons */
/* .cart_button {display: none;} */

