/* layout.css */

.wrapper_body {
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	height: 145px;
	position: relative;
}
#logo {
	float: left;
	margin-top: 22px;
}
#logo img {
	border: none;
}
#languages {
	margin-top: 10px;
	float: right;
	list-style-type: none;
}
#languages li {
	float: left;
}
#languages li a {
	color: #fff;
	width: 36px;
	height: 21px;
	color: #d2d2d2;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	margin-left: 4px;
	background: url('/media/dsg/lang.gif') no-repeat top left;
}
#languages li.selected a {
	color: #969696;
}
#left {
	width: 220px;
	float: left;
}
.home .home_pic {
	margin-bottom: 20px;
}

.home #left {
	width: 220px;
}
.home #center_container {
	float: left;
	width: 460px;
	margin-left: 20px;
}
.home #right {
	width: 220px;
	float: right;
}

#main {
	margin-top: 8px;
}
#center_container {
	width: 700px;
	float: right;
}
.breadcrumbs {
	margin-bottom: 2em;
	font-size: 1.1em;
	background: url('/media/dsg/breadcrumb.gif') no-repeat top left;
	height: 30px;
}
.breadcrumbs a{
	float: left;
	padding: 8px 12px 0 12px;
	text-decoration: none;
}
.breadcrumbs img {
	float: left;
}
.breadcrumbs span {
	float: right;
	margin-top: 5px;
}
.breadcrumbs span a {
	color: #969696;
	font-size: 1.0em;
	/*font-family: "Myriad Pro";*/
	text-decoration: none;
}
.breadcrumbs span .back {
	float: left;
	width: 21px;
	height: 20px;
	padding: 0px;
	margin-right: 2px;
	background: url('/media/dsg/back.gif') no-repeat top left;
}
.breadcrumbs span .print {
	float: left;
	width: 21px;
	height: 20px;
	padding: 0px;
	margin-right: 5px;
	background: url('/media/dsg/print.gif') no-repeat top left;
}

.breadcrumbs a.last {
	color: #646464;
	text-decoration: none;
}
#footer {
	padding: 10px;
	margin-top: 15px;
	font-size: 1.1em;
	color: #969696;
	margin-bottom: 15px;
	border-top: 1px solid #ebebeb;
}
#footer .footer_content {
	float: left;
	margin-right: 20px;
}
#sp_logo {
	text-align: right;
	float: right;
	margin-right: 20px;
}
#sp_logo img {
	margin-top: 5px;
}
