/* ==================================================================== */
/*                              Header                                  */
/* ==================================================================== */
div.fx-logo {
    float: left;
}

div.banner-right {
    float: right;
    width: 435px;
    background-color: #c1d1e1;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.br-country {
    float: left;
    width: 90px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #999999;
}

span.br-overseas {
    display: block;
    padding-top: 12px;
}

span.br-searcharea {
    float: right;
    width: 230px;
    padding-top: 10px;
}

span.br-searcharea .button {
    vertical-align: bottom;
}

div.header-link {
    float: right;
    width: 435px;
    text-align: right;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Primary Navigation */
div.pn {
    clear: both;
    overflow: hidden;
	width: 100%;
    background-color: #FF0000;
}

div.pn ul {
	float: left;
    list-style: none;
    padding: 0;
	margin: 0;
    background-color: white;
}

div.pn li {
    float: left;
    line-height: 18px;
    margin-right: 1px;
    text-align: center;
    background-color: #FF0000;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

div.pn li a, div.pn li a:visited, div.pn li a:hover {
    color: white;
    font-size: 12px;
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

div.pn li.current {
    background-color: white;
}

div.pn li.current a, div.pn li.current a:visited, div.pn li.current a:hover {
    color: red;
}

div.pn .nav1 { width: 60px; background-image: url(/images/headerfooter/red_border.gif); background-repeat: repeat-y; background-position: left center; }
div.pn .nav2 { width: 80px; }
div.pn .nav3 { width: 155px; }
div.pn .nav4 { width: 160px; }
div.pn .nav5 { width: 80px; }
div.pn .nav6 { width: 140px; }
div.pn .nav7 { width: 83px; margin-right: 0;}

/* ==================================================================== */
/*                              Footer                                  */
/* ==================================================================== */
div.footer {
    clear: both;
    width: 100%;
    height: 20px;
	line-height: 20px;
    color: white;
    background-color: #FF0000;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.footer a, div.footer a:visited, div.footer a:hover {
	text-decoration: none;
	color: white;
}

div.footer-terms {
    float: left;
	padding-left: 5px;
}

div.footer-privacy {
    float: right;
    text-align: right;
	padding-right: 5px;
}
