/* --------- */
/*   Page    */
/* --------- */

#Pagemaster
{
    width: 900px;
    margin: 0 auto;
    min-height: 500px;
    background: url('images/header.jpg') repeat-x 0 0;
}

a { text-decoration: none; color: #233841; }
a:hover { text-decoration: underline; }
img { border: 0; }


.Normal
{
    font-size: 12px;
    line-height: 17px;
    font-family: Arial;
    color: #333333;
}

.Head
{
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #333333;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    height: 142px;
    background: #e7e8e9 url('Images/top.jpg') repeat-x 0 0;
    border-bottom: solid 1px #c6c7ca;
}

#Header a.Logo
{
    float: left;
    display: block;
    height: 103px;
    width: 300px;
    background: url('Images/logo.jpg') no-repeat 34px 0;
}

#Header ul.Menu.Top
{
    float: right;
    margin: 10px 15px 0 0;
    height: 28px;
}

#Header ul.Sections
{
    float: right;
    clear: right;
    margin: 9px 22px 0 0;
}

#Header ul.Menu.Main
{
    float: left;
    margin-top: 7px;
    width: 650px;
}

#Header .Search
{
    float: right;
    width: 232px;
    margin-top: 12px;
}

/* --------- */
/*   Menu    */
/* --------- */

ul.Menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.Menu li
{
    overflow: hidden;
}

ul.Menu a
{
    display: block;
    float:left;
}


/* Top Menu */

ul.Menu.Top li
{
    float: left;
}

ul.Menu.Top li a
{
    color: #fff;
    padding: 0 20px;
    height: 28px;
    line-height: 20px;
}

/* Main Menu */
ul.Menu.Main li
{
    float: left;
}

ul.Menu.Main li a
{
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    color: #333333;
}

ul.Menu.Main li.Selected a
{
    color: #5BBF21;
    font-weight: bold;
}

ul.Menu.Main li.pageId11458, ul.Menu.Main li.pageId11469, ul.Menu.Main li.pageId19245
{
    display: none;
}

/* Layout menu */
ul.LayoutMenu 
{
    border-bottom: solid 2px #e2e3e4;
}

ul.LayoutMenu li.lvl1
{
    border-top: solid 2px #e2e3e4;
}

ul.LayoutMenu li a
{
    color: #86888c;
    padding: 5px 20px;
}

ul.LayoutMenu li.Selected a
{
    color: #5BBF21;
    background: url('Images/greenArrow.jpg') no-repeat 12px center
}

ul.LayoutMenu li.lvl2 { padding-left: 20px; }
ul.LayoutMenu li.lvl3 { padding-left: 34px; }
ul.LayoutMenu li.lvl4 { padding-left: 48px; }
ul.LayoutMenu li.lvl5 { padding-left: 62px; }

/*ie6*/
.ie6 ul.LayoutMenu li a
{
    line-height: 5px;
}

/* --------- */
/*   Section */
/* --------- */

ul.Sections
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Sections li
{
    float: left;
}

ul.Sections li a
{
    display: block;
    float: left;
    color: #fff;
    width: 104px;
    height: 41px;
    background: url('Images/sections.jpg') no-repeat right 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

ul.Sections li a.selected
{
    background-position: 0 0;
    color: #040160;
}

ul.lang
{
	clear: right;
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
	list-style: none;
}

ul.lang li
{
	float: left;
	margin-left: 7px;
}

ul.lang a
{
	display: block;
	width: 25px;
	height: 16px;
	background: url('Images/flags.png') no-repeat  0 0;
}

ul.lang .en a
{
	background-position: right;
}

/* --------- */
/*   Search  */
/* --------- */

.Search
{
    background: url('images/search.jpg') no-repeat 0 0;
    height: 21px;
}

.Search input
{
    float: left;
    border: 0;
    margin: 3px 0 0 25px;
    padding: 0;
    height: 15px;
    width: 147px;
    color: #858689;
    line-height: 15px;
    background: transparent;
    font-size: 12px;
}

.Search a
{
    float: left;
    display: block;
    height: 20px;
    width: 41px;
}

/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    width: 856px;
    margin: 0 auto;
    border-top: solid 2px #d4d5d6;
    text-align: center;
    padding: 5px 0 20px 0;
}

#Footer, #Footer *
{
    color: #c6c8ca;
}