/*-------------------------------------------------------------------
	Style-sheet for www.pousadaaruana.com.br
	
	version:1.1
	author: arman
	date:   11-04-2007
-------------------------------------------------------------------*/
body {
	background:#363636;
	padding:10px;
	color:#C2C2C2;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
	}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
a:hover, a:active {
	text-decoration:underline;
	}
#wrapper {
	background:url(../images/index_web.gif) center center no-repeat;
	width:800px;
	height:500px;
	margin:auto;
	}
#language {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
	top:350px;
	}
#language li {
	display:inline;
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	}
#index h1 {
	font-size:60px;
	text-align:center;
	margin-top:10px;
	}
/*masthead*/
#logo {
	width:110px;
	height:105px;
	position:absolute;
	z-index:101;
	top:1px;
	right:45%;
	border:none;
	}
#masthead {
	background:#363636;
	}
#masthead h1 {
	border-bottom:3px solid #878787;
	text-align:right;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	}
#masthead h2 {
	border-top:3px solid #878787;
	text-align:right;
	font-size:14px;
	}
/*navigation*/
#aruana #navigation {
	background:#fff url(../images/aruana_bck_top.jpg) no-repeat center;
	width:100%;
	height:30px;
	}
#accommodation #navigation {
	background:#fff url(../images/accommodation_bck_top.jpg) no-repeat center;
	width:100%;
	height:30px;
	}
#canoa #navigation {
	background:#fff url(../images/canoa_bck_top.jpg) no-repeat center;
	width:100%;
	height:30px;
	}
#kitesurf #navigation {
	background:#fff url(../images/kitesurf_bck_top.jpg) no-repeat center;
	width:100%;
	height:30px;
	}
#navigation ul {
	margin:0;
	padding:0 0 0 0;
	line-height:1.5em;
	list-style:none;
	position:absolute;
	left:0px;
	top:0px;
	}
#navigation ul li {
	float:left;
	}
#navigation ul li a {
	display:block;
	padding:0 0.5em 0 0.5em;
	color:#C2C2C2;
	text-decoration:none;
	}
#navigation a:hover.aruana {
	background:url(../images/menu_bck.gif) no-repeat top;
	color:#fff;
	}
#navigation a:hover.accommodation  {
	background:url(../images/menu_bck_1.gif) no-repeat top;
	color:#fff;
	}
#navigation a:hover.canoa  {
	background:url(../images/menu_bck_2.gif) no-repeat top;
	color:#fff;
	}
#navigation a:hover.kitesurf  {
	background:url(../images/menu_bck_3.gif) no-repeat top;
	color:#fff;
	}
#navigation a:hover.contact  {
	background:url(../images/menu_bck_4.gif) no-repeat top;
	color:#fff;
	}
/*content*/
#content {
	position:relative;
	margin:0px;
	padding:0px;
	}
#aruana #content {
	background:url(../images/aruana_bck.jpg) no-repeat center;
	height:350px;
	}
#accommodation #content {
	background:url(../images/accommodation_bck.jpg) no-repeat center;
	height:350px;
	}
#canoa #content {
	background:url(../images/canoa_bck.jpg) no-repeat center;
	height:350px;
	}
#kitesurf #content {
	background:url(../images/kitesurf_bck.jpg) no-repeat center;
	height:350px;
	}
#secContent {
	width:45%;
	float:right;
	}
/*form*/
form {
	width:45%;
	float:left;
	margin-bottom:10px;
	}
fieldset {
	padding:1em;
	margin:1em 0;
	border:1px solid #878787;
	background:#404040;
	
	}
legend {
	font-weight:bold;
	color:#C2C2C2;
	}
label {
	display:block;
	}
input {
	width:200px;
	}
.required {
	color:red;
	}
input.submit {
	width:auto;
	}
input:focus, textarea:focus {
	background:#cccccc;
	}
textarea {
	width:300px;
	height:100px;
	}
/*map*/
#map {
	float:right;
	width:45%;
	padding-top:25px;
	padding-right:20px;
	}
#map #adres {
	text-align:center;
	font-size:14px;
	}
/*footer*/
#footer {
	clear:both;
	background:#404040 url(../images/header.gif) repeat-y;	
	text-align:center;
	}