@font-face {
	font-family: 'AvantGardeBold';
	src: url('../otf/AvantGardeBold.eot');
}
@font-face {
	font-family: 'AvantGardeExtraLight';
	src: url('../otf/AvantGardeExtraLight.eot');
}
@font-face {
	font-family: 'CaslonProItalic';
	src: url('../otf/CaslonProItalic.eot');
}


@font-face {
	font-family: 'AvantGardeBold';
	src: url('../otf/AvantGardeBold.otf') format('opentype');
	font-weight:bold;
}

@font-face {
	font-family: 'AvantGardeExtraLight';
	src: url('../otf/AvantGardeExtraLight.otf') format('opentype');
	font-weight:bold;
}

@font-face {
	font-family: 'CaslonProItalic';
	src: url('../otf/CaslonProItalic.otf') format('opentype');
	font-style:italic;
}

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color:#ffffff;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

body{
	margin:105px 0 80px 60px;
	background:#010101 url('../img/bg.jpg') no-repeat 540px 300px;
	color:#ffffff;
}

a,
a:active{
	color:#ffffff;
	text-decoration:none;
}

a:visited{
	color:#eeeeee;
}

a:hover{
	text-decoration:underline;
}

h1{
	width:450px;
	font-family:"AvantGardeExtraLight";
	font-size:72px;
	line-height:72px;
	letter-spacing:-2px;
	border-bottom:1px dotted #005061;
	padding:0 0 21px 0;
}

h2,h4{
	font-family:"AvantGardeBold";
	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
	margin:0 0 4px 0;
}

h2{
	background: url('../img/plus.gif') no-repeat center right;
	cursor:pointer;
}

h2.Open{
	background: url('../img/minus.gif') no-repeat center right;
}

h3{
	font-family:'CaslonProItalic';
	font-size:22px;
	line-height:22px;
	font-style:italic;
}

p{
	font-family:'CaslonProItalic';
	font-size:22px;
	line-height:28px;
	padding:0 0 12px 0;
}

ul{
	display:none;
}

ul li{
	border-top:1px dotted #222222;
	padding:15px 0 15px 0;
	font-style:italic;
	font-size:16px;
}

ul li a{
	color:#cccccc;
}

ul li a strong{
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
}

div{
	width:450px;
	padding:15px 0 0 0;
	border-bottom:1px dotted #005061;
}

div h3{
	padding:0 0 12px 0;
}

div.img h3{
	padding:12px 0 12px 0;
}

div.img a{
	width:450px;
	height:200px;
	overflow:hidden;
	display:block;
	position:relative;
}

div a img{
	position:absolute;
	width:450px;
	top:-50%;
}
