/* end hdr_ftr.css */
/* background styles  */

body { 
	background:url('http://www.xerox.com/assets/images/css/backgrounds/gradient_bg.jpg') repeat-x #3d3d3d;
	margin: 20px 0 20px 0;
	font-family: arial, helvetica, sans-serif;
}


.background { 
	background:url('http://www.xerox.com/assets/images/css/backgrounds/bg_drop.png') repeat-y center;
	margin: 0px auto;
}


.bottom_cap { 
	background: url('http://www.xerox.com/assets/images/css/backgrounds/bottom_cap_drop.png') no-repeat center;
	height: 46px;
	margin: 0px auto;
}

.top_cap { 
	background:url('http://www.xerox.com/assets/images/css/backgrounds/top_cap_drop.png') no-repeat bottom center;
	height: 28px;
	margin: 0px auto;
}
#clang {
	width: 740px;
	text-align: right;
	margin: 0;
	padding: 5px 5px 4px 5px;
	font-size: 10px;
	color: #ccc;
}

#clang a:link, 
#clang a:active, 
#clang a:visited  {
	margin:0px;
	padding: 0 12px 0 0;
	color: #d6d3d3 !important;
	font-size: 10px;
	background: none;
	vertical-align: bottom;
}

#clang .label {
	color: #ffffff;
	font-size: 11px;
	vertical-align: bottom;
    margin: 0 0 0 5px;
}

#clang .spacer {
	color: #bfbdbd;
	font-size: 11px;
	vertical-align: middle;
}

#clang a:hover {
	text-decoration: underline;
}
