/*
Author:     	Edwin Mac Donald, edwin@iconica.net
Updated:    	Jan 2006
Notes:    		just an attemp
*/

/*  GENERAL TAGS ///////////////////////////////// */
html {/* */

}

body {/* */
	background: #94928F;
	margin: 0px;
	padding: 0px;	/* for center wrapper in IE, realted with the auto margin*/
	/*overflow: hidden;*/
	color: #494949;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

p {/* */
	margin: 0px;
	text-align: left;
}

hr {
	
	/*width: 290px;*/
	height: 1px;
	border: 0;
	background: #C3BFBA;
	left: 2px;
}

a {/* */
	text-decoration: none;	
}

em {
	color: #008678;
	width: 290px;
	height: 1px;
	border: 0;
	left: 2px;
	font-size: 12px;
	font-style: italic;
}

/*a:hover {
	color: #339966;		
}*/


/*  STRUCTURAL TAGS ///////////////////////////////// */

#wrapper { /* */
	position: static;
	background: center;
	text-align: center;
	width: 668px;
	margin: 0 auto; /* For center the wrapper*/
	padding-top: 0px;
	padding-left: 0px;
}

#pre-top { /* */
	height: 18px;
	display: block;
}

#top { /* */
	height: 28px; /* 5px for "shadows + 23px for space with optical adjustment */
	display: block;
	background: #94928F url(images/top.gif) no-repeat center top;
}

#base { /* */
	background: #94928F url(images/base.gif) repeat-y left top;
	}


/*  LOGO A PRINCIPAL MENU  ///////////////////////////////// */

ul#logo-menu{ /* */
	margin-top: 0; /* In orden to "join" background image with top div */
	margin-left: 0;
	padding-left: 0; /* for Safari and ForeFoz aliniment */
	/*text-align: left;  That make the left aliniaments of li */
	display: block;
	height: 82px;
	width: 668px; /* that way I position the las element again the right margin, compensating variations for type sizes between systems  */
	/* I need to repeat the background... */
	background: #94928F url(images/base.gif) repeat-y center top;
	position: static;
}

ul#logo-menu li { /* */
	display: inline;
	list-style-type: none;
	text-align: left;
	font-size: 1.0em;
	}

ul#logo-menu li a{ /* */
	float: left; /* makes block elements don't move down */
	margin-left: 0;
	/*font: 12px Georgia, "Times New Roman", Times, serif;*/
	color: #494949;
	padding-top: 16px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #7E7E7E;
	border-left: 1px none #494949;
	cursor: pointer; /* just because of IE for PC */
	
}

/*ul#logo-menu li a:hover { 
	color: #008678;	
}*/


ul#logo-menu li a:hover { 
	color: #008678;	
}


ul#logo-menu li#active { /* */
	display: inline;
	float: left; /* makes block elements don't move down */
	margin-left: 0;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #494949;
	padding-top: 16px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #7E7E7E;
	border-left: 1px none #494949;
	background: url(images/active.gif) repeat-x left top;
	cursor: pointer; /* just because of IE for PC */
}

ul il#espacio-prelogo  { /* Yes!!! because IE PC. And don't ask me why... I give up!!! */
	width: 30px;
	height: 10px;
	display: block;
	background: ##FF6600;
	float: left;
}

ul#logo-menu li#logo a  { /* */
	text-align: left; /*I have to put this in order to avoid IE PC that give double margen to floats elements >> http://www.positioniseverything.net/explorer/floatIndent.html */
	/*float: left;  makes block elements don't move down */
	margin-left: 30px;
	margin-right: 20px;
	width: 130px;
	height: 82px;
	background: url(images/logo.gif) no-repeat left top;
	border-style: none;
	padding-left: 0px;
	padding-right: 0px; /* just because of IE for PC */
	display: block;
}



ul#logo-menu li#call{ /* */
	float: left; /* makes block elements don't move down */
	margin-left: 20px;
	border-style: none;
	width: 152px;
	height: 16px;
	padding-top: 22px;
	margin-top: 14px;
	margin-right: 25px;
	/*margin-left: 10px;*/
	cursor: default; /* just because of IE for PC */
	background-image: url(images/Call.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}


/* PRINCIPAL FRASE  ///////////////////////////////// */


#base #frase {
	text-align: left;
	
}

#base #frase img {
	
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0px;
	left: 151px;
}

#base #wrap_frase {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
	height:auto;
	position: relative;
	left: 0px;
	top: 0px;
}

/* CONTENT  /////////////////////////////////
Content is devided in a bese + 4 seccions: 1. Left top column ; 2. right top colunm, 3 the botton of the left column (with photograph); 4. The botton os the right column (with the cut in the base); */

#base #content { /**/
	display: block;
	width: 668px;
 	font: normal 1em/1.9em Georgia, "Times New Roman", Times, serif;
	text-align: left;	
}



#base table#content tr td.column_1 p{ /*The left top one*/
	display: block;
	width: 290px;
	margin-left: 30px;
	/* commented backslash hack v2 \*/
	margin-left: 30px;
	/* end hack */
	margin-bottom: 1em;
	z-index: 10;
	margin-top: 1em;
}

#base table#content tr td.column_2 p{ /*The left top one*/
	display: block;
	width: 290px;
	/*margin-right: 15px;*/
	margin-left: 5px;
	/* commented backslash hack v2 \*/
	margin-left: 5px;
	/* end hack */
	margin-bottom: 1em;
	z-index: 10;
	margin-top: 1em;
}


#base table#content tr td.column_2 ul {
	margin-bottom: 1em;
	list-style: square outside;
	padding-left: 0px;
	margin-top: 1em;
}

#base table#content tr td.column_2 ul#process {
	margin-bottom: 1em;
	list-style: none;
	padding-left: 0px;
	margin-top: 1em;
	font-style: italic;
	line-height: 3em;
}


#base table#content tr td h2{
	display: block;
	width: 290px;
	margin-left: 30px;
	/* commented backslash hack v2 \*/
	margin-left: 30px;
	/* end hack */
	/*margin-bottom: 1em;*/
	margin-top: 1em;
	font-size: 14px;
	color: #008678;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
}

#base table#content tr td h3{
	display: block;
	width: 290px;
	margin-left: 30px;
	/* commented backslash hack v2 \*/
	margin-left: 30px;
	/* end hack */
	margin-bottom: 1em;
	font-size: 9px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}

#base table#content tr td h4{
	display: block;
	width: 290px;
	margin-left: 30px;
	/* commented backslash hack v2 \*/
	margin-left: 30px;
	/* end hack */
	margin-bottom: 1em;
	font-size: 9px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	margin-top: 2em;
}	

#base table#content a {/* */
	text-decoration: none;
	color: #008678;
}

/* FORMS  ///////////////////////////////// */

form label{
	font-size: 9px;
	text-transform: uppercase;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	clear: right;
}

form input{
	text-transform: none;
	background: #D8D4CF;
	height: 1.6em;
	border-bottom: 0px none #94928F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: left;
	margin: 0px 0px 10px;
	color: #4D4A46;
	padding: 3px 3px 1px;
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
}

form textarea{
	text-transform: none;
	background: #D8D4CF;
	padding: 10px 7px;
	border-bottom: 0px none #94928F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: right;
	color: #4D4A46;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

form input.button{
	height: 25px;
	background: #EEEBE6;
	padding-top: 15px;
}

form br{
	margin: 0px;
	padding: 0px;	
}


/* BOTTON  ///////////////////////////////// */

#bottom {
	position: static;
	background: url(images/base_close.gif) no-repeat center top;
	height: 58px;
	display: block;
	width: 668px;
	bottom: 54px;	
}

#callBack {
	left: 0px;
	padding-top: 17px;	
}



/* FOOTER///////////////////////////////// */

#corrector {
	text-align: left;
	position: static;
}

#footer {
	color: #EEEBE6;
	font: 0.85em/1.5em Verdana, Arial, Helvetica, sans-serif;
	left: 5px;
	top: 0.5em;
	float: left;
	position: static;
	z-index: 100;
	clear: right;
	padding-left: 5px;
}
	
