@charset "utf-8";

#header{
	width:100%;
	height:110px;
	background-attachment:scroll;
	background-image:url(../../images/backgrounds/bg2.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	position: relative;
	padding: 0px;
	margin:0px;
	font-weight:normal;
}

#header1000 {
	left:50%; 
	width:1000px; 
	height:100%;
	z-index:1; 
	margin-left: -500px; 
	position: relative;
	/*background:transparent url(../../images/backgrounds/header.jpg) no-repeat scroll 0 0;*/
	/*background-repeat:repeat-x;*/
	/*background-position: center top;*/
	/*background-attachment: scroll;*/
	/*background-repeat: no-repeat;*/
	/*background-position: center top;*/
}

.linkedin {
	width:30px;
	height:30px;
	background:url("/images/ico_linkedin.png");
	background-size:auto;
	background-position:top center;
	display: inline-block;
	margin-left: 8px;
	margin-top:-7px;
}
.linkedin:hover {
	background-position:bottom center;
}

.headerlogo {
	width:325px;
	height: 95px;
	float:left;
	margin:10px 0px 0px 2px;
	display:block;
}

.menuhomeimage {
	border:none;
	clear:none;
	float:left;
	padding:7px 0 0 0;	
}

.menufirstbutton {
	padding:0px 0px 0px 0px;
	clear:none;
	float:left;	
}


.searchformdiv {
	float: right;
	width:195px;
	clear:none;
	text-align:right;
	margin-right:3px;
}

.searchinput {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
    font-weight:normal;
                
    float:left;
	margin: 2px 0px 0px 0px;
	width:163px;
	height:18px;
	padding:2px 2px 2px 5px;
	position:relative;
	color: #999;
	
	background-color:#fff; 
	background-repeat:no-repeat; 
	background-position: top left;
                
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  /*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
	  border-radius: 3px;
	  /*box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	  border-bottom: 1px solid rgba(0,0,0,0.25);
                
	border-style:solid;
	border-width:1px;
	border-color: #6B6B6B #6B6B6B #525252 #525252;
	clear:none;
}

.searchbutton {
	background-image:url(../../images/search.png);
	border:none;
	width:18px;
	height:18px;
	padding: 1px;
	margin: 6px 0px 0px 4px;
	background-repeat:no-repeat;
	background-position:center;
	clear:none;
}



/*	margin: 0px auto 0px auto;*/




#divMenu {
	position:relative;
	left:auto;
	top:auto;
	width:1000px;
	height:29px;
	z-index:2;
/*	background-color:#000;*/
	margin: 3px auto 2px auto;
/*  margin: 2px 0px 2px 0px;*/
}

.authentication1{
	width:670px; float:right;/* height:40px; background:transparent url(../../images/miscButtons/login_PT.png) no-repeat right top;*/
	margin:25px 0px 0px 0px;
}




.login a{
	position:relative;
	clear:none;
	float:right;  
/*	width:82px;*/
/*	height:30px;*/
	cursor:pointer; 
	display:block; 
	padding:0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*color: #FF7400;*/
	color: #DC3824;
	text-decoration: none;
/*	text-shadow: -1px 1px 0 #039;*/
	text-align:right;
	/*border-right:1px solid #ccc;*/
}
.carrinho {
	position:relative;
	clear:none;
	float:right;
/*	width:120px;*/
	cursor:pointer;
	padding:0;
	margin: 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
/*	text-shadow: -1px 1px 0 #039;*/
	text-align:left;
	/*border-right:1px solid #ccc;*/
	clear:both;
}
.carrinhoHeader {
	color:#666666;
}

.carrinhoLeft {
	position:relative;
	float:left;
}

.carrinhoRight {
	position:relative;
	float:right;
	padding-left:6px;
	margin:0px;
	width:auto;
}

.telefone {
	position:relative;
	clear:none;
	float:right;
/*	width:120px;*/
	cursor:pointer;
	display:block;
	padding:4px 0px 4px 20px;
	margin: 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
/*	text-shadow: -1px 1px 0 #039;*/
	text-align:left;
	
	font-size: 30px;
	color: #999;
	text-decoration: none;	
}

.telefoneLeft {
	position:relative;
	float:left;
}

.telefoneRight {
	/*color:#666666;*/
	color:#7D7D7D;
	float:right;
	margin:-1px 0 0 6px;
	position:relative;
}


.login a:hover{
	/*: #F7F7F7;
	text-shadow: -1px 1px 0 #586373; */
	color:#7D7D7D;
	text-shadow: -1px 1px 0 #f1eae9;
	text-decoration:none;
}

.login {
	clear:both;
}


.clear{
	clear:both;
}

