@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'ConduitITCLightItalic';
	src: url('../font/conduititc-lightitalic-webfont.eot');
	src: local('☺'), url('../font/conduititc-lightitalic-webfont.woff') format('woff'), url('../font/conduititc-lightitalic-webfont.ttf') format('truetype'), url('../font/conduititc-lightitalic-webfont.svg#webfontYQeNHvVe') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ConduitITCMediumRegular';
	src: url('../font/conduititc-medium-webfont.eot');
	src: local('☺'), url('../font/conduititc-medium-webfont.woff') format('woff'), url('../font/conduititc-medium-webfont.ttf') format('truetype'), url('../font/conduititc-medium-webfont.svg#webfontjv1wESvD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ConduitITCBold';
	src: url('../font/conduititc-bold-webfont.eot');
	src: local('☺'), url('../font/conduititc-bold-webfont.woff') format('woff'), url('../font/conduititc-bold-webfont.ttf') format('truetype'), url('../font/conduititc-bold-webfont.svg#webfontCC2HIXhh') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin-left: 25px;
	margin-top: 45px;
}
body, h1, h2, p {
	font-family: 'ConduitITCMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.container {
	width: 1400px;
}

.head {
	font-family: 'ConduitITCBold', Arial, Helvetica, sans-serif;
	width: 680px;
	height: 100px;
	font-size: 14px;
	line-height: 200%;
	text-align: justify;
	letter-spacing: 0.1em;
}
.head span {
	letter-spacing: 1.2em;
}
.lightitalic {
	font-family: 'ConduitITCLightItalic', Arial, Helvetica, sans-serif;
	letter-spacing: 1.0em !important;
}

.nav {
	width: 300px;
	float: left;
}
.nav_top {
	width: 70px;
	float: left;
	font-size: 10px;
}
.nav_top a, .nav_top span {
	display: block;
	letter-spacing: 0.4em;
	border-bottom: 1px solid #404042;
	width: 45px;
	text-decoration: none;
	color:#000;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
.nav a:hover {
	color:#707070;
}
.nav_sub {
	width: 200px;
	float: left;
	font-family: 'ConduitITCBold', Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nav_sub a, .nav_sub .spacer {
	border: none;
	letter-spacing: 0;
	color: #707070;
	letter-spacing: 0.2em;
	text-decoration: none;
	line-height: 25px;
	display: block;
	float: left;
	width: 130px;
}
.nav_sub a:hover {
	color:#000;
}
.nav_sub .controll {
	display: block;
	float: left;
	width: 15px;
}

.content {
	width: 1100px;
	float: left;
	padding-top: 10px;
}

h1, h2 {
	letter-spacing: 0.2em;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: 'ConduitITCBold', Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0em;
}
p {
	margin: 0px;
	padding: 0px;
	color:#7E7F7E;
	line-height: 130%;
	padding-right: 200px;
}
p a {
	color:#7E7F7E;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.datum {
	font-family: 'ConduitITCLightItalic';
	font-size: 14px;
	letter-spacing: 0.9em;
	color: #000;
}
.line {
	width: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	margin-top: 35px;
}
	
