﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-color: #303030;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #f5f5f5;
	text-align: center;
}
#principal2 {
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #303030;
}
#topo {
	height: 55px;
	padding-top: 10px;
	padding-left: 350px;
	z-index: 20;
	background-image: url(http://www.cepall.com.br/novo/pics/logo.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
input {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #CCCCCC;
}
textarea {
	background-color: #999999;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
select {
	color: #FFFFFF;
	background-color: #999999;
		border: 1px solid #CCCCCC;
	font-size: 11px;
}



a:link
{
	color: #ff7001;
}

a:visited
{
	color: #CC6600;
}

a:active
{
	color: #ff7001;
}

a:hover
{
	background-color: #ff7001;
	color: #fff;
	text-decoration: none;
}


#conteudo
{
	/*top: 25px;
	width: 786px;
	background-image: url(meio.gif);
	background-repeat: repeat-y;*/
}

#base
{
	width: 786px;
	height: 53px;
	bottom: 0;
	background-image: url(base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#top_principal
{
	float: left;
	width: 520px;
	background-image: url(top_conteudo.jpg);
	background-position: top;
	background-repeat: no-repeat;

}
#principal
{
	width: 480px;
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(bot_conteudo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}



#navegacao
{
	padding-left: 5px;
	width: 152px;
	float: left;
	padding-right:20px
}

#topomenu
{
	width: 150px;
	background-image: url(topmenu.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#corpomenu
{
	width: 150px;
	background-color: #696969;
}

#rodapemenu
{
	width: 150px;
	background-image: url(botmenu.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #696969;
}

#principal .espaco
{
	float: right;
	width: 550px;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

ul.menu
{
	width: 150px;
	background: #363636;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu li
{
	border-bottom: 1px solid #9C9C9C;
	border-right: 5px solid #828282;
}

ul.menu li a:link, ul.menu li a:visited
{
	display: block;
	height: 1%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7001;
	border-left: 8px solid #696969;
	padding-left: 5px;
	text-align: left;
}

ul.menu li a:hover
{
	background-color: #696969;
	color: #DAA520;
	border-left: 8px solid #828282;
}

ul#lista li
{
	text-align: left;
}

.topico
{
	font-size: 18px;
	color: #ff7001;
	font-weight: normal;
	text-align: left;
}

#texto
{
	float: left;
	font-size: small;
	color: #996600;
	width: 470px;
	text-align: justify;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 8px; /* I'm using ems and px to allow people to zoom their font */
	left: -1px;
	width: 125px;
	background-color: #303030;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 127px;

}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #303030;
 border: 1px solid #303030;
 margin-right: -1px;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 background-color: #666666;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.menulist a img{
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist  a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #f69025;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #303030;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


