/* =GENERAL */

*{
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

html{
	height:100%;
} 

body{
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;		
	background-position:bottom;
	background-color:#fff;
	background-attachment:fixed;
	}

/* =HEADINGS */
h1{
	font-size:16px;
	color:#999999;
	text-align:center;
	width:100%;
	height:245px;
	background-image:url(../images/logo-auspex.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:-30px;
}

h1 span, h2 span{
	display:none;
}	

.me, .gols, .comparecom{
	background-image:url(../images/logo-me.png);
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	float:left;
	margin:20px 0 0 0;
}

.me{
	background-image:url(../images/logo-me.png);	
	margin-right:15px;
	margin-left:0px;
}

.gols{
	background-image:url(../images/logo-gols.png);	
	margin-right:10px;
}

.comparecom{
	background-image:url(../images/logo-comparecom.png);	
	width:174px;
	}

/* =FONTS */
.contact-text{

}	

/* =LINKS */
a:link{ text-decoration:none; color:#333333; }
a:visited{ text-decoration:none; color:#333333; }
a:hover{ text-decoration:none; color:#333333; }
a:active{ text-decoration:none; color:#333333; }

/* =DIVS */	
#all{
	width:420px;
	margin:0 auto;
	text-align:left;
}	

#header{
	width:100%;
	height:260px;
	margin:100px 0 68px 0;
	text-align:center;
	float:left;
}

#footer{
	width:400px;
	float:left;
	display:none;
}

#content{
	float:left;
	width:100%;
}

	#projects{
		width:470px;
		font-size:11px;
		margin:0 auto;
		margin-top:20px;
		margin-left:-25px;
		color:4c4d48;
	}

	#projects ul{	
		height:140px;
	}

		#projects ul li{
			display:inline;		
		}
	
		#projects ul li a, 	#projects ul li a img{ border:0; }
	
#email-box{
	background-image:url(../images/email-box-bg.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:390px;
	height:105px;
}

#alert-me{
	float:left;
	width:368px;
	color:#4c4d48;
	font-weight:bold;
	font-size:12px;
	padding:14px 0 5px 42px;
}

#infos{
	float:left;
	width:387px;
	color:#50524d;
	font-size:10px;
	margin:7px 0 0 0;
	text-align:center;
}

#infos br{
	margin-bottom:4px;
}


.both {
	clear:both;
	height:1%;	
	}

.element * {

	}

.element label {
	float:left; 
	width:30px;
}

.element input.text {
	float:left; 
	width:202px;
	height:13px;
	margin:4px 15px 0 42px;
	color:#4c4e48;
	border:1px solid #666666;
	font-size:10px;
	padding:3px 2px 2px 2px;
}

.element .hightlight {
	border:2px solid #9F1319;
	background:url(../images/iconCaution.gif) no-repeat 2px;
	padding-left:30px;
}

.element button {
	float:left;
	background-image:url(../images/btn-enviar.gif);
	width:82px;
	height:30px;
	border:0;
	cursor:pointer;
}

.element button:hover {
	background-image:url(../images/btn-enviar.gif);
	background-position:-82px 0;
}

.loading {
	float:left; 
	background:url(../images/ajax-loader.gif) no-repeat 1px; 
	height:16px; 
	width:16px; 
	display:none;
}

.done {
	display:none;
	width:100%;
	text-align:center;
	font-size:12px;
	color:#4c4e48;
	padding:30px 0 0 0;
	height:19px;
	font-weight:bold;
}