body {
background-image: url("../imagens/bg2.gif"); 
*background-image: url("../imagens/bg2.gif");/* IE */
background-repeat: repeat-x;
background-color: #00445C;
}
/* SLIDER */
#slider {
    width: 800px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: -20;
	*top: 0; /* IE */
	margin-left: -40;
	*margin-left: 0; /* IE */
}
.sliderImage {
    float: left;
    position: relative;
	display: none;	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 800px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;
}

/* MENU HORIZONTAL 1 */


#menu {padding:0; margin:0 0 0 0px; list-style:none; width:800px; height:60px; background:url(../imagens/background3.png);}
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./imagens/background3.png', sizingMethod='scale');
}

#menu li {position:relative; float:left; margin:0 5px; padding-top:4px;}
#menu li a {display:block; height:26px; line-height:23px; padding:0 20px 0 0; float:left; color:#ddd; text-decoration:none; font-family:arial, sans-serif; font-size:13px;}
#menu li a b {display:block; height:26px; float:left; padding:0 0 0 20px;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{ background: url(../imagens/taba.png) right top; cursor:pointer; color:#fff; line-height:25px;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{ background: url(../imagens/tabb.png) left top; cursor:pointer;}

/**************** menu2 coding *****************/
.mmenu{ width: auto;
}
.mmenu ul{ padding: 0;
margin: 0;
list-style-type: none;
}
.mmenu ul li{ display: inline;
float: left;
}

.mmenu ul li a{background: url(../imagens/dred.gif) repeat-x top left;
float:left;
margin:0px;
background-color:#FFFFFF;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
display: block;
color: #FCF7F5;
text-decoration: none;
border-left: 0px solid #999999;
border-right: 1px solid #773333;
padding-left:25px;
padding-right:25px;
padding-top:10px;
padding-bottom:10px;

}
.mmenu ul li a:hover{ color: #FCF7F5;
background: url() repeat-x bottom left;
background-color:#052542;
}
.mwrapper{padding:0px}
/**************** fim menu2*****************/

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003366;
}
.titulobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#caixashome ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#caixashome ul li {
background-image: url(../imagens/arrow18.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
}
