body {
	background-image: url(../images/background_tile.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; 
}

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover, li a:hover {
	text-decoration: underline;
	outline: none;
}

p {
	margin: 0;
}

h1 {
	font-size: 20px;
	color: #0083be;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	color: #0083be;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #0083be;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	color: #0083be;
	font-weight: normal;
}

#clear {
	clear: both;
}

#wrapper {
	width: 877px;
	min-height: 600px;
	_height: 600px;
	margin: 10px auto;
}

#header {
	width: 877px;
	min-height: 100px;
	_height: 100px;
	color: #FFF;
}

#header img {
	float: left;
	margin-top:20px;
}

#language ul li {
	font-size: 10px;
	list-style: none;
	text-transform: uppercase;
	float:right;
	margin-top: 15px;

}
#language ul li {
	display: inline;
	margin: 0 25px 0 0;
	_margin: 0 25px 0 0;
	background: none;
	
}


#language ul a {
	text-decoration: none;
	color: #FFFFFF;
	/*font-weight: bold;*/
}


#header ul {
	font-size: 14px;
	list-style: none;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
}

#header ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 25px;
	background: url(../images/header_barra_menu.gif) top left no-repeat;
	min-height: 24px;
	_height: 24px;
}

#header ul li.noborder {
	background-image: none;
}

#header ul a {
	text-decoration: none;
	color: #FFFFFF;
	/*font-weight: bold;*/
}

#header ul a:hover {
	color: #0083be;
}

#header ul a.selected {
	text-decoration: none;
	color: #0083be;
}

#main {
	float: left;
	/*background: url(../images/round_corner_bl.gif) bottom left no-repeat;*/
	background: url(../images/main_about_bg.gif);
	width: 877px;
	min-height: 580px;
	_height: 580px;
	position: relative;
}

#leftNav {
	width: 199px;
	/*min-height: 707px;
	_height: 707px;*/
	background: #dadada url(../images/round_corner_tl.gif) top left no-repeat;
	float: left;
	color: #444444;
	padding-bottom:25px;
}

.leftNavProjects {
	font-size:12px;
}

#leftNav h2 {
	margin: 16px 0 0 0;
	text-align: center;
}

.leftNavProjects h2 {
	font-size:16px;
}

#leftNav p {
	margin: 10px 0 0 9px;
}

#leftNav ul {
	color: #003150;
	margin: 10px 0 0 11px;
	padding: 0;
	list-style: none;
	width: 170px;
	text-align: center;
}

.leftNavProjects  ul {
	text-align: left !important;
	margin: 25px 0 0 20px !important;
	width: 170px !important;
}

#leftNav li {
	margin: 3px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #333; 
}

.leftNavProjects  li {
	border-bottom: 1px dotted #666 !important; 
	margin: 5px 0 !important;
}

.leftNavProjects  li.lastProjectsMenu {
	border-bottom: none !important; 
}

.leftNavProjects  li a {
	text-decoration: none;
	background: url(../images/right_blue_arrow_small.gif) left 4px no-repeat;
	padding: 0 0 5px 12px !important;
	color: #444;
}

.leftNavProjects  li a:hover {
	background: url(../images/right_black_arrow_small.gif) left 4px no-repeat;
	color: #000;
}

.leftNavProjects  li a.selected {
	background: url(../images/right_black_arrow_small.gif) left 4px no-repeat;
	color: #000;
}

#leftNav li.lastList {
	border: none; 
}

#content {
	width: 678px;
	min-height: 628px;
	_height: 640px;
	background: #FFFFFF url(../images/round_corner_br.gif) bottom right no-repeat;
	float: left;
	position: relative;
	_margin-bottom: -6px;
}
/*
#content slides {
	width: 678px;
	min-height: 277px;
	_height: 277px;
	float: left;
}
*/
#content #slides h2 {
	font-size: 15px;
	font-weight: 700;
	margin:2px 0pt 2px 13px;
}

#content #slides p {
	font-size: 10px;
	font-weight: 700;
	margin:2px 0pt 2px 13px;
}

#content h1 {
	margin: 25px 0 25px 30px;
}

#content h2 {
	font-size: 16px;
	font-weight: 700;
	margin:13px 0pt 5px 13px;
}

#content h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 8px 0pt 5px 15px;
}

#content h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0pt 5px 20px;
}

#content p {
	margin: 20px 40px 0 30px;
	text-align: justify;
}

#content .rtdeco {
	background: url(../images/round_corner_tr.gif) top right no-repeat;
	width: 8px;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 670px;
	z-index: 1000;
}

#main .lbdeco {
	background: url(../images/round_corner_bl.gif) bottom left no-repeat;
	width: 8px;
	height: 9px;
	/*position: absolute;
	top: 100%;
	left: 0px;*/
	z-index: 1000;
	margin-top: -9px;
	_margin-top: -13ontactpx;
	float:left;
}

#proyectosBox {
	width: 660px;
	height: 225px;
	float: left;
	margin-top: 10px;
	
}

#proyectosBox h3 {
	margin: 5px 0 0 13px;
	font-weight: lighter;
	float:left;
	width: 120px;
}

#proyectosBox ul {
	float: left;
	margin:10px 0 0 10px;
}

#proyectosBox ul.topList {
	float: left;
	width: 135px;
}
#proyectosBox ul.bottomList {
	float: left;
	width: 135px;
}

#proyectosBox li {
	display: inline;
}
#proyectosBox li a {
	width: 16px;
	height: 25px;
	background: url(../images/home_proyecto_not_selected.gif) top left no-repeat;
	float: left;
	text-indent:-9999px;	
	margin-left: 6px;
}
#proyectosBox li a.selected {
	background: url(../images/home_proyecto_selected.gif) top left no-repeat;
}
#proyectoMenu {
	width: 150px;
	height: 220px;
	float: left;
}
.infoProyectos {
	width: 475px;
	height: 220px;
	float: right;
	font-family: verdana;
}

#infoProyectosText {
	float: left;
}

.infoProyectos dl {
	float: left;
	margin: 10px 0 0 20px;
	clear: left;
	width: 160px;
} 

.infoProyectos dt {
	float: left;
} 
.infoProyectos dd {
	float: left;
	color: #0083be;
} 

.infoProyectos .proyectosThumb {
	margin: 30px 0 0 20px;
	width: 55px;
	height: 57px;
}

.proyectosImg {
	float: right;
	clear: right;
	width:230px;
	height:220px;
}

#footer {
	color: #FFF;
	font-size: 10px;
	margin-top:12px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer p {
	float: left;
}

#footer ul{
	float: right;
}

#footer li{
	display: inline;
	padding: 0 10px;
	background:url(../images/footer_div.gif) top left no-repeat;
}

#footer li.first{
	background-image: none;
}


/* about page styles */

.aboutContent {
	margin: 0px;
	padding: 20px;
	width: 638px !important;
}
 
ul#aboutList {
	 margin: 10px 10px 10px 25px;
	 list-style:none;
	 font-size:11px;
}

ul#aboutList li {
	 display: inline;
}

ul#aboutList a {
	 text-decoration: none;
	 color: #444;
	 font-size:12px;
}

#valuesOne {
	float: left;
	width: 190px;
}

#valuesOne ul {
	margin: 0 0 0 35px;
}

#valuesOne li {
	margin: 2px 0;
}


#valuesTwo {
	float: left;
	width: 410px;
}

#valuesTwo ul {
	margin: 0 0 0 35px;
}

#valuesTwo ul strong {
	font-weight: bold;
	color: #000;
}

#valuesTwo li {
	margin: 2px 0;
}

#mainTeamText dl {
	padding: 10px 40px 0 15px;
}

#mainTeamText dt {
	float:left;
	color: #000;
	margin: 2px 0;
	width: 200px;
	font-size:11px;
	color: #0083a0;
	clear: left;
	height: 50px;
	cursor: pointer;
}

#mainTeamText dd {
	float:right;
	margin: 2px 0 10px 0;
	width: 150px;
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 5px;
	clear: right;
}

* html #mainTeamText dd {
	margin: 16px 0;
}

*:first-child+html #mainTeamText dd {
	margin: 16px 0;
}

#mainAssociatedText {
	clear: both;
}

#mainServicesText ul {
	margin: 0 0 0 35px;
}

#mainClientsText ul {
	margin: 0 0 0 35px;
}


/* accordion mootools styles */

.toggler {
	margin: 0;
	border-bottom: 1px dotted #d2d2d2;
	border-right: 1px dotted #ddd;
	border-top: 1px dotted #f5f5f5;
	border-left: 1px dotted #f5f5f5;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}

#accordion h2 {
	cursor: pointer;
	margin:2px 0pt 2px 13px;
	padding:0pt 0pt 0pt 18px;
}

#content h1.aboutContentTitle {
	border:1px dotted #D2D2D2;
	margin:13px 0pt 20px 13px;
}

/* Projets Styles */
/*
.projectsContent {
	margin: 0px;
	padding: 20px;
	width: 638px !important;

}*/

.projectsContent dl {
	margin:2px 0pt 0pt 50px;
	width:600px;
	_width:530px;

}

.projectsContent dt {
	color:#0083A0;
	float:left;
	font-size:11px;
	margin:30px 0pt 0pt 25px;
	width:150px;
	_clear: left;
}

.projectsContent dd {
	float:left;
	margin:30px 0pt 10px;
	padding-bottom:5px;
	width:250px;
	_width:150px
	font-size:12px;
}

.projectsContent img {
	clear: right;
	margin: 5px 75px 5px 0;
	float:right;
	width: 100px;
	height: 75px;
	display: block;
}

#officeBuildingsInfo  {
	padding: 20px 0 0 0;
	height: 450px;
	background-color: #000;
}

.projectsInfo img {
	margin: 10px auto;
	text-align: center;
}
/*
#officeBuildingsInfo dl {
	margin:2px 0pt 0pt 50px;
	width:600px;
}

#officeBuildingsInfo dt {
	color:#0083A0;
	float:left;
	font-size:11px;
	margin:30px 0pt 0pt 25px;
	width:150px;
}

#officeBuildingsInfo dd {
	float:left;
	margin:30px 0pt 10px;
	padding-bottom:5px;
	width:250px;
	font-size:12px;
}

#officeBuildingsInfo img {
	clear: right;
	margin: 5px 50px 5px 0;
}
*/


/* contact us styles */

.contactContent {
	margin: 0px;
	padding: 20px 20px 20px 70px;
	width: 588px !important;
	font-size: 12px;
}

.contactContent h2 {
	clear: both;
}

.contactContent p {
	margin: 20px 0 !important;
	float:right;
}

.contactContent dl {
	padding: 10px 40px 0 15px;
}

.contactContent dt {
	/*float:left;
	color: #000;
	margin: 2px 0;
	width: 200px;
	color: #0083a0;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 3px;*/
	
	float:left;
	color: #000;
	margin: 6px 0;
	width: 382px;
	_width: 350px;
	color: #0083a0;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 3px;
}

.contactContent dd {
	/*float:left;
	margin: 2px 90px 10px 0;
	_margin: 2px 40px 10px 0;
	padding-left: 90px;
	width: 140px;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 3px;*/
	
	float:right;
	margin: 10px 0 0 0;
	padding: 0 141px 0 0;
	_padding: 0 50px 0 0;
	width: 10px;
	/*_width: 50px;
	border-bottom: 1px dotted #a9a9a9;*/
	padding-bottom: 3px;
}

/* links styles */

.linksContent {
	margin: 0px;
	padding: 20px;
	width: 638px !important;
	font-size: 12px;
}

.linksContent h2 {
	clear: both;
}

.linksContent p {
	margin: 20px 0 !important;
	float:right;
}

.linksContent dl {
	padding: 10px 40px 0 15px;
}

.linksContent dt {
	float:left;
	color: #000;
	margin: 6px 0;
	width: 432px;
	_width: 400px;
	color: #0083a0;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 3px;
}

.linksContent dd {
	float:right;
	margin: 10px 0 0 0;
	padding: 0 141px 0 0;
	_padding: 0 10px 0 0;
	width: 10px;
	_width: 50px;
	/*border-bottom: 1px dotted #a9a9a9;*/
	padding-bottom: 3px;
}


/* sitemap */

.sitemapContent {
	margin: 0px;
	padding: 20px;
	width: 638px !important;
	font-size: 12px;
}

.sitemapContent p {
	margin: 20px 0 !important;
	float:right;
}

.sitemapContent ul {
	margin: 10px 0 10px 30px;
	list-style:none;
}

.sitemapContent li {
	margin: 11px 0;
}

.sitemapContent a {
	text-decoration: none;
	color: #006090;
}

.sitemapContent a:hover {
	text-decoration: none;
	color: #0030d0;
}


