* {
	margin:0;
	padding:0;
}

a {
	color:#cc0033;
	text-decoration:none;
}

a:hover {
	color:#929295;
	text-decoration:underline;
}

a img {
	display:block;
	border:none;
}

h1 {
	color:#191919;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	background:url("/gfx/h1.gif") repeat-x;
	padding:23px 0 18px;
	margin-bottom:15px;
}

h2 {
	color:#cc0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	margin-bottom:15px;
	font-weight:normal;
}

p {
	margin-bottom:15px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.section {
	background:url("/gfx/section.gif") repeat-x bottom;
	padding-top:20px;
}

.lastsection {
	margin-top:20px;
}

.tableWrap {
	width:672px;
	background-color:#f4f4f4;
	border:1px solid #d3d3d5;
	padding:18px;
	margin-bottom:15px;
	clear:both;
}

#rightCol ul, #rightCol ol {
	margin-bottom:15px;
	margin-left:40px;
}

#rightCol ul li {
	list-style-image:url("/gfx/bullet.png");
}

#rightCol table {
	width:100%;
}

#rightCol tr th {
	background-color:#cc0033;
	color:#fff;
	padding:5px 10px;
	text-align:left;
	border:1px solid #fff;
}

#rightCol tr td {
	background-color:#d3d3d5;
	padding:5px 10px;
	border:1px solid #fff;
}

#rightCol tr.even td {
	background-color:#e9e9ea;
}

#rightCol caption {
	background-color:#f4f4f4;
	text-align:left;
	color:#cc0033;
	font-size:18px;
	padding-bottom:15px;
}

.filesize {
	text-transform:lowercase;
}

.dl {
	float:right;
	width:140px;
	height:26px;
	background:url("/gfx/dl.png") no-repeat top left;
	line-height:26px;
	margin-top:4px;
}

.dl a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-left:20px;
}

.img1, .img2 {
	float:right;
	margin-bottom:15px;
	margin-left:15px;
	border-bottom:5px solid #cc0033;
}

.img3 {
	margin-bottom:15px;
	padding-bottom:20px;
	background:url("/gfx/img3Bg.png") no-repeat bottom left;
}

.img4 {
	float:right;
	margin-bottom:15px;
	margin-left:15px;
	border:1px solid #acdef4;
}

.hidden {
	display:none;
}

.cleaner {
	clear:both;
	height:1px;
}

.shadow {
	background:url("/gfx/shadow.png") bottom center no-repeat;
	height:35px;
}

body {
	color:#31343b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
}

#header {
	background:#fff url("/gfx/header.png") repeat-x;
	height:260px;
}

#headerInner {
	margin:0 auto;
	width:970px;
	height:260px;
	position:relative;
}

#logo {
	position:absolute;
	top:45px;
	left:0px;	
}

#topAd {
	position:absolute;
	top:50px;
	right:0px;
}

#mainMenu {
	width:970px;
	height:46px;
	background:url("/gfx/mainMenu.png") no-repeat #cc0033 top;
	position:absolute;
	bottom:84px;
	left:0px;
	color:#fff;
}

#toolBar {
	width:970px;
	height:45px;
	padding-bottom:35px;
	background:url("/gfx/toolBar.png") no-repeat;
	position:absolute;
	bottom:4px;
	left:0px;
	color:#fff;
}

.home, .addthis_button_print, .addthis_button_email {
	float:left;
	margin-left:20px;
	margin-top:15px;
}

a.back {
	float:right;
	color:#fff;
	padding:0 20px;
	line-height:45px;
	font-weight:bold;
}

a.back:hover {
	color:#fff;
	text-decoration:none;
}

#mainMenu li {
	list-style:none;
	width:110px;
	float:left;
}

#mainMenu li a {
	color:#fff;
	font-weight:bold;
	display:block;
	height:35px;
	padding:5px;
	background:url("/gfx/mainMenuLi.png") no-repeat right;
	border-bottom:1px solid #fff;
}

#mainMenu li a:hover {
	text-decoration:none;
	background-color:#27438c;
	background:url("/gfx/mainMenuOn.png") no-repeat right;
}

#mainMenu li a.on {
	background:none #a2a2a5;
	border-bottom:1px solid #a2a2a5;
}

#mainMenu li a.on:hover {
	background-color:#a2a2a5;
}

#search {
	background:url("/gfx/search.gif") no-repeat;
	width:133px;
	height:23px;
	float:left;
	margin-top:11px;
	margin-left:15px;
}

#search input {
	background-color:transparent;
	border:none;
	border-width:0px;
	padding:5px;
	color:#31343b;
	width:122px;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}

#go, .go {
	margin-top:10px;
	margin-left:10px;
}

#customize {
	background:url("/gfx/customize.png") no-repeat #102f7f;
	width:208px;
	height:23px;
	padding-top:7px;
	position:absolute;
	top:0px;
	right:165px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
	font-size:12px;
}

#customize.on {
	background-image:url("/gfx/customizeOn.png");
}

#currentLanguage {
	background:url("/gfx/language.png") no-repeat #cc0033;
	width:140px;
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
	padding:7px 10px 0 10px;
	height:23px;
	font-size:12px;
	cursor:pointer;
}

#currentLanguage.on {
	background-image:url("/gfx/languageOn.png");
}

#languages {
	position:absolute;
	top:30px;
	right:-1px;
}

#languages ul {
	border:1px solid #fff;
	background-color:#be002f;
	z-index:100;
	position:relative;
	width:160px;
	padding:4px 0;
	border-top-width:0px;
}

#languages ul li {
	list-style:none;
	margin:1px 5px;
}

#languages ul li a {
	display:block;
	color:#fff;
	background:url("/gfx/flags/flagBg.gif") #3c538e;
	padding:4px 5px;
}

#languages ul li a:hover {
	text-decoration:none;
	background:url("/gfx/flags/flagBgOn.gif") #53b1da;
}

#languages ul li a img {
	display:inline;
}

#main {
	margin:0 auto;
	width:970px;
	overflow:hidden;
}

#leftCol {
	width:220px;
	float:left;
	margin-bottom:20px;
}
 
#leftCol ul li a {
	background:#929295 url("/gfx/sideMenu.png") no-repeat top right;
	display:block;
	width:180px;
	color:#fff;
	padding:6px 20px;
	border-top:1px solid #fff;
}

#leftCol ul li 
{
	list-style: none;
}

#leftCol ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:#cc0134 url("/gfx/sideMenu2.png") no-repeat top right;
}

#leftCol ul li a.on {
	color:#fff;
	text-decoration:none;
	background:#1a1a1a url("/gfx/sideMenuOn.png") no-repeat top right;	
}

#leftCol ul ul li a {
	background:#fff url("/gfx/sideMenu.gif") top right no-repeat;
	border-top-color:#dad7d3;
	color:#cc0033;
	margin-left:20px;
	width:160px;
}

#leftCol ul ul li a:hover {
	background:#cc0033 url("/gfx/sideMenu2.gif") top right no-repeat;
}

#leftCol ul ul li a.on {
	background:#cc0033 url("/gfx/sideMenuOn.gif") top right no-repeat;
}

#leftCol ul ul ul li a {
	margin-left:40px;
	width:140px;
}

#rightCol {
	width:710px;
	margin-bottom:20px;
	float:right;	
}

#bottomAds {
	margin-bottom:19px;
}

.bottomAd1 {
	float:left;
	width:728px;
}

.bottomAd2 {
	margin-left:20px;
	float:right;
	width:222px;
}

#latestNews {
	background:url("/gfx/latestNews.png") no-repeat #000;
	width:536px;
	height:34px;
	color:#fff;
	float:left;
	margin-bottom:4px;
}

#latestNews a {
	color:#fff;
}

#latestNews ul li { list-style-type: none; }

#latestNewsTitle {
	font-weight:bold;
	width:135px;
	float:left;
	line-height:33px;
	padding-left:20px;
}

#latestNewsText {
	width:381px;
	float:left;
	line-height:33px;
}

#share {
	float:left;
	margin-left:5px;
}

#twitter {
	float:right;
}

#sitemap {
	border-top:5px solid #cc0033;
	width:970px;
	margin:0 auto;
	padding-top:15px;
}

#sitemap strong {
	font-size:15px;
	color:#191919;
}

#sitemap ul {
	margin-top:10px;
}

.sitemapBox {
	width:220px;
	float:left;
	margin-right:30px;
}

#sitemap li {
	list-style:none;
	height:24px;
	line-height:24px;
	background:url("/gfx/sitemap.gif") top right no-repeat;
	border-bottom:1px solid #d7d8d9;
}

#sitemap li a {
	display:block;
}

.sitemapBoxLast {
	width:220px;
	float:right;
}

#footer {
	margin:50px auto;
	width:970px;
	height:40px;
	clear:both;
	position:relative;
}

#tbi {
	position:absolute;
	bottom:5px;
	left:0px;
}

#abertis {
	position:absolute;
	bottom:5px;
	left:60px;
}

#copyright {
	font-weight:bold;
	position:absolute;
	top:0px;
	right:0px;
}

#footerMenu {
	position:absolute;
	bottom:0px;
	right:0px;
}

#footerMenu li{
	list-style:none;
	float:left;
	padding:0 10px;
	background:url("/gfx/footerMenu.gif") no-repeat right center;
}

#footerMenu li.last {
	padding-right:0;
	background:none;
}

.printOnly {
	display:none;
}
