/* --------- */
/*   Page    */
/* --------- */

body
{
    background: #fff url('Images/shadowTop.jpg') repeat-x 0 0;
}

.ie6 body
{
    
}

#Pagemaster
{
    width: 920px;
    margin: 0 auto;
}

a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
img { border: 0; }


.Normal
{
    font-size: 12px;
    line-height: 14px;
    font-family: Arial;
    color: #000;
}

.Head
{
    font-size: 20px;
    line-height: 20px;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    height: 102px;
    border-bottom: solid 3px #db3833;
    position: relative;
}

#Header a.Logo, .ieLogoFix
{
    position: relative;
    top: 18px;
    left: 13px;
    float: left;
    display: block;
    height: 102px;
    width: 272px;
    z-index: 100;
}

.ieLogoFix
{
    position: absolute;
    left: auto;
    top: 18px;
    margin-left: 13px;
}

#Header ul.Menu
{
    position: absolute;
    right:0;
    bottom: 0;
}

#Header .Search
{
    float: right;
    margin-top: 16px;
}

/* --------- */
/*   Menu    */
/* --------- */

ul.Menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.Menu li
{
    overflow: hidden;
}

ul.Menu a
{
    display: block;
    float:left;
}


/* Header Menu */

#Header ul.Menu li
{
    float: left;
}

#Header ul.Menu li a
{
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-transform: uppercase;
}

#Header ul.Menu li.Selected
{
    background: url('Images/menuSelected.jpg') no-repeat 0 0;
}

#Header ul.Menu li.Selected a
{
    margin-left: 4px;
    padding-left: 6px;
    background: url('Images/menuSelected.jpg') no-repeat right 0;
    color: #fff;
}

/* Layout menu */
ul.LayoutMenu li
{
    padding-left: 7px;
}

ul.LayoutMenu li.lvl1
{
    background: url('Images/redArrow.png') no-repeat 0 9px;
}

ul.LayoutMenu li a
{
    padding: 6px 0;
}

ul.LayoutMenu li.Selected a
{
  /*  color: #bd3a36; */
    font-weight: bold;
}

ul.LayoutMenu li.lvl1.Selected a
{
    color: #000;
}

ul.LayoutMenu li.lvl2 { padding-left: 20px; }
ul.LayoutMenu li.lvl3 { padding-left: 33px; }
ul.LayoutMenu li.lvl4 { padding-left: 46px; }
ul.LayoutMenu li.lvl5 { padding-left: 59px; }

.ie6 ul.LayoutMenu li
{
    width: 216px;
}

/* --------- */
/*   Search  */
/* --------- */

.Search
{
    height: 22px;
    width: 185px;
}

.Search input
{
    float: left;
    height: 16px;
    width: 160px;
    background-color: #fff;
}

.Search a
{
    float: left;
    display: block;
    height: 22px;
    width: 19px;
    background: url('Images/searchButton.jpg') no-repeat 2px 0;
}

/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    border-top: solid 3px #000;
}

#Footer, #Footer *
{
    font-size: 10px;
    line-height: 10px;
    color: #6f6f6f;
    padding: 15px 0;
}