/* Global */
/*------------------------------------------------------------*/
body,html {
	height:100%;
	padding: 0;
	margin: 0;
	background: url(../images/bg.jpg) center top repeat;
	color: #FFF;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* 10px */
	line-height: 1.5em; /* 15px */
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin:0;
	padding:0;
}
h1 {
	font-size: 2.4em;
	line-height: 1.083em; /* 26px */
}
h2 {
	font-size: 2em;
	line-height: 1.1em; /* 22px */
}
h3 {
	font-size: 1.5em;
	line-height: 1.133em; /* 17px */
}
h4 {
	font-size: 1.4em;
	line-height: 1.1429em; /* 16px */
}
h5, h6	{
	font-size: 1.2em;
	line-height: 1.25em; /* 15px */
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
span, p {
	font-size: 1.2em;
}
p {
	line-height: 1.8em;
}
img {
	border: none;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}


/* -------------------------------- */
/* Facebook Button */
/* -------------------------------- */

#facebook {
	position: absolute;
	top: 65px;
	left: -8px;
	z-index: 10000;
}

/* -------------------------------- */
/* Structure */
/* -------------------------------- */

#cherry_tree {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 850px;
}
#header {
	height: 228px;
	background: url(../images/sprite_borders.png) 0 0;
}
#footer {
	height: 128px;
	background: url(../images/sprite_borders.png) 0 100%;
}


/* -------------------------------- */
/* Header */
/* -------------------------------- */

#header h1 {
	padding: 55px 0 0;
	color: #b21f24;
	font-size: 4em;
}
#header h2 {
	font-weight: 200;
	font-size: 2.4em;
	margin: 0 0 10px;
}
#header ul {
	margin: 0 0 0 100px;
}
#header ul li {
	display: block;
	float: left;
	margin: 0 4px;
}
#header ul li span {
	font-size: 1.4em;
}
#header ul li a {
	font-size: 1.3em;
	display: block;
	margin: 2px 0 0;
}
#header ul li a.active {
	font-weight: bold;
	padding: 1px 0 0;
}


/* -------------------------------- */
/* Content */
/* -------------------------------- */
#content {
	width: 788px;
	margin: -20px auto 0 auto;
}


/* -------------------------------- */
/* Footer */
/* -------------------------------- */
#footer {
	margin: 10px 0 0;
}
#footer p {
	padding: 40px 0 0;
	font-weight: 100;
}
#footer p strong {
	font-weight: 100;
	color: #b21f24;
}
#footer p em {
	font-weight: 900;
}

