/* 
vim: et ts=4 sw=4 
*/

/* MoneyProxy.com
 *
 * Default CSS 
 *
 * For all CSS2 browser compliant and IE7
*/

img {
    border: 0;
}

.print {
    display: none;
}

.hide {
    display: none;
}

body,html {
    color: black;
    font-size: small; 
    font-family: sans-serif;
    text-align: center;
}

body {
    background: #FFFFFF url('/images/backline.gif') repeat;
}

p { 
    color: #00212e; 
    background: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    line-height: 1.3em;
}

a:link { 
    color: #E8A228;
    font-weight: bold; 
    text-decoration: none;
}
a:visited { 
    color: #E8A228; 
    font-weight: bold; 
    text-decoration: none;
}
a:hover { 
    color: #E8A228;
    font-weight: bold; 
    text-decoration: underline;
}
a:active { 
    color: #E8A228;
}

/* ************************ MAIN FRAME *********************** */

#container
{
	width: 756px;
	margin: 0 auto;
	border: 1px solid #00361D;
	background-color: transparent;
	vertical-align: top;
    text-align: left;
}

/* *************************** HEADER ************************* */

#header {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #196445 url('/images/backline_front.gif') repeat;
    position: relative;
}

#banner {
    position: relative;
    width: 100%;
    height:106px;
    background-image: url('/images/header_back.gif');
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}

#logo {
    background-image: url('/images/site_header_logo.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0;
    padding: 0;
    height: 106px;
}

#navig_header {
    background: transparent url('/images/header_path.gif') no-repeat right bottom;
    height: 32px;
    max-height: 32px;
    margin: 0;
    padding: 0;
    color: #BCC9C4;
    font-size: 10px;
    font-weight: bold;
    padding-left: 164px;
}

span.navig_text {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 32px;
}

#navig_path {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

#header_lang {
    line-height: 1.2em;
    position: absolute;
    top: 20px;
    right: 20px;
}

#header_lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header_lang ul li {
    display: inline;
    margin: 0;
    padding: 0 3px;
    font-size: x-small;
}

/* **************************** MAIN AREA *********************** */

#main_area {
    margin: 0;
    padding: 0;
    background: transparent url('/images/backline_front.gif') repeat;
    border-bottom: 4px solid #487E65;
}

/* ********* LEFT MENU ******** */

#menu_left {
    background: transparent url('/images/merchantPages/menu_back.gif') no-repeat;
    clear:both;
    float: left;
    width: 164px;
    min-height: 160px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#menu_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu_left ul li {
    background: transparent url('/images/merchantPages/btn_std.png') no-repeat;
    height: 29px;
    margin: 0;
    margin-bottom: 7px;
    margin-left: 2px;
}

#menu_left ul li.current {
    background: transparent url('/images/merchantPages/btn_hover.png') no-repeat;
    color: #BCC9C4;
}

#menu_left ul li.upspace {
	margin-top: 22px;
}

#menu_left ul li a {
    line-height: 29px;
    vertical-align: middle;
}

/* ********* CONTENT ********** */

#content {
    clear:right;
    background: white;
    margin: 0;
    margin-left: 166px;
    padding: 0;
    min-height: 450px;
    border: 6px solid white;
    border-left: 10px solid white;
    border-right: 10px solid white;
}

/* **************************** FOOTER *********************** */

#footer {
    background: transparent;
    clear: both;
    font-size: xx-small;
    text-align: center;
    margin: 15px 5px;
    color: #3B7559;
}

