@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#main{
 	width:1000px; 
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background:url(../images/header_bg.gif) repeat-x top #005100;
	height:112px;
}

#header_right{
	background:url(../images/header_right.jpg) no-repeat top right;
	height:73px;
	width:100%;
}

#header #logo{
	background:url(../images/ciceba_logo.gif) bottom right no-repeat;
	position:absolute;
	width:193px;
	height:36px;

	padding-left:10px;
	padding-top:20px;
}

#header #logo span{
	display:none;
}

#header #mainMenu_left{
	background:url(../images/mainmenu_left.gif) top left no-repeat #FFB100;
	padding-left:5px;
	
}

#header #mainMenu_right{
	background:url(../images/mainmenu_right.gif) top right no-repeat #FFB100;
	padding-right:462px;
}
#header #mainMenu{
	background:url(../images/mainmenu_bg.gif) repeat-x top #FFB100;
	width:100%;
	height:40px;
}

#header #mainMenu ul{
	padding:8px 0px;
	margin:0px;
}

#header #mainMenu li{
	margin:0px;
	padding:0px;
	display:inline;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	border-right:1px solid #001D00;
}

#header #mainMenu li.last{
	border:none;
}

#header #mainMenu a{
	color:#001D00;
	text-decoration:none;
}

#header #mainMenu a:hover{
	text-decoration:underline;
	color:#003300;
}

#content{
	background:#ffffff;
	min-height:400px;
}

#footer{
	background:url(../images/footer_bg.gif);
	color:#ffffff;
	font-size:10pt;
	text-align:center;
	padding:3px;
}

#footer a{
	color:#FFFFFF;
}


/* Home *******************************/

#home{

}

#homeMain{
	background:url(../images/home_foto_1.jpg) top no-repeat;
	height:234px;		
	border-bottom:4px solid #002100;
}

#homeMainFrase{
	margin-top:15px;
	margin-right:15px;
	font-weight:bold;
	font-size:20pt;
	color:#FFFFFF;
	width:500px;
	text-align:right;
	float:right;
}

#homeBottom{
	padding:30px;
}

.homeBox{
	margin:0px;
	width:31%;	
	margin-left:auto;
	margin-right:auto;
}

.homeBoxLeft{
	float:left;
	width:32%;
	margin:0px;
}

.homeBoxRight{
	float:right;
	width:32%;
	margin:0px;
}

.homeBox .header_left{
	background:url(../images/homebox_header_left.gif) top left no-repeat;
	padding-left:12px;
}

.homeBox .header_right{
	background:url(../images/homebox_header_right.gif) top right no-repeat;
	padding-right:12px;
}

.homeBox .header{
	background:url(../images/homebox_header_bg.gif) repeat-x #FFBE00;
	font-weight:bold;
	height:33px;
	color:#000000;
}

.homeBox .header div{
	padding-top:7px;
}

.homeBox .content_left{
	background:url(../images/homebox_left.gif) left repeat-y;
	padding-left:5px;
}

.homeBox .content_right{
	background:url(../images/homebox_right.gif) right repeat-y;
	padding-right:5px;
}

.homeBox .content{
	height:240px;
	padding:5px;
}

.homeBox .bottom_left{
	background:url(../images/homebox_bottom_left.gif) top left no-repeat;
	padding-left:18px;
}

.homeBox .bottom_right{
	background:url(../images/homebox_bottom_right.gif) top right no-repeat;
	padding-right:18px;
}

.homeBox .bottom{
	background:url(../images/homebox_bottom_bg.gif) repeat-x top;
	height:16px;
}

.homeBox p{
	padding:0px;
	margin:0px 0px 8px 0px;
}

.homeBox ul{
	margin:0px;
	padding:8px;
	padding-left:20px;
}

.homeBox li{
	list-style-image:url(../images/list_arrow.gif);
	padding:2px 0px;
}


.homeBox a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}


.homeBox .item{
	font-weight:bold;
}

.homeBox .subitem{
	padding-left:5px;
}

/* Paginas internas *******************************/

#page{
	padding:30px;
}

#page #submenu{
	float:left;
	width:300px;
	margin-right:30px;

}

#pageContent{
	
}

.submenuHeader_left{
	background:url(../images/submenu_header_left.gif) left top no-repeat;
	padding-left:10px;
}

.submenuHeader_right{
	background:url(../images/submenu_header_right.gif) right top no-repeat;
	padding-right:10px;
}

.submenuHeader{
	background:url(../images/submenu_header_bg.gif) top repeat-x;
	height:33px;
}

.submenuHeader div{
	padding-top:7px;
	font-weight:bold;
	font-size:10pt;
}

.submenuContent{
	font-size:10pt;
}

.submenuContent ul{
	margin:0px 8px;
	padding:0px;
}

.submenuContent li{
	list-style-type:none;
	padding:10px 5px;
	margin:0px;
	border-bottom:1px solid #FFB100;
	color:#001D00;
}

.submenuContent li a{
	color:#001D00;
	font-weight:bold;
}

.submenuContent li a:hover{

}
