﻿
        body
        {
            background-attachment: fixed;
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            background-image: url(../Images/FundoSite.jpg);
            color: #7F7A79;
            font-family: "Arial Narrow";
            font-size: 13px;
        }
		input {
			font-family:Calibri;
			color:#333;
			font-size:12px;
		}
		input:focus {
			border: 2px #090 solid;
		}
		textarea {
			font-family:Calibri;
			color:#333;
			font-size:12px;
		}
		textarea:focus {
			border: 2px #090 solid;
		}        
		input checkbox:hover {
			border: 2px #090 solid;
		}
		#divLinhaVerticalEsq
        {
            position: absolute;
            height: 790px;
            width: 7px;
            background-image: url(../Images/LinhaDivVertical.gif);
            margin-left: -520px;
            left: 50%;
        }
        #divTopo
        {
            width: 980px;
            position: absolute;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: -490px;
            left: 50%; /*	background-color:#999; */
        }
        #divConteudo
        {
            width: 980px;
            position: absolute;
            margin-top: 80px;
            margin-left: -490px;
            left: 50%; /*	background-color:#999; */
        }
        UL.Grd
        {
            padding-right: 0px;
            padding-left: 0px;
            float: left;
            padding-bottom: 0px;
            margin: 15px 0px;
            width: 100%;
            padding-top: 0px;
            list-style-type: none;
        }
        UL.Grd LI
        {
            padding-right: 0px;
            display: inline;
            padding-left: 0px;
            float: left;
            padding-bottom: 0px;
            padding-top: 0px;
            vertical-align: middle;
        }
        .textoCalibriOpaco
        {
            font-size: 40px;
            color: #E0E0E0;
            font-family: Calibri;
        }
        .Menu
        {
            font-size: 17px;
            text-decoration: none;
            color: #666;
        }
        .Menu:hover
        {
            background-color: #0C0;
            color: #FFF;
        }
        .Link:link
        {
            text-decoration: none;
            color: #666;
        }
        .Link:visited
        {
            text-decoration: underline;
            color: #666;
        }
        .Link:hover
        {
            text-decoration: none;
            background-color: #0C0;
            color: #FFF;
        }
        .Link2:link
        {
            text-decoration: none;
            color: #7F7A79;
        }
        .Link2:visited
        {
            text-decoration: underline;
            color: #666;
        }
        .Link2:hover
        {
            text-decoration: none;
            background-color: #0C0;
            color: #FFF;
        }
        .outro
        {
        }
        h2
        {
            font-size: 18px;
            color: #83C126;
            font-family: Calibri;
        }
        .h3
        {
            font-size: 24px;
            color: #999999;
            font-family: Calibri;
        }
        .h4
        {
            font-size: 18px;
            color: #83C226;
            font-family: Calibri;
            font-weight: bold;
        }
        .TextoCaixa
        {
            margin-top: 0px;
            margin-left: 10px;
            margin-right: 10px;
            font-size: 13px;
        }
        .NumeroCliente
        {
            color: #ABD9AB;
            font-family: Calibri;
            font-size: 70px;
            margin-top: -30px;
        }
        /* Easy Slider */#slider ul, #slider li
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #slider, #slider li
        {
            /* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/
            width: 650px;
            height: 243px;
            overflow: hidden;
        }
        span#prevBtn
        {
        }
        span#nextBtn
        {
        }
        /* // Easy Slider */
                

.FrontMenu
{
	padding: 5px 5px 0px 5px;
	margin-left: 2px;
	margin-top: -4px;
}

.FrontMenu .Bar
{
	width: 100%;
	height: 40px;
	position: relative;
}

.FrontMenu .Bar a
{
	color: #333;
	position: relative;
	top: 0px;
	display: block;
	text-decoration: none;
	padding-right: 6px;
	margin-right: -6px;
	cursor: pointer;cursor: hand;
}

.FrontMenu .Bar span.item
{
	line-height: 26px;
	margin: 0px 0px;
	float: left;
	position: relative;
	display: inline;
	cursor: pointer;
	width: 100px;
	text-align: center;
	margin-left: 6px;
}

/* We have to handle hover with jQuery because :hover makes IE6 crash. */
.FrontMenu .Bar a.hover
{
	background: transparent url(../Images/hoverRight.gif) no-repeat top right;
	height: 26px;
}

/* We have to handle hover with jQuery because :hover makes IE6 crash. */
.FrontMenu .Bar a.hover span
{
	background: transparent url(../Images/hoverLeft.gif) no-repeat top left;
	height: 26px;
	display: block;
}

.FrontMenu .Bar span.sel a:hover { background: none; padding-left: 0px; margin-left: 0px; }
.FrontMenu .Bar span.sel a:hover span { background: none; padding-left: 0px; margin-left: 0px; }

.FrontMenu .Bar span.sel
{
	background: transparent url(../Images/selLeft.gif) no-repeat top left;
	height: 26px;
}

.FrontMenu .Bar span.item .spike, .FrontMenu .Bar span.sel .spike
{
	background: transparent url(../Images/spike.gif) no-repeat top left;
	display:none;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -11px;
	width: 16px;
	height: 13px;
	z-index: 9999;
}

.FrontMenu .Bar span.sel .spike
{
	display: block;
}

.FrontMenu .Bar span.sel .right
{
	background: transparent url(../Images/selRight.gif) no-repeat top right;
	position: absolute;
	height: 48px;
	width: 7px;
	right: 0px;
	top: 0px;
}

.FrontMenu .Bar span.sel a { color: #83C126; }

.FrontMenu div.Panel
{
	height: 100%;
	width: 100%;
	/*margin-top: 2px;*/
}

.FrontMenu div.Panel div.item
{
	/*background: #ebe19b url(../Images/panel.jpg) no-repeat 0% 0%;*/
	float: left;
	width: 100%;
}

.FrontMenu div.Panel
{
	height: 620px;
	width: 100%;
	/*margin-top: 15px;*/
}

.FrontMenu div.Panel div.item
{
	/*background: #ebe19b url(../Images/panel.jpg) no-repeat 0% 0%;*/
	float: left;
	width: 100%;
}