@charset "utf-8";

html { font-family:Arial, Helvetica, sans-serif; text-align: center; }

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,
b, u, i, center, 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: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
* html legend {margin:-18px -8px 16px 0;padding:0;}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}

html { font-size: 62.5%; font-family:Arial, Helvetica, sans-serif;}
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, textarea { font-size: 92%; font-family: Arial, Helvetica, sans-serif; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
a { color:#78D3EF; text-decoration:none }
a:hover { text-decoration:underline }


abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { /zoom: 1; }

/* BODY BACKGROUNDS */

body {
	color: #4d4d4d;
}
body.grey {
	background: #F2F2F2;
}
body.color {
	background-color: #0c4da2;
}
body.fullImage {
	background: #fff;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#container.image {
	background: #669900 url(../img/news.gif) no-repeat left top;
}


/* USER LINKS */

#userLinks {
  margin-bottom: 7px;
	text-align: right;
  float: right;
  height:38px;
  padding: 9px 20px 9px 0;
}

#userLinks ul {
	overflow: hidden;
	padding-top: 5px;
	line-height: 1.4;
}

#userLinks ul li {
	display: inline;
	padding: 0pt 10px;
	margin-right: -1px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	/zoom: 1;
}

#userLinks .button {
	display: none;
}

.grey #userLinks ul li,
#userLinks.grey ul li {
	border-color: #999;
	color: #e1e1e1;
}

#userLinks ul li a,
#userLinks ul li label,
#userLinks ul li strong {
	color: #fff;
	text-decoration: none;
}

#userLinks ul li a:hover {
	text-decoration: underline;
}

#userLinks ul li strong {
	margin-right: 10px;
}

.grey #userLinks ul li a,
.grey #userLinks ul li label,
#userLinks.grey ul li a,
#userLinks.grey ul li label {
	color: #4d4d4d;
}

#userLinks ul li#selCountryDropdown a {
	background: url(../img/ico_arrowdown_white.png) no-repeat right center;
	padding: 0pt 12px 0pt 0pt;
}

.grey #userLinks ul li#selCountryDropdown a,
#userLinks.grey ul li#selCountryDropdown a {
	background-image: url(../img/ico_arrowdown_grey.png);
}
#userLinks ul li#selCountryDropdown {
	padding-right: 0;
}

#container .selCountryContainer {
	width: 250px;
	z-index: 999;
	text-align: left;
	padding-top: 10px;
	background: url(../img/country_container_bg.png) no-repeat left top;
}
#container .selCountryContainer .content {
	padding: 0 11px 12px;
	border: none;
	background: url(../img/country_container_bg.png) no-repeat right bottom;
	text-align: right;
	/zoom: 1;
}
#container .selCountryContainer .top,
#container .selCountryContainer .bottom {
	display: none;
}
#container .selCountryContainer .content .row {
	margin-bottom: 5px;
}
#container .selCountryContainer .content label {
	display: none;
}

#container .selCountryContainer .content .jsDropdown span {
	width: 225px;
}
#container select.jsDropdown {
	display:none;
}
#container a.jsDropdown {
	display: inline-block;
	padding-right: 27px;
	background: url(../img/sprite_buttons.png) no-repeat 100% -1480px;
	line-height: 1.5;
	text-align: left;
  width:120px;
}
#container a.jsDropdown.disabled {
	opacity: 0.5;
}
#container a.jsDropdown:hover {
	text-decoration: none;
}
#container a.jsDropdown span {
	display: inline-block;
	height: 15px;
	padding: 6px 10px;
	background: url(../img/sprite_buttons.png) no-repeat 0 -1440px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	line-height: 14px;
	color: #636363;
	cursor: pointer;
	white-space: nowrap;
  width:100px;
}
#container a.jsDropdown span:hover {
	color: #78D3EF;
}
#container .jsDropdownMenu {
	position: absolute;
	/*padding-top: 5px;
	background: url(../img/country_dropmenu_bg_top.gif) no-repeat left top;*/
	z-index: 999;
}
#container .jsDropdownMenu ul {
	max-height: 200px;
	overflow: auto;
	/*padding-bottom: 10px;
	background: url(../img/country_dropmenu_bg_bottom.png) no-repeat left bottom;*/
	text-align: left;
	z-index: 999;
}
#container .jsDropdownMenu ul li {
	display: block;
	min-height: 1.36em;
	padding: 5px 10px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	cursor: pointer;
	_padding: 5px 10px;
}
*:first-child + html #container .jsDropdownMenu ul li {
	padding: 2px 10px;
}
#container .jsDropdownMenu ul li.separator {
	border-top: 1px solid #E1E1E1;
}
#container .jsDropdownMenu ul li.selected {
	color: #78D3EF;
}
#container .jsDropdownMenu ul li a {
	display: block;
	color: #4d4d4d;
	line-height: 1.5;
}
#container .jsDropdownMenu ul li.selected a {
	color: #78D3EF;
	text-decoration: none;
}




/* Header */

#header {
	z-index: 150;
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	/zoom: 1;
}
#header:after {
	content: '';
	display: block;
	clear: both;
}

#header .roundCorner {
	margin-bottom: 5px;
	padding-top: 8px;
	background: url(../img/round_corners.png) no-repeat left top;
}

#header .roundInner {
	padding: 0 0 4px 0;
	background: url(../img/round_corners.png) no-repeat right bottom;
	/zoom: 1;
}

#header .roundInner:after {
	content: '';
	display: block;
	clear: both;
}

#header .logo {
	float: left;
	width: 151px;
	margin-bottom: 7px;
	padding: 9px 0 9px;
	_width: 147px;
}

#header .logo img {
	margin-left: 21px;
}

#header .content {
	position: relative;
	float: right;
	width: 788px;
	min-height: 70px;
	margin: -7px 1px 0 0;
	background: url(../img/header_content_line.gif) no-repeat left bottom;
	_display: inline;
}

#header #primaryNav {
	overflow: hidden;
	margin-left: 1px;
	padding-top: 3px;
	background: url(../img/primaryNav_bg.gif) repeat-x left bottom;
	/zoom: 1;
}

#header .search {
	float: right;
	margin-right: 10px;
	padding-top: 6px;
	_display: inline;
}

#header .search form fieldset {
	display: inline;
}

#header .search input {
	width: 185px;
	margin-right: 4px;
	padding: 3px 5px 5px;
	border: 1px solid #E1E1E1;
	background: url(../img/bak_textFields.gif) repeat-x left top;
	font: 1.2em normal Verdana,Arial,sans-serif;
	_display: inline;
}

#header .search .searchButton {
	overflow: hidden;
	display: inline-block;
	padding-right: 2px;
	height: 25px;
	width: 25px;
	background: url(../img/search_btn.png) no-repeat left top;
	vertical-align: -8px;
	_vertical-align: 1px;
}

*:first-child + html #header .search .searchButton {
	vertical-align: 1px;
}

#header .search .searchButton:hover {
	background-position: left -25px;
}

#header .search .searchButton:active {
	background-position: left -50px;
	outline: none;
}

#header .search .searchButton:focus {
	outline: none;
}

#header .search .searchButton input {
	width: 25px;
	margin: 0;
	padding: 25px 0 0;
	border: 0;
	cursor: pointer;
	background: none;
}

#header .search .searchButtonWide {
	overflow: hidden;
	display: inline-block;
	height: 25px;
	padding-right: 3px;
	background: url(../img/search_wide_btn.gif) no-repeat right -75px;
	vertical-align: -8px;
	outline: none;
	_vertical-align: 1px;
}

*:first-child + html #header .search .searchButtonWide {
	vertical-align: 1px;
}

#header .search .searchButtonWide:hover {
	background-position: right -100px;
}

#header .search .searchButtonWide:active {
	background-position: right -125px;
	outline: none;
}

#header .search .searchButtonWide:focus {
	outline: none;
}

#header .search .searchButtonWide input {
	width: auto;
	float: left;
	margin: 0;
	padding: 5px 6px 7px 18px;
	border: 0;
	background: url(../img/search_wide_btn.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	/padding: 5px 0px 3px 13px;
	/float: none;
}

html>/**/body #header .search .searchButtonWide input {
	padding: 5px 6px 6px 21px;
}

#header .search .searchButtonWide:hover input {
	background-position: left -25px;
}

#header .search .searchButtonWide:active input {
	background-position: left -50px;
}


#header .nav {
	overflow: hidden;
	margin-left: 6px;
	padding-top: 13px;
	_margin-left: 7px;
	_height: 1%;
}

#header .nav li {
	float: left;
	padding: 0 14px 16px 14px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#header .nav strong {
	position: relative;
	margin: -15px -17px -16px;
	display: block;
	background: url(../img/header_nav_current_bg_left.gif) no-repeat left bottom;
	font-weight: normal;
	display: inline;
	float: left;
}

#header .nav li a {
	color: #4d4d4d;
	text-decoration: none;
}

#header .nav strong a {
	display: block;
	padding: 15px 17px 16px;
	background: url(../img/header_nav_current_bg_right.gif) no-repeat right bottom;
}

#header .nav li a:hover {
	color: #78D3EF;
	background: none;
}

#header .nav strong a:hover {
	background: url(../img/header_nav_current_bg_right.gif) no-repeat right bottom;
}

#header #secondaryNav {
	position: relative;
	clear: right;
	padding-left: 20px;
	padding-top: 2px;
	/zoom: 1;
	/height: 22px;
}

*:first-child + html #header #secondaryNav {
	zoom: 1;
}

#header #secondaryNav .myBasket {
	position: absolute;
	top: -5px;
	right: 0px;
	background: url(../img/header_basket_bg.gif) no-repeat left top;
	text-transform: uppercase;
}

#header #secondaryNav .myBasket a {
	display: block;
	padding: 10px 9px 8px 32px;
	color: #78D3EF;
}

#header #secondaryNav .myBasket a:hover {
	text-decoration: underline;
}

#header #secondaryNav ul:after {
	content: '';
	display: block;
	clear: both;
}

#header #secondaryNav a {
	color: #4d4d4d;
	text-decoration: none;
}

#header #secondaryNav a:hover {
	color: #78D3EF;
}

#header #secondaryNav li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.2em;
}

#header #secondaryNav li.dropdown {
	position: relative;
	padding-bottom: 10px;
}

#header #secondaryNav li.dropdown a {
	padding-right: 12px;
	background: url(../img/arrow_down.gif) no-repeat right 50%;
}

#header #secondaryNav li.dropdown:hover .dropmenu,
#header #secondaryNav li.hover .dropmenu {
	display: block;
	_zoom: 1;
}

#header #secondaryNav .dropmenu {
	display: none;
	position: absolute;
	top: 22px;
	left: -10px;
	width: 178px;
	padding-bottom: 10px;
	background: url(../img/dropmenu_bg_bottom.png) no-repeat left bottom;
	_top: 23px;
	_zoom: 1;
}

#header #secondaryNav .dropmenu ul {
	position: relative;
	width: auto;
	padding-top: 5px;
	background: url(../img/dropmenu_bg_top.gif) no-repeat;
	_height: 1%;
}

*:first-child + html #header #secondaryNav .dropmenu ul {
	zoom: 1;
}

#header #secondaryNav .dropmenu li {
	float: none;
	display: block;
	margin-right: 0;
	_zoom: 1;
}

#header #secondaryNav li.dropdown li.dropdown {
	padding-bottom: 0;
	background: url(../img/arrow_right.gif) no-repeat 95% 7px;
	_zoom: 1;
}

#header #secondaryNav li.dropdown ul a{
	display: block;
	padding: 4px 10px;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.764em;
	text-transform: none;
	position: relative;
}

#header #secondaryNav .subdropmenu {
	position: absolute;
	left: 177px;
	top: -5px;
	background: url(../img/dropmenu_bg_bottom.png) no-repeat left bottom;
	width: 178px;
	padding: 5px 0 10px;
	display: none;
}

#header #secondaryNav .subdropmenu ul {
	margin-top: -5px;
}

#header #secondaryNav .subdropmenu ul a {
	font-size: 0.636em;
}

#header #secondaryNav .dropmenu li:hover .subdropmenu {
	display: block;
}


/* Main */

#content {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	/zoom: 1;
}
#content:after {
	content: '';
	display: block;
	clear: both;
}

#main,
.single #main {
	clear: both;
	padding-top: 8px;
	background: url(../img/main_round_bg.png) no-repeat left top;
}

.double #main {
	clear: none;
	width: 710px;
	float: right;
	background-position: -1884px top;
	_background-position: -1883px top;
	/zoom: 1;
}

#main .roundCorner,
.single #main .roundCorner {
	padding-bottom: 13px;
	background: url(../img/main_round_bg.png) no-repeat -942px bottom;
	/zoom: 1;
}

.double #main .roundCorner {
	background-position: -2596px bottom;
	_background-position: -2595px bottom;
}

#main .roundInner,
.single #main .roundInner {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #fff url(../img/main_round_bg.gif) repeat-x left bottom;
	/zoom: 1;
}

/* heroPane */
#heroPane {
	margin:10px 0 67px;
}
#heroPaneShort {
	margin:10px 0 35px;
}


.double #heroPane {
	margin-top:0;
	width:710px;
	float:right;
}

#heroMain {
	width: 360px;
	float: right;
}

#heroMain h2 {
	color:#fff;
	font-size:4em;
	line-height:1.2;
	text-transform:uppercase;
}

#heroMain p {
	position: relative;
	margin:10px 0;
	color:#FFF;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2;
}

#heroPaneShort #heroMain p {
	margin-bottom: -15px;
}

body.grey #heroMain h2,
body.grey #heroMain p {
	color:#4D4D4D;
}


#left {
	float: left;
	width: 210px;
	font-size: 1.2em;
}

#leftMenu,
.single #leftMenu {
	margin-bottom: 40px;
}

.double #leftMenu {
	margin-bottom: 20px;
}

#leftMenu h3 {
	padding: 9px 10px 8px;
	background: url(../img/left_menu_bg.png) no-repeat left top;
	line-height: 1.2;
	text-transform: uppercase;
}


.heroNavigation {
	background: url(../img/black_60.png);
	text-transform: uppercase;
	font-weight: bold;
}

.heroNavigation ul {
	background: none;
	font-family: Verdana,Arial,sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 0.917em;
}

.heroNavigation ul ul {
	font-size: 1em;
}

.heroNavigation li {
	width: 210px;
	line-height: 1.2;
	/display: inline;
	/zoom: 1;
}

.heroNavigation strong,
.heroNavigation a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}

.heroNavigation a:link,
.heroNavigation a:visited {
	color: #fff;
}

.heroNavigation a:hover {
	background: url(../img/black_60.png);
	text-decoration: none;
	_background: #272727;
}

.heroNavigation h4 a {
	background: #252122 url(../img/left_menu_header_bg.gif) no-repeat left top;
	padding:6px 20px 6px 10px;
}

.heroNavigation h4 a:hover {
	background: #252122 url(../img/left_menu_header_bg.gif) no-repeat left top;
}

.heroNavigation h4.selected a,
.heroNavigation h4.selected a:hover {
	background-position: -210px top;
}

.heroNavigation strong {
	background: #fff;
	color: #000;
	/zoom: 1;
}
.heroNavigation strong a {
	margin: -5px -10px;
	background: #fff;
	color: #000;
	/zoom: 1;
}

.heroNavigation strong a:link,
.heroNavigation strong a:visited {
	color: #000;
}

.heroNavigation strong a:hover {
	background: none;
	background: #fff;
}

.heroNavigation ul ul strong,
.heroNavigation ul ul a {
	padding-left: 30px;
}

.heroNavigation ul ul strong a {
	margin-left: -30px;
	padding-left: 30px;
}


/* footerTeasers */
div.footerTeasers,
div.footerTeasersNoFrame {
	clear: both;
	padding: 30px 0 0;
	width: 940px;
}

div.footerTeasers div.top,
div.footerTeasersNoFrame div.top,
div.footerTeasers div.bottom,
div.footerTeasersNoFrame div.bottom {
	height: 7px;
	position: relative;
	_font-size: 0;
	_line-height: 0;
}

div.footerTeasers div.top div.t,
div.footerTeasers div.bottom div.b {
	margin: 0 7px; 
	height: 7px;
	background: url(../img/bak_footerTeasers.png) repeat 0 0;
}

div.footerTeasers div.tl,
div.footerTeasers div.tr,
div.footerTeasers div.bl,
div.footerTeasers div.br {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
}

div.footerTeasers div.top div.tl,
div.footerTeasers div.bottom div.bl {
	left: 0;
}

div.footerTeasers div.top div.tr,
div.footerTeasers div.bottom div.br {
	right: 0;
}

div.footerTeasers div.top div.tl    { background:transparent url(../img/bak_footerTeasers_tl.png) no-repeat 0 0; }
div.footerTeasers div.top div.tr    { background:transparent url(../img/bak_footerTeasers_tr.png) no-repeat 100% 0; }
div.footerTeasers div.bottom div.bl { background:transparent url(../img/bak_footerTeasers_bl.png) no-repeat 0 100%; }
div.footerTeasers div.bottom div.br { background:transparent url(../img/bak_footerTeasers_br.png) no-repeat 100% 100%; }


div.footerTeasers div.content {
	background: transparent url(../img/bak_footerTeasers.png) repeat 0 0;
	/height: 100%;
}

div.footerTeasers div.content .teasersTitle {
	margin: 0 25px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
}

div.footerTeasers div.content ul,
div.footerTeasersNoFrame div.content ul {
	padding: 12px 0;
}

div.footerTeasers div.content ul li,
div.footerTeasersNoFrame div.content ul li {
	margin: 0 0 0 25px;
	width: 280px;
	height: 200px;
	float: left;
	cursor: pointer;
	_display: inline;
}

div.footerTeasers div.content ul li.teaserUnit,
div.footerTeasersNoFrame div.content ul li.teaserUnit {
	position: relative;
}

div.footerTeasers div.content ul li.teaserUnit img,
div.footerTeasersNoFrame div.content ul li.teaserUnit img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.footerTeasers div.content ul li.teaserUnit .caption,
div.footerTeasersNoFrame div.content ul li.teaserUnit .caption {
	width: 280px;
	height: 200px;
	display: block;
	font-size: 1.4em;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2;
}

div.footerTeasers div.content ul li.teaserUnit .caption a,
div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
* html div.footerTeasers div.content ul li.teaserUnit .caption a:hover,
* html div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a:hover,
* html div.footerTeasers div.content ul li.teaserUnit .caption a:hover span,
* html div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a:hover span {
	text-decoration: underline;
	display: block;
}

div.footerTeasers div.content ul li.teaserUnit .caption a span,
div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a span {
	padding: 10px 15px;
	width: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bak_footerTeaser.png) repeat 0 100%;
}

div.footerTeasers div.content ul li.teaserUnit:hover .caption a span,
div.footerTeasersNoFrame div.content ul li.teaserUnit:hover .caption a span {
	background: url(../img/bak_footerTeaser_blue.png) repeat 0 100%;
}


/* BreadCrumbs */

.breadCrumbs {
	margin: 0 0 20px;
}

.breadCrumbs ol,
.breadCrumbs ul {
	overflow: hidden;
	margin-left: 5px;
	_zoom: 1;
}

.breadCrumbs li {
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: Verdana,Arial,sans-serif;
	color: #fff;
	padding-bottom: 1px;
}

.breadCrumbs a {
	margin-right: 5px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

.grey .breadCrumbs li,
.grey .breadCrumbs a,
.breadCrumbs.grey li,
.breadCrumbs.grey a {
	color: #4d4d4d;
}

.breadCrumbs a:hover {
	text-decoration: underline;
}



#footer .roundCorner {
	padding-top: 8px;
	background: url(../img/round_corners.png) no-repeat left top;
	_zoom: 1;
}

#footer .roundInner {
	padding: 0 0 11px 21px;
	background: url(../img/round_corners.png) no-repeat right bottom;
	_zoom: 1;
}

/* #footer */

#footer {
	width: 940px;
	margin: 10px auto 0;
	padding-bottom: 20px;
	text-align: left;
	/zoom: 1;
}
#footer:after {
	content: '';
	display: block;
	clear: both;
}

#footer .roundCorner ul {
	overflow: hidden;
	padding-bottom: 2px;
	_height: 1%;
}

#footer .roundCorner ul li {
	float: left;
	margin-right: 17px;
  /*
	text-transform: uppercase;
  */
}

#footer .roundCorner ul li a {
	line-height: 1.2;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #4d4d4d;
}

#footer .roundCorner ul li a:hover {
	color: #78D3EF;
}

#footer .functionNav {
	float: left;
	margin: 0 16px 0 0;
	padding: 0 0 0 8px;
	border-right: 1px solid #e1e1e1;
	/zoom: 1;
}
#footer .functionNav:after {
	content: '';
	display: block;
	clear: both;
}

#footer .functionNav li {
	float: left;
	margin-right: 16px;
	line-height: 1.4;
	_display: inline;
}

#footer .functionNav a,
#footer .functionNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer .functionNav a,
#footer .functionNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.grey #footer .functionNav a,
.grey #footer .functionNav a:hover,
#footer .functionNav.grey a,
#footer .functionNav.grey a:hover {
	color: #999;
}

#footer .functionNav a:hover{
	text-decoration:underline;
}

#footer #copyright {
	float: left;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.4;
	color: #fff;
}

.grey #footer #copyright,
#footer.grey #copyright,
#footer #copyright.grey {
	color: #999;
}