/* main.css */

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

#header {
	height: 127px;
	overflow: hidden;
	position: relative;
}

#header a#logo {
	position: absolute;
	top: 20px;
	left: 40px;
}
	#header a#logo img {
		float: left;
	}

#header div#menu_top {
	position: absolute;
	top: 50px;
	left: 320px;
}

#header div#languages {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 1.2em;
}
#header div#languages a {
	float: left;
	background: url('/dsg/menu_top_delimiter.gif') no-repeat center left;
	padding: 0 0 0 15px;
	margin-left: 8px;
}
#header div#languages a.first {
	float: left;
	background: none;
	padding-left: 0;
	margin-left: 0;
}
#header div#languages a.active {
	text-decoration: none;
	font-weight: bold;
}

#header div#menu_main {
	position: absolute;
	top: 88px;
	left: 40px;
}

#description {
	background: #000 url('/dsg/box_top.gif') no-repeat top left;
	padding: 0 0 0 40px;
	min-height: 140px;
}
.home #description {
	min-height: 205px;
}
#description .description_content {
	width: 625px;
}
#description h1 {
	padding: 21px 0 0 0px;
	font-size: 3em;
	font-weight: normal;
	margin: 0 0 -0.3em 0;
	color: #fff;
}
#description h1 img {
	float: left;
}
#description .main-content {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
}
#description .main-content a {
	color: #c4af58;
	text-decoration: none;
}
#description .main-content a:hover {
	text-decoration: underline;
}
#description-line {
	background: url('/dsg/box_line.gif') repeat-x top left;
	height: 3px;
	overflow: hidden;
}

#footer {
	background: url('/dsg/footer.gif') no-repeat top left;
	padding: 25px 13px 7px 40px;
	margin-top: 1px;
}
#footer p.text {
	margin: 0;
	padding: 1em 0;
}
#footer a#genet {
	float: right;
	width: 17px;
	height: 18px;
}

#page_container {
	background: url('/dsg/container_top.gif') repeat-x top left;
}
#page {
	background: url('/dsg/container_bottom.gif') repeat-x bottom left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	position: relative;
}

#center {
	float: left;
	width: 625px;
	padding: 15px 15px 15px 40px;
}

#center h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.no_right #center,
.no_right #description .description_content {
	width: auto;
	padding-right: 40px;
}
.no_right #center {
	float: none;
}

#right {
	position: relative;
	float: right;
	top: -70px;
	right: 15px;
	width: 235px;
	padding: 10px 15px 15px 15px;
	background: #fff url(/dsg/right_bg.gif) repeat-x top left;
	min-height: 269px;
}

#right h1 {
	font-size: 2.8em;
	font-weight: normal;
	margin-bottom: 0.25em;
}

.main-content {
	font-size: 1.2em;
}

#ajax_loading {
	position: absolute;
	width: 32px;
	top: 90px;
	visibility: hidden;
}