@charset "utf-8";
/* CSS Document */

* {
border:0;
padding:0;
margin:0; 
}
body { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1d1d1d;
background:#000; 
}
ul,li{
list-style:none;
}
input{
vertical-align:middle;
}
a{
text-decoration:none;
}
a:link {
color: #363636;
text-decoration:none;
}
a:visited {
color: #363636;
text-decoration:none;
}
a:hover {
color: #dc1907;
text-decoration:underline;
}
.left {
float:left;} 
.right {
float:right;}
.clear {
clear:both;
}
#main {
width:1003px;
margin:0 auto; 
}
.top {
height:84px;
width:1003px;
}
.mid {
position:relative;
overflow:hidden;
width:1003px; 
}
.mid .col_1{
background:url(../images/leftBg.jpg) left bottom no-repeat;
width:33px;
height:184px;
position:absolute;
top:0;
left:0;
}
.mid .col_2{ 
border:2px solid #000;
background:#FFFFFF;
margin-left:33px;
margin-right:32px;
padding:8px;
width:auto;
min-height:630px; 
}
.mid .col_3{
background:url(../images/rightBg.jpg) left bottom no-repeat;
width:32px;
height:684px;
position:absolute;
right:0!important;right:-1px;
bottom:0!important;bottom:-1px;
}
.footer {
background:url(../images/footer.jpg) 0 0 no-repeat;
height:47px;
line-height:20px;
color:#fff;
padding-left:130px;
padding-top:2px; 
}
.footer a,.footer a:visited,.footer a:hover{
color:#fff;
} 


/*main Nav*/
.mainNav {
border:2px solid #000;
background:#990000;
height:41px;
color:#fff;
line-height:41px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:1px;
}
.mainNav a{ 
color:#fff;
} 
.mainNav a:hover{ 
color:#fdc300;
}
.mainNav a:visited{ 
color:#fff;
}
.mainNav  .email{
float:right;
padding-right:10px;
}
.mainNav li{
padding-left:19px;
padding-right:19px;
float:left;
background:url(../images/spit.jpg) 100% 50% no-repeat;
text-transform:uppercase;
font-size:11px;
} 
.mainNav li.end{
padding-left:19px;
padding-right:19px;
float:left;
background:none;
} 


.leftcontact {
position:absolute;
left:0;
bottom:0;
width:257px;
height:62px;
}


.mytable tr,td{
    padding-left:5px;
    height:20px;
    background:#fff;
    font:9pt;
    font-weight:normal;
}

