/*LAYOUT*/
body {
	margin:0px; background:#BEBBBC url('images/bg.jpg') repeat-x;
}
#page{width:967px;}
#top{position:relative;}
#menu{position:absolute; right:25px; bottom:13px; z-index:1;}
#infocompany{position:absolute; left:300px; top:13px; z-index:1;}
#banner{position:absolute; left:500px; top:13px; z-index:1;}
#submenu{background:#FFFFFF url('images/bg_submenu.jpg') no-repeat top; width:930px; height:15px; padding-left:10px; padding-right:27px; padding-top:10px; padding-bottom:10px}
#content{background:url('images/bg_content.png') repeat-y; width:907px; padding:30px}
#contenttext{float:right; width:680px;}
#footer{background:#BEBBBC url('images/bg_footer.jpg') no-repeat top; width:947px; height:93px; padding-top:10px; padding-left:10px; padding-right:10px; padding-top:30px; padding-bottom: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:left; width:206px;}
.tbl_middle{ background:#FFFFFF url('images/tbl_middle.jpg') repeat-y; width:176px; min-height:50px; padding-left:10px; padding-right:20px}


/*TEXT*/
.title{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#6889BA;
}
.subtitle{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#6889BA;
}

.graytext{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}
.graytext a{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration:none;
}
.graytext a:hover{
	text-decoration:underline;
}

.whitetext{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
}
.whitetext a{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.whitetext a:hover{
	text-decoration:underline;
}
