* {
	margin: 0;
	padding: 0;
}

html {

}

body {
	background: url('/static/static_images/body_bg.png') repeat-x;

	overflow-y: scroll;

	font-family: 'Roboto Slab';

	color: #505050;

	line-height: 23px;
}

.clear {
	clear: both;
	height: 40px;
}

.background {
	position: relative;
}

.container {
	margin: 0 auto;
	width: 990px;

	position: relative;
}

#header {
	aheight: 307px;

	abackground: url('/static/static_images/header_bg.png') repeat-x 0px 161px;
	abackground-color: white;
}

#header .container {
	height: 211px;
}

#logo {
	position: absolute;

	top: 60px;
	left: 5px;
}

.landing #logo {
	left: 355px;
}

#projectname {
	position: absolute;

	top: 110px;
	left: 5px;

	width: 204px;
	height: 30px;

	text-align: center;

	color: #f08262;

	font-weight: bold;
	font-size: 14px;
}

#promo {
	position: absolute;

	top: 100px;
	right: 0;
	width: 450px;

	text-transform: uppercase;
}

#promo .available, #promo .phone {
	display: block;

	color: white;
	text-align: center;

	padding: 8px;
}

#promo .available {
	background-color: #96B522;
	font-weight:bold;
}

#promo .phone {
	background-color: #B6CB65;
}

#promo img {
	vertical-align: middle;
}

#menubar {
	background-color: #7BA02D;
}

#menubar .container {
	height: 61px;
}


#menu {
	height: 61px;
	width: 980px;

	padding: 0 5px;

	text-transform: uppercase;
}


#menu a {
	float: left;
	awidth: 245px;
	padding: 18px 30px 0 30px;

	height: 61px;

	apadding-top: 18px;

	text-align: center;

	color: white;
	font-size: 18px;
	text-decoration: none;

}

#menu a.selected, #menu a:hover {
	background: url('/static/static_images/menu_active.png') no-repeat center 61px;
}

#page {
	padding-top: 40px;
	min-height: 800px;
}

.landing #page {
	padding-top: 0px;
	min-height: 200px;
}

#page .container {

}

#page a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 26px;

	margin-bottom: 0.5em;
}

p {
	font-family: 'Roboto';
	font-size: 14px;
}

h2 p {
	font-family: 'Roboto Slab';
	font-size: 21px;
}


.widecol p {
	margin: 0 100px 1em 0;
}

.smallcol p {
	margin: 0 30px 1em 0;
}

.widecol {
	float: left;
	width: 634px;
	padding: 10px;

	background-color: white;

	min-height: 20px;
}

.widecol.noborder {
	padding: 0;
	background-color: transparent;
}

.widecol:first-child {
	margin-right: 15px;
}

.smallcol {
	float: left;
	width: 321px;

	min-height: 20px;
}

.smallcol:first-child {
	margin-right: 15px;
}

.cycle-slideshow {
	width: 100%;

	position: relative;
}

.cycle-slideshow img {
	width: 100%;
	height: 100%;
}

.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
	cursor: pointer;
}

.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next, .cycle-slideshow .cycle-caption {
	position: absolute;

	bottom: 0;

	background-color: #96B522;

	z-index: 1000;

	text-align: center;

	color: white;

	font-size: 12px;

	display: block;
	height: 15px;

	padding: 4px 5px;
}

.cycle-slideshow .cycle-prev {
	left: 0;
	width: 10px;
}

.cycle-slideshow .cycle-caption {
	left: 20px;
	width: 30px;
}

.cycle-slideshow .cycle-next {
	left: 60px;
	width: 10px;
}

.widecol .cycle-slideshow {
	height: 436px;
}


.checklist {
	height: 361px;
	
	padding: 45px 30px 50px 45px; 
	
	background-color: #88C1DC;

	color: white;
}

.checklist h2 {
	font-size: 23px;

	line-height: 30px;
	margin-bottom: 0px;
}

ul {
	padding-left: 20px;
}

.checklist ul {
	padding-left: 20px;
	list-style-image: url('/static/static_images/check.png');
}

.checklist ul li {
	padding: 8px 0;
}

.spotlight {
	position: relative;
}

.spotlight h2 {
	background-color: #7BA02D;
	color: white;

	font-size: 21px;

	padding: 12px 20px;
}

.spotlight h3 {
	color: #F08262;
}

.spotlight h6 {
	position: absolute;

	bottom: 0px;
	left: -63px;

	height: 70px;
	width: 100px;

	padding: 28px 13px;

	font-size: 18px;

	background: url('/static/static_images/circle.png') no-repeat;


	text-align: center;
	color: white;
}

.spotlight p {
	padding: 0;
	margin: 0;
}

.spotlight h6 p {
	font-size: 18px;
}

#page .spotlight a {
	color: #7BA02D;
}

.referentie {

}

.referentie div {
	background-color: #88C1DC;

	color: white;

	padding: 12px 20px;
	position: relative;
}

.referentie h2, .referentie h2 p {
	font-size: 21px;
	margin: 0;
}

.referentie .arrow {
	position: absolute;
	z-index: 1000;

	bottom: -36px;
	left: 131px;

	width: 73px;
	height: 36px;
}

.referentie img {
	height: 291px;
}

.map {
	margin-left: 40px;
}

.map h2 {
	background-color: #88C1DC;
	color: white;

	font-size: 21px;

	padding: 12px 20px;
}

.visit {
	float: right;

	height: 98px;
	width: 126px;

	padding: 16px 0px;

	font-size: 13px;

	background: url('/static/static_images/circle.png') no-repeat;

	text-align: center;
	color: white;
}

.house h2 {
	font-size: 19px;
	color: #F08262;
}

.specs {
	height: 226px;
	background-color: #96B522;

	color: white;
}

.specs h3 {
	background-color: #B6CB65;
	padding: 8px 15px;
}

.specs div {
	padding: 10px 15px;
}

.specs table {
	width: 100%;
	border-collapse: collapse;
}

.specs table tr td {
	width: 50%;
	padding-right: 10px;
}


.widecol .specslider .cycle-slideshow {
	height: 226px;
}


.widecol .specslider .cycle-slideshow .cycle-prev {
	left: auto;
	right: 60px;
}

.widecol .specslider .cycle-slideshow .cycle-caption {
	left: auto;
	right: 20px;
}

.widecol .specslider .cycle-slideshow .cycle-next {
	left: auto;
	right: 0;
}

table.form {
	border-collapse: collapse;	
	font: 'Roboto';
	font-size: 14px;
}

table.form td {
	padding: 2px 10px 2px 0;
}

table.form td input {
	padding: 2px 5px;
}

table.form td input[type=text] {
	width: 200px;
}

.error {
	color: red;
}

#info {
	height: 166px;
	background-color: #96B522;

	font-size: 18px;
}

#info .container {
	padding-top: 50px;

	color: white;
}

#info a {
	color: white;
	text-decoration: none;
}

#info span {
	float: left;
	margin-left: 100px;

	line-height: 40px;
}

#info span:first-child {
	margin-left: 10px;
}

#info span img {
	vertical-align: middle;
}

#info .bold {
	font-weight: bold;
}


#footer {
	height: 200px;
	background-color: white;
}

.landing #footer {
	background-color: transparent;
}

#footer .container {
	padding-top: 70px;

	font-size: 14px;

	color: #7B98A9;
}

#footer, #footer a {
	text-decoration: none;
	color: #7B98A9;	
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	float: left;
	margin-left: 35px;

	line-height: 40px;
}

#footer span:first-child {
	margin-left: 10px;
}

#footer span img {
	vertical-align: middle;
}


#footer .white {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}


#landing {
	text-align: center;
}

#landing-bar {
	
	margin: 30px 0;
}

textarea {
	width: 400px;
	height: 60px;
}