html
{
 width: 100%;
 height: 100%;
 padding:0;
 margin:0 auto;	
}

* {
	padding: 0;
	margin: 0 auto;
}

body {
	font: 12px/16px Arial;
	margin: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: url(images/main_bg.gif) repeat;
	-webkit-text-size-adjust:none;
}

a {
	text-decoration: none;
	color: #0B3395;
	font-weight: bold;
}

#header {
	/*background: #ffffff url(images/logo_fpros_en.gif) no-repeat scroll center;*/
	padding-top:5px; 
	height: 30px; 
}

#container {
	padding-bottom: 17px;
}

#button_menu {
	background: url(images/btn_blue.gif) no-repeat scroll center;
	height: 35px; 
	color: #FFFFFF;
	vertical-align: middle; 
}

#footer {
	background: #1B4B8F repeat-x scroll center;
	height: 20px;
	color: #D8F4FF;
	vertical-align: bottom;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px; 
}

#header h1 {
	display: none;
}

#banner {
	margin-top:10px;
	text-align:center;
}

#banner a img {
	width:100%;
	border:none;
}

#main {
	overflow: auto;
}

#main ul {
	height: 35px;
	overflow: hidden;
}

#main ul li {
	display: block;
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
}

#main ul li a {
	display: block;
	padding-top: 12px;
	float: left;
	border:none;
}
ul#home_main li a img {
	border:none;
}

ul#home_main {
	margin: auto;
	list-style-type: none;
	text-align: center;
	width:187px;
}

ul#home_main li {
	display: block;
	height: 35px;
}

#breadcrumbs {
	border-bottom:3px solid #D11502;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

#breadcrumbs a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
    font-size: 12px;

}


/*// News \\ */
.news {
	margin: 0 0 10px 0;
	padding-left: 20px;
}

.news li {
	list-style: disc outside;
	font-size: 12px;
	text-align: left;
}

.news li a {
	color: #0059B0;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.news li span {
	color: #979797;
	font-size: 11px;
}

.news li span a {
	color: #3C98C9;
	font-size: 11px;
	font-weight: normal;
}

.news li img {
	vertical-align: middle;
}

.news li a.more {
	font-weight: normal;
}

/* fonts */
.arial_12{font:12px arial;color:#000000;}
.arial_12, .arial_12g p, .arial_12g div{font:12px arial;color:#000000;}

.arial_11g{font:11px arial;color:#626466;}
.arial_12g{font:12px arial;color:#626466;}
.arial_12g, .arial_12g p, .arial_12g div{font:12px arial;color:#626466;}

.arial_14{font:14px arial;color:#000000;}
.arial_14_b{font:bold 14px arial;color:#000000;}

.white-space5
{
	height: 5px;
	line-height: 5px;
	clear: both;
}




