html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
 height:100%; 
}
html, body{
 text-align: center;
 }
body  {
	letter-spacing:0.5px;
/* height:100%; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face{
font-family:"MemphisLTl";
	
  src: url('fonts/HMemphisLTStd-Light.eot?') format('eot'), url('fonts/MemphisLTStd-Light.woff') format('woff'), url('fonts/MemphisLTStd-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 
@font-face{
font-family:"MemphisLTm";
	
  src: url('fonts/MemphisLTStd-Medium.eot?') format('eot'), url('fonts/MemphisLTStd-Medium.woff') format('woff'), url('fonts/MemphisLTStd-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 
@font-face{
font-family:"MemphisLTb";
	
  src: url('fonts/MemphisLTStd-Bold.eot?') format('eot'), url('fonts/MemphisLTStd-Bold.woff') format('woff'), url('fonts/MemphisLTStd-Bold.ttf') format('truetype');
	/*font-weight: bold;
	font-style: bold;*/
} 

/*links gerais*/
a:link {
	text-decoration: none;
	color: #2A2622;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana,sans-serif;
	border-collapse:collapse;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	color: #2A2622;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana,sans-serif;
	cursor:pointer;
}
a:hover{	
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana,sans-serif;
	cursor:pointer;
	}
a:active {
	text-decoration: none;
	color: #2A2622;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana,sans-serif;
	cursor:pointer;
}

a.linguas:link {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTl";
	border-collapse:collapse;
	cursor:pointer;
}
a.linguas:visited {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTl";
	cursor:pointer;
}
a.linguas:hover{	
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTb";
	cursor:pointer;
	}
a.linguas:active {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTl";
	cursor:pointer;
}


#tudo{
	margin:0 auto;
	height:100%;
}

#brand{
	margin:20px;
	margin-bottom:20px;
	border:solid;
	border-width:1px;
	color:#FFF; 
	border-color:#939598;
	background-color:#FFF;
	cursor:pointer;
}
#brand:hover{
	margin:20px;
	margin-bottom:20px;
	border:solid;
	border-width:1px;
	color:#FFF;
	border-color:#939598;
	background-image:url(imagens/brand.jpg);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
}
#outlet{
	margin:20px;
	margin-top:20px;
	margin-bottom:0px;
	border:solid;
	border-width:1px;
	color:#FFF;
	border-color:#939598;
}
#outlet:hover{
	margin:20px;
	margin-top:20px;
	margin-bottom:0px;
	border:solid;
	border-width:1px;
	color:#FFF;
	border-color:#939598;
	background-image:url(imagens/outlet.jpg);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
}

#titulo1, #titulo2{
	font-family:"MemphisLTl";
	font-size:20px;
	text-align:center;
	color:#808285;
	text-transform:uppercase;
}
#texto1, #texto2{
	font-family:"MemphisLTl";
	font-size:12px;
	text-align:center;
	color:#58595B;
}


#linguas{
	height:25px;
	margin-bottom:0px;
	line-height:20px;
	text-align:center;
}