/*
Theme Name: Avioes a Venda
Theme URI: http://www.malaguetabr.com.br/
Description: Tema do site avioesavenda.com.br.
Version: 1.0
Author: Malagueta/Br Comunicacao
Author URI: http://www.malaguetabr.com.br/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: avioes

*/

.foto{
	background-image: url(img/sombra.png);
	
}

a.nome {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.navigation{
	padding-top: 60px;
}

img{
	border: 0;
	padding-right: 5px;
}

body, a{
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial;
}

body {
	background-color: #35568a;
	background-image: url(img/bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
}

#star{
	background: no-repeat url('img/star.gif') center center;
}

#menu{
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #cccccc;
}

#menu .current-cat a{
	text-decoration: underline;
}

#content{
	padding-top: 50px;
	padding-bottom: 50px;
}

#rodape {
	background-image: url(img/wood.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	/*position: absolute;
	bottom: 0px;
	width: 100%;*/
	
}
#rodape #woodPanel #dados {
	position: relative;
	top: 13px;
}
#rodape #woodPanel {
	height: 42px;
	width: 600px;/*485px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/woodPanel.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	margin-left: 22%;
}