@charset "UTF-8";
/* CSS Document */
a:link { color: #09c; }
a:visited { color: #09f; }
a:active { color: #930; }
a:hover { color: #069; text-decoration: none; }

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	letter-spacing: 0.2px;
}
.oneColFixCtr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1, h2 {font-family:tahoma,verdana,sans-serif; margin:0 ; padding-bottom: 4px; color:#000; }
h1 {font-size: 18px;   }
h2 {font-size: 16px; padding-top: 10px; }

/* images  */
img { border: 0; }
.thumbs { padding-bottom: 5px; }
.thumbsrev { padding:5px; background:#000; width:100%; height:100%; }
.logo {padding: 5px 0 0 0 ; }
.adv {padding: 0 0 8px 10px ; }

#topnav, .leftnav {font-family:verdana,tahoma,sans-serif; color:#333; }  /* navigation top and left */

#topnav { font-size:10px;    /*  upper right navigation  */
letter-spacing:.5px;
word-spacing:8px; 
text-align:right; 
padding:2px 0 1px 0; }

.leftnav { width: 15%;        /* left link navigation  */
font-size:10px; 
line-height:135%; }

table { border: 0; width:100%; }
table.items {
	border-collapse:collapse;
	border:1px solid #999;
	width:100%;
}
td { text-align:left; vertical-align:top; }
td.items{
	width:20%;
	text-align:center;
	border: 1px solid #999;
	padding: 10px 0 0 0;
	vertical-align: middle;
}

.itemtext {font-size:11px; line-height:120%; margin: 0; padding: 0 6px 6px 9px; }  /*  used with thumbnails and item description */

.footer { font-size:10px; padding:10px 5px; text-align:center; line-height:125%; } /* footer copyright notice */

.bodytext { width:100%;      /* descriptive copy with subheads */
font-size: 13px;
margin: 0;
padding: 0 0 3px 0; 
}

.complete {font-family:"arial black","helvetica black",gadget; font-size:12px;  }

