﻿body 
{
    background:#fff;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:#545454;
}

p
{
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5
{
    color:#019ae1;
}

#main_center
{
    width:100%;
    height:100%;
    margin:auto;
}

#header
{
    width:100%;
    height:76px;
}

.brand_logo
{
    float:left;
    width:101px;
    height:52px;
    padding-top:14px;
}

.brand_logo a img
{
  border:0;  
}

/*-- welcome msg--*/
.welcome_box
{
    float:right;
    min-width:251px;
    height:32px;
    margin-top:45px;
    background:url("images/bg_welcomemsg.jpg") repeat-x;
}

.welcome_left
{
    float:left;
    width:11px;
    height:42px;
}

.welcome_msg
{
    color: White;
    float:left;
    height:42px;
    padding:10px 5px 5px 5px;
}

.welcome_right
{
    float:right;
    width:11px;
    height:42px;
}

/*-- end welcome msg--*/


/*-- content area --*/
#content_area
{
    display:block;
    width:100%;
    height:100%;
    background:#fff url(Images/bg_image1.jpg) no-repeat;
}

#content_RU
{
    display:block;
    width:100%;
    height:100%;
    background:#fff url(Images/bg_imageRU.jpg) no-repeat;
}

#content_brevemente
{
    display:block;
    width:100%;
    height:100%;
    background:#fff url(Images/bg_imagebrevemente.jpg) no-repeat;
}

#content_clienteMais
{
    display:block;
    width:100%;
    height:100%;
    background:#fff url(Images/bg_imageClienteMais.jpg) no-repeat;
}

#content_dadosCliente
{
    display:block;
    width:100%;
    height:100%;
    background:#fff url(Images/bg_imageDados.jpg) no-repeat;
}

#content_facturacao
{
    display:block;
    width:100%;
    height:100%;
    background:#fff url(Images/bg_imageFacturacao.jpg) no-repeat;
}


#Holder
{
    /*min-width:100%;*/
    min-height:470px;
    margin-left:100px;
    padding-top:20px;
 }

#Holder p
{
   padding-bottom:10px;
}

.content_info
{
    position:relative;
    min-height:400px;
    background:url(Images/bg_contentinfo.png);
    padding:10px;
}

.content_intro
{
    position:relative;
    width:500px;
    height:170px;
    margin-left:400px;
    margin-top:260px;
    background:url(Images/bg_contentinfo.png);
    padding:10px;
}

/*-- end content area --*/


#credits
{
    width:100%;
    height:14px;
    font-size:9px;
    text-align:center;
    color:#727374;
    background:#fff;
}



/*-- MENUS --*/

/*-- MENUS --*/

#slideMenu.closed{
	left:-260px;
	
}

#slideMenu{
	position:fixed;
	left:0;
	top:75px;
	width:260px;
	height:490px;
	border-left:0px;
	background:url(Images/bg_contentMenu.png);
	/*background-color:#fff;*/
	z-index:20;
}

#slideMenu a.toggleBtn {
	position:absolute;
	right:0;
	top:0;
	outline:none;
	display:block;
	height:40px;
	width:80px;
	margin:0;
	padding:10px 0 10px 10px;
	color:#000;
	text-decoration:none;
	background:url(Images/bg_menu.png) no-repeat;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	z-index:60;
}

#slideMenu a.toggleBtn img
{
    border:0;
}

.content{
	padding:0px;
	z-index:20;
}

.item_menu
{
    margin:0 0 0 10px;
    padding-top:10px;
}

.item_menu a img
{
   border:0;
}

.item_menu a:hover img
{
   border-bottom:2px solid #000;
   padding-bottom:1px;
 }

.list_menu {
	font-size:10px;
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}

.list_menu li
{
    line-height:15px;
}

.list_menu li a
{
    color:#545454;
    text-decoration:none;
}

.list_menu li a:hover
{
    text-decoration:underline;
    color:#000;
}

.menuLine
{
    color:#dfdcdc;
    margin-left:10px;
}