body {
 	margin: 0; padding: 0;
 	background: url(img/body-bg.jpg) repeat-x top left #fff; /* website background */
 	font-family: "Trebuchet MS", Arial, sans-serif; /* website font face */
	font-size: 12px;
	color: #404040;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style-type: none;
}
input, select, textarea {
	font-family: Arial, Verdana, sans-serif;
 	font-size: 11px;
 	font-weight: normal;
}
.inputText {
	background: #fff;
	border: 2px solid #e7e7e7;
	color: #747474;
	padding: 5px 5px;
}
/*
	width: 885px;
*/
#container {
	width: 885px;
	margin: 0 auto;
}

#header {
	margin: 0; padding: 0 0 0 15px;
}
#header .logo {
	position: relative;
}
#mainmenu {
	margin: 0; padding: 0;
	background: url(img/menu-bg.jpg) no-repeat top left;
	width: 609px;
	height: 100px;
	float: right;
}
#header p.slogan {
	color: #670000;
	padding-left: 20px;
}
* html #header p.slogan {
	margin-top: -15px;
}
*:first-child+html #header p.slogan {
	margin-top: -5px;
}
/*
	main menu
-------------
*/
ul.menu {
	width: 560px;
	height: 30px;
	list-style-type: none;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 10px;
}
ul.menu li {
	float: left;
	border: 1px solid #fff;
	border-left: 1px solid #ccc;
	text-transform: uppercase;

}
ul.menu li a {
	padding: 3px 10px;
	text-decoration:none;
	color: #333;
}
ul.menu li a:hover {
	color: #265468;
}
ul.menu a.down {
	background: url(img/downarrow.jpg) no-repeat center right;
	padding-right: 15px;
}

ul.sm,
ul.ssm {
	/*display: none;*/
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
ul.sm,
ul.ssm {
	border: 1px solid #f3f3f3;
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.sm {
	background: #fff;
}
ul.ssm {
	background: #fff;
}
ul.sm li,
ul.ssm li {
	float: none !important;
	border: none;
	border-top: 1px solid #f3f3f3;
	padding: 0;
	text-transform: none !important;
}
ul.sm li a,
ul.ssm li a {
	line-height: 20px;
	width: 180px !important;
	display: block;
	padding: 0 10px;
}
ul.sm li a {
		color: #1C3B5D;
	}
ul.ssm li a {
	color: #1C3B5D;
		}
ul.sm li a:hover {
	background: #204464;
	color: #fff;

}
ul.ssm li a:hover{
	background: #204464;
	color: #fff;

}
ul.sm {
	width: 200px;
	*margin-top: 20px;
	*margin-left: -200px;
}
ul.ssm {
	width: 200px;
	margin-left: 200px;
	margin-top: -20px;
}
/*
	languages menu
------------------
*/

.langMenu {
	float: right;
	color: #666;
	margin-top: -2px;
}
.langMenu ul {
	padding-right: 25px;
}
.langMenu li {
	float: left;

}
.langMenu li a {
	color: #4f647b;
	font-size: 11px;
	text-decoration: none;
	padding: 0 5px;
}
.langMenu li a:hover {
	color: #333;
}

/*
	Search box
--------------
*/
.searchBox {
	float: right;
	width: 275px;
	padding-top: 35px;
}
.searchBox .inputText {
	width: 190px;
}
.searchBox .inputSubmit {
	position: relative;
	top: 10px;
	*top: 5px;
}


/*
	left column
---------------
*/

.leftColumn {
	background: url(img/side-left.jpg) no-repeat top left;
	width: 250px;
	min-height: 400px;
	padding-left: 35px;
	margin-top: 9px;
	float: left;
}
.leftColumn .leftContent {
	background: url(img/side-right.jpg) no-repeat top right;
	padding-right: 30px;
	min-height: 400px;
	padding-top: 45px;
}
.leftColumn .leftContent .inputText {
	width: 210px;
	margin-bottom: 10px;
}
.leftColumn .leftContent p span {
	color: #000;
}

.leftColumn .sidemenu ul {
	list-style-type: none;
	padding-bottom: 30px;
}
.leftColumn .sidemenu ul a {
	color: #1c3b5d;
	text-decoration: none;
}
.sidemenu li {
	margin-bottom:0.2em;
}
.leftColumn .sidemenu ul a:hover {
	color: #000;
	text-decoration: underline;
}

/*
	center column
---------------
width: 590px;
*/

.centerContent {
	float: left;
	width: 590px;
	padding-top: 25px;
}

.submenu_ul {
	position: relative;
	float: right;
	z-index: 100;
	top: -30px;
	padding-right: 20px;
}
.submenu_ul li {
	float: left;
	width: 30px;
}
.submenu_ul li a {
	background: url(img/nr-bg.gif) no-repeat center;
	text-align:center;
	padding:4px 9px 2px 9px;
	text-decoration: none;
	font-size: 11px;
	color: #657e8c;
}
.submenu_ul li a:hover, .submenu_ul li.current a {
	background: url(img/nr-on-bg.gif) no-repeat center;
	color: #fff;
}
/* update promos ca text */
.promoBtn {
	position: absolute;
	z-index: 110;
	float: left;
	margin-left: 10px;
	margin-top: -40px;
}
/* end update */
.centerContent h2 {
	color: #1c3b5d;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	background: #f1f1f1;
	font-size: 18px;
	font-weight:normal;
}
.centerContent h1 {
	color: #1c3b5d;
	padding: 5px 10px;
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	font-weight:normal;
}
.centerContent p {
	padding: 5px 10px;
	line-height: 18px;
}

.centerContent p.teaser {
	padding: 5px 10px;
	line-height: 18px;
	font-weight: bold;
}

#footer {
	background: url(img/footer-bg.jpg) repeat-x top left;
	margin: 0; padding: 0;
}
#footer .footer-content {
	width: 885px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #595959;
}

/* update promos ca text */
h1.PromoTitle {
	color: #fff;
	margin: -190px 0 0 10px; padding: 0;
	xposition: absolute;
	text-decoration: none;
	font-size:21px;
	border: none;
}
p.PromoDesc {
	xborder:1px solid red;
	color:#FFFFFF;
	display:block;
	font-size:17px;
	height:150px;
	xmargin-top:-190px;
	xposition:absolute;
	width: 370px;
}

.cleaner {
	clear: both;
}


.style11
{
	color:#1C4A8C;
	font-weight:bold;
}
.tcontact {
	font-family:Arial;
	font-size:11px;
	text-align:left;
}
.tcontact td {
	font-family:Arial;
	font-size:11px;
	text-align:left;
	padding-top:2px;
}

.contactbox
{
	border: 1px solid rgb(204, 204, 204);
	height: 17px;
	width: 190px;
	font-family: arial;
	font-size: 11px;
}

.leftColumn a {
		color: #1c3b5d !important;

}
.leftColumn a:hover {
		text-decoration:underline;

}
.leftColumn h3 a {
	text-decoration:none;
	}
.leftColumn h3 {
	color: #1c3b5d;
	padding: 5px 5px;
	border: 1px solid #dddddd;
	background: #f1f1f1;
	font-size: 14px;
	font-weight:normal;
	text-decoration:none;
}
.sidebar-snippet {
	margin-top:0.3em;
	}
.sidebar-snippet img {
	display:none;
}

.sidebar-snippet, .sidebar-snippet td {
	text-align:left;
}

.sidebar {
	margin-bottom:1em;
}
.brosura {
}
.sidemenu li {
	padding: 5px 5px;
	border: 1px solid #dddddd;
	border-left:none;
	border-right:none;
	font-size:14px;
}