﻿/*
**	HTML standard elements - reset
*/
body, h1, h2, h3, p, ul, li, form, input, div, a{
    border:0;
    margin:0;
    padding:0;
    background-repeat:no-repeat;
}
ul{list-style:none;}

/*
**	HTML standard elements - definitions
*/
body{
	font-family:Arial;
}
p, li{	
	font-size:12px;
	color:#333333;
	line-height:18px;
}

/*
**	Main sections
*/
#header{
	border-top:10px solid #999999;
	border-bottom:1px solid #ECECEC;
	height:71px;
}
#nav{
	margin:5px 0 0 0;
}
    #nav ul li{
    	color:#CCC;
		font-size:10px;
		line-height:12px;
		text-transform: uppercase;
    }
    #nav ul li a:link,#nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active{
		background-image:url('../images/menu.png');
		display:block;
		height:23px;
		margin:0 0 2px 0;
    }
    #lnk_professormark_net{
		background-image:url('../images/professormark-net.png');
		display:block;
		height:41px;
		position:absolute;
		top:10px;
		margin:0 0 0 50px;
		width:194px;
		z-index:999;
    }
	#footer{
		background-image:url('../images/footer.png');
		background-repeat:repeat-x;
		height:64px;
		margin:35px 0 0 0;
		text-align:center;
	}
	#footer h2{
		color:#F5F5F5;
		font-family:"Georgia";
		font-size:20px;
		font-weight:normal;
		padding:20px 0 0 0;
		text-shadow:0 1px 0 #333;
	}
/*
** Custom classes
*/
.text_hide{
	text-indent:-99990px;	
}
.shadow{
	background-image:url('../images/shadow.jpg');
	height:60px;
}
#li_home{
	width:115px;
}
	#li_home a{
		background-position:0 0;
		width:54px;
	}
#li_sobre{
	width:118px;
}
	#li_sobre a{
		background-position:-62px 0px;
		width:56px;
	}
#li_depoimentos{
	width:188px;
}
	#li_depoimentos a{
		background-position:-125px 0px;
		width:127px;
	}
#li_contato{
	width:74px;
}
	#li_contato a{
		background-position:-259px 0px;
		width:73px;	
	}
#div_professor_mark{
	background-image:url('../images/professor-mark.jpg');
	height:509px;
	margin:-61px 0 0 0;
	width:239px;
}
#div_horarios_flexiveis{
	background-image:url('../images/box-horarios.png');
	height:115px;
	width:280px;
	padding:10px;
}
	#div_horarios_flexiveis p{
		margin:0 25px 0 0;
	}
#h1_ingles_professor_nativo{
	background-image:url('../images/professor-ingles-curitiba.png');
	height:133px;
	margin:30px 0 0 0;
}
#h3_apresentacao_mark{
	background-image:url('../images/mark-professor-ingles-nativo-curitiba.png');
	height:48px;
	margin:30px 0 0 0;
}
#span_nativo{
	background-image:url('../images/ingles-nativo.png');
	height:56px;
	width:91px;
	position:absolute;
	margin:-50px 0 0 -20px;
}
#h2_apresentacao{
	color:#666;
	font-family:"Georgia";
	font-size:20px;
	font-weight:normal;
	margin:50px 0 0 0;
}
.view_modal h1{
	color:#333;
	font-family:"Georgia";
	font-size:20px;
	font-weight:normal;
	margin:20px 0 0 0;
}
.view_modal p{
	margin:15px 0 0 0;
}
#ul_depoimentos li{
	margin:0 0 40px 0;
}
#ul_depoimentos li div{
	color:#666;
	text-align:right;
}
#ul_cursos_ingles_oferecidos li{
	list-style:circle;
	margin:5px 0;
}
.label_home{
	background-image:url('../images/label-home.png');
	height:25px;
	width:230px;
	margin:0 0 10px 0;
}
	#h2_depoimentos{
		background-position:0 0;
	}
	#h2_nao_e_curitiba{
		background-position:0 -30px;
	}
	#h2_sobre_mark{
		background-position:0 -175px;
	}
	#h2_cursos_ingles_oferecidos{
		background-position:0 -60px;
		margin:40px 0 10px 0;
	}
	#h2_horarios_flexiveis{
		background-position:0 -120px;
	}
	#h2_material_didatico{
		background-position:0 -92px;
		margin:10px 0 10px 0;
	}
	#h2_entre_contato{
		background-position:0 -150px;
	}
	#img_aulas_ingles_skype{
		margin:0 5px 5px 0;
	}
	#div_material_ingles{
		height:230px;
	}
		#ul_material_ingles li{
			color:#666;
			font-size:10px;
			line-height:12px;
		}
		#ul_material_ingles li img{
			margin:0 0 10px 0;
		}
#lnk_fechar{
	background-image:url('../images/bt_fechar.png');
	display:block;
	height:17px;
	width:59px;
	float:right;
	margin:0 0 10px 0;
}
.mail a{
	color:#666;
}
.left{
	float:left;
}
.right{
	float:rigth;
}
.center{
	text-align:center;
}