/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

/* =====================   Main Page Structure ======================== */
body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    xx-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

body {
  font-family:  "Verdana", "Helvetica", sans-serif;
  background-color:#000aa0; 
  background-image: url(images/Background.jpg);
  background-repeat: repeat-x;
  text-align: center; 
  min-width: 816px; 
}

#wrapper {
  background-color: #fff;
  margin: 20px auto 0px auto; 
  text-align: left; 
  width: 800px;
  height: 100%;
}


#branding {
  height: 223px;
  margin-left: -16px;
  border: none;
/*  background: url(images/lotHeader.gif) no-repeat left top; */
}

#content { 
  width: 610px; 
  float: right; 
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#mainnav { 
  width: 150px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float:left;
}

#footer {
  clear: both;
  background-color:#6699FF;
  padding: 1px 20px 3px 20px;
  border-top: solid #000aa0 1px;
  color: #000aa0;
  text-align: center;
  font-size: .8em;
}


/* =========================== Fonts, Margins, Colors ============================== */
h1 {
  font-size: 1.4em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  font-weight: bold;
}
#content p {
  font-size: .9em;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
h1, h2, h3 {
  margin: 0 0 .5em 0;
}

/* =====================   Miscellaneous class/div formatting ======================== */

#homelist {
  padding: 0px 0px 10px 16px;
}
.notice {
	color: red;
}
.centered {
	text-align: center;
	margin: 0px;
}
.parts {
	float: left;
}
.hardware {
	padding-top: 10px;
	clear: both;
}
.HWlist {
	list-style: none;
	border: none;
	display: block;
	padding-left: 270px;
}
.title {
	padding-left: 270px;
}
/* =====================   Miscellaneous link formatting ======================== */

 a:link,  a:visited {
  font: .9em "Verdana", "Helvetica", sans-serif; 
  line-height: 1.5em; 
}
a:hover {
  color:#C0F;
}

.basiclink {
  color: #333;
}
/* ========================= Setting up the mainnav links list ============================ */

#linkslist li, #linkslist a {
	height: 30px;
	list-style: none;
	text-decoration: none; 
	font-family: "Verdana", "Helvetica", sans-serif;
	color: #FFF; 
	font-weight: bold;
	display: block;
	border: none;
	margin-left: 5px;
	padding: 0px;  
}

#linkslist li a:link, #linkslist li a:visited {
	background-image: url(images/buttonUp.gif);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 8px;   
}

#linkslist li a:hover {
 	background-image: url(images/buttonDown.gif);
}