
/*******************************
    Global Resets
*******************************/ 
 
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
  margin: 0; 
  padding: 0; 
}

fieldset, img, button { 
  border: none; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}

:focus, input:focus, button:focus, button:active, button:hover {
  outline: 0;
}

sub, sup {
  font-size: 8px;
  line-height: 0;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #CCCCCC;
  background-image: url(../images/background2.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*******************************
          Global Styles 
 *******************************/

#wrapper {
  width: 1000px;
  height: 804px;
  padding: 18px 0px 0px;
  background: url(../images/placeholder.jpg) no-repeat;  
  margin: 0 auto;
}

#menu {
        position: absolute;
  margin-left: 0px;  
        text-align: left;
}

/*******************************
          Top Nav Bar    
 *******************************/

.topNavSmall {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  padding-right: 10px;
  color: #666666;
}
 
.topNavSmall a:link    { color:#666666; text-decoration:none; }
.topNavSmall a:visited { color:#666666; text-decoration:none; }
.topNavSmall a:hover   { color:#FF0000; text-decoration:none; }

.topNavLarge {
  background-color: #F5F5F5;
  font-family: Helvetica, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #CC0000;
  text-align: center;
  height: 17px;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-top: 3px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 3px;
  text-transform: uppercase; 
}

.topNavLarge input {
  background-color: #FFFFFF;
  vertical-align: 0px;
  border-left: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: 11px;
  margin-right: 0px;
}

.topNavLarge a:link    { color:#CC0000; text-decoration:none; }
.topNavLarge a:visited { color:#CC0000; text-decoration:none; }
.topNavLarge a:hover   { color:#000000; text-decoration:none; }

.bottomNav {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  padding-left: 12px;
  padding-right: 12px;
  color: #666666;
}

.bottomNav a:link    { color:#666666; text-decoration:none; }
.bottomNav a:visited { color:#666666; text-decoration:none; }
.bottomNav a:hover   { color:#FF0000; text-decoration:none; }

#tn_dl_submit, #tn_search_submit {
  border: none;
  color: #CC0000;
  background-color: #F5F5F5;
  font-family: Helvetica,Arial;
  font-size: 11px;
  font-weight: bold;
  vertical-align: -2px;
  cursor: pointer;
}

.breadcrumbs {
  background-color: #E0E0E0;
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-left: 0px;
}

.breadcrumbs a:link    { color:#666666; text-decoration:none; }
.breadcrumbs a:visited { color:#666666; text-decoration:none; }
.breadcrumbs a:hover   { color:#FF0000; text-decoration:none; }

div.shoppingcart
{
	position: relative;
	display: none;
}

div.shoppingcart table
{
	position: absolute;
	width: 350px;
	background-color: #F5F5F5;
	font-family: Helvetica, Arial;
	border: 1px solid #E0E0E0;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #CC0000;
	left: 500px;
}

div.shoppingcart TD
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	padding: 2px 4px;
}  

.button {
    height:20px;
    background-color:#999999;
    color:#FFFFFF;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font: 95% 'Verdana',Arial,helvetica,sans-serif; 
    cursor: pointer;
  }
