/*
Main css styles
*/
body {
	background:#c5c6c8 url(../pictures/bg_body.gif) top center repeat-y;
	color: #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
}
ul {
	}
a {
	color:#003071;
	}

a:hover {
	color:#666;
	}
a.newwindow {
	padding-right:15px
}
a.newwindow { background:transparent url(../pictures/link.gif) no-repeat right center; }
a.newwindow:hover { background:transparent url(../pictures/link_on.gif) no-repeat right center; }
.filesize {font-size:0.8em;}
.error {
	color:#C00;
	font-size:0.8em;
	font-weight:700;
	line-height:1em;
}
.printhide {
	display:none;
	}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Header section
----------------------------------------------------------------------------------------------------*/

.header {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.logo {
	margin-top: 27px;
	margin-left: 47px;
}

.logo-rb{
	width: 143px;
	height: 68px;
	position: absolute;
	top: 27px;
	right: 36px;
}

.container .header {
	width: 950px;
}

/* Main menu
----------------------------------------------------------------------------------------------------*/
ul#menu_horizontal { 
	width : 550px; 
	float:right;
	margin : 2em 0 0 0;
	padding : 0;
	list-style-type : none; 
	font-size:0.8em;
}
 
ul#menu_horizontal li {
	float : left;
	padding:0;
	margin:0;
	width:16%;
	border-left : 1px solid #003071;
}
 
ul#menu_horizontal a {
	display:block;
	width:auto;
	height : 1.5em;
	padding-top:0.5em;
	text-align:center;
	color : #003071;
	text-decoration : none;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
 
ul#menu_horizontal a:hover, ul#menu_horizontal a.on { 
	background-color:#003071;
	color:#FFF;
}
/* Sub menu
----------------------------------------------------------------------------------------------------*/
ul#menu_vertical { 
	width : 80%; 
	margin : 0;
	padding : 0;
	font-size:0.9em;
	font-weight:bold;
	list-style-type : none; 
}
 
ul#menu_vertical li {
	padding:0;
	margin:0;
	width:100%;
	border-top : 1px solid #7b84b2;
}
ul#menu_vertical li.first {
	border-top : 0;
}
 
ul#menu_vertical a {
	display:block;
	width:auto;
	padding:0.4em 3px;
	color : #666;
	text-decoration : none;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
 
ul#menu_vertical a:hover, ul#menu_vertical a.on { 
	color:#003071;
}
 
 
/* `Banners
----------------------------------------------------------------------------------------------------*/
.contentBody {
	width:100%;
	text-align:center;
	}
.contentBody .content {
	width:780px;
	margin:auto;
	padding-top:41px;
	padding-bottom:90px;
	text-align:left;
	background:url(../pictures/focus_on_customized_solutions.gif) bottom left no-repeat;
	}
#home .contentBody .content {
	width:720px;
	background:none;
	}
.contentBody .content h1 {
	}
.container .banner {
	background:url(../pictures/banner.jpg) top left no-repeat;
	}
.container .home {
	background:url(../pictures/banner_home.jpg) top left no-repeat;
	}
.container .services {
	background:url(../pictures/banner_services.jpg) top left no-repeat;
	}

/* `Content Zone
----------------------------------------------------------------------------------------------------*/
.banner {
	width:auto;
	height:246px;
	}
.banner p {
	position:absolute;
	top:-10000px;
	left:-10000px;
	}
.content .service {
	background-color:#edeeef;
	}
.box {
	width:20%;
	float:left;
	}
.box .contentA {
	border-left:1px solid #fff;
	}
.box h2 {
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif;
}
.box h2 a {
	color:#FFF;
	background-color:#003071;
	border-top:1px solid #003071;
	text-decoration : none;
	display:block;
	padding:0.5em 0;
}
.box h2 a:hover {
	color:#003071;
	border-top:1px solid #d7d7d7;
	background-color:#fff;
}
.box .text {
	color:#333;
	padding:13px 14px 0 13px;
	font-size:0.8em;
	}
.box .more {
	text-align:right;
	font-size:0.6em;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	padding:13px 14px;
	}
.box .more a {
	color:#003071;
	text-decoration:none;
	}
.box .more a:hover {
	text-decoration:underline;
	}

/* `Next pages
----------------------------------------------------------------------------------------------------*/
.subnav {
	float:left;
	width:30%;
	}
.maincontent {
	float:right;
	width:69%;
	font-size:1em;
	line-height:1.6em;
	font-family:Verdana, Geneva, sans-serif;
	}
.maincontent h1 img {
	margin-top:4px;
	}
.maincontent h1 a img {
	margin-top:0;
	margin-left:15px;
	}
.printsend {
	display:block;
	float:right;
	top::0;
	right:0;
	width:200px;
	text-align:right
	}
.sendto table td {
	padding:4px;
	}
.sendto td.description {
	width:10em;
	vertical-align:top;
	}
.sendto td {
	border-bottom:1px solid #CCC;
	}
.sendto td.submit {
	border-bottom:0;
	text-align:right;
	}
/* `Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	width:780px;
	margin:auto;
	padding-top:4px;
	border-top:2px solid #7b84b2;
	font-size:0.7em;
	}
#home .footer {
	width:720px;
	}
.footer ul { 
	text-align:right;
	color : #999;
	font-family:Verdana, Geneva, sans-serif;
	list-style-type : none; 
}
.footer ul li {
	padding:0;
	margin:0;
	display:inline;
}

.footer ul a {
	text-align:center;
	color : #999;
	padding:0 2px;
	text-decoration : none;
}
.footer ul li.copyright {
	width:38%;
	float:right;
	}
.footer ul li.copyright a {
	padding:0;
	}
.footer ul a:hover { 
	text-decoration:underline;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}