/* CSS */

html, body {
	background: #f7f7fa url(/images/page-bg.gif) top center repeat-x;
	margin: 0;
	padding: 12px 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#header {
	margin: 0;
	padding: 0;
	height: 217px;
	overflow: visible;
	width: 778px;
	background: #fff url(/images/banner.jpg) top left no-repeat;
	font-size: 11px;
}
#header-logo {
	height: 217px;
	width: 356px;
	background: url(/images/logo.gif) left 77px no-repeat;
}
#header-logo h1 {
	display: none;
}
#header-logo-foto {
	height: 217px;
	width: 460px;
	background: url(/images/logo-foto.gif) left 77px no-repeat;
}
#header-logo-foto h1 {
	display: none;
}

/* promos */

#promos {
	width: 530px;
	height: 181px;
	background: #292a43;
	overflow: hidden;
}
#promo {
	width: 174px;
	float: left;
	margin-right: 4px;
}
#promos h2 {
	display: none;
}
#promo-more {
	text-align: right;
}
#promo-more a {color: #666666; font-size: 12px;}
#promo-more a:hover {color: #333333;}
#promo-image {
	width: 174px;
	height: 74px;
	overflow: hidden;
}
#promoa-header {
	width: 174px;
	height: 36px;
	background: url(/images/promo1-header.gif) top left no-repeat;
}
#promoa-main {
	background: url(/images/promo1-base.gif) top left no-repeat;
	width: 154px;
	height: 61px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding: 10px 10px 0;
}
#promob-header {
	width: 174px;
	height: 36px;
	background: url(/images/promo2-header.gif) top left no-repeat;
}
#promob-main {
	background: url(/images/promo2-base.gif) top left no-repeat;
	width: 154px;
	height: 61px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding: 10px 10px 0;
}
#promoc-header {
	width: 174px;
	height: 36px;
	background: url(/images/promo3-header.gif) top left no-repeat;
}
#promoc-main {
	background: url(/images/promo3-base.gif) top left no-repeat;
	width: 154px;
	height: 61px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding: 10px 10px 0;
}

/* CONTENT */

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

/* accessibility */

#access-buttons {
	width: 250px;
	height: 15px;
	color: #6e2263;
	font-size: 11px;
	padding-left: 33px;
	position: relative;
}
span.access-button {
	display: none;
}

a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	color: #6e2263;
	left: 195px;
	top: 0;
	text-decoration: none;
}

/* FOOTER */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 80px;
	overflow: hidden;
	width: 778px;
	background: #909395 url(/images/footer.jpg) top left no-repeat;
	color: #000;
}

#footer-top {
	width: 700px;
	height: 18px;
	padding: 33px 0 0 20px;
	font-size: 12px;
	color: #fff;
}
#footer-bottom {
	width: 700px;
	height: 20px;
	padding:  0 0 0 20px;
	font-size: 11px;
	color: #333333;
}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}