body {
	margin:0px;
	background:url('/data/shop/AmigoTelecom/background.jpg') repeat-y fixed center;
	font-family:Trebuchet MS;
	font-size:10px;	
}

#cabecalho {
	width:778px;
}

	#topHead {
		margin-top:12px;
		padding-left:3px;
		background:url('/data/shop/AmigoTelecom/backgroundTopHead.jpg') repeat-y; 
		height:40px;
	}
	
	#topMenu {
		margin-top:4px;
		height:40px;
	}
	
	#topMenu
		ul
			.menu {
				list-style:none;
				float:left;
			}

#loginMenu {
	width:778px;
	clear:both;
	height:199px;
}

#corpo {
	margin-top:10px;
	clear:both;
	width:778px;
	height:100%;
	display:table;
}

	#conteudoEsquerda {
		float:left;
		width:570px;
		height:100%;
	}
	
		.box {
			background:url('/data/shop/AmigoTelecom/backgroundBoxHome.jpg') no-repeat;
			height:179px;
			width:276px;
		}
		
		.box1 {
			background:url('/data/shop/AmigoTelecom/backgroundBoxHome1.jpg') no-repeat;
			height:179px;
			width:283px;
		}
		
		.box2 {
			background:url('/data/shop/AmigoTelecom/backgroundBoxHome2.jpg') no-repeat;
			height:285px;
			width:275px;
		}
		
		.box3 {
			background:url('/data/shop/AmigoTelecom/backgroundBoxHome3.jpg') no-repeat;
			height:285px;
			width:283px;
		}
	
	#conteudoDireita {
	}
	

#rodape {
	clear:both;
	margin-top:10px;
	width:778px;
}


/**
 * Para a news
 */
.newsCategory {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#090303;
	line-height:25px;
	border-bottom:1px dotted #bab9b9;
	margin-left:5px;
	margin-right:5px;
}

.newsCategory a {
	color:#090303;
	text-decoration:none;	
}

.subcategoryNews {
	line-height:25px;
	margin-left:5px;
	margin-right:5px;
	border-bottom:1px dotted #bab9b9;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#090303;
}

.subcategoryNews a{
	color:#666666;
	text-decoration:none;
	padding-left:5px;
}