/* ---- MAIN ---- */
* {
	margin: 0;
}

html, body {
	background-color: #ffffff;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	line-height: 1.733;
	color: #4e3c33;
}

a {
	color: #a37d69;
}
.wrapper {
	
}

#banner, #portfolioBanner {
/*	background-color: #050708;*/
	min-width: 1024px;
	width: 100%;
	margin-top: 42px;	
}

#banner {
	background: url('../img/imageBack2.png') repeat-x;
	height: 318px;
}

#shadowLine, #portLine {
	position: relative;
	top: -300px;
	text-align: center;
	z-index: 15;
}
#portLine {
	top: -26px;
}
#img {
	text-align: center;
	margin: 0 auto;
	width: 926px;
	height: 276px;	
	background: url('../img/bannerBack3.png') no-repeat;
}

#content {
	width: 932px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}	

#content span {
	left: 30px;
}

#columnSep, #whatSep, #whoSep {
	position: relative;
	margin-top: -430px;
	left: 475px;
	width: 1px;
	height: 430px;
	background-color: #4e3c33;
	opacity: .2;
	filter:alpha(opacity=20); /* IE patch */
}

#whatSep {
	margin: -480px 0 30px 0;
	height: 490px;
}

#whoSep {
	margin: -353px 0 0 0;
	height: 329px;
}

#imageWho, #imageWhat {
	position: relative;
	margin-top: -332px;
	left: 583px;
	width: 256px;
	padding-bottom: 100px;
}

#imageWhat {
	margin-top: -422px;
	padding-bottom: 70px;
}

#portfolio {
	/*position: relative;*/
	outline: none;
	overflow: hidden;
	margin-left: -84px;
	margin-bottom: 0px;
	z-index: 5;
}

p {
	width: 450px;
	text-align:justify;
	padding: 0px 9px 0px 10px;
	font-size: 1.05em;
	margin-top: 23px;
}


/* ----- CONTACT -----*/
#contactIcon {
	margin: 18px 0px 0px 69px;
	width: 280px;
}
#boxLContact {
	position: relative;
	margin-top: 23px;
}
.contactForm {
	position: relative;
	width: 420px;
	margin-top: -472px;
	margin-bottom: 5px;
	left: 448px;
}
#map_canvas {
	/*position: relative;
	top: 8px;
	margin-bottom: 16px;
	margin-left:auto;
	margin-right:auto;*/
	left: 0;
	height: 252px;
	width: 916px;
	margin: 0 auto;
	left: -798px;
/*	width: 914px;
	left: -787px*/

}
label {
	font-size: 0.9em;
	margin-bottom: 5px;
	float: left; 
	margin-top: 5px;
}
.myForm {
	margin: 44px;
}
.myForm input {
	background-color: #f9f9f9;
	border-color:-moz-use-text-color #4e3c33 #4e3c33 -moz-use-text-color;
	border-style:none solid solid none;
	border-width:0 0px 1px 0;
	width:420px;
}
.myForm textarea {
	background-color: #f9f9f9;
	border-color:-moz-use-text-color #4e3c33 #4e3c33 -moz-use-text-color;
	border-style:none solid solid none;
	border-width:0 0px 1px 0;
	height:80px;
	width:420px;
}
.myForm .btn {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#4e3c33;
	margin:0.5em 0 0;
	text-transform:uppercase;
	cursor: pointer;
}
.myForm p {
	clear: both;
}
.contactText {
	margin-top: 15px;
	width: 470px;
	margin-left: 7px;
}

em { 
	position: relative;
	top: 5px;
	padding-left: 0.5em; 
	font-size: 1.1em;
}

label.error { 
	position: relative;
	margin-left: 14px;
	float: none; 
	color: red; 
	vertical-align: top; 
}

/* ----- CONTACT -----*/

#succesText {
	height: 411px;
	margin-top: 64px;
	margin-left: 100px;
}
