@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
}
#container-top {
	background: url(../_img/shadow_top.jpg) no-repeat;
}
#container-mid {
	background: url(../_img/shadow_mid.jpg) repeat-y;
	text-align: center;
}
#container-bot {
	background: url(../_img/shadow_bot.jpg) no-repeat;
}

#brand-silos {
	margin: 0 auto;
	text-align: center;
	background: url(../_img/bgswatch.gif);
	height: 205px;
}
#brand-silos td {
	background: url(../_img/bg_sliver.gif) top right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	vertical-align: top;
}
#brand-silos td p {
	padding: 0 0 0 20px;
}
#brand-silos td ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#brand-silos td ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6d7d8c;
	text-decoration: none;
}
#brand-silos td ul li a:hover {
	text-decoration: underline;
}

#body-copy {
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	text-align: center;
}
#body-copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 10px 20px;
}

#footer {
	height: 25px;
	margin: 0 auto;
	background-color: #000;
}
#footer td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer td ul li {
	background: url(../_img/footer-menu-bg.gif) no-repeat;
	width: 111px;
	display: inline;
	float: left;
}
#footer td ul li.last {
	background: none;
	width: 109px;
}
#footer td ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #6d7d8c;
	text-decoration: none;
	vertical-align: middle;
}
#footer td ul li a:hover {
	text-decoration: underline;
}

