@import url(layout.css);
@import url(blocks.css);
@import url(content.css);


/* ------ General styles ------ */

html, body {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#icms-canvas {
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #DDDDFF;
	background: #FFF;
}

table {
	width: 100%;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	color: #ed1c24;
	text-decoration: none;
	font-weight: normal;
	font-style: underline;
}

a:hover {
	color: #666;
}

h1 {font-size: 1.4em; }
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

/* ------ Header rules ------ */

#icms-header {
	clear: both;
	height: 320px;
	position: relative;
}

#icms-headerlogo {
	float: left;
}

#icms-headerbanner {
	position:absolute;
	width: 450px;
	height: 250px;
	top:10px;
	right:20px;
	float: right;
	z-index: 1;
}

/* ------ Header top menu navigation rules ------ */

#icms-globalnav {
	border: 0;
	background-color: #333;
	background-image: url(img/bg-menu.jpg);
	background-repeat: repeat-x;
	clear: left;
	height: 40px;
	padding-top: 30px;
}

#icms-globalnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0 0 0;
}

#icms-globalnav li {
	display: inline;
}

#icms-globalnav li a {
	float: left;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #fff;
	width: 165px;
}

#icms-globalnav li a:hover {
}

#icms-info-empresa {
	border: 0;
	background-image: url(img/bg-info-inicial.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 262px;
}

#icms-info-empresa-foto {
    float: left;
	width: 300px;
}

#icms-info-empresa-texto {
    float: left;
	width: 400px;
    line-height: 140%;
	padding-top: 20px;
	color: #fff;
}

#icms-info-empresa-texto-link {
    float: right;
    line-height: 140%;
	padding-right: 20px;
}

#icms-info-empresa-contato {
    float: right;
	width: 264px;
	height: 245px;
	line-height: 140%;
    background-color: #9b9a9a;
	margin: 10px;
}

#icms-info-empresa-contato-texto {
    float: left;
	padding: 20px;
	line-height: 140%;
}

/* ---------- Column left/right rules ---------- */

#icms-canvas-rightcolumn {}
#icms-canvas-rightcolumn a {}
#icms-canvas-rightcolumn a:hover {}

#icms-canvas-leftcolumn {}
#icms-canvas-leftcolumn a {}
#icms-canvas-leftcolumn a:hover {}

/* ------ Main content ------ */

#icms-canvas-content {	
	line-height: 1.3em;
}

/* lists */
#icms-canvas-content ul {margin: 5px; padding: 2px; list-style: decimal inside; text-align: left;}
#icms-canvas-content li {margin-left: 5px; color: #000; background-color: inherit; line-height: 1.4em; list-style: circle;}

#icms-page {
	padding: 0 .5em;
}

/* ---------- Module display rules ---------- */

#icms-content {
	padding: 15px 1%;
}

/* ---------- Redirect ------------ */
#icms-redirect {
	margin: 40px 0;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	background-color: #f7e6bd;
	color: #222;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border: 2px solid #DDDDFF;
}
/* ---------- Site close ------------ */
#icms-siteclose-login {
	width: 270px;
	margin-left: auto;
	margin-right: auto; 	
	border:1px solid #DDDDFF;	
	margin-top: 40px;
	margin-bottom: 20px;
}
#icms-siteclose-login h2 {
	background-color: #f3ac03;
	font-weight: bold;
	font-size: 1em; 
	color: white;
	padding: 2px;	
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}
#icms-siteclose-login form {
	padding: 0px;
	margin: 0px;	
}
#icms-siteclose-login div{
	padding: 6px;
}
#icms-siteclose-login span.left {
	float: left;
	padding-bottom: 3px;
}
#icms-siteclose-login span.right {
	float: right;
	padding-right: 3px;
	padding-bottom: 3px;
}
#icms-siteclose-login div.button {
	text-align: right;
	clear: both;	
	padding-right: 0px;
}
/* ---------- Footer rules ---------- */

#icms-footer {
	text-align:	 center;
	font-size:	 90%;
	color:		 #fff;
	margin:		 0px;
	background:  #ed1c24;
	clear:       both;
	height:      30px;
	padding-top: 15px;
}

#icms-footer a {
	color:				#333;
}

/* ----------  mode debug  ---------- */
/* This is also in xoops.css and this is generated in the logger class */
#xo-logger-output {
	font-size:			80%;
}

