body
{
	margin: 0;
	padding: 0;
	background: #b5683e url(images/img04.png) repeat-x;
}

body, th, td, input, textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p, ol, ul { line-height: 170%; }

/* Header */
#header
{
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

#logo
{
	text-align: center;
	height: 120px;
	margin-left: 10px;
}

#logo h1, #logo p { text-transform: lowercase; }

#logo h1
{
	margin: 0;
	padding: 25px 0 0 85px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #000000;
}

#logo h1 a { color: #000000; }

#logo p
{
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: lowercase;
}

BLOCKQUOTE
{
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 4px;
	font-size: 0.9em;
	font-style: italic;
	text-align:justify;
}
BLOCKQUOTE P
{
	margin: 3px;
	padding: 0;
}

/* Menu */
#menu
{
	width: 962px;
	height: 50px;
	margin: 0 auto;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: block;
	float: right;
}

#menu a
{
	display: block;
	float: left;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }
#menu .current_page_item { background-color: #FFFFFF; color: black;}

#menu .current_page_item a
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: black;
}

/* Page */
#conteudo
{
	width: 962px;
	margin: 0 auto;
	font-size: 13px;
}

#changeFont
{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}

/* centeral page */
div.pagewrapper
{
	margin: 0 auto;
	background: #ffffff url('images/content-bg-right.png') no-repeat scroll top right;
}

div.innerpagewrapper
{
	background: #ffffff url('images/content-bg-left.png') no-repeat scroll top left;
	margin: 0 11px 0 0;
}

div.pagewrapper-bottom
{
	margin: 0 auto;
	background: #ffffff url('images/content-bg-right-bottom.png') no-repeat scroll bottom right;
}

div.innerpagewrapper-bottom
{
	background: #ffffff url('images/content-bg-left-bottom.png') no-repeat scroll bottom left;
	margin: 0 11px 0 0;
}

div.page
{
	margin: 0 0 0 11px;
	background-color: #ffffff;
	padding: 10px 10px 0 10px;
}

div.page ul
{
	list-style: square;
	font-size: 0.95em;
}

div.page ul li { padding: 3px 0; }

/* content */
div.content
{
	width: 75%;
	float: left;
}

/* sidebar */
div.sidebar
{
	width: 25%;
	float: left;
}

div.sidebar ul
{
	list-style: none;
	padding: 10px 10px 25px 10px;
}

div.sidebar ul li { padding: 7px 0; }

div.sidebar ul li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 1.1em;
}

/* footer */
div.clear
{
	clear: both;
}

div.footer p
{
	text-align: center;
	color: #666666;
	padding-bottom: 10px;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial;
}

div.footer p a { color: #666666; }

/* Content */
#content
{
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(images/img09.gif) no-repeat;
}

#content a { color: #FF8900; }

.pagetitle
{
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(images/img13.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

#content #rss-posts
{
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

/* Conteudos */
/* Footer */
#footer
{
	width: 962px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p
{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a { color: #FFFFFF; }

/*Menus*/
.selected
{
	background: #4c4c4c;
	color: white;
	display: block;
	padding: 7px 10px;
	font-size: 12px;
}

.selected_submenu
{
	background: #a5a5a5;
	color: white;
}

.submenu span
{
	display: block;
	padding: 7px 10px;
	font-size: 9px;
	text-decoration: none;
	cursor: pointer;
}

.submenu span:hover
{
	background: #a5a5a5;
	cursor: pointer;
}


/*Tabelas*/
.tableStyle
{
	border: 1px solid #993500;
	border-collapse: collapse;
}

.tableStyle td
{
	border: 1px solid #993500;
	padding: 10px;
}

.tableStyle th { border: 1px solid #993500; }

.mytable
{
	border-collapse: collapse;
	border: 1px solid #666666;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: #f6f6f6;
	text-align: left;
}

.mytable caption
{
	text-align: center;
	font: bold 16px arial, helvetica, sans-serif;
	background: transparent;
	padding: 6px 4px 8px 0px;
	color: #CC00FF;
	text-transform: uppercase;
}

.mytable thead, tfoot
{
	background: url(images/bg1.png) repeat-x;
	text-align: left;
	height: 30px;
}

.mytable thead th, tfoot th { padding: 5px; }

.mytable table a
{
	color: #333333;
	text-decoration: none;
}

.mytable table a:hover { text-decoration: underline; }
.mytable tr.odd { background: #f1f1f1; }
.mytable tbody th, tbody td { padding: 5px; }

/*****/

.referencia
{
	font-weight: bold;
	color: #333;
	font-size: 14px;
	padding-left: 60px;
}

.instrumento
{
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

#pageBig h2
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}

.content h2
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}


/*** Novos Botoes ***/
.botao7
{
	background: transparent url('images/botoes/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-left: 8px;
	margin-right: 6px;
	padding-right: 18px;
	/* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
}

.botao7 span
{
	background: transparent url('images/botoes/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

.botao7:active
{
	background-position: bottom right;
	color: #000;
	outline: none;
	/* hide dotted outline in Firefox */
}

.botao7:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 18px;
	/* push text down 1px */
}

.btn
{
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}

.btn a
{
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

.btn span
{
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}

.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }

/** Outros **/
.box { border: solid 1px #993333; }

.clean-red
{
	border: solid 1px #993333;
	background: #993500;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.clean-yellow
{
	border: solid 1px #DEDEDE;
	background: #eee6cc;
	color: #993500;
	padding: 4px;
	text-align: center;
}

.msg
{
	padding: 10px;
	padding-left: 35px;
}

.msg.info { background: url("images/ico-info.gif") 10px 50% no-repeat; }

.msg.info
{
	border: 2px solid #B8E2FB;
	background-color: #E8F6FF;
}

.lista
{
	padding-left: 180px;
}


/* Tabs */

ul.tabs {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 3px solid #666;
	padding: 7px 0
}

.tabs li {
	display: inline;
}

.tabs a {
	background: #f3f3f3;
	padding: 6px 12px;
	color: #888;
	outline: 0;
	text-decoration: none;
	font-size: 14px;
}

.tabs a:hover {
	color: #555;
	background: #eee
}

.tabs .selected a {
	color: #fff;
	background: #666
}
