/* CSS Document */
.font {	font-family: Verdana, Arial, Helvetica, ;
	font-size: 11px;
		color: #666666;
}
.style1 {color: #000}
.style2 {color: #000}

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#B68F65 top repeat-x;
	background-attachment:fixed;
	background-image:url(images/fundo.jpg);
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family: sans-serif;
		font-size:14px;
		line-height:1.385em;
		color:#000;
	}

input, select { vertical-align:middle; font-weight:normal; color:#FFFFFF;}

a {color:#cc9900;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong {color:#ff9900;}

/* ============================= main layout ====================== */

li { background:url(images/link-bg.png) no-repeat 20px 10px; padding-left:37px; line-height:2em;}
li a {color:#ff9900; text-decoration:none; font-style:italic;}
li a:hover {text-decoration:underline;}

.extra {background:url(images/link-bg.png) no-repeat 0 4px; color:#d7d1d1; padding-left:17px; font-style:italic;}

.imgindent {margin:0 36px 0 0; float:left;}

h2 {color:#fff; font-size:2.308em; font-weight:normal; text-transform:uppercase; line-height:1em; margin:-5px 0 7px 0;}
h5 {color:#8ccb0a; text-transform:uppercase; margin-bottom:7px;}

h3 {color:#fff; font-size:1.692em; font-weight:normal; text-transform:uppercase; line-height:1em; padding-left:25px; margin-bottom:22px;}
.title1 {background:url(images/title1-bg.gif) no-repeat 0 3px;}
.title2 {background:url(images/title2-bg.gif) no-repeat 0 3px;}
.title3 {background:url(images/title3-bg.gif) no-repeat 0 3px;}
.title4 {background:url(images/title4-bg.gif) no-repeat 0 3px;}
.h3 {margin:0 0 7px 0; padding:0;}

em {color:#545353;}
cite {color:#545353;}

.link {background:url(images/link-bg.png) no-repeat 0 4px; padding-left:17px; color:#ff9900; font-weight:bold; text-decoration:none; display:block; float:right; margin:10px 0 0 0;}
.link:hover {text-decoration:underline;}
.link2 {color:#ff9900; text-decoration:none;}
.link2:hover {text-decoration:underline;}

/* ============================= header ====================== */

.menu {padding:29px 0 72px 34px;}
.menu img {margin:0 11px;}
.logo {margin-left:30px;}

/* ============================= content ====================== */

.col-pad {padding-right:46px;}
.col-pad2 {padding-right:22px;}
.box {background:url(images/box-tail.gif);}
.box .inner {background:url(images/box-tail-top.gif) top repeat-x; padding:0 0px 50px 45px;}

.box2 {background: #8C6B46;}
.box2 .inner{
    padding:36px 35px 5px 57px;
}

.margin1 {margin-bottom:6px;}
.padding1 {padding-top:8px;}
.padding2 {padding-top:18px;}
.extra2 {color:#8ccb0a; text-transform:uppercase;}
.gallery1 a {color:#d7d1d1; font-style:italic;}

.pagination {text-align:center; padding:10px 0 0 0;}
.pagination a {color:#d5cfcf; font-weight:bold; text-decoration:none;}
.pagination a:hover {color:#8bc90a;}
.pagination strong {color:#8bc90a;}
.pagination .next {float:right; background:url(images/next-bg.gif) no-repeat top right; padding-right:16px; color:#8bc90a;}
.pagination .prev {float:left; background:url(images/prev-bg.gif) no-repeat 0 5px; padding-left:15px; color:#8bc90a;}
.pagination .next:hover, .pagination .prev:hover {text-decoration:underline;}

.gallery {margin-right:-21px;}
.gallery img {margin-right:21px;}
.mail {color:#545353; text-decoration:none;}
.mail:hover {text-decoration:underline;}
.phone {float:right; margin-right:30px;}

/* ============================= footer ====================== */

#footer {color:#101000; font-size:12px; padding:30px 92px 0 120px;}
#footer strong {color:#101000; font-size:16px;}
#footer a {color:#101000; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

.rss {background:url(images/rss-bg.jpg) top right no-repeat; float:right; color:#ffffff !important; text-transform:uppercase; text-decoration:none; padding-right:26px;}
.rss:hover {color:#649108 !important;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:33px;}

.input {width:175px; height:18px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:193px; height:122px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}



ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 14px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:30px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	
	float: left;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	background: url(images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	height: 30px;
	line-height: 20px; /*--Vertical alignment of text--*/
        width: 100%;
        text-align: center;
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #882D2C;
        background-color: red;
	font-style:inherit;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

img {border: none;}

.container2 {
	width: auto;
	height: 30px;
	overflow: hidden;
}

