@import "common.css";
@import "lightbox.css";
/***************************************************/
#header {
width:934px;
height:245px;
background-image:url(../img/header_bg.jpg);
background-repeat:no-repeat;
position:relative;
}


/*Inicia CSS Drop Menu*/

.chromestyle {
top:17px;
margin-left:10px;
height:32px;
font-size:14px;
font-weight:bold;
color:#FFF;
}

#chromemenu {
width:924px;
position:relative;
}

#chromemenu img {
top:6px;
position:relative;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.chromestyle ul {
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding:6px 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display:inline;
}

.chromestyle ul li a{
color:#FFF;
padding:4px 0;
_padding:4px 0;
margin:0;
text-decoration:none;
}

.chromestyle ul li a:hover {
color:#060;
}

.dropmenudiv {
margin-top:-1px;
margin-left:-6px;
font-size:14px;
font-weight:bold;
/*border-left:1px solid #FFF;
border-right:1px solid #FFF;
border-bottom:1px solid #FFF;*/
color:#FFF;
line-height:24px;
background-image:url(../img/downimage.jpg);
visibility:hidden;
position:relative;
/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
margin-left:6px;
}

.dropmenudiv a {
color:#FFF;
}

.dropmenudiv a:hover {
color:#060;
}

#dropmenu1 {
top:0;
left:0;
width:300px;
z-index:1000;
position:absolute;
}

#dropmenu2 {
top:2px;
left:0;
width:300px;
z-index:1000;
position:absolute;
}

#dropmenu3 {
top:2px;
left:0;
width:300px;
z-index:1000;
position:absolute;
}

#dropmenu4 {
top:2px;
left:0;
width:300px;
z-index:1000;
position:absolute;
}

#dropmenu5 {
top:2px;
left:0;
width:300px;
z-index:1000;
position:absolute;
}

/*Termina CSS Drop Menu*/

.box_login {
width:156px;
text-align:right;
}

.editDefault { /* CLASSE DOS EDITs */
font-family:Arial, Helvetica, Verdana;
font-size:12px;
padding-left:2px;
margin-left:2px;
margin-bottom:2px;
border-top:1px #780001 solid;
border-bottom:1px #780001 solid;
border-right:1px #780001 solid;
border-left:1px #780001 solid;
}

.editDefault_2 { /* CLASSE DOS EDITs */
font-family:Arial, Helvetica, Verdana;
font-size:12px;
padding-left:2px;
margin-left:2px;
margin-bottom:2px;
border-top:1px #CCC solid;
border-bottom:1px #CCC solid;
border-right:1px #CCC solid;
border-left:1px #CCC solid;
}

.bt_adm {
margin-top:14px;
margin-right:14px;
float:left;
}

.bt_submit {
top:1px;
width:31px;
height:17px;
border:0;
background:transparent url(../img/bt_submit.gif) left top no-repeat;
position:relative;
}

.bt_submit:hover {
background:transparent url(../img/bt_submit_over.gif) left top no-repeat;
}



