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

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', Arial, sans-serif;
	overflow-y:scroll;
}

h1, h2 {
	font-size:22px;
	text-transform:uppercase;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#000;
	padding-bottom:20px;
}

h3 {
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#000;
	padding-bottom:20px;
}

h4 {
	font-size:14px;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#000;
	padding-bottom:20px;
}

.h4like {
	font-size:14px;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#000;
	padding-bottom:20px;
}

p {
	font-size:13px;
	font-weight:300;
	/* padding-top:20px; */
}

strong {
	font-weight:400;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

a:hover, a:active, a:focus {
	color:#666;
	text-decoration:none;
	outline:none;
}

#highlight {
	color:#666 !important;
}

#black_bar {
	position:absolute;
	height:396px;
	width:100%;
	left:0;
	top:130px;
	background-color:#F7F7F7;
}

#wrapper {
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	background-color:#FFF;
	/*
	border-left:1px solid #999;
	border-right:1px solid #999;
	min-height:100%;
	*/
}

#header {
	position:relative;
	height:130px;
}

#logo {
	margin-top:32px;
}

#header_contact {
	position:absolute;
	top:4px;
	right:0;
	text-align:right;
	font-size:11px;
	font-weight:300;
	line-height:16px;
}

#menu {
	position:absolute;
	right:0;
	top:88px;
}

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

#menu li {
	font-family: 'Playfair Display', serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:22px;
	display:inline;
	padding:0 0 0 30px;
}

#menu a:link, #menu a:visited {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

#menu a:hover, #menu a:active {
	color:#666;
}

#content {
}

#content_img {
	opacity:0;
}

#spacer {
	clear:both;
	width:100%;
	height:20px;
}

.box220_left, .box220_right {
	position:relative;
	width:223px;
	height:150px;
	float:left;
	border:1px solid #000;
	margin:20px 0 0 0;
	overflow:hidden;
	background-color:#FFF;
}

.box220_left {
	margin-right:20px;
}

.box220_img {
	width:223px;
	position:absolute;
	top:0;
}

.box220_title {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-image:url(../images/000_60.png);
	display:none;
	text-align:center;
}

.box220_title h2 {
	font-family: 'Playfair Display', serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:0.5px;
	margin-top:60px;
	color:#FFF;
}

.clear {
	clear:both;
	padding-top:20px;
}

.img_220_float_left {
	float:left;
	margin-right:25px;
}

.img_220_float_right {
	float:left;
}

.img_150_float_left {
	float:left;
	margin-right:12px;
}

.img_150_float_right {
	float:left;
}

#footer {
	clear:both;
	/* margin-top:20px; */
	border-top:1px solid #000;
	color:000;
	font-size:12px;
	padding-top:4px;
	font-weight:300;
	height:40px;
}

#footer_left {
	width:480px;
	float:left;
}

#footer_right {
	width:480px;
	float:right;
	text-align:right;
}

.box50_left, .box50_right {
	float:left;
	width:470px;
	margin-top:30px;
}

.box50_left {
	clear:both;
}

.box50_right {
	margin-left:20px;
}

.box100 {
	margin-top:30px;
	width:100%;
}

.box33 {
	float:left;
	width:306.66px;
	margin-top:10px;
	margin-right:20px;
}

.box33_right {
	float:left;
	width:306.66px;
	margin-top:10px;
}

.box33 ul li, .box33_right ul li {
	list-style-type:circle;
	font-size:13px;
	font-weight:300;
	margin-left:14px;
}

.box33 li, .box33_right li {
	padding-bottom:6px;
}
