body {
	font: 69%/1.6em verdana, geneva, sans-serif;
    color: #333;
}

h1, h2, h3 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
    clear: both;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
    color: #ff0099;
    margin: 1.4em 0 0.9em 0;
}

h2 {
    font-size: 1.2em;
    margin: 1.4em 0 1.2em 0;
}

h3 {
    font-size: 1em;
}

p {
    margin: 1.4em 0;
}

/* hyperlinks */
a {
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

#header #nav, #content #subnav {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px; 
}

#header #nav a {
    color: #4d4d4d;
    padding: 0 4px;
    margin-right: 6px;
}

#header #nav a:hover, #header #nav a:active {
    color: #333;
}

#content a {
    color: #f09;
}

#main a:hover, #main a:active, #localnav a:hover, #localnav a:active, 
    #locpath a:hover, #locpath a:active {
    text-decoration:none;
    background: #f09;
    color: #fff;
}

#content #subnav a, #content #subnav a.selected {
    display: inline-block;
    margin-left: 2px;
    padding: 0 5px;
    text-decoration: none;
}

html>body #content #subnav a, html>body #content #subnav a.selected  {
    padding: 1px 5px;
}

#content #subnav a.selected {
    color: #fff;
    background: #f09;
}

#content #subnav a:hover {
    color: #fff;
    background: #f09;
}

#content #productdetails h2 {
    margin-top: 1.2em;
}

#main #news small {
    font-size: 0.9em;
}

.recycle {
	color: #999;
	font-size: 0.9em;
}



