@charset "utf-8";
/* CSS Document */

/* body -------------------------------------------------*/

h1,h2,h3,h4,h6,p,blockquote,ol,ul,li,img {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background-image: url(backgrounds/bg-main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	color: #333;
	background-color: #528191;
}

/* text -------------------------------------------------*/


@font-face {
    font-family: 'AvenirLTStd35Light';
    src: url('fonts/avenirltstd-light-webfont.eot');
    src: url('fonts/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-light-webfont.woff') format('woff'),
         url('fonts/avenirltstd-light-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-light-webfont.svg#AvenirLTStd35Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

p {
	font-family: 'AvenirLTStd35Light';
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.5em;
}

h1 {
	font-family: 'AvenirLTStd35Light';
	font-size: 26px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: normal;
}


/* wrapper ------------------------------------*/

#wrapper {
	width: 930px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #c9c9c9;
}

/* header ------------------------------------*/

#header {
	width: 930px;
	margin: 30px 0px 66px 0px;
	text-align: center;
}

/* buttons ---------------------------------------*/

#buttons {
	width: 860px;
	margin: 0px 0px 60px 0px;
	padding-left:70px;
}

/* body ------------------------------------*/

#body {
	width: 930px;
	margin: 0px 0px 50px 0px;
	text-align: center;
}


/* footer ------------------------------------*/

#footer {
	width: 930px;
	margin: 30px 0px 10px 0px;
}

#footer p {
	font-family: 'AvenirLTStd35Light';
	font-size: 21px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#footer a:link {
	text-decoration: none;
	color: #fff;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}

.left {
	float: left;
	margin-left: 30px;
}

.right {
	float: right;
	margin-right: 30px;
}

/* copyright ------------------------------------*/

#copyright {
	width: 930px;
	margin: 0px auto 0px auto;
	text-align: right;
}

#copyright p {
	font-family: 'AvenirLTStd35Light';
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#copyright a:link {
	text-decoration: none;
	color: #fff;
}
#copyrightr a:visited {
	text-decoration: none;
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
	color: #fff;
}
#copyright a:active {
	text-decoration: none;
	color: #fff;
}

/* btns ------------------------------------*/

a.commercialBtn {
	display: block;
	width: 367px;
	height: 224px;
	background-image:url(pictures/btn-commercial-up.png);
}

a.commercialBtn:hover {
	background-image:url(pictures/btn-commercial-over.png);
}


a.residentialBtn {
	display: block;
	width: 367px;
	height: 224px;
	background-image:url(pictures/btn-residential-up.png);
}

a.residentialBtn:hover {
	background-image:url(pictures/btn-residential-over.png);
}
