/* ie6 png support */
.pageTitle {
   behavior: url(iepngfix.htc)
}

 
* {
   margin: 0;
   padding: 0;
}
html {
   background: #c0c0c0 url(img/win_bg.gif) repeat-x left top;
   overflow-y: scroll;
}
body {
   font-family: arial, helvetica, tahoma;
   font-size: 0.8em;
   color: #9b9999;
}

ul {
   list-style: none;
}
img {
   border: none;
}
a {
   color: #9f9f9f;
   text-decoration: none;
}
a:hover {
   color: #db002d;
   text-decoration: none;
}
input,
select,
textarea {
   font-family: arial, helvetica, tahoma;
}
p {
   margin-bottom: 1em;
}

div.floatClearer {
   clear: both;
   height: 0;
   line-height: 0;
   font-size: 0;
}
.hidden {
   display: none;
}
.hideElement {
   position: absolute;
   left: -8000px;
}
.imageReplaced {
   font-size: 0;
   text-indent: -8000px;
}
.cssButton {
    display: block;
}
.cssButton:hover {
    background-position: left bottom;
}

#siteWrapper {
   width: 1026px;
   height: 603px;
   margin: 0 auto;
   background: url(img/site_bg.png) no-repeat left 40px;
   position: relative;
}
* html #siteWrapper {
   background-image: url(img/site_bg.gif);
}
#pageWrapper {
   width: 1026px;
   height: 603px;
   background: url(img/page_bg.png) no-repeat left top;
   position: relative;
}
* html #pageWrapper {
   background-image: url(img/page_bg.gif);
}
#workingWrapper {
   width: 1026px;
   height: 603px;
   margin: 0px 30px;
   background: url(img/site_bg.png) no-repeat left 40px;
   position: relative;
}
/* left menu */
#leftMenu {
   position: absolute;
   top: 172px;
   left: 80px;
   width: 180px;
}
#leftMenu li {
   margin-bottom: 7px;
}
#leftMenu li a {
   display: block;
   height: 20px;
   padding: 4px 0 0 15px;
   color: #666;
}
#leftMenu li a:hover {
   color: #ff1a00;
}

/* main content */
#contentWrapper {
   position: absolute;
   top: 128px;
   left: 395px;
   width: 600px;
   height: 380px;
}

/* page title */
.pageTitle {
	position: absolute;
	top: -7px;
	left: 1px;
	z-index: 2;
	background-image: url(img/pagetitle_welcome.png);
}

/* popup */
.popUp {
   position: absolute;
   z-index: 255;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.popUp .bg {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 255;
   width: 100%;
   height: 100%;
   background-image: url(img/opaque_black.png);
}
.popUp .inner {
   position: relative;
   z-index: 256;
   top: 60px;
   width: 400px;
   height: 500px;
   padding: 30px;
   margin: 0 auto;
   background-color: #fff;
}
.popUp .inner .close {
   position: absolute;
   right: 5px;
   top: 5px;
   cursor: pointer;
}
.popUp .inner h1 {
   font-weight: normal;
   font-size: 1.6em;
   color: #db002d;
   margin-bottom: 0.5em;
}


/* footer */
#logo {
   position: absolute;
   top: 60px;
   right: 30px;
}
#footer {
   position: absolute;
   left: 394px;
   bottom: 35px;
}
#footer ul {
   width: 420px;
   line-height: 0.85em;
}
#footer ul li {
   display: block;
   width: 140px;
   float: left;
   font-size: 0.75em;
}
#footer div {
   position: absolute;
   bottom: -70px;
   left: 0;
   width: 620px;
   font-size: 0.75em;
   color: #9f9f9f;
}
#siteAddress {
   position: absolute;
   bottom: 45px;
   right: 30px;
   font-size: 0.75em;
}
