@charset "utf-8";
/**
 * WordPress Theme
 * @package stylesheet
 * @subpackage contact
 */

#header-content
{
	background: transparent url(../../images/content-header.png) repeat scroll;
	border-bottom: 1px solid #ddd;
	padding: 30px 0 0;
	position: relative;
	z-index: 0;
}
.quote
{
	margin-top: 35px;
}
.quote p
{
	background-color: #CC1111;
	color: #FFF;
	display: inline-block;
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.7em;
	padding: 1px 11px;
	margin: 0;
}
img.head
{
	float: right;
	margin-right: 20px;
}
p.button
{
	text-align: center;
	margin-top: -26px;
	position: absolute;
	z-index: 9999;
	width: 1000px;
}
a.button
{
	position: relative;
	z-index: 9999;
	background-color: #99bc27;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d14c), color-stop(100%,#83a01c));
    background: -moz-linear-gradient(center top, #b6d14c 0%, #83a01c 100%);
    -webkit-box-shadow: 0px 1px 0px 0px #d1f25a inset, 0px -1px 0px 0px #99bc27 inset, 0px 2px 2px 0px #d4d4d4;
    -moz-box-shadow: 0px 1px 0px 0px #d1f25a inset, 0px -1px 0px 0px #99bc27 inset, 0px 2px 2px 0px #d4d4d4;
    box-shadow: 0px 1px 0px 0px #d1f25a inset, 0px -1px 0px 0px #99bc27 inset, 0px 2px 2px 0px #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin: 0 auto;
    border-radius: 4px;
    text-shadow: 0px 1px 0px #789b1f;
    padding: 10px 20px;
	border: 1px solid #97b134;
    font-size: 1.3em;
	font-weight: bold;
    color: #FFF;
}
p.quote
{
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
}
p.quote span
{
	color: #CC0000;
}