﻿/* Table of Contents:

	- Yahoo ui 0.11.1
		- Reset
		- Font
	- Estilos
*/
/* Características:
- width 774px
- main 581px  - Usar no max 578px por causa do IE 5.5/6.0
	- foto max 565px
- Sidebar 180px
- usar fontes em %
*/

/* Yahoo ui 0.11.1
--------------------------------------------------------------------------------------- */
/* RESET.css do Yahoo ui 0.11.1
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
--------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* FONT.css do Yahoo ui 0.11.1
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
--------------------------------------------------------------------------------------- */

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/* Estilos - Decio
--------------------------------------------------------------------------------------- */
body {
	text-align: center;
	background: url(images/background.gif) top center repeat-y;
}
#page-container {
	width: 774px;
	margin: auto;
	text-align: left;
	border-width: 0 1px 0 1px;
	border-color: #969696;
	border-style: solid;
}
a {
	color:#FF6F00;
	text-decoration: none;
}
a:hover,
a:active {
  color: #fff;
  background-color: #FF6F00;
}
.clear {
	clear: both;
}
ul.lista {
	list-style-image: url(images/li_bullet.gif);
	margin-left: 30px;
}
ul.lista {
	color: #000;
	text-decoration: none;
	border: none;
}
span.naomostrar { 
display:none; }
/* Header
------------------------------------------ */
#header {
	margin:0; padding:0;
	position:relative;
	width:774px; height:276px;
	margin:0; padding:0;
	overflow:hidden;
	font-size: 400%;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;  
	background-color: #A2CA3D;
}

#header span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:774px; height:276px;
  margin:0; padding:0;
  background:url(images/terraviva_foto_aerea.jpg) center no-repeat;
  }
/* Nav
------------------------------------------ */
#nav_holder{
	width: inherit;
	height: 28px;
	background: url(images/nav_background.gif) repeat-x top center;
	margin-bottom: 1px;	
	position: relative;
	clear:both;
}
ul#nav {
	position: relative;
}
ul#nav li {
	float: left;
	display: block;
	border-right: 1px solid #efefef; 
	}
ul#nav li a {
	float: left;
	display: block;
	padding: 0 10px;
	display: block;
	color:#fff;
	height: 28px; 
	line-height:28px; 
}
ul#nav li a:hover,
ul#nav li a:active,
ul#nav li a.active {
	background: url(images/nav_background_hover.gif) repeat-x top center;
	float: left;
	display: block;
	color:#666;
	text-decoration:none;
	}
/* SubNav
------------------------------------------ */
#subnav_holder {
	width: inherit;
	height: 28px;
	background: url(images/subnav_background.gif) repeat-x top center;
	margin-bottom: 1px;
}
ul#subnav {
	position: relative;
}
ul#subnav li {
	float: left;
	display: block;
	border-right: 1px solid #efefef; 
	}
ul#subnav li a {
	padding: 0 10px;
	display: block;
	float: left;
	color:#fff;
	height: 28px; 
	line-height:28px; 
}
ul#subnav li a:hover,
ul#subnav li a.active {
	background: url(images/nav_background_hover.gif) repeat-x top center;
	display: block;
	float: left;
	color:#666;
	text-decoration:none;
	}
/* Sidebar
------------------------------------------ */
#sidebar {
	float: right;
	width: 160px;
	clear: both;
	margin: 5px;
}
#sidebar_topo {
	background: url(images/sidebar_topo.gif);
}
#sidebar_base {
	background: url(images/sidebar_base.gif);
}
#sidebar_content {
    background: #AACB5E;
	padding: 10px;
	overflow:hidden;
}
#sidebar h2 {
	text-align: center;
	color: #009900;
}
#sidebar a {
	display: block;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar a:hover, #sidebar a:active {
	display: block;
	text-decoration: none;
	color: #FFF;
}

/* Content
------------------------------------------ */
#content {
	margin: 0 185px 0 0;
	padding: 4px;
}
#content a {
	text-decoration:none;
	border-bottom:1px dotted #FF6F00;
}
/* #content a:visited {
	color: #0000FF;
	border-bottom: 1px dotted #0000FF;
}*/
#content h1 {
	font-size: 200%;
	font-weight: bold;
	color: #009900;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 200%;
	font-weight: bold;
	color: #009900;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 150%;
	font-weight: bold;
	color: #006600;
	margin: 10px 0 10px 0;
}
#content h4 {
	font-size: 120%;
	font-weight: bold;
	color: #003300;
	margin: 10px 0 10px 0;
}
.foto {
	padding: 7px;
	border: solid #555 1px;
	border-bottom: solid #000 2px;
	border-right: solid #000 2px;
	margin: 0 auto 0 auto;
}
.right {
	float: right;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px 0 5px 0;
}
.left {
	float: left;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px 0 5px 0;
}
.col {
	float: left;
	width: 290px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px 0 5px 0;
}
/* Footer
------------------------------------------ */
#footer {
	margin-top: 20px;
	color:#FFFFFF;
	height: 50px;
	clear: both;
	padding: 5px;
	background: url(images/footer_background.gif) repeat-x top;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
}
#webdesign {
	float:left;
	font-size: 70%;
	position:relative;
	top: 40px;
}
#webdesign a {
	color: #B3FAFF;
}
#webdesign a:hover {
	color: #000;
}
