/* --------- */
/*   Page    */
/* --------- */

#_body
{
    background-color: #ed1c24;
}

#Pagemaster
{
    margin: 0 auto;
    width: 833px;
}

a { text-decoration: none; color: #ED1C24 }
a:hover { text-decoration: underline; }
img { border: 0; }

/* font */
.Normal
{
    font-size: 12px;
    font-family: Trebuchet MS;
    color: #000;
}

.Head
{
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    height: 111px;
}

#Header .Logo
{
    display: block;
    height: 108px;
    width: 113px;
    background: url('images/logo.jpg') no-repeat 0 0;
    float: left;
}

#Header .Search
{
    margin-top: 14px;
    float: right;
    width: 184px;
}

/* --------- */
/*   Menu    */
/* --------- */

ul.Menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Menu li
{
    overflow: hidden;
}

ul.Menu a
{
    display: block;
    float:left;
}

/* Header menu */
#Header ul.Menu
{
    float: right;
    width: 700px;
    margin-top: 6px;
}
#Header ul.Menu li
{
    float: left;
}
#Header ul.Menu a
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
}

#Header ul.Menu li.Selected, #Header ul.Menu li.Selected a
{
    background: url('images/menuSelected.jpg') no-repeat 0 0;
}
#Header ul.Menu li.Selected a
{
    padding-left: 0px;
    margin-left: 10px;
    background-position: right 0;
    color: #ed1c24;
}

/* layout menu */

.Layout ul.Menu a
{
    padding: 3px 0;
}

.Layout ul.Menu li a
{
    color: #ED1C24;
    font-weight: bold;
}
.Layout ul.Menu li.Selected a
{
    color: #666666;
}

/* --------- */
/*   Search  */
/* --------- */

.Search
{
}

.Search input
{
    float: left;
    border: 0;
    margin: 11px 7px 0 0;
    padding: 2px 5px;
    height: 14px;
    width: 125px;
    font-size: 11px;
    font-family: Arial;
    background-color: #fff;
}

.Search a
{
    float: right;
    display: block;
    height: 41px;
    width: 42px;
    background: url('images/searchArrow.jpg') no-repeat 0 0;
}

/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    float: left;
    clear:both;
    width: 780px;
}

#Footer, #Footer *
{
    font-family: Arial;
    font-size: 10px;
    color: #c0161c;
}