@charset "utf-8";
/* CSS Document */

body {
min-width: 860px;
margin: 0;
padding: 0;
background: #282829 url("image/bg.gif");
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

a {
text-decoration: none;
color: #ffff5b;
}

a:hover {
color: #5dabff;
}

#layer0 {
background: url("image/bgtop.gif") repeat-x top center;
}

#layer1 {
background: url("image/mainbg.jpg") no-repeat top center;
}

#layer2 {
background: url("image/bgbottom.jpg") no-repeat bottom center;
}

#frame {
width: 860px;
margin: 0 auto;
}

#header {
height: 245px;
}

#homelink a {
width: 400px;
height: 245px;
float: left;
}

#navbar-contact a {
display: inline-block;
width: 107px;
height: 120px;
background: url("image/nav-contact.jpg") no-repeat;
float: right;
margin: 126px 0 0 0;
}

#navbar-contact a:hover {
background-position: 0 -120px;
}

#navbar-download a {
display: inline-block;
width: 149px;
height: 110px;
background: url("image/nav-download.jpg") no-repeat;
float: right;
margin: 132px 2px 0 0;
}

#navbar-download a:hover {
background-position: 0 -110px;
}

#navbar-media a {
display: inline-block;
width: 91px;
height: 93px;
background: url("image/nav-media.jpg") no-repeat;
float: right;
margin: 141px 0 0 0;
}

#navbar-media a:hover {
background-position: 0 -93px;
}

#navbar-home a {
display: inline-block;
width: 94px;
height: 80px;
background: url("image/nav-home.jpg") no-repeat;
float: right;
margin: 148px 2px 0 0;
}

#navbar-home a:hover {
background-position: 0 -80px;
}

#content {
margin: 114px 0 0 0;
}

#download a {
display: block;
margin: 0 auto;
background: url("image/download.png") no-repeat;
width: 386px;
height: 218px;
}

#download a:hover {
background-position: 0 -218px
}

#footer {
height: 117px;
font-size: 10px;
padding: 63px 0 0 10px;
}

#footerright {
margin: 0 80px 0 0;
float: right;
}

.clear {
clear: both;
}

.blackbox {
margin: 10px;
background: url("image/black.png");
/*
filter: alpha(opacity=65);
-moz-opacity.65;
opacity:.65;
*/
}

.textblock {
padding: 10px;
line-height: 20px;
overflow: hidden;
/*
filter: alpha(opacity=100);
-moz-opacity.100;
opacity:.100;
*/
}

.headerimg {
margin: 0 0 0 12px;
}

.column2 {
float: left;
width: 430px;
}

.thumbnail {
text-align: center;
}

.thumbnail a {
margin: 1px 2px;
display: inline-block; 
width: 184px;
height: 138px;
border: 2px solid #292c30;
}

.thumbnail a:hover {
border: 2px solid #ffff5b;
}

.formlabel {
display: inline-block;
vertical-align: top;
width: 100px;
font-weight: bold;
font-size: 14px;
}

.diagline {
border: 0;
height: 33px;
background: url("image/diag.gif");
margin: 9px 10px;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
background: #000 url("image/form.gif") repeat-x;
border: 1px solid #fff;
color: #fff;
padding: 2px;
font-size: 14px;
}

input.button {
border-bottom: 2px solid #264567;
border-right: 2px solid #264567;
}

h1 {
font-size: 24px;
margin: 8px 0;
padding: 0;
letter-spacing: -1px;
font-weight: normal;
}

h2 {
font-weight: normal;
margin: 2px 0;
padding: 0;
letter-spacing: -1px;
}

em {
font-style: normal;
color: #fdfd5a;
}