﻿@charset "utf-8";
/* CSS Document inicio em 19 de setembro de 2009*/

body {
	background-image:url(../images/background.jpg);
	background-color:#1C1202;
	background-attachment:fixed;
	background-position: top;
	background-repeat:no-repeat;

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	color:#FFFFFF;
	line-height:20px;
	}

#container {
	width:685px; /*705 - 20 */

	margin: 0 auto;
	background-color:#DEB30D;
	background-image:url(../images/header-top.jpg);
	background-repeat:no-repeat;
	padding:10px;
	filter:alpha(opacity=80); /* para o IE */
    -moz-opacity:0.8; /* para o FireFox */
    opacity:0.8; /* para o outros Navegadores */

	}

#header {
	width:685px; /*705*/
	height: 116px;
	}

#header-logo {
	width: 228px;
	height: 116px;
	float:left;
	background-image:url(../images/header-logo-border.jpg);
	background-repeat:no-repeat;
	background-color:#282828;

}

#header-logo a img {
	border:none;
	padding:15px;
}

/* navigation */

#header-navigation {
	float:right;
	width:456px; /* 457*/
	height:39px;
	padding-left:1px;
	color:#fff;
	font-weight: bold;
}


#header-navigation ul {
	margin:0;
	padding: 0;
	}

#header-navigation li {
	float:left;
	width:93px;
	line-height:38px;
	display:block;
	color: #FFF;
	border-right: 1px #DDB20E solid;
	border-bottom: 1px #DDB20E solid;
	margin:0;
	text-align:center;
	list-style:none;
	font-weight: bold;
	background: url(../images/btn.jpg);
	background-repeat:no-repeat;
	background-color:#282828;
	}

#header-navigation  li a {
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:38px;
	background: url(../images/btn.jpg);
	background-repeat:no-repeat;
	background-color:#282828;
	border-bottom: 1px #DDB20E solid;
	}
	
#header-navigation  a:hover {
	text-decoration:underline;
	/*border-bottom:1px #282828 solid;*/
	}

#header-navigation li#current a {
	border-bottom:1px #282828 solid;
	}

#header-search {
	width:441px; /* 456 */
	height:46px;
	line-height:46px;
	font-weight:bold;
	float: right;
	background-color:#282828;
	border-left: 1px #DDB20E solid;
	border-bottom: 1px #DDB20E solid;
	padding-left:15px;
	}
	
#header-search .inputbox {
	border-top: 2px #999999 solid;
	padding:3px;
	}
	
#header-search .inputbox:focus {
	background-color:#FFFFCC;

	}

#header-search .button {
	background: #4C483F;
	color:#FFFFFF;
	border-top: 2px #999999 solid;
	margin-left:6px;
	padding:4px;
	font-size:12PX;
	width: 61px;
	cursor: pointer;
	}

#header-search .button:hover {
	background:#575348;
	color: #FFFFFF;
	}

#header-section {
	float:right;
	width:442px;/* 457*/
	height:30px;
	padding-left:15px;
	line-height:30px;
	background-color: #282828;
	font-weight:bold;
	background-image: url(../images/seta.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}

#content {
	background-color:#FFF;
	padding:5px 30px 30px 30px ;
	border: 1PX #333 solid;
	height:auto;
	text-align:center;
}
	
#content img {
	/*background-image: url(../images/img-bg.jpg);*/

	padding:10px;
	background-color: #FFF;
	border: 1px #333 solid;
	margin:8px;
	filter:alpha(opacity=60); /* para o IE */
    -moz-opacity:0.6; /* para o FireFox */
    opacity:0.6; /* para o outros Navegadores */
	}

#content img:hover {
	/*background-image: url(../images/img-bg.jpg);*/
	padding:10px;
	border: 1px #000 solid;
	}

#content a img {
	/*background-image: url(../images/img-bg.jpg);*/
	padding:10px;
	filter:alpha(opacity=99); /* para o IE */
    -moz-opacity:0.99; /* para o FireFox */
    opacity:0.99; /* para o outros Navegadores */
	}

#content p{
	text-indent:10px;
	margin:5px 0px 5px 0px;
	}

#content li a {
	list-style: square;
}

#icon {
	/*background-image:url(../images/foldericon.jpg);
	background-position:20px 10px;*/
	background-image:url(../images/icon.bg.jpg);
	height:100px;
	padding: 20px 20px 0px 90px;
	margin-bottom:0px;
	margin-top:20px;
	background-repeat: no-repeat;
	line-height:19px;
	text-align:left;
	color: #333;
	/*background-color:#FEF6D8;
	color:#B79000;
	border-bottom:3px #B79000 solid;
	border-top:3px #B79000 solid;*/
	}

#icon .big {
	font-size:18px;
	font-weight:bold;
}

#footer {
	clear:both;
	padding:10px 10px 10px 30px;
	color:#000000;
	font-weight:bold;
	color:#282828;
	line-height:30px;
	}

#footer a {
	color:#282828;
	text-decoration:none;
	border-bottom: 1px  #333 dashed;
	}

#footer a:hover {
	background-color: #333;
	color:#F1C40E;
	text-decoration:none;
	}

#footer img {
	margin-right:8px;
	float:left;
	}

#footer p {
	margin:0px;
	padding:0px;
	}
