html, body {
	padding: 0;
	margin: 0;
	font-size: 14px; 
	font-family: tahoma,sans-serif; 
	color: #ffffff; 
}
.center {
	width: 960px;
	margin: 0 auto;
}
.header {
	height: 391px; 
	background: url(bg-tile.jpg);
	padding-top: 100px;
	text-align: center;
}
	.header>.white {
		background: url(text-bg.png);
	}
		.header>.white>.text {
			width: 600px;
			margin: 12px auto 0px auto;
			font-style: italic;
			line-height: 21px;
			text-align: left;
			color: #42210b;
		}
		.header>.white>.text a {
			color: #42210b;
		}
		.header>.white>.text u cufon {
			border-bottom: 1px solid #888888;
		}
		.header>.white>.text cufon {
			margin-bottom: 7px;
		}
		.header>.white>.text .right {
			margin-top: 13px;
		}
	.header>.back {
		margin: 20px 0 43px 0;
		font-size: 16px;
		color: #ffffff;
		font-weight: bold;
	}
		.header>.back>span>a {
			color: #ffffff;
		}
		.header>.back>span>a>u cufon {
			border-bottom: 1px solid #ffffff;
		}
.light-dark {
	background: url(light-dark.jpg);
	height: 50px;
}
.foto {
	background: url(bg-tile-dark.jpg) repeat-y;
	padding-top: 26px;
	padding-bottom: 20px;
}
	.foto h3 {
		font-size: 18px;
		margin-bottom: 10px
	}
	.foto h1 {
		color: #ffffff;
		margin-top: 0;
	}
	.foto h1 .pages{
		font-size: 22px;
		padding-left: 10px;
	}
		.foto h1 .pages a {
			color: #42210b;
			text-decoration: none;
			padding: 0 5px;
			background: url(pages-links.png) 60% 24px no-repeat #ffffff;
		}
		.foto>.center .item {
			width: 280px;
			padding: 20px 20px 0px 0;
			vertical-align: top;
		}
		.foto>.center>.item:last-child {
			margin-right: 0;
		}
			.foto>.center .item>.image {
				padding-bottom: 5px;
				width: 300px;
				height: 240px;
				text-align: center;
				display: table-cell;
				vertical-align: middle;
			}

			.foto>.center .item .text {
				color: #ffffff;
				font-size: 13px;
				padding: 13px 8px;
			}
			.foto>.center .item .text cufon {
				margin-bottom: 4px;
			}

.content {
	background: url(bg-tile.jpg);
	padding-top: 30px;
	padding-bottom: 50px;
	text-shadow: 1px 1px 2px #000000;
}
	.content .center {
		width: 940px;
	}
	.content h2 {
		margin-top: 20px;
		font-size: 25px;
		margin-bottom: 17px;
	}
		.content h2 div {
			font-size: 16px;
		}
		.content p cufon {
			margin-bottom: 8px;
		}

.footer {
	background: url(text-bg.png);
	height: 110px;
	font-size: 12px;
}
	.footer>.center>.right>p {
		margin: 5px 0;
	}
	.footer>.center>.right>p cufon {
		margin-bottom: 4px;
	}
	.footer>.center>.left>img {
		vertical-align: middle;
		margin-right: 20px;
		margin-top: 20px;
	}
	.footer>.center>.right {
		color: #000000;
		width: 580px;
		margin-top: 15px;
	}

.dash {
	background: url(dash.png) 0 10px repeat-x;
	height: 20px;
	width: 100%;
}
.right {
	float: right;
}
.left {
	float: left;
}
table.list td {
	vertical-align: top;
	padding: 5px 5px 5px 0;
	font-size: 14px;
}
table.list td:first-child {
	text-align: right;
	padding-right: 10px;
}

form.order>.left:first-child {
	margin-right: 20px;
}
form.order>.left>.input-text {
	width: 380px;
	border: 0;
	background: url(form-bg.png) 0 0 repeat;
	padding: 10px;
	display: block;
	font-size: 18px;
	color: #754c24;
	margin-bottom: 18px;
}

form.order>.left>textarea.input-text {
	width: 540px;
	height: 220px;
}

form.order>.left>.input-small {
	width: 150px;
	display: inline;
}
form.order>.left>.input-submit {
	background: #42210b;
	text-decoration: underline;
	text-align: center;
	width: 198px;
	display: inline;
	margin-left: 20px;
	color: #ffffff;
	cursor: pointer;
}

.arrow-right {
	margin-left: 970px;
	margin-top: -400px;
	position: absolute;
}


.fotorama__thumbs_previews, .fotorama__wrap {
	background: none!important;
}



.comments {
	padding: 10px;
	background: #ffffff;
	opacity: 0.7;
	color: #1a1a1a;
	text-shadow: none;
}
	.comment-item {
		margin-bottom: 20px;
	}
		.comment-item .date {
			color: #696969;
		}