/********************************************************************************
 * layout.css overrides
 *******************************************************************************/
body {
	background: url(../images/body-background.png) repeat-x top left White;
}

#page {
	background: url(../images/page-background.png) no-repeat top center transparent;
}

#product_logo {
	width: auto;
	height: auto;
	margin-left: 0;
	background: none;
}

#pri-nav a:hover,
#pri-nav li.active a,
#nav-locale li a:hover,
#nav-locale li.active a {
	color: #cbb667;
}

#col {
	margin-top: 163px;
}

#col ul li a {
	background-image: url(../images/secnav-item.png);
}

/********************************************************************************
 * content.css overrides
 *******************************************************************************/

/*
ul li {
	list-style-image: url(../images/bullet.png);
}*/

th,
th p {
	background-color: #e96e35;
}