
/* Homepage CSS */

body {
	background:url(/imgs/01_fundo.jpg);
	margin: 0 auto;
	padding: 15px;
}

#content {
	width: 955px;
	/* height: 600px; */
	/* border: 1px solid red; */
	margin-left: auto;
	margin-right: auto;
}

img {
	border:none;
}

a {
	color: white;
}

#pageIconTL {
	float: left;
}

#logo {
	float:right;
}

#costuraTop {
	position: relative;
	top: 30px;
	left: 0px;
	z-index: 101;
	width: 100%;
}

#costuraBottom {
	position: relative;
	top: 370px;
	left: 0px;
	z-index: 100;
	width: 100%;
}

#destaquesBoxList {
	/* border: 1px solid white; */
	position: relative;
	top: -20px;
	height: 400px;
	padding: 0 0 0 15px; /* T R B L */
	z-index: 50;
}

#searchResultsBox {
	/* border: 1px solid white; */
	position: relative;
	top: 0px;
	padding: 0 0 0 15px; /* T R B L */
	z-index: 50;
	clear: both;
}

.viagemSearch {
	border: 2px solid white;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.viagemSearch:hover {
	border: 2px solid #999999;
}

.viagemSearch a {
	font-weight: bold;
}

#viagemSearchEmpty {
	text-align: center;
	border: 2px solid white;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px 0 20px 0;
}

.destaqueBox {
	float: left;
	/* border: 1px solid green; */
	width: 220px;
	height: 400px;
	margin-right: 12px;
	z-index: 51;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	/* background-color: white; */
}

.destaqueBox .space {
	height: 35px;
}

.destaqueBox .categoria {
	font-size: 25px;
	padding-left: 10px;
	font-weight: bold;
}

.destaqueBox .categoria a {
	text-decoration: none;
}

.destaqueBox .imagem, .destaqueBox .titulo, .destaqueBox .resumo, .destaqueBox .link {
	padding-left: 10px;
}

.destaqueBox .titulo, .destaqueBox .link {
	font-weight: bold;
}

.destaqueBox .titulo, .destaqueBox .link a {
	text-decoration: none;
}

.destaqueBox .titulo  {
	margin-top: 5px;
}

.header2 {
	position: relative;
	top: 60px;
	left: 30px;
}

#bottomMenu {
	/* border: 1px solid white; */
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	clear:both;
	margin-bottom: 20px;
	width: 100%;
}

#bottomMenuLeft, #bottomMenuRight {
	width: 150px;
}

#bottomMenuCenter {
	white-space: nowrap;
	vertical-align: middle;
}

#bottomMenuRight {
	text-align: right;
}

#bottomMenu a {
	text-decoration: none;
}

#bottomMenu a:hover, #bottomMenu a.current:hover {
	text-decoration: underline;
}

#bottomMenu a.current {
	text-decoration: none;
	color: #FF9900;
}

#flags {
	background-color: red;
}

#flags a {
	float: right;
	margin-left: 10px;
	top: 20px;
}

#quemSomosBox, #parceriasBox, #contacts-box {
	color: white;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

#nlEmailLabel {
	font-size: 30px;
}

#newsletterForm td {
	text-align: center;
}

#newsletterForm #email {
	position: relative;
	top: -4px;
}

