
/*________ MAIN ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.gif) repeat-x top;
	font: 17px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #ffc10e;
	text-decoration: none;
}
a:hover {
	color: #3f4144;
}

img {
	display: block;
	border:0;
}

#container {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
}


/*________ CONTENT ________*/

#content {
padding-top: 30px;
padding-right: 50px;
width: 500px;
float: left;
}

#content h2, #sidebar h2 {
color: #3f4144;
font-weight: normal;
font-size: 26px;
margin-bottom: 20px;
}

#content p {
margin-bottom: 20px;
line-height: 1.6;
}

#content p strong {
font-size: 20px;
margin-bottom: 20px;
line-height: 1.6;
}



/*________ SIDEBAR ________*/

#sidebar {
padding-top: 30px;
overflow: hidden;
width: 395px;
color: #3f4144;
}

#recentProjects img {
width: 100px;
float: left;
margin: 0 15px 15px 0;
padding: 3px;
border: 1px solid #e0e0e0;
}

#recentProjects img:hover {
border: 1px solid #999;
}

#facebook{
	border: 1px solid #d3d3d3;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	height: 62px;
	width: 312px;
	padding: 20px;
	margin-bottom: 30px;
}

.fb-like{
	float: left;
	padding-left: 20px;
	padding-right: 30px;
}

/*__________SLIDESHOW__________*/


#slideshow {
    position:relative;
    height:385px;
    width:385px;
	margin-bottom: 50px;
	border: 5px solid #3f4144;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}

/*________ FORM ________*/

#form {
background: #fff url(images/bg-form.jpg) repeat-x top;
width: 385px;
height: 500px;
margin: 0 auto 50px auto;
}
#form .g-recaptcha {
	transform: scale(0.8);
}

#form form {
padding: 135px 0 0 50px;
}

#form form fieldset {
border: 0;
}

#form form fieldset legend {
display: none;
}

#form form fieldset label {
float: left;
width: 68px;
color: #3f4144;
font-size: 14px;
margin: 0 0 7px 0;
}

#form form fieldset input,
#form form fieldset textarea {
display: block;
border: 1px solid #ceccc0;
width: 212px;
height: 16px;
padding: 3px 4px;
margin: 0 0 7px 0;
}

#form form fieldset textarea {
height: 98px;
overflow: auto;
font: 12px Arial, Helvetica, Sans Serrif;
}

#form form input {
margin: 0 0 0 68px;
}

#form form #whiteness {
height: 25px;
}

#form form #errorText {
font-size: 11px;
width: 277px;
color: #ff0000;
margin: 0 0 5px 0;
}

#form form #errorText ul {
margin: 0 0 0 20px;
}

#form #successText {
padding: 160px 50px 0 50px;
text-align: center;
font-weight: bold;
color: #0e9400;
}

/*________ FOOTER ________*/

#footerContainer {
width: 100%;
height: 285px;
background: #fff url(images/bg-footer.gif) repeat-x;
clear: both;
}

.footerLogos {
float: right;
}

#footer {
width: 950px;
margin: 0 auto;
}

#footer h3 {
color: #ffc10e;
padding: 20px 0px 10px 0px;
line-height: 1.5;
}

#footer p {
color: #fff;
font-size: 12px;
line-height: 1.5;
padding-bottom: 10px;
}