/* print.css */

#header, #slider {
	display: none;
}

#header, #body, #footer, #tools, #slider {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}
#header, #body, #tools, #slider {
	background-color: #FFFFFF;
}
#header {
	padding: 0 20px 15px 20px;
	margin-top: 30px;
}
#body {
	position: relative;
	padding: 20px 20px 20px 20px;
}
#content {
	display: block;
	float: right;
	width: 715px;
}
#content p {
	letter-spacing: 1px;
	line-height: 18px;
	color: #000000;
	font-size: 12px;
}

#footer {
	border-top: 1px #dbdbdb solid;
	padding-top: 25px;
	margin: 25px auto 30px auto;
	color: #565553;
}
#logo {
	display: block;
	float: left;
	width: 180px;
	height: 84px;
	overflow: hidden;
	text-indent: -22222px;
	background-image: url('/images/global/logo.gif');
	background-position: center;
	background-repeat: no-repeat;
}
#navigation {
	display: block;
	float: right;
	width: 715px;
	margin: 40px 0 0 0;
	padding: 0 0 9px 0;
	border-bottom: 5px #EAE4DD solid;
}
#breadcrumbs {
	display: block;
	float: right;
	clear: right;
	width: 700px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url('/images/global/icons/double_arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px #eae4dd solid;
	text-transform: lowercase;
}
#tools {
	margin-top: -15px;
	padding: 0 20px 20px 20px;
}