
/**************************** zero out spacing */

:link,:visited { text-decoration: none; }

ul,ol { list-style: none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

address { font-style: normal; }


/**************************** sidebar links */


#sidebar ul a {
	display: block;
	width: 150px;
	border-top: 1px solid #999;
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3.8em;
	}	

#sidebar a:hover {
	color: #000;
	}

body#home a#about_link,
body#consumer a#consumer_link,
body#product a#product_link,
body#contact a#contact_link, 
body#parts a#parts_link, 
body#partners a#partners_link {
	background: url(../images/nav-logo.gif) top left no-repeat;
	color: #268197;
	}

#sidebar #external_link {
	color: red;
	}

	
/**************************** common links */

#main a {
	color: #000;
	}	

#main a:visited {
	color: #000;
	}	

#main a:hover {
	border-bottom: 1px solid #000;
	}

#main a:active {
	color: red;
}	

