/*
Landingpages
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
p {
	display: inline;
}
img {
	background: #FFF;
	margin: 10px 15px 10px 0;
	padding: 10px;
	float: left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c3b9ab;
}
body {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #5d4937;
	text-shadow: 0 1px 0 #FFF;
	background: url(img/background_default.gif);
	font-size: 14px;
}
#page_header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 85px;
	overflow: hidden;
	background: url(img/page_header_default.gif);
}
#page_body {
	margin: 0 auto;
	padding: 0 20px;
	width: 860px;
	background: url(img/page_body_default.gif);
}
#page_footer {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: url(img/page_footer_default.gif);
}
h1 {
	font-family: Georgia, Times, serif;
	line-height: 75px;
	margin-left: 10px;
	text-shadow: 0 -1px 0 #000;
	color: #efe9dd;
	font-size: 36px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	padding: 20px 0 10px 0;
	font-weight: bold;
	clear: both;
}
h3 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	margin: 12px 0 10px 0;
	font-weight: bold;
}
.hr {
	width: 860px;
	clear: both;
	border-top: 1px dotted #c3b9ab;
}

/* Buttons */

a {
	background-image: url(img/button_default.gif);
	background-position: top right;
	display: block;
	color:  #FFF;
	padding-right: 45px;
	height: 50px;
	text-shadow: 0 -1px 0 #605050;
	float: right;
	margin: 10px -5px 5px 10px;
}
a span {
    background-image: url(img/button_default.gif);
    background-position: top left;
    display: block;
    line-height: 40px;
    padding: 5px 0 5px 18px;
}
a:hover {
	background-position: center right;
}
a span:hover, a:hover span {
	background-position: center left;
}
a:active {
	background-position: bottom right;
	outline: none;
}
a span:active, a:active span {
	background-position: bottom left;
}


/* Color Schemes */

body.red {
	background-image: url(img/background_red.gif);
}
#page_header.red {
	background-image: url(img/page_header_red.gif);
}
#page_body.red {
	background-image: url(img/page_body_red.gif);
}
#page_footer.red {
	background-image: url(img/page_footer_red.gif);
}

.red a {
	background-image: url(img/button_red.gif);
}
.red a span {
    background-image: url(img/button_red.gif);
}


a.impress {
	color: #999;
	background-image: none;
	background: none;
	margin: 40px -50px 15px 0;
}





