@import url(../shared_layout/css/site.css);
@import url(default.css);

body
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: url(../images/bg_body.jpg) repeat-y top center #0e6cb6;
}

a, 
a:visited {
	color: #333!important;
}

a:hover
{
	color: #878787!important;
}

#header 
{
    height: 90px;
}

#header h1
{
    height: 111px;
    background: url(../images/hd_metalcorp.jpg) top right no-repeat;
    width: 768px;
}

#header h1 a
{
    height: 103px;
    width: 160px;
    display: block;
}

/* --- Navigation --- */

#navigation_container
{
    background: none;
    height: 24px;    
}

ul#navigation li
{
    float: left;
    display: block;
	background: #ED1C31;
}

ul#navigation li a
{
    padding: 0 10px;
    display: block;
    float: left;
    border-left: 1px solid #fff;
    text-decoration: none;
	color: #fff!important;
}

ul#navigation li a
{
    color: #fff;
    display: block;
    line-height: 24px;
}

ul#navigation li a:hover
{
    background: #0e6cb6;
}

#page_header_search
{
    padding: 0px 12px 1px 12px;
    background: url(../images/bg_page_header_search.gif) repeat-y top right;
    height: 39px;
}

#footer {
	border-top-color: #ff0000;
}

.subSubHeading {
	color: #333!important;
}