/* main.css */

#wrapper {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	background: url('/dsg/menu_line.jpg') no-repeat bottom center;
	padding-bottom: 6px;
}
#logo,
#logo img {
	float: left;
	height: 140px;
	overflow: hidden;
}
#banner_top {
	float: right;
	width: 730px;
	height: 90px;
	overflow: hidden;
	margin-top: 30px;
}
#languages {
	width: 480px;
	margin: -8px 0 0 480px;
	position: absolute;
	text-align: right;
}
#languages a {
	font-size: 1.1em;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
}
#languages a:hover {
	text-decoration: underline;
}
#languages a.active {
	font-weight: bold;
}
#menu {
	clear: both;
	padding-top: 19px;
}
#menu #menu_left {
	float: left;
}
#menu #menu_right {
	float: right;
}

#container_parent {
	background: #fff;
}

#container {
	padding: 0 0 0 20px;
	background: url('/dsg/right_background.gif') repeat-y top right;
	height: 1%;
}
.home #container {
	padding-top: 12px;
}
.home #container,
.no_right_container {
	padding-right: 20px !important;
	background: none !important;
}
#center {
	float: left;
	width: 710px;
	overflow: hidden;
	padding-top: 12px;
}
.no_right_container #center {
	width: 100%;
}
.home #center {
	width: 320px;
	padding-top: 0;
}

#location {
	margin-bottom: 4px;
}
#location a {
	color: #8d8d8d;
	text-decoration: none;
}
#location a:hover {
	text-decoration: underline;
}

#right {
	float: right;
	width: 210px;
	overflow: hidden;
}
.home #right {
	width: 580px;
}

.home #center,
.home #right {
	margin-top: 190px;
}

#footer {
	margin: 2em auto;
	width: 870px; /*920*/
	padding: 0 25px;
	background: url('/dsg/footer_background.gif') no-repeat top center;
	height: 5em;
}

#container_footer {
	background: url('/dsg/footer.png') no-repeat top center;
	height: 80px;
}
