/* WebOMR */


/* Fundo da página */
body
{
    background: #f4f4f4;
    background-image: url(images/bgTopPage2.jpg);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #555555;
}

/* Links e formatacao de texto */
a:link
{
    text-decoration: none;
    color: #555555;
}
a:visited
{
    text-decoration: none;
    color: #555555;
}
a:active
{
    text-decoration: none;
    color: #555555;
}
a:hover
{
    text-decoration: none;
    color: #396;
}

h1
{
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2
{
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3
{
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Menu Top */
 .linkTop
{
    font-family: Arial,Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #043270;
} 

/* Topo da página */
#header
{
    background-image: url(images/bgTopLogo3.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    height: 176px;
    width: 980px;
    visibility: visible;
    text-align: left;
    vertical-align: text-bottom;
}

.logoLabel{
	color:#5f5b56;
	font-size:10px;
	text-align:center;
	padding-left:60px;
}

/* Conteudo página */
#contentpage
{
    background: #e9e9e8;
    background-image: url(images/bgContent.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    width: 960px;
    visibility: visible;
    text-align: right;
    vertical-align: text-bottom;
    padding: 10px;
	z-index:1001;

}

/* Menu Horizontal */
#menuh
{
}

#menuh_nav
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
    z-index: 100;
    float: right;
}

#menuh ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menuh li
{
    float: left;
    margin: 0;
    padding: 0;
}

#menuh ul li a.area
{
    display: block;
    margin: 0;
    padding: 0px 10px 0px 7px;
    border: none;
    text-decoration: none;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #639;
    text-decoration: none;
}

#menuh ul li a.area:hover
{
    color: #C30;
    text-decoration: none;
}

/* Rodapé da página */
#footer
{
    background-image: url(images/bgBottom.jpg);
    background-repeat: repeat-x;
    background-position: top;
    width: 970px;
    height: 79px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 10px;
    color: #555555;
}

/* Cristais*/
#cristais_right{
	position:fixed;
	right:0;
	bottom:0;
}

#cristais_left{
	position:fixed;
	left:0;
	bottom:0;
}

#cristais_bottom{
	position:fixed;
	width:100%;
	bottom:0;
	z-index:1000;
}

#cristais_bottom img{

}

#cristais_right img, #cristais_left img{
	height:450px;
}

#limpeza
{
    clear: both;
    position: relative;
}



