/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #2e1a19;
	background-image: url(bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}

 ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}

 li {
	list-style-type: square;
	display: list-item;
	list-style-image: none;
}


/* Not Dynamic Areas */


/* Main Layout */


div#container{
	text-align:left;
	width:840px;
	padding: 0px;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 23px;
	border-top-style: solid;
	border-top-color: #4a1b1a;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 10px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


div#lef_area {
	width: 106px;
	float: left;
}

div#rig_area {
	width: 765px;
	float: right;
}
/*-------------------*/

div#content{
	text-align:left;
	width:820px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



/**/


div#footer{
	text-align:center;
	width:790px;
	padding-top: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	height: 35px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}

div#footer{
	text-align:center;
	width:790px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	height: 33px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}

div#footer_b{
	text-align:center;
	width:790px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	height: 24px;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

.top_tb {
	float:left;
	width: 160px;
	height: 188px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(element_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top_tb2 {
	float:left;
	width: 170px;
	height: 188px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(element_002.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top_tb3 {
	float:left;
	width: 177px;
	height: 188px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(element_003.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.img_td img {
	border: 4px solid #e4d5d5;
}

div.logoPane_a{
	width: 106px;
	border: 1px solid #00FFFF;
}

div.mainimage_pane {
	width: 762px;
	border: 1px solid #00FFFF;
}

/*-------------*/

div.left_pane {
	float: left;
	width: 590px;
	border: 1px solid #00FFFF;
}

div.right_pane {
	float: right;
	width: 275px;
	border: 1px solid #00FFFF;
}

div.contentpane {
    width: 875px;
}


/* -----------------
Set default font for modules
--------------------
 */

p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #333333;
}

.top_tb p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #FFFFFF;
}

strong {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}

/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
	font-family: "Times New Roman", Times, serif;
}
H1
{
	font-size: 310%;
	font-weight: normal;
	color: #2e1a19;
}

H2
{
	font-size: 200%;
	font-weight: normal;
	color: #FFFFFF;
}

H3
{
    font-size: 170%;
    font-weight: normal;
	color: #000000;
}

H4
{
    font-size: 160%;
    font-weight: normal;
	color: #000000;
}

H5, DT
{
    font-size: 140%;
    font-weight: normal;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

H6
{
    font-size: 160%;
    font-weight: normal;
	color: #ffffff;
}

/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO MÓDULO  "TEXT/HTML"
----------- */
A:link, A:active
{
	text-decoration: underline;
    color: #f9a62c;
}

A:hover
{
    text-decoration: none;
    color: #f9a62c;
}

A:visited
{
	text-decoration: none;
	color: #FCD79E;
}

