
@charset "utf-8";
@font-face {
font-family: neuton;
src: url("neuton.ttf"),
     url("neuton.eot") format("opentype");
}
@font-face {
font-family: vibrocentric;
src: url("vibrocentric.ttf"),
     url("vibrocentric.eot") format("opentype");
}
*, html {
position: relative;
padding: 0;
margin: 0;
font-size: 12px;
font-family: Verdana, Arial;
font-weight: normal;
color: #262626;
}
body {
background: #fff url(img/bg.jpg) repeat-x top left;
}
#container {
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
}
#head {
width: 100%;
height: 123px;
}
#head #logo {
display: block;
float: left;
width: 256px;
height: 123px;
}
#head #logo img {
border: none;
}
#headRight {
width: 540px;
height: 123px;
float: right;
}
#headRight #headMenu {
width: 240px;
height: 35px;
margin-left: 300px;
}
#headRight #headMenu td {
width: 80px;
text-align: center;
}
#headRight #headMenu td a {
text-decoration: none;
font-size: 11px;
color: #f4f2f2;
text-shadow: 0px 0px 1px #fff;
}
#headRight #headMenu td a:hover {
text-decoration: underline;
}
#headRight #menu {
width: 488px;
height: 88px;
margin-left: auto;
margin-right: auto;
}
#headRight #menu th{
height: 30px;
}
#headRight #menu th h1 {
color: #f4f2f2;
font-size: 16px;
font-weight: normal;
text-align: left;
text-indent: 15px;
text-shadow: 0px 0px 1px #fff;
}
#headRight #menu td {
width: 122px;
height: 44px;
text-align: center;
background: url(img/btn.jpg) no-repeat 0 0;
}
#headRight #menu td.btm {
height: 14px;
background: url(img/btn_btm.jpg) no-repeat 0 0;
}
#headRight #menu td a {
font-size: 11px;
text-decoration: none;
text-shadow: 0px 0px 1px #000;
}
#headRight #menu td a:hover {
color: #686868;
text-shadow: 0px 0px 1px #454545;
}
#content {
padding-top: 7px;
min-height: 400px;
background: url(img/contentBg.jpg) no-repeat top center;
}
#pres {
width: 554px;
height: 182px;
padding: 10px;
padding-left: 160px;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;
}
#presTxt {
width: 524px;
height: 152px;
padding: 15px;
background: url(img/overlay.png) repeat 0 0;
}
#presTxt h2 {
font-family: vibrocentric;
font-size: 34px;
letter-spacing: 2px;
font-weight: normal;
font-style: italic;
text-align: right;
text-shadow: 2px 2px 3px #454545;
margin-bottom: 15px;
}
#presTxt ul {
margin-left: 60px;
list-style-image: url(img/ok.png);
}
#presTxt ul li {
font-size: 16px;
}
.linkcloud {
width: 780px;
height: auto;
padding: 10px;
margin-bottom: 15px;
background: url(img/line.gif) repeat-x left bottom;
}
.linkcloud {
background: url(img/line.gif) repeat-x left top;
}
.linkcloud a {
display: block;
float: left;
margin-left: 2px;
margin-right: 2px;
text-decoration: none;
color: #454545;
font-size: 10px;
font-weight: bold;
}
.linkcloud a:hover {
color: #262626;
text-decoration: underline;
}
.sep {
height: 10px;
}
#footer {
width: 100%;
height: 12px;
padding: 10px;
}
#footer p.left {
float: left;
font-size: 10px;
}
#footer p.right {
float: right;
margin-right: 50px;
}
#footer p.right a {
text-decoration: none;
font-size: 10px;
}
#footer p.right a:hover {
text-decoration: underline;
}
img.left, img.right {
float: left;
margin: 5px;
margin-right: 10px;
}
img.right {
float: right;
margin-left: 5px;
margin-right: 0;
}
.line {
width: 780px;
height: 2px;
background: url(img/line.gif) repeat-x 0 0;
margin: 10px;
margin-left: auto;
margin-right: auto;
}
.box {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(ie-css3.htc);
}
.clear {
clear: both;
}
.wit, .witr, .witl, .witb, .checked, .unchecked {
cursor: pointer;
}
.floating-tip {
background-color: #000;
padding: 5px 15px;
color: #f4f2f2;
font-size: 11px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior: url(ie-css3.htc);
}
.msgBox{
opacity: 0;
position:absolute;
top:-1000px;
left:0px;
max-width: 250px;
min-width: 150px;
color:#aaa;
background: rgb(0, 0, 0); 
background: rgba(0, 0, 0, 0.8);
padding: 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 2px 2px 2px #454545;
-webkit-box-shadow: 2px 2px 2px #454545;
box-shadow: 2px 2px 2px #454545;
behavior: url(ie-css3.htc);
z-index:-1;
}
.msgBoxImage{
width: 40px;
height: 40px;
}
.msgBoxIcon{
float:left;
width: 40px;
height: 40px;
padding-right: 7px;
}
.msgBoxTitle{
float:left;
color: #FFFFFF;
}
.msgBoxContent{ 
float:left;
max-width: 80%;
font-size:12px;
}
.msgBoxMessage {		
float:left;
}
.msgBoxLink {		
color:#6699CC;
}
.msgBoxLink:hover {	
color:#FF9900;
}
