@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#392c14;
}
ul{
	list-style:none;
}
a {
	text-decoration:none;
	color:#392c14;
}
/* ie */
a img{
	border-style:none;
}
h1 {
	font-size:46px;
	margin-top:20px;
	margin-bottom:20px;
}
header {
	background-color:#b9a278;
}
#header-wrap {
	width:950px;
	margin:0 auto;
}
#header-wrap img{
	width:921px;
	display:block;
	margin:0 auto;
}
nav {
	float: left;
	width: 100%;
	height: 30px;
	background-color: #ffedb5;
	padding-bottom:5px;
	margin:0 auto;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
nav ul{
	width:950px;
	margin:0 auto;
	padding-left:0px;
}
nav li {
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 22px;
	float: left;
	list-style: none;
	height: 35px;
}
nav li.parent-item {
	margin-bottom: 40px;
}
nav li a {
	text-decoration: none;
	display: block;
	font-size: 20px;
	color: #392c14;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: .03em;
}
nav li:hover {
	background-color:#7895b9;
}
/*.child-item li {
	padding-right: 10px;
	padding-left: 10px;
}
ul.child-item-1 {
	float: none;
	background-color: #ffffff;
	width: auto;
	min-width: 90px;
	height: auto;
	min-height: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	position: absolute;
	white-space: nowrap;
	/*left:9999em;*//*
	max-height: auto;
	-moz-transition: max-height 0.15s ease-in-out;
	-webkit-transition: max-height 0.15s ease-in-out;
	-o-transition: max-height 0.15s ease-in-out;
	transition: max-height 0.15s ease-in-out;
	display: none;
	z-index: 100;
	border-radius: 2px;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(50, 50, 50, 0.85);
	-moz-box-shadow: 0px 5px 10px 3px rgba(50, 50, 50, 0.85);
	box-shadow: 0px 5px 10px 3px rgba(50, 50, 50, 0.85);
	opacity: .8;
}
.child-item-1 li {
	float: none;
}
ul.child-item-2 {
	float: none;
	background-color: #ffffff;
	width: auto;
	min-width: 90px;
	height: auto;
	min-height: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 120px;
	padding-left: 5px;
	position: absolute;
	white-space: nowrap;
	/*left:9999em;*//*
	max-height: auto;
	-moz-transition: max-height 0.15s ease-in-out;
	-webkit-transition: max-height 0.15s ease-in-out;
	-o-transition: max-height 0.15s ease-in-out;
	transition: max-height 0.15s ease-in-out;
	display: none;
	z-index: 100;
	border-radius: 2px;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(50, 50, 50, 0.85);
	-moz-box-shadow: 0px 5px 10px 3px rgba(50, 50, 50, 0.85);
	box-shadow: 0px 5px 10px 3px rgba(50, 50, 50, 0.85);
	opacity: .8;
}
.child-item-2 li {
	float: none;
}

ul.child-item li {
	float: none;
}*/

.parent-item li:hover ul {
	/*left: 0px;*/
	display: block;
	max-height: 10em;
}
#slider {
	background-color:#000000;
}
#slider-wrap {
	width:950px;
	margin:0 auto;
}
#content {
margin-top:1px;
}
#content-wrap {
	width:950px;
	margin:0 auto;
	background-color:#ebebeb;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(68,68,68,1);
-moz-box-shadow: 0px 0px 2px 2px rgba(68,68,68,1);
box-shadow: 0px 0px 2px 2px rgba(68,68,68,1);

  box-sizing: border-box;
padding:0px 0px 0px 20px;
}
#content-left {
	width:595px;
	float:left;
}
#content-left {
	padding-left:10px;
	padding-right:10px;
}
#article1 {
	margin-top:50px;
	margin-bottom:50px;
}
#article1 img{
	float:right;
}

#article1 ul {
	list-style:circle;
}

#article2 img{
	float:left;
	padding-right:10px;
}
aside {
	width:295px;
	float:right;
	background-color:#392c14;
	padding-bottom:30px;
	color:#b9a278;
}
aside h3{
	text-align:center;
}
aside p {
	padding-left:10px;
	padding-right:10px;
}
aside img {
	display:block;
	width:204px;
	margin:0 auto;
}
aside a {
	color:#FFFFFF;
}

footer {
	width:950px;
	margin:0 auto;
	font-size:14px;
}
footer p {
	text-align:center;
}
/*#contact-form{
	margin:0 auto;
	padding-bottom:40px;
}
input {
	width: 260px;
	display: block;
	border: 1px solid #ffffff;
	height: 25px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	background-color:#fefefe;
	padding-bottom:5px;
}
textarea{
	width:250px;
	border-radius:10px;
	border: 1px solid #ffffff;
	margin-bottom:10px;
	background-color:#fefefe;
	height: 120px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	padding: 5px;
	resize:none;
}
span {
	color: #0F89C2;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity:.7;
	padding-top:2px;
	padding-bottom:2px;
}
*/

