@charset "utf-8";
/* CSS Document */
html, body {
height:100%;
width:100%;
}
* {
margin:0;
padding:0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
min-width:900px;
font-family:Arial, Helvetica, sans-serif;
}
a {
color:#008efb;
}
a:link { color:#008efb; } 
/*a:visited { color:#005a9b; } */
a:hover { color:#f00 !important; } 
a:active { color:#4085C3; }
a:focus { color:#f00; }
a img { border:none; }

a, h1, h2, h3, h4, h5 {
font-weight:normal;
}
b, strong {
font-weight:bold;
}
i, em {
font-style:italic;
}
html > body .wrapper {
height:auto;
}
.wrapper {
width:900px;
margin:0 auto;
height:auto;
min-height:100%;
position:relative;
voice-family:inherit;
background:transparent url(graphics/bg.png) repeat-y 219px 0;
}
body.ie .wrapper {
height:100%;
}
/*end of base*/


/*====== Header ======*/
.header {
float:left;
width:100%;
padding:24px 0 0;
}
.logo {
float:left;
width:200px;
}
.logo span {
display:block;
clear:left;
color:#cccccc !important;
line-height:16px;
font-size:12px;
padding-left:12px;
padding-top:4px;
white-space:nowrap;
}
.logo span a {
color:#cccccc !important;
text-decoration:none;
}

/*====== Menu ======*/
.menu, .sub-menu {
float:left;
width:530px;
height:20px;
list-style-type:none;
padding:0 0 0 40px;
}
.menu {
padding-top:6px;
padding-bottom:5px;
margin-bottom:3px;
background:transparent url(graphics/line.png) no-repeat 40px 100%;
}
.menu li {
float:left;
line-height:18px;
}
.menu li a, .menu li a:visited {
color:#a6aab2;
font-size:95%;
white-space:nowrap;
padding:0 18px 0 1px;
}

.sub-menu li {
float:left;
line-height:18px;
}
.sub-menu li a, .sub-menu li a:visited {
color:#008efb;
font-size:75%;
white-space:nowrap;
padding:0 13px 0 1px;
}


.menu li.current a, .sub-menu li.current a {
color:#f00;
}

/*====== Content ======*/
.content {
float:left;
width:530px;
padding-left:220px;
}
.content h1 {
color:#0078bd;
display:block;
clear:left;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size:150%;
line-height:20px;
padding:38px 5px 6px 20px;
}
.content h2 {
color:#0078bd;
display:block;
clear:left;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size:130%;
line-height:20px;
padding:28px 5px 6px 20px;
}
.content p {
display:block;
clear:left;
font-size:75%;
line-height:140%;
padding:5px 5px 5px 21px;
}
.content p.large {
font-size:85%;
padding-top:12px;
}
.content p span.small {
font-size:90%;
}
.content p a {
color:#4f5f89;
}

.content ul, .content ol {
display:block;
font-size:75%;
padding-left:30px;
padding-right:30px;
margin-left:20px;
}
.content ol li {
margin:7px 0;
}
.content ul.full-list {
list-style-type:none;
padding:0;
}
.content ul.full-list li {
float:left;
width:250px;
padding:5px 0;
}
.content ul.full-list li a {
font-size:125%;
}

.content table {
font-size:75%;
}

.express-pay {
float:left;
width:100%;
margin-top:10px;
}
.express-pay-line {
float:left;
clear:left;
width:530px;
height:40px;
background:transparent url(graphics/pay-line.png) no-repeat 0 0;
margin:2px 0 18px;
}
.express-pay label {
float:left;
white-space:nowrap;
font-size:90%;
padding:0 26px 0 20px;
}
.express-pay select {
float:left;
width:155px;
border:1px solid #c6c9cc;
height:21px;
font-family:'Trebuchet MS', Arial, sans-serif;
font-size:90%;
margin:10px 25px 0 20px;
}
body.ie .express-pay select {
margin-top:8px;
}
.express-pay input {
float:left;
border:1px solid #a4000d;
background-color:#ffffee;
font-size:90%;
height:23px;
margin:9px 0 0 15px;
padding:1px 0 3px 0;
font-family:'Trebuchet MS', Arial, sans-serif;
}

/*====== Footer ======*/
.footer-fix {
clear:both;
height:31px;
line-height:1px;
padding:0 0 31px 0;
}
body.ie .footer-fix, body.ieseven .footer-fix {
float:left;
}
.footer {
clear:both;
position:absolute;
bottom:0;
height:10px;
width:489px;
padding:12px 22px 9px 239px;
font-family:Tahoma, Arial, sans-serif;
font-size:70%;
text-align:center;
background:transparent url(graphics/line.png) no-repeat scroll 240px 0%;
/*border-top:1px solid #005a9b;*/
}
/*end of footer*/