/* CSS Document */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size:8.5pt;
	line-height: 1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: baseline;
	line-height:180%;
}
body{
background-color:#3d3d3d;
}
h2{
font-size:12.5pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:10px;
}
.hidden{
	display:none;
	visibility:hidden;
}
a{
	color:#C92027;
	font-size:9pt;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
.wc{
float:right;
padding-right:20px;
}
#container{
	width:970px;
	height:auto;
	margin:0 auto;
	background:#3d3d3d url(../images/fondo.gif) repeat-y scroll left top;
	padding-left:65px;
}
/*Header*/
#header-menu{
	width:780px;
	height:84px;
	margin-left:0px;
	background:url(../images/bg_header.gif) repeat-x top left;
}
#header-menu img{
	margin-top:19px;
	margin-left:18px;
	float:left;
}
div#menu-top{
float:right;
}
#menu-top ul{
	display:block;
	height:43px;
	list-style:none;
	float:left;
	z-index:300;
}

#menu-top ul li{
	display:block;
	float:left;
	height:23px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	padding-top:10px;
	z-index:300;
}
#menu-top a{
	color:#a23436;
}
#menu-top a:hover{
	color:#000000; /*FF0000;*/
	text-decoration:none;
}
div#menu{
	width:535px;
	height:43px;
	float:right;
	margin-top:20px;
	margin-right:19px;
}
#menu span#menu-left-border{
	width:11px;
	height:43px;
	display:block;
	float:left;
	background:url(../images/menu_left_border.jpg) no-repeat top left;
}
#menu span#menu-right-border{
	display:block;
	width:11px;
	height:43px;
	float:left;
	background:url(../images/menu_right_border.jpg) no-repeat top left;
}
#menu ul{
	display:block;
	width:513px;
	height:43px;
	list-style:none;
	float:left;
	background:url(../images/menu_bg.jpg) repeat-x top left;
	z-index:300;
}

#menu ul li{
	display:block;
	float:left;
	height:23px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	padding-top:10px;
	z-index:300;
}
#menu a{
	color:#ffffff;
}
#menu a:hover{
	color:#a23436; /*FF0000;*/
	text-decoration:none;
}
.menu-item-selected a{
	color:#FF0000;
	padding-top:8px;
	text-decoration:none;
}
#middle-links{
width:780px;
height:50px;
float:left;
clear:both;
}
#middle-links p{
margin-left:23px;
margin-top:15px;
}
.more{
float:right;
margin-top:10px;
}
#footer{
width:780px;
height:110px;
clear:both;
background:url(./../images/bg_footer.gif) repeat-x top left;
}
#footer p{
color:#000000;
font-size:8.5pt;
text-align:center;
padding-top:50px;
}

