/* --- wrapper ----------------------------------------------------------------  */

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	display: inline-block;
}

/* --- header ----------------------------------------------------------------- */

#header {
	width: 970px;
	height: 147px;
	margin: 0 auto;
}

#title {
}

#title a {
	width: 376px;
	height: 37px;
	display: block;
	font-size: 33px;
	line-height: 33px;
	text-indent: -9999px;
	background: url('../../img/site/logo.gif') no-repeat;
}

/* --- menu-main -------------------------------------------------------------- */

#menu-main {
	width: 100%;
	height: 30px;
	margin-top: 40px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#menu-main li {
	float: left;
}

#menu-main a {
	color: #000;
	display: block;
	padding-left: 20px;
	padding-right: 55px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Trade Gothic W01 Roman',Arial,Verdana;
}

#menu-main .active a,
#menu-main a:hover {
	color: #fff;
	background: #000;
}

/* --- main ------------------------------------------------------------------- */

#main {
	width: 970px;
	margin: 0 auto;
}

#main .content {
	width: 970px;
}

#main.teaser .teaser {
	width: 710px;
	/*height: 193px;*/
	margin-bottom: 25px;
}

#main.aside .aside {
	width: 260px;
	float: left;
	display: inline;
}

#main.aside .aside .title {
	font-family: 'Georgia','Times New Roman',Times,Arial,Verdana;
	font-size: 28px;
	line-height: 28px;
	margin-top: 143px;
	margin-left: 20px;
	margin-bottom: 9px;
	color: #000;
	text-transform:uppercase;
}

#main.aside .aside.carrer .title-line {
	width: 115px;
}

#main.aside .aside.carrer .title {
	margin-top: 309px;
} 

#main.aside .aside .title-line {
	width: 138px;
	float: left;
	margin-left: 20px;
	display: block;
}

#main.aside .content {
	width: 710px;
	float: left;
	display: inline;
}

/* --- menu-sub --------------------------------------------------------------- */

#menu-sub {
	margin-top: 24px;
	margin-left: 20px;
	padding-left: 15px;
}

#menu-sub li.folder {
	list-style-image: url('../../img/site/closed.gif');
}

#menu-sub li.folder.active {
	list-style-image: url('../../img/site/open.gif');
}

#menu-sub ul {
	padding-left: 15px;
}

#menu-sub ul li {
	list-style-type: none;
}

#menu-sub a {
	font-family: Arial,Verdana;
	line-height: 18px;
	color: #000;
}

#menu-sub a:hover, #menu-sub a.active {
	font-family: Arial,Verdana;
	color: #6f7277;
}

/* --- footer ----------------------------------------------------------------- */

#footer-wrapper {
	width: 100%;
	height: 30px;
	background: #000;
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
}

#footer {
	color: #fff;
	width:970px;
	height: 30px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 30px;
}

#footer a {
	color: #fff;
	font-family: 'Trade Gothic W01 Roman',Arial,Verdana;
}

#footer a:hover, #footer a.active {
	font-family: 'Trade Gothic W01 Bold 2',Arial,Verdana;
}

/* --- menu-lang -------------------------------------------------------------- */

#menu-lang li {
	float: left;
	margin-right: 5px;
}

/* --- menu-meta -------------------------------------------------------------- */

#menu-meta {
	float: right;
}

#menu-meta li {
	float: left;
	margin-left: 20px;
}

/* --- styles -------------------------------------------------------------- */

.spacer-40 {
	display: block;
	height: 40px;
}

.spacer-60 {
	display: block;
	height: 60px;
}
