/* CSS RESET */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, address, em, font, img, ins,
small, strong, sub, sup, 
u, center, ol, ul, li,
form, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}




/* MAIN STYLES */

#header {
background-image: url(../images/header_bg.png);
background-repeat: repeat-x;
height: 129px;
}

#logo {
width: 800px;
margin: 0 auto;
text-align: center;
}


#container {
width: 800px;
margin: 0 auto;
overflow: auto;
display: block;
background-image: url(../images/container_bg.gif);
margin-bottom: 70px;
}

#nav {
width: 125px;
float: left;
font-size: 1.05em;
}

#nav ul {
margin-left: 1.0em;
list-style-type: none;
}

#nav ul li {
padding-top: 0.5em;
}

#nav ul li ul {
margin-left: 1.0em;
}

#nav ul li ul li {
padding-top: 0.5em;
}

#nav a {
text-decoration: none;
color: #000;
}

#nav a:hover {
color: #867c09;
}


#nav ul li a {
font-weight: bold;
}

#nav ul li ul li a {
font-weight: normal;
font-size: 0.9em;
}

#nav li a.active {
color: #867c09;
}


#content {
width: 400px;
padding: 0 18px 140px 18px;
float: left;
}

#content img#head {
margin-bottom: 1em;
} 

#content a {
text-decoration: none;
color: #867c09;
padding-right: 0.25em;
}

#content a:hover {
text-decoration: underline;
}

#subnav {
width: 234px;
float: left;
}

#subnav img {
float: right;
margin-bottom: 10px;
}

#footer {
background-image: url(../images/footer_bg.png);
background-repeat: repeat-x;
width: 100%;
height: 157px;
position: fixed;
bottom: 0px;
}

#footercontainer {
width: 800px;
margin: 0 auto;
}

#suppliers  {
margin: 0 auto;
height: 41px;
margin-top: 40px;
}

#suppliers img {
padding: 0 3px;
float: left;
}

#copyright {
font-size: 0.8em;
color: #fff;
padding: 0.7em;
}

#copyright a {
color: #fff;
text-decoration: none;
}

#copyright a:hover {
text-decoration: underline;
}

#endnotes {
margin-top: 1em;
height: 3em;
line-height: 3em;
padding: 0 0.7em;
font-size: 0.8em;
color: #000;
}

#endnotes img {
vertical-align:middle;
}

#endnotes a {
color: #000;
}

#endnotes a:link, a:visited {
text-decoration: none;
}

#endnotes a:hover, a:active {
text-decoration: underline;
}


/* DETAILS */

html {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #867c09;
	margin-bottom: 1em;
	}
h2 {
	font-size: 1em;
	color: #867c09;
margin: 1em 0;
}

p { 
margin-bottom: 1.6em;
line-height: 1.4em;
}



