@import url(menu.css);
@import url(content.css);
@import url(fx.css);

* { padding: 0; margin: 0; border: 0; }

body, html { color: #000; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; text-align:center; height: 100%; background: #1f1f1f url(./images/background-top.jpg) repeat-x; }

body { font-size: 13px; }

a:link, a:visited{color:#2589de; text-decoration:none;}
a:hover {color:#1d659f;text-decoration:underline;}

a:active {outline: none;}

a:focus{-moz-outline-style: none;}

p { margin-bottom:8px;margin-top:8px;}

h1,h2,h3,h4,h5 {margin:0;padding:0;}

input {background:#fff;color:#666;font-size:14px;padding:5px;font-weight:600;border:2px solid #ccc;}
textarea {background:#fff;color:#666;font-size:11px;padding:5px;font-weight:400;border:2px solid #ccc;}

#top-title { height: 25px; }

#mainContainer { width: 968px; margin: 0 auto; text-align: left; padding-top:20px; }

#header { height: 120px; background: url(./images/banner-top.jpg) no-repeat 18px 0px; }

#main {	background: url(./images/main-center.jpg) repeat-y; }

#main-top { background: url(./images/main-top.jpg) no-repeat; min-height:500px; padding-top: 20px; padding-left:18px;}

#main-bottom { min-height:19px;	width:100%; background: url(./images/main-bottom.jpg) no-repeat; }

#col-sx { width:290px; height:400px; }

#callme a { background: url(./images/callme.png) no-repeat; height:245px; width:287px; display:block; text-indent:-2000px;}

#main-content { width:620px; padding-left:20px;}

#main-content-top { background: url(./images/content-top.gif) no-repeat; height:8px; margin:0px;  font-size:0px;}

#main-content-center { background: #eee url(./images/content-center.jpg) no-repeat; min-height:400px;  /*padding-left:12px;*/ }

#main-content-bottom { background: url(./images/content-bottom.gif) no-repeat; height:9px;  font-size:0px;}

#footer {padding-top:15px; margin-top:10px; height: 150px; background: url(./images/background-footer.jpg) no-repeat;}




.fsx {float:left;}
.fdx {float:right;}
.clear { clear: both; }

.tip {
    Z-INDEX: 13000; WIDTH: 130px; COLOR: #000
}
.tip-title {
    PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: #c3df7d; PADDING-BOTTOM: 4px; MARGIN: 0px; COLOR: #3e4f14; PADDING-TOP: 8px; BORDER-BOTTOM: #b5cf74 1px solid
}
.tip-text {
    PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 11px; BACKGROUND: #cfdfa7; PADDING-BOTTOM: 8px; PADDING-TOP: 4px
}