body {
	color: #ffffff;
}

a {
	color: #8ab9d7;
}

a img {
	border: 0;
}

#breadcrumbs li.first a {
	color: #8ab9d7;
}

#breadcrumbs li a,
#language li a {
	color: #bcbcbc;
}

#footer {
	color: #969595;
}




body {
	background: url("../images/bg.gif");
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

.hr {
	clear: both;
}

address {
	font-style: normal;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	height: 77px;
	background-repeat: no-repeat;
	background-position: 0 34px;
}

h2 span {
	display: none;
}

#main {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url("../images/bg_gradient.jpg") 0 0 no-repeat;
	position: relative;
}

#top {
	height: 169px;
	padding: 0 21px 0 21px;
	border-bottom: 1px solid #42484e;
	position: relative;
}

#homepage a {
	width: 179px;
	height: 44px;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	top: 56px;
	position: absolute;
	left: 19px;
}

#breadcrumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 140px;
	left: 21px;
}

#breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0 0 0 22px;
	background: url("../images/breadcrumbs_tick.gif") 10px center no-repeat;
}

#breadcrumbs li.first {
	padding: 0 0 0 0;
	background: none;
}

#language {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 21px;
	top: 120px;
}

#language li {
	float: left;
	text-align: right;
	margin: 0;
	padding: 0 0 0 11px;
}

#language li.active a {
	font-weight: bold;
}

#menu {
	width: 910px;
	height: 34px;
	background: url("../images/menu_bg.png") 0 0 repeat-x;
	border-top: 1px solid #9aa7b3;
	margin: 0;
	padding: 6px 10px 0 10px;
	list-style-type: none;
}

#menu li {
	float: left;
	padding: 0 20px 0 0;
	position: relative;
}

#menu li a {
	height: 27px;
	display: block;
	padding-left: 10px;
}

#menu li a span {
	padding-right: 10px;
	display: block;
	height: 27px;
	float: left;
	margin-right: -10px;
}

#menu li a:hover,
#menu li a.hover,
#menu li a.active {
	background: url("../images/menu_hover.gif") 0 0 no-repeat;
}

#menu li a:hover span,
#menu li a.hover span,
#menu li a.active span {
	background: url("../images/menu_hover.gif") right 0 no-repeat;
}

#menu li ul.submenu {
	display: none;
}

#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
	position: absolute;
	top: 27px;
	left: 0;
	background: none;
}

#menu li ul li {
	float: none;
	line-height: 19px;
	height: 19px;
	padding: 0;
	width: 160px;
	background: url("../images/submenu_bg.jpg") 0 0 repeat;
	margin-bottom: 1px;
}

#menu li ul li a,
#menu li ul li a:hover {
	background: none;
	padding: 0 10px 0 10px;
}


#contentWrapper {
	border-bottom: 1px solid #42484e;
	padding: 0 21px 0 21px;
}

#content {
	text-align: left;
	font-size: 12px;
	line-height: 17px;
}

#content p {
	margin: 0;
	padding: 0 0 17px 0;
}

#pageImg {
	border: 2px solid #9aa7b3;
	float: right;
	position: relative;
	margin: -64px 0 29px 45px;
}

#footer {
	border-top: 1px solid #9aa7b3;
	padding: 13px 21px 30px 21px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
}

#footer ul li {
	margin: 0;
	padding: 0 8px 0 8px;
	float: left;
	border-left: 1px solid #8ab9d7;
	height: 11px;
	line-height: 11px;
}

#footer ul li.first {
	padding-left: 0;
	border-left: none;
}

