@charset "UTF-8";
/* CSS Document */

/***** Body global *****/
body, html{
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
}

#center-table{
	position: relative;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 100%;
	width: 100%;
}

#site-container {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

.home-bg {
	background-image:url(../images/background-home.jpg);	/* Allows for full page background image*/
	background-position: top center;    /* background graphic or even a large hero image */
	background-repeat:no-repeat;
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	}

.whatwedo-bg {
	background-image:url(../images/background-whatwedo.jpg);	/* Allows for full page background image*/
	background-position: top center;    /* background graphic or even a large hero image */
	background-repeat:no-repeat;
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	}

.testimonials-bg {
	background-image:url(../images/background-testimonials.jpg);	/* Allows for full page background image*/
	background-position: top center;    /* background graphic or even a large hero image */
	background-repeat:no-repeat;
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	}

.gallery-bg {
	background-image:url(../images/background-projects.jpg);	/* Allows for full page background image*/
	background-position: top center;    /* background graphic or even a large hero image */
	background-repeat:no-repeat;
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	}

.contact-bg {
	background-image:url(../images/background-contact.jpg);	/* Allows for full page background image*/
	background-position: top center;    /* background graphic or even a large hero image */
	background-repeat:no-repeat;
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	}

h1 {
	font-size: 36px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

h2 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

h3 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

p {
	padding: 0px 0px 15px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
}


a:link, a:visited, a:active { 
	color:#ba9452;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	text-decoration:none;
	}

a:hover {
	color:#ba9452;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	text-decoration:underline;
	}

.clear {
	clear:both;
	}