@charset "utf-8";
/* CSS Document */

/*-----------------------
--------REALKEBAB----------
-----------------------*/

/*--------------RESET CSS------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------- GERAL ------------*/

body{
	text-align:center;
}

/*----------- HOME ------------*/

.bodyhome{
	width:100%;
	background:#BA0202 url(cssimgs/back_home.jpg) top repeat-x;
}

.bodycontato{
	width:100%;
	background:#BA0202 url(cssimgs/back_contato.jpg) top repeat-x;
}

#wrapper{
	width:950px;
	margin:0 auto;
	text-align:left;
}

#header{
	width:950px;
	height:145px;
}

#marca{
	width:385px;
	height:138px;
	float:left;
	top:0;
}
#logo a{
	display:block;
	width:385px;
	height:138px;
	background:url(cssimgs/logokebab.jpg) left top no-repeat;
	text-indent:-9999px;
}

#logo a:hover{
	background:url(cssimgs/logokebab.jpg) left bottom no-repeat;
}

#menu{
	width:537px;
	height:38px;
	background:url(cssimgs/back_menu.jpg) left top no-repeat;
	float:right;
	position:relative;
	top:107px;
}

#iconehome{
	width:25px;
	height:24px;
	display:block;
	background:url(cssimgs/icon_home.jpg) left top no-repeat;
	float:left;
	position:relative;
	top:10px;
	left:26px;
	cursor:pointer;
	text-indent:-9999px;
}

#iconehome:hover{
	background:url(cssimgs/icon_home.jpg) left bottom no-repeat;
}

#menu ul{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	margin-left:54px;
	height:36px;
}

#menu ul li{
	list-style:none;
	display:inline;
}

#menu ul li a{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding-top:15px;
	*padding-top:16px;
	padding-left:11px;
	padding-right:11px;
	margin-right:0px;
}

#menu ul li a:hover, #menu ul li a.ativo{
	color:#E2EB33;
}


/*------------ DESTAQUE HOME ---------*/

#destaquehome{
	width:490px;
	height:220px;
	margin-top:1px;
	background:url(cssimgs/back_dest_home.jpg) left top no-repeat;
	padding-left:460px;
	padding-top:45px;
}

#destaquehome-h2{
	width:476px;
	height:45px;
	display:block;
	background:url(cssimgs/tit_dest_home.jpg) no-repeat;
	text-indent:-9999px;
}

#contdestaque{
	width:462px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:28px;
	color:#fff;
	font-style:italic;
}


/*------ CONTEUDO HOME - AREA BEGE ---------*/

#contenthome{
	width:950px;
	height:319px;
	margin-top:7px;
	background:url(cssimgs/separamiolo_home.jpg) center no-repeat;
}

#homelatesq{
	width:239px;
	height:268px;
	float:left;
	background:url(cssimgs/back_franquia_home.jpg) left top no-repeat;
	padding-left:215px;
	padding-right:20px;
	padding-top:51px;
}

#homelatdir{
	width:238px;
	height:268px;
	float:right;
	background:url(cssimgs/back_prod_home.jpg) -1px top no-repeat;
	padding-left:215px;
	padding-right:20px;
	padding-top:51px;
}

#homelatesq h3, #homelatdir h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	color:#d70000;
}

#homelatesq p, #homelatdir p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#776161;
	margin-top:9px;
	margin-bottom:9px;
}

.saibamais{
	width:90px;
	height:19px;
	background:url(cssimgs/bt_sbm.gif) left top no-repeat;
	display:block;
	cursor:pointer;
	margin-top:11px;
}

.saibamais:hover{
	background:url(cssimgs/bt_sbm.gif) left bottom no-repeat;
}

/*----------- BOTTOM --------------*/

#bott{
	width:950px;
	height:121px;
	margin-top:8px;
	position:relative;
}

#newsletter{
	width:555px;
	height:22px;	
	position:relative;
	top:47px;
}

#newsletter h3{
		background:url(cssimgs/back_nwsl.jpg) left -1px no-repeat;
		text-indent:-9999px;
		display:block;
		width:198px;
		height:22px;
}

#formnwslt{
	position:absolute;
	width:355px;
	top:0px;
	left:199px;
}

.boxnwslt{
	border:none;
	width:140px;
	height:22px;
	background:url(cssimgs/back_boxnwslt.jpg) no-repeat;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#fff;
	float:left;
	margin-right:3px;
	padding-left:9px;
	padding-right:9px;
	padding-top:2px;
}

.btok{
	border:none;
	width:22px;
	height:23px;
	background:url(cssimgs/bk_bt_ok.jpg) left top no-repeat;
	cursor:pointer;
}

.btok:hover{
	background:url(cssimgs/bk_bt_ok.jpg) left bottom no-repeat;
}

#siga{
	width:274px;
	height:48px;
	float:right;
	margin-right:13px;
	margin-top:12px;
	position:relative;
	background:url(cssimgs/back_siganos.jpg) no-repeat;

}

#siga h3{
	width:130px;
	height:48px;
	float:left;
	text-indent:-9999px;
	background:url(cssimgs/siganos.jpg) no-repeat;

}

#sociallinks{
	width:125px;
	height:26px;
	display:block;
	position:absolute;
	top:12px;
	left:130px;
}

#linkorkut{
	width:54px;
	height:25px;
	display:block;
	background:url(cssimgs/icon_orkut.jpg) left top no-repeat;
	cursor:pointer;
	float:left;
	text-indent:-9999px;
}

#linktwitter{
	width:61px;
	height:25px;
	display:block;
	background:url(cssimgs/icon_twitter.jpg) left top no-repeat;
	cursor:pointer;
	margin-left:64px;
	text-indent:-9999px;
}

/*--------- RODAPE --------------*/

#footer{
	width:950px;
	height:34px;
	background:#BA0202;
}
#trabalheConosco a{
	width:151px;
	height:34px;
	background:url(cssimgs/trabalheConosco.jpg) center center no-repeat;
	text-indent:-9999px;
	float:left;
	display:block;
	margin-right:40px;
}
#endereco h3{
	width:581px;
	height:34px;
	background:url(cssimgs/end_footer.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}

#ad5{
	width:33px;
	height:34px;
	float:right;
	padding-right:5px;
	
}

#ad5 h4 a{
	display:block;
	width:33px;
	height:34px;
	background:url(cssimgs/logoad5.jpg);
	text-indent:-9999px;
}



/*--------------- REAL KEBAB -----------*/

#titdestkebab{
	width:476px;
	height:45px;
	display:block;
	background:url(cssimgs/tit_kebab.jpg) no-repeat;
	text-indent:-9999px;
}

#destaquekebab{
	width:950px;
	height:265px;
	margin-top:1px;
	background:url(cssimgs/back_player.jpg) left top no-repeat;
	position:relative;
}

#contentkebab{
	width:950px;
	height:319px;
	margin-top:7px;
	background:url(cssimgs/back_div_kebab.jpg) 500px 0 no-repeat;
}

#txtkebab{
	width:430px;
	height:250px;
	float:left;
	padding-left:35px;
	padding-top:50px
}

#txtkebab h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	color:#d70000;
}

#txtkebab p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#776161;
	margin-top:9px;
	margin-bottom:9px;
}

#videokebab{
	float:left;
	position:relative;
	top:9px;
	left:32px;
}

#contdestaquekebab{
	width:462px;
	float:right;
	margin-top:45px;
	margin-right:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:28px;
	color:#fff;
	font-style:italic;
}


/*--------------- SOCIO ---------------*/

#destaquesocio{
	width:490px;
	height:220px;
	margin-top:1px;
	background:url(cssimgs/back_dest_socio.jpg) left top no-repeat;
	padding-left:460px;
	padding-top:45px;
}

#titdestsocio{
	width:476px;
	height:45px;
	display:block;
	background:url(cssimgs/tit_dest_socio.jpg) no-repeat;
	text-indent:-9999px;
}

#sociolatesq{
	width:350px;
	height:268px;
	float:left;
	padding-left:60px;
	padding-right:20px;
	padding-top:51px;
}

#sociolatdir {
	float:left;
	height:268px;
	margin-left:80px;
	padding-top:51px;
	width:300px;
}

#sociolatesq h3, #sociolatdir h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	color:#d70000;
}

#sociolatesq p, #sociolatdir p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#776161;
	margin-top:9px;
	margin-bottom:9px;
}

.boxformsocio{
	width:280px;
	height:13px;
	border:1px solid #7C7C7C;
	padding-top:4px;
	padding:5px;
	margin-bottom:7px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	color:#776161;
}

.btenviasocio{
	width:59px;
	height:22px;
	background:url(cssimgs/bt_enviar_socio.gif) left top no-repeat;
	cursor:pointer;
	border:none;
}

.btenviasocio:hover{
	background:url(cssimgs/bt_enviar_socio.gif) left bottom no-repeat;
}

/*---------------CARDAPIO------------------*/

#destaquecardapio{
	width:490px;
	height:220px;
	margin-top:1px;
	background:url(cssimgs/back_dest_cardapio.jpg) left top no-repeat;
	padding-left:460px;
	padding-top:45px;
}

#titdestcardapio{
	width:476px;
	height:45px;
	display:block;
	background:url(cssimgs/tit_dest_cardapio.jpg) no-repeat;
	text-indent:-9999px;
}

#contentcardapio{
	width:950px;
	height:319px;
	margin-top:7px;
	background:url(cssimgs/back_cardapio.jpg) right top no-repeat;
}

#cardkebab{
	margin:0 auto;
	margin-left:80px;
	padding-top:20px;
}

#cardkebab h3{
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#d70000;
	font-weight:bold;
}

#cardkebab ul{
	list-style:none;
}

#cardkebab ul li{
	list-style:none;
	display:inline;
	margin-right:6px;
	cursor:pointer;
}

#cardoutros{
	margin:0 auto;
	margin-left:80px;
	margin-top:15px;
}

#cardoutros h3{
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d70000;
	font-weight:normal;
}

#cardoutros ul li{
	list-style:none;
	display:inline;
	margin-right:6px;
	cursor:pointer;
}

#tooltip{
	display:none;
	background:transparent url(cssimgs/backtips.gif) no-repeat;
	font-size:12px;
	height:254px;
	width:188px;
	padding:20px;
	padding-right:30px;
	color:#fff;
	line-height:16px;
	font-family:"Trebuchet MS", Arial;
}


/*------------- CONTATO ------------*/

#contato{
	width:950px;
	height:533px;
	margin-top:59px;
	background:url(cssimgs/back_div_contato.jpg) left top no-repeat;
}

#areaform{
	width:483px;
	height:502px;
	background:url(cssimgs/back_form_contato.jpg) left top no-repeat;
	position:relative;
	left:440px;
	top:31px
}

#formcontato{
	width:437px;
	height:360px;
	margin:0 auto;
	position:relative;
	top:85px;
}

#formcontato h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	color:#d70000;
	margin-bottom:25px;
}

.boxnome{
	width:390px;
	height:22px;
	background:#E8E0CA url(cssimgs/back_boxnome.gif) left center no-repeat;
	border:1px solid #7C7C7C;
	padding-top:4px;
	padding-left:35px;
	padding-right:10px;
	margin-bottom:25px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#776161;
}

.boxemail{
	width:390px;
	height:22px;
	background:#E8E0CA url(cssimgs/back_boxemail.gif) left center no-repeat;
	border:1px solid #7C7C7C;
	padding-top:4px;
	padding-left:35px;
	padding-right:10px;
	margin-bottom:25px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#776161;
}

.boxmsg{
	width:390px;
	height:150px;
	background:#E8E0CA url(cssimgs/back_boxmsg.gif) left top no-repeat;
	border:1px solid #7C7C7C;
	padding-top:4px;
	padding-left:35px;
	padding-right:10px;
	margin-bottom:25px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#776161;
	overflow:auto;
}

.btenviar{
	width:87px;
	height:28px;
	display:block;
	cursor:pointer;
	float:right;
	background:url(cssimgs/enviarbt.gif) left top no-repeat;
	border:none;
}
.btenviar:hover{
	background:url(cssimgs/enviarbt.gif) left bottom no-repeat;
}

.txttrabalhe {
	color:#776161;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:25px;
	margin-top:-7px;
}

#linkprocurriculo{
	margin: 90px 0 0 30px;
}
#linkprocurriculo h4{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#d70000;
	margin-bottom:10px;
}
#linkprocurriculo a{
	color:#776161;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px; 
	text-decoration: none;
}

#linkprocurriculo a:hover{
	color:#999;
	text-decoration: underline;
}


/*--------- ENCONTRE ----------*/

#contentencontre{
	width:950px;
	height:319px;
	margin-top:7px;
	background:url(cssimgs/back_encontre.jpg) right top no-repeat;
}

#titdestencontre{
	width:476px;
	height:45px;
	display:block;
	background:url(cssimgs/tit_dest_encontre.jpg) no-repeat;
	text-indent:-9999px;
}


/*--------------IMPRENSA-------------

#imprensa{
	width:950px;
	height:533px;
	margin-top:59px;
	background:url(cssimgs/back_div_imprensa.jpg) left top no-repeat;
}

#areadeimprensa{
	width:495px;
	float:right;
	margin-right:25px;
}

#areadeimprensa h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#D70000;
	font-weight:normal;
	margin-top:21px;
	margin-bottom:21px;
}

#listadethumbs{
	height:440px;
	overflow:auto;
}
*/

/*---------------IMPRENSA------------------*/

#destaqueimprensa{
	width:490px;
	height:220px;
	margin-top:1px;
	background:url(cssimgs/back_dest_imprensa.jpg) left top no-repeat;
	padding-left:460px;
	padding-top:45px;
}

#titdestimprensa{
	width:476px;
	height:45px;
	display:block;
	background:url(http://www.realkebab.com.br/css/cssimgs/tit_dest_imprensa.jpg) no-repeat;
	text-indent:-9999px;
}

#contentimprensa{
	width:950px;
	height:319px;
	margin-top:7px;
	/*background:url(cssimgs/back_cardapio.jpg) right top no-repeat;*/
}

.thumbsImprensa{
	width:750px;
	display:block;
}

.thumbsImprensa img{
	margin-right:6px;
	margin-bottom:6px;
	border:1px solid #BBB3A5;
	height:75px;
	opacity:1;
	filter: alpha(opacity=100);
}

.thumbsImprensa  img:hover{
	border:1px solid #D70000;
}

/*#contentimprensa h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	color:#d70000;
	margin-bottom:25px;
	margin-top:10px;
}
*/
