﻿@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------------------------------common*/
.header {height:160px; background:url(../images/headerBg.gif); position:relative;}
.header .banner {padding:0px; margin:0px;}
.header .nav {bottom:5px; left:center; width:898px; height:27px; line-height:27px; font-size:14px; font-weight:bold; color:#2a57ac; text-align:center; border:1px solid #b3b3b3; background:url(../images/navBg.gif); position:absolute; z-index:1;}
.header .nav a:link,.header .nav a:visited {color:#2a57ac; text-decoration:none; margin:0px 5px;}
.header .nav a:hover,.header .nav a:active {color:#9900ff; text-decoration:none; margin:0px 5px;}
.header .bottomLine {bottom:1px; left:center; width:900px; height:1px; border-bottom:2px solid #2e56ab; position:absolute;}

.main {}
.main .left {width:26%; float:left;}
.main .right {width:73%; float:right;}
.main .right .defaultImagesSwitch {width:657px; height:200px;}

.footer {border-top:5px solid #2d57ad;}
.footer .copyright {color:#666666; text-align:center; padding:0px; margin:5px auto;}
.footer .copyright strong {color:#2d57ad;}
.footer .technicalSupport {color:#999999; text-align:center; padding:0px; margin:5px auto;}

/*----------------------------------------------------------------------------------------------------/common*/

