* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-family: helvetica, arial;
	font-size: 14px;
	line-height:1.5em;
	color: #333;
	background: url(../img/bg.gif) repeat;
}

img {
	border:0;
}

a {
	text-decoration: none;
	color: #65001b;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #bb7b22;
	padding-bottom: 14px;
}


/* ESTRUTURA */

#maincontainer{
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#topsection{
	position: relative;
	height: 212px;
	background: url(../img/topo.jpg) no-repeat;
	margin-bottom: 34px;
}

#contentcolumn{
	margin-left: 296px;
	width: 551px;
	min-height: 300px;
	border-top: 4px solid #65001b;
	padding-top: 20px;
}

#leftcolumn{
	float: left;
	width: 200px;
	padding-left: 56px;
}

/* MENU E SUBMENU */

#menu {
	width: 200px;
	list-style-type: none;
	border-top: 4px solid #65001b;
}
#menu li {
	border-bottom: 1px solid #65001b;
	text-align: right;
}
#menu li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #58595b;
	line-height: 32px;
}
#menu li ul {
	display: none;
	list-style-type: none;
	border: 0;
	margin-bottom: 10px;
	margin-top: -6px;
}
#menu li ul li {
	border: 0;
	line-height: 14px;
}
#menu li ul li a {
	text-transform: none;
	font-size: 13px;
	line-height: 17px;
	color: #66001b;
}
#menu li a.sel {
	font-weight: bold;
}
#menu li ul.ul_show {
	display: block;
}

/* TOPO */

#topo_img {
	float: right;
}
#hidden_link {
	position: absolute;
	top: 120px;
	left: 40px;
	width: 220px;
	height: 90px;
	cursor: pointer;
}

/* HOME */

.home_tit {
	font-size: 21px;
	color: #bb7b22;
}
.home_txt {
	padding: 10px 0 30px 0;
}

/* PAGINA */

#caminho {
	font-size: 11px;
	color: #a7a9ac;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: -15px;
}
#arttxt {
	margin-bottom: 20px;
}
#arttxt p {
	margin-bottom: 10px;
}
#contentcolumn ul {
	margin-left: 20px;
}

/* CONTATO */

form {
	margin: 20px 0;
}
form p {
	font-size: 11px;
	color: #bb7b22;
}
textarea,.inptxt {
	width: 450px;
	border: 1px solid #e6e6e6;
	background: #f7f7f7;
	color: #a9aaa5;
	line-height: 1.8em;
	padding: 2px;
	margin-bottom: 10px;
}

#btenviar {
	border: 1px solid #dcb98d;
	border-top: 1px solid #fff;
	background-color: #bd7b21;
	font-size: 10px;
	color: #fff;
	padding: 3px 4px;
	width: 80px;
	font-weight: bold;
}

#contxt {
	margin-bottom: 20px;
}

/* RODAPÉ */

#rodape {
	border-top: 1px solid #65001b;
	padding: 20px 0;
	font-size: 11px;
	line-height: 15px;
	color: #88898b;
}
#rodape_txt {
	margin-top: 60px;
}
#rodape_img {
	margin-bottom: 30px;
}