
/* = general
----------------------------------------------------------------------------- */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 1.7;
	color: #43494e;
	background: #dedede url(../img/bg_body.png) no-repeat 50% 50%;
}

h1 {
	display: none;
}

a {
	text-decoration: none;
	color: #c11d42;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
/* /general */

/* = home
----------------------------------------------------------------------------- */
#distance {
	float: left;
	width: 1px;
	height: 40%;
	margin-bottom: -7.5em;
}

#container {
	clear: left;
	position: relative;
	width: 41.75em;
	min-width: 400px;
	max-width: 100%;
	height: 15em;
	padding-top: 60px;
	margin: 0 auto;
}

#container blockquote {
	font-family: 'book antiqua', serif;
	font-style: normal;
	line-height: 1.15;
	text-align: right;
	color: #43494e;
	background: url(../img/quote.png) no-repeat;
	min-height: 86px;
	padding: 32px 155px 0 0;
}

#container blockquote p {
	font-size: 3em;
	-moz-text-shadow: #fff 1px 1px 1px;
	-webkit-text-shadow: #fff 1px 1px 1px;
	-o-text-shadow: #fff 1px 1px 1px;
	text-shadow: #fff 1px 1px 1px;
}

#container blockquote cite {
	display: block;
	font-family: arial, sans-serif;
	font-style: normal;
	font-size: 1.125em;
	color: #c11d42;
	margin-top: 3px;
}

#container a.balloon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5em;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	color: #c11d42;
	background: url(../img/balloon.png) no-repeat;
	min-width: 142px;
	min-height: 28px;
	padding: 53px 2px 59px 0;
}

#container a.balloon:hover,
#container a.balloon:focus,
#container a.balloon:active {
	color: #dbb2bb;
	-moz-text-shadow:
		#c11d42 1px 0 0,
		#c11d42 0 1px 0,
		#c11d42 -1px 0 0,
		#c11d42 0 -1px 0;
	-webkit-text-shadow:
		#c11d42 1px 0 0,
		#c11d42 0 1px 0,
		#c11d42 -1px 0 0,
		#c11d42 0 -1px 0;
	-o-text-shadow:
		#c11d42 1px 0 0,
		#c11d42 0 1px 0,
		#c11d42 -1px 0 0,
		#c11d42 0 -1px 0;
	text-shadow:
		#c11d42 1px 0 0,
		#c11d42 0 1px 0,
		#c11d42 -1px 0 0,
		#c11d42 0 -1px 0;
	outline: 0;
}
/* /home */

/* = contact
----------------------------------------------------------------------------- */
#main {
	position: relative;
	background: #fff;
	width: 25em;
	padding: 8.125em 3.125em;
	margin: 50px auto;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#main h2 {
	position: absolute;
	top: -27px;
	left: -31px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #c11d42;
	background: url(../img/balloon.png) no-repeat;
	min-width: 142px;
	min-height: 28px;
	padding: 53px 2px 59px 0;
}

#main h3 {
	font-size: 1em;
	margin: 2.5em 0 .375em;
}

#main p {
	font-size: .75em;
	margin-bottom: 1.5em;
}
/* /contact */
