
/* CONTENT
========================================================================= */
.body-bg {
	background: url('../images/body-bg-2.jpg') no-repeat 50% 0;
}
.head-top {
	background: url('../images/head-top.jpg');
	position:relative;
	-webkit-box-shadow: 0 0 3px 2px rgba(20,20,20,0.5);
	-moz-box-shadow: 0 0 3px 2px rgba(20,20,20,0.5);
	box-shadow: 0 0 3px 2px rgba(20,20,20,0.5);
}
#page1 #content {padding: 30px 0 40px 0;}
#content {padding: 38px 0 68px 0;}
.button {
	display:inline-block;
	color:#333333;
	font: 14px/32px "Times New Roman", serif;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
	.button:hover {
		color:#A55A63;
	}
.link-1 {
	font: 13px/58px "Times New Roman", serif;
	color:#66615f;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
	.link-1:hover {
		color:#A55A63;
	}
	
.link-2 {
	color:#fff;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration: underline;
}
	.link-2:hover {
	color:#A55A63;
		}
.text-1 {
	font: 13px/58px "Times New Roman", serif;
	color:#66615f;
	margin-top: 72px;
	padding-right: 8px;
}
.list-1 {
	padding-right: 4px;
}
.list-1 li {
	float:left;
	background: url('../images/list-border.png') no-repeat 0 50%;
	padding: 0 8px 0 9px;
	left: 58px;
}
	.list-1 li:first-child {
		background: none;
	}
	.list-1 li.ident-r-1 {
		padding-right: 0;
	}
	.list-1 li a {
		font: 13px/58px "Times New Roman", serif;
		color: #66615f;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.list-1 li a:hover {
		color: #A55A63;
	}
.list-2 {
	width: 180px;
}
	.list-2 li{
		line-height: 30px;
		border-bottom: 1px solid #2d2b2a;
	}
		.list-2 li a{
			padding-left: 12px;
			background: url('../images/marker-1.png') no-repeat 0 6px;
			color:#767171;
			line-height: 30px;
		}
		.list-2 li a:hover{
			background: url('../images/marker-1-hover.png') no-repeat 0 6px;
			color:#A55A63;
		}
		
.list-3 li{
	line-height: 30px;
	padding-left: 11px;
	background: url('../images/marker-2.png') no-repeat 1px 13px;
}
	.list-3 li a{
		color:#d24a06;
		line-height: 30px;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.list-3 li a:hover{
		color:#fff;
	}
.img-border {
	padding: 7px;
	background: url('../images/img-border.jpg');
	display: inline-block;
}
.img-border-2 {
	padding: 7px;
	background: url('../images/img-border.jpg');
	width: 340px;
}
.border-1 {
	display:block;
	border-top: 1px solid #3c3a3a;
	border-bottom: 1px solid #3c3a3a;
}
.border-2 {
	display:block;
	border-bottom: 1px solid #3c3a3a;
}
.font-1 {
	font: 24px/64px "Times New Roman", serif;
	color:#555050;
	text-align:center;
}
.font-2 {
	font: 44px/64px "Times New Roman", serif;
	color:#555050;
	text-align:center;
}
.font-3 {
	color:#fff;
}
.border-1:hover .font-1, .border-1:hover .font-2, .border-2:hover .font-1, .border-2:hover .font-2 {
	color:#A55A63;
}
.border-1:hover .underline, .border-2:hover .underline{
	text-decoration:underline;
}
.lh-1 {
	line-height: 16px;
}
.lh-2 {
	line-height: 19px;
}
.separator-1 {
	background: url('../images/separator.png') no-repeat 71px 26px;
}
.separator-2 {
	background: url('../images/separator.png') no-repeat 79px 26px;
}
.separator-3 {
	background: url('../images/separator-2.png') no-repeat 78px 26px;
}
.block-1 {
	color:#fff;
	font: italic 17px/20px "Times New Roman", serif;
}
	.block-1 span {
		font-size: 12px;
	}
		.block-1 span a {
			font-style: normal;
			color:#A55A63;
		}
			.block-1 span a:hover {
				text-decoration:underline;
			}
.block-2 {
	background: #C5948F;
	padding: 33px 44px 50px 44px;
}
.line {
	height: 1px;
	overflow:hidden;
	background: #3f3d3d;
}

/* FORM
========================================================================= */
dl {
	display: block;
	width: 240px;
}
dd span {
	float: right;
}
dl strong {
	display: block;
}

iframe {
	width: 640px;
	height: 360px;
	margin:0;
}
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 20px;
}
#confirm  label {
	display: block;
	position: relative;
}
#confirm label {
	min-height: 41px;
}
#confirm  label.message {
	min-height: 210px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 400px;
	height: 30px;
	color: #111111;
	font: 14px/20px "Times New Roman", serif;
	background: #E8E7C6;
	border:none;
	padding: 0 13px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 5px 13px;
	outline: none;
	box-shadow: none !important;
	font: 14px/20px "Times New Roman", serif;
	background: #E8E7C6;
	color: #111111;
	border:none;
	width: 600px;
	height: 180px;
	resize: none;
	overflow: auto;
}
#confirm label > span {
	color: #d24141;
	position:relative;
	left: 12px;
}
#confirm .success {
	font: 18px/20px "Times New Roman", serif;
	color:#6D6B38;
	display:none;
}
#confirm  .empty, #confirm  .error {
	font: 14px/16px "Times New Roman", serif;
	display:none;
	color:#A55A63;
}
#confirm .btns {
	position: absolute;
	left: 4px;
}
#confirm .btns a {
	margin-left: 31px;
}

