body{
	background-color: #e3e3e3;
	font-family: "Myriad Pro", Helvetica;
}

a{
	color: #4A4A49;
	text-decoration: none;
}

.disbl{
	display: block;
}

a:visited{
	color: #4A4A49;
}

.item{
	margin-bottom: 12px;
}

.mcontato{
	display: none;
}

.topao{
	background-image: url("imagens/topaoabs.png");
	top:0;
	left: 0;
	width: 100%;
	height: 122px;
	position: fixed;
	z-index: 900;
}

.topo{
	margin: 0 auto;
	margin-bottom: 10px;
	width: 1200px;
	height: 70px;
}

.endereco{
	margin-left: 324px;	
}

.m2{
	margin-left: 20px;
}

.textopo{
	color: #4A4A49;
	text-align: right;
	float: left;
	display: block;
	font-size:13px;
	width: 279px;
}

.aleft{
	display: block;
	float: left;
}

.clear{
height: 122px;
width: 100%;
}
 
#container {
    width: 1200px;
    margin: 0 auto;
}
 
/*Media Queries*/
@media only screen and (max-width : 1199px),
only screen and (max-device-width : 1199px){

#container {
    width: 900px;
    margin: 0 auto;
}

.topo{
	width: 900px;
}

.endereco{
	margin-left: 17px;
}
	
}
 
 
@media only screen and (max-width : 999px),
only screen and (max-device-width : 999px){

#container {
    width: 600px;
    
}

 .topo{
	width: 600px;
}

#end{
	display: none;
}

.m2{
	margin-left: 17px;
}

}
 
@media only screen and (max-width : 799px),
only screen and (max-device-width : 799px){
    #container {
        width: 600px;
    }
     .topo{
    width: 600px;
	}
}
 
@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
    #container {
        width: 300px;
    }
     .topo{
    width: 300px;
	}
	.textopo{
		display: none;
	}
	.mcontato{
	margin-left: 20px;
		width: 300px;
		height: 20px;
		display: block;
		font-size: 12px;
		float: left;
			}
}
 
@media only screen and (max-width : 399px),
only screen and (max-device-width : 399px){
    #container {
        width: 300px;
    }
     .topo{
    width: 300px;
	}
}
