/** Css Pizzaria Ideal */
body{
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767a8d;
	background-image: url(../images/bgs/topo.jpg);
	background-repeat: repeat-x;
}
a{
	color: #006;
	text-decoration: underline;
}
a:hover{
	color: #676767;
}
img{
	border: 0;
}
/** Estrutura */
#tplGeral{
	text-align: center;
}
#tplSite{
	text-align: left;
	width: 980px;
	margin: 0 auto;
	background-color: #e2e2e2;
	color: #767a8d;
}
#tplTopoTelefone{
	height: 31px;
	position: relative;
	background-image: url(../images/bgs/bg_telefone.jpg);
	background-repeat: repeat-x;
}
#tplTelefone{
	text-align: right;
	position: relative;
	top: -18px;
	color: #FFF;
	margin-right: 25px;
}
#tplTopo{
	height: 150px;
	position: relative;
	background-image: url(../images/bgs/bg_menu.jpg);
	background-repeat: repeat-x;
}
#tplTopoLogo{}
#tplTopoMenu{
	position: absolute;
	height: 20px;
	width: 800px;
	top: 66px;
	left: 332px;
}
#tplTopoMenu li a{
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 0 7px;
	margin-left: 9px;
}
#tplTopoMenu li a:hover{
	color: #FFF;
}
#tplBanner{
	position: relative;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0, .10);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0, .10);
	box-shadow: 0px 0px 10px rgba(0,0,0, .10);
}
#tplContent{}
#tplConteudo{
	padding: 20px 0;
}
#tplSeparador{
	height: 40px;
	text-align: center;
}
#tplWhite{
	height: 1px;
	font-size: 1px;
	clear: both;
}
/** Home */
.homeContent{
	background-color: #e2e2e2;
	background-repeat: repeat-y;
	background-position: right 0;
	padding: 20px 0;
}
#tplHomeConteudo{
	float: left;
	width: 980px;
}
#tplHomeColuna{
	background-color: #E5E5E5;
	width: 220px;
	float: right;
	margin-right: 10px;
}
/** Secoes */
.secoesContent{
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: #e2e2e2;
}
#tplSecoesMenu{
	width: 246px;
	float: left;
}
#tplSecoesConteudo{
	width: 714px;
	background-color: #e2e2e2;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}
#tplSecoesBanner{
	background-color: #CCC;
	margin-bottom: 20px;
}
/** Rodape */
#tplRodape{
	background-image: url(../images/bgs/bg_rodape.jpg);
	background-repeat: repeat-x;
	height: 149px;
	text-align: center;
}
#tplRodapeContent{
	width: 980px;
	margin: 0 auto;
	height: 149px;
	color: #767a8d;
	text-align: left;
	position: relative;
}
#tplRodapeEndereco{
	position: absolute;
	left: 0px;
	top: 36px;
}
#tplRodapeSocial{
	position: absolute;
	top: 36px;
	left: 380px;
	width: 300px;
	line-height: 24px;
}
#tplRodapeSocial img{
	position: absolute;
	left: 60px;
	top: 0px;
}
#tplRodapeCopy{
	position: absolute;
	top: 120px;
}
#tplRodapeCreditos{
	position: absolute;
	top: 120px;
	right: 10px;
}
#tplRodapeCreditos a{
	text-decoration: none;
	color: #999;
}
/** Titulos */
h1{
	font-family: Arial;
	font-size:24px;
	color:#767aa0;
	font-weight: normal;
}
h1 span{
	color: #E97716;
}
h2{
	font-size: 16px;
	color: color: #767aa0;
	font-weight: normal;
}
h3{
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #0D0F1B;
	font-weight: normal;
}
/** layout */
hr{
	border: 0;
	height: 1px;
	border-bottom: 1px solid #d4d4d4;
}
.cxInfo{
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #f5f5f5;
}
a.botao{
	background-color: #D9D9D9;
	color: #31343D;
	text-decoration: none;
	padding: 3px 8px;
	font-weight: normal;
	text-transform: uppercase;
}
a.data{
	display: block;
	font-size: 16px;
	color: #0D0F1B;
	text-decoration: none;
	margin-bottom: 10px;
}
a.botao.azul{
	background-color: #28156E;
	color: #FFF;
}
a.botao.laranja{
	color: #FFF;
	background-color: #E97716;
}
a.botao.verde{
	color: #FFF;
	background-color: #85BF2C;
}
/** Quadros Home */
#hq0{
	height: 105px;
}
#hq0Img{
	float: left;
	width: 156px;
}
#hq0Text{
	float: left;
	margin-left: 10px;
	background-color: #FFF;
	width: 550px;
	font-size: 14px;
}

#hqQuadros{}
#hq1, #hq2, #hq3{
	float: left;
	margin-right: 10px;
	width: 300px;
	background-color: #FFF;
	padding: 10px;
}
#hq3{
	margin-right: 0px;
}
#tplHomeColuna h2{
	font-size: 22px;
}
#tplHomeColuna hr{
	background-color: #E5E5E5;
}
#tplHomeColuna a{
	text-decoration: none;
	line-height: 18px;
	color: #333;
}
#tplHomeColuna a.botao{
	background-color: #888;
	color: #FFF;
}

/** Secoes */
#tplSecoesMenu h2{
	color: #767aa0;
	margin-bottom: 16px;
}
#tplSecoesMenu ul{
	margin: 0;
	padding: 0;
}
#tplSecoesMenu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tplSecoesMenu li a{
	line-height: 25px;
	color: #666;
	background-image: url(../images/bgs/marcador.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding-left: 20px;
}
#tplSecoesMenu li a:hover{
	color: #666;
	text-decoration: underline;
}
.gal{
	float: left;
	width: 142px;
	height: 107px;
	margin: 15px 17px 0;
}
.gal a{
	border: 1px solid #ccc;
	display: block;
	padding: 2;
	width: 140px;
	height: 105px;
}
.gal a img{}

/* Easy Slider */
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{
	margin-top:1em;
}
#slider li, #slider2 li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:980px;
	height:446px;
	overflow:hidden;
}


/* numeric controls */	
ol#controls{
	position: absolute;
	top: 425px;
	left: 10px;
	margin: 0;
	padding: 0;
}
ol#controls li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	margin-right: 6px;
}
ol#controls li a{
	display: block;
	background-color: #999;
	font-size: 7px;
	padding: 2px 3px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
ol#controls li.current a{
	color:#F09329;
	background-color: #F09329;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}