/***********************************************
 COLOR SCHEMA STANDARD:
 	- Background:	#3A3A3A		(white)
	- Text color:	#267EFF		(blue)
	- Contrast:		#FF9900		(orange)      
***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html{
	background-color:#3A3A3A;
}
	
body{
	margin:150px 15% 20px 15%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#267EFF;
	line-height:1.5em;
	text-align:justify;
}

a:link {
	color:#267EFF;
	text-decoration:underline;
}

a:visited {
	color:#267EFF;
	text-decoration:underline;
	font-style:oblique;
	}
	
a:hover { 
	text-decoration:none;
}

acronym{
	border-bottom-style:dotted;
	border-bottom-width:thin;
	cursor:help;
}

li{
	list-style-type:circle;
}

li:hover{
	list-style-type:disc;
}

ul{
	padding-bottom:15px;
	}

/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6{
	color:#FF9900;
}

h1{
	font-size:130%; 
}

h2{
 	font-size:114%;
}

h3{
 font-size:100%; 
}

h4{
 font-size:100%;
 font-weight:normal;
}

table{
	text-align:left;
	}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#body1{
	border:#FF9900 thin dashed;
	padding:0px 10px 10px 10px;
}


#floating_line{
	border-top-color:#267EFF;
	border-top-style:dashed;
	border-top-width:thin;
	position:absolute;
	top:100px;
	left:20%;
	width:80%;
	z-index:10;
}

#floating_tech{
	position:relative;
	bottom:150px;
	right:-100px;
	font-size:60%;
	float:right;
	clear:both;
}
#floating_tech a:link{
	text-decoration:none;
	color:#FF9900;
}

#floating_tech a:visited{
	text-decoration:none;
	font-style:normal;
	color:#FF9900;
}

#floating_tech a:hover{
	text-decoration:overline;
}


#tecnologies{
	visibility:hidden;
	padding:0px 5px 0 5px;
	border:thin solid #FF9900;
	}
	
#refViewer{
	clear:both;
	}
	
#team td{
	vertical-align:top;
}



/*************** #pageName styles **************/

#pageName{
	position:absolute;
	top:47px;
	height:83px;
	width:250px;
	margin:0 0 0 -10px;
	background-image:url(../img/logo/logo_.png);
	background-repeat:no-repeat;
	z-index:20;
}

#pageName span{
	display:none;
}
	
/************* #langNav styles **************/

#langNav{
	position:absolute;
	top:0px;
	left:10px;
	float:left;
	clear:both;
	color:#267EFF;
	font-size:xx-small;
}

#langNav a {
	font-style:normal;
	text-decoration:none;
}


#langNav a.selected{
	color:#FF9900;
}


#langNav a:hover{
	border-top-style:solid;
	border-top-width:medium;
	border-top-color:#FF9900;
}

/************* #colorNav styles **************/

#colorNav{
	position:absolute;
	top:15px;
	left:10px;
	float:left;
	clear:both;
	font-size:100%;
}

#colorNav a img{
	border-style:solid;
	border-width:thin;
	border-color:#267EFF;
}

#colorNav a:hover{
	position:relative;
	top:-1px;
}

/*#zoom{
	position:relative;
	top:-7px;
	font-size:65%;
}
*/
/************* #siteInfo styles ***************/

#siteInfo {
	padding:7px 0 0 0;
	float:right;
	text-align:right;
	font-size:65%;
}



/*********** #navBar styles ***********/

#navBar{
	position:absolute;
	top:100px;
	right:15%;
	white-space:nowrap;
	z-index:30;
	padding:5px 10px 5px 10px;
	
	text-transform:capitalize;
	
	border-right-style:dashed;
	border-bottom-style:dashed;
	border-left-style:dashed;
	
	border-right-width:thin;
	border-bottom-width:thin;
	border-left-width:thin;
	
	border-right-color:#FF9900;
	border-bottom-color:#FF9900;
	border-left-color:#FF9900;
}

/*********** #navBar link styles ***********/


#navBar a{
	text-decoration:none;
	font-style:normal;
	}


#navBar a:hover{
	border-top-style:solid;
	border-top-width:medium;
	border-top-color:#FF9900;
}


#navBar h2{
 	font-size:100%;
	font-weight:normal;
	display:inline;
}

#navBar h2 a{
 	color:#FF9900;
}


/*************************************

		INDIVIDUAL PAGES STYLE
		
*************************************/

/*********** #CONTACT FORM styles ***********/
input{
	background-color:#3A3A3A;
	color:#267EFF;
	border:dashed thin #FF9900;
}
textarea{
	background-color:#3A3A3A;
	color:#267EFF;
	border:dashed thin #FF9900;
}

.errors{
	color:#FF9900;
}

div.errors{
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-top-style:dashed;
	border-top-width:thin;
	}


/*********** #SERVICES styles ***********/
#services ul{
	padding-left:10px;
	color:#FF9900;
}

#services ul ul{
	margin-left:5px;
	color:#267EFF;
}

/*********** #SITEMAP styles ***********/

#siteMap ul{
	color:#FF9900;
}

#siteMap ul ul{
	color:#267EFF;
}


/*************** generic classes ************/

.small {
	font-size:small;
}

