/********************* common styles ********************/
body
{
	background: #024e72 url(../../images/background_blue.jpg) 0 106px repeat-x;
}

p, li
{
	color: #ffffff;
}

a
{
	color: #ffffff;
}



/********************* header styles ********************/
#header
{
	background: url(../../images/background_header_blue.jpg) top right no-repeat;
}



/********************* topnav styles ********************/
#topnav
{
	background: #003b56;
	border-top: solid 1px #355d6b;
}

#topnav ul li
{
	border-right: solid 1px #355d6a;
}

#topnav .home a
{
	background: url(../../images/en/topnav_home_blue.gif) 0 0 no-repeat;
}

#topnav .home a:hover, #topnav .home a.selected
{
	background: url(../../images/en/topnav_home_blue.gif) 0 -26px no-repeat;
}

#topnav .about a
{
	background: url(../../images/en/topnav_about_blue.gif) 0 0 no-repeat;
}

#topnav .about a:hover, #topnav .about a.selected
{
	background: url(../../images/en/topnav_about_blue.gif) 0 -26px no-repeat;
}

#topnav .email a
{
	background: url(../../images/en/topnav_email_blue.gif) 0 0 no-repeat;
}

#topnav .email a:hover, #topnav .email a.selected
{
	background: url(../../images/en/topnav_email_blue.gif) 0 -26px no-repeat;
}

#topnav .feedback a
{
	background: url(../../images/en/topnav_feedback_blue.gif) 0 0 no-repeat;
}

#topnav .feedback a:hover, #topnav .about a.feedback
{
	background: url(../../images/en/topnav_feedback_blue.gif) 0 -26px no-repeat;
}

#topnav a.language
{
	background: url(../../images/en/topnav_language_blue.gif) 0 0 no-repeat;
}

#topnav a.language:hover
{
	background: url(../../images/en/topnav_language_blue.gif) 0 -26px no-repeat;
}



/********************* content styles ********************/
.info strong, h4
{
	color: #7fb8dd;
}