/*LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.jpg) #BEBBBC repeat-x;
	font-family: Verdana, "Trebuchet MS", Arial;
}
#page{width:967px; }
#top{position:relative;}
#logo{position:absolute; left: 47px; top: 85px;}
#menu{position:absolute; right:25px; bottom:13px; z-index:1;}
#infocompany{width:650px; position:absolute; left:300px; top:15px; z-index:1;}
#submenu{background:url(images/bg_submenu.jpg) #FFFFFF top no-repeat; width:930px; height:15px; padding:10px 27px 10px 10px;/*Top Right Bottom Left*/}
#content{background:url(images/bg_content.png) repeat-y; width:907px; padding:30px; min-height:500px;}
#contenttext{float:left; width:890px; text-align:left; font-size: 12px;}
#footer{background:url(images/bg_footer.jpg) #BEBBBC top no-repeat; width:947px; height:93px; padding-top:10px; padding:30px 10px 10px 10px;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#leftpanel{float:right; width:206px;}
.tbl_middle{ background:url(images/tbl_middle.jpg) #FFFFFF repeat-y; width:176px; min-height:50px; padding-left:10px; padding-right:20px;}


/*TEXT*/
#logo h1 {
	font: 24px Verdana;
	font-weight: bold;
	color:#000;
}

.title{
	font-size: 22px;
	font-weight: bold;
	color:#6889BA;
}
.subtitle{
	font-size: 16px;
	font-weight: bold;
	color:#6889BA;
}

.graytext{
	font-size: 12px;
	font-weight: normal;
	color:#666666;
}
.graytext a{
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
}
.graytext a:hover{
	text-decoration:underline;
}

.whitetext{
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
}
.whitetext a{
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.whitetext a:hover{
	text-decoration:underline;
}