@charset "utf-8";

/*****Reset*****/
html,  div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset,  th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body { 
color: #fff;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
background:#000;
margin:0px;
padding:0px;
font-size:12px;

}
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em;
padding-top:5px; }
h3 { font-size: 1.333em;
padding-top:8px; }
h4 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#fff; font-weight:normal; font-style:italic; }
h5, h6 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#015e7f; }

a { color: #fff; }
a:visited { }
a:hover { text-decoration: none; }
img { border:0px;}

hr {
border:1 px;
border-color:#FFFFFF;
}
.container{
width:900px;
height:auto;
margin: 0 auto;
margin-top:10px; 


}
div#container1{
width: 300px;
min-width:200px;
}
/*****menu*****/
ul#minitabs{
list-style: none;
margin: 0;
padding: 7px 0;
border-bottom: 2px solid #fff;
font-weight: normal;
text-align: right;
white-space: nowrap;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;

}
ul#minitabs li{
display: inline;
margin: 0 3px
}
ul#minitabs a{
text-decoration: none;
padding: 0 0 5px;
color: #999;
}
ul#minitabs a#current{
border-bottom: 1px dotted #fff60e;
color:#fff
}
ul#minitabs a:hover{
border-bottom: 1px dotted #fff60e;
color: #fff
}
.copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}
.but {
padding-right:2px;
padding-bottom:2px;
}
/****form*****/
.textform {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
padding-bottom:10px;
}
.formfield {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:350px;
border:solid #666666 1px;
}
.send { background:url(images/send-bu.png) no-repeat #000000;
border:none;
height:20px;
width:80px;
cursor:pointer;

}