#header {
	background: url('../gfx/border-up.gif') no-repeat center bottom;
	height: 4em;
}
#logo {
	height: 5.8em;
	width: auto;
	padding-top: 1.0em;
	padding-left: 20px;
	background-image: url('../gfx/background-1col.png');
	background-repeat: repeat-y;
}
.navglob2-off {
	background-image: url('../gfx/background-1col.gif');
}
.navglob2-on {
	background-image: url('../gfx/background-2cols.gif');
}
#bkgnd-up {
	width: 100%;
	background-image: url('../gfx/divder-up.png');
	background-repeat: no-repeat;
	background-position: 189px top;
}
#bkgnd-dw {
	width: 100%;
	background-image: url('../gfx/divder-down.png');
	background-repeat: no-repeat;
	background-position: 189px bottom;
	overflow: hidden;
}
#breadcrumbs {
	background: url('../gfx/border-up.gif') no-repeat center bottom;
	width: auto;
	color: #999999;
	padding: 1em 20px;
	height: 1em;
	line-height: 1em;
}
#breadcrumbs-anchor {
	position: relative;
	background: url('../gfx/border-dw.gif') no-repeat center top;
}
#breadcrumbs-c {
	width: auto;
	color: #999999;
	height: 1em;
	line-height: 1em;
	padding: 1em 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#breadcrumbs-c p span {
	display: none;
}
#breadcrumbs-c a {
	color: #666666;
}
#breadcrumbs-c a:hover {
	color: #0066FF;
	text-decoration: underline;
}
#content .sidebar h2,
#content .sidebar h3,
#content .sidebar h4,
#content .sidebar h5,
#content .sidebar h6,
#content .sidebar p,
#content .sidebar pre {
	width: auto;
	float: none;
	clear: none;
}
#content .sidebar {
	float: right;
	width: 180px;
}
#content .sidebar .item {
	background-image: url('../gfx/border-sbox-180px.gif');
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-bottom: 30px;
	background-position: center top;
}
#content .sidebar .item h2 {
	background-color: #FFCC99;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1px;
	color: #9A411A;
	font-weight: normal;
	letter-spacing: 0em;
	margin-top: 0px;
}
#content .sidebar .item .divider {
	background-image: url('../gfx/border-sbox-180px.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
}
#content .sidebar .item .ibody {
	background-image: url('../gfx/background-sbox-180px.gif');
	background-repeat: repeat-y;
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
.btn-custom {
	font-size: 1.8em;
	width: 170px;
	color: #9A411A !important;
	background-color: #FDD31F;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	background-image: url('../gfx/buttons/alpha-h50px.png');
	background-repeat: repeat-x;
	border: 1px solid #999999;
	display: block;
	overflow: hidden;
}
.btn-custom:hover {
	color: #5c2106 !important;
	text-decoration: none !important;
	border: 1px solid #9A411A;
	background-color: #e3a326;
}
.btn-custom span {
	text-align: right;
	cursor: pointer;
}
.btn-custom .icon {
	background-repeat: no-repeat;
	background-position: right center;
	width: 50px;
	height: 50px;
	float: right;
}
.btn-custom.download .icon {
	background-image: url('../gfx/buttons/icon-download-w50px.png');
}
.btn-custom.buy .icon {
	background-image: url('../gfx/buttons/icon-buy-w50px.png');
}
.btn-custom.pdf .icon {
	background-image: url('../gfx/buttons/icon-pdf-w50px.png');
}
.btn-custom .title {
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 40px;
}
.btn-custom .h {
	display: none;
}
.btn-custom .sub {
	display: block;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 3px;
	color: #000000;
	font-size: 0.5em;
	line-height: 1em;
	margin-right: 40px;
	font-weight: normal;
	color: #555555;
	display: block;
}
.btn-custom .sub span {
	display: block;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #000000;
	font-weight: bold;
}
#footer {
	clear: both;
	height: 3em;
	padding-left: 20px;
	color: #999999;
	background-image: url('../gfx/border-dw.gif');
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 2em;
	padding-top: 5px;
}