html, body{
  height:100%;
  min-height:100%;
  
  background: url(../../../templates/mysite/img/tx.jpg);
}

.number {
  display: none;
}

.none {
  display: none;
}

#page{
  position: relative;
  width:1024px;
  margin: 0 auto;
  height:auto !important;
  min-height:100%;
  height:100%;
  background: url(../../../templates/mysite/img/content.jpg) -78px 0 repeat-y;
  
}

#bodyright {
  position: absolute;
  width: 50%;
  height: 250px;
  right: 0;
  
  background: url(../../../templates/mysite/img/bodyright.jpg) repeat-x;
}

#leftshadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 764px;
  
  background: url(../../../templates/mysite/img/leftshadow.png);
  z-index: 1000;
}

#rightshadow {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 748px;
  
  background: url(../../../templates/mysite/img/rightshadow.png);
  z-index: 1000;
}


#header{
  position: relative;
  width: 1179px;
  height:444px;
  left: -78px;
  
}

#header .phoneblock{ 
  position: absolute;
  top: 100px;
  left: 435px;
  width: 308px;
  height: 296px;
  z-index: 1000000;
  display: none;
  
  background: url(../../../templates/mysite/img/more.png)
}

#header .onlineblock{ 
  position: absolute;
  padding: 20px 20px 20px 20px;
  top: 70px;
  left: 370px;
  width: 399px;
  z-index: 1000000;
  display: none;
  border-radius: 10px;
  
  background: url(../../../templates/mysite/img/tx.jpg)
}

#content .onlineblock{
  width: 400px;
}


#header .onlineblock input[type=text],#content .onlineblock input[type=text]{
 
  margin-bottom: 5px;
  height: 25px;
  border: #9f8135 2px solid;
  border-radius: 4px;
  opacity: 0.8;
}

#header .onlineblock textarea,#content .onlineblock textarea{
 
  margin-bottom: 5px;
  height: 75px;
  border: #9f8135 2px solid;
  border-radius: 4px;  
}


#header .onlineblock h3{
text-align: center;
  font-size: 13pt;
}

.datepick{
  width: 80px;
  margin-bottom: 0;
}

.radiodate{
  position: relative;
  margin-left: 50px;
}

.radiobox{
  position: relative;
  margin-top: -15px;
}

.selectdate{
  margin-left: 50px;
  color: #555555;
}


#header .phoneblock .close,#header .onlineblock .close{
  position: absolute;
  width: 13px;
  height: 12px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  
  background: url(../../../templates/mysite/img/close.png)
}  

#header .top{
  position: absolute;
  top: 0;
  left: 0;
  width: 1179px;
  height: 36px;
  
  background: url(../../../templates/mysite/img/headertop.jpg);
}

#header .logo{
  position: absolute;
  top: 36px;
  left: 129px;
  width: 211px;
  height: 53px;
  
  background: url(../../../templates/mysite/img/logo.jpg);
}

#header .leftheader{
  position: absolute;
  top: 36px;
  left: 0;
  width: 128px;
  height: 53px;
  
  background: url(../../../templates/mysite/img/headerleft.jpg);
}

#header .rightheader{
  position: absolute;
  top: 36px;
  right: 0;
  width: 839px;
  height: 53px;
  
  background: url(../../../templates/mysite/img/headerright.jpg);
}

#header .middle{
  position: absolute;
  top: 89px;
  right: 0;
  width: 1179px;
  height: 233px;
  
  background: url(../../../templates/mysite/img/middle.jpg);
}

#header .bottom{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1179px;
  height: 122px;
  
  background: url(../../../templates/mysite/img/bottom.jpg);
}

#header .phone{
  position: absolute;
  display: block;
  width: 186px;
  height: 39px;
  left: 133px;
  top: 110px;
  
  background: url(../../../templates/mysite/img/phone.png);
}

#header .more{
  position: absolute;
  left: 149px;
  top: 150px;
  
  color: #990000;
  text-decoration: none;
}

#header .panellink{
    position: absolute;
    left: 138px;
    top: 331px;
}

#header .panellink a.home{
    height: 15px;
    width: 17px;
    display: inline-block;
    margin-right: 6px;
     
    background: url(../../../templates/mysite/img/home.png);
}

#header .panellink a.home:hover{
   background-position: 0 0;
}

#header .panellink a.tree{
    height: 13px;
    width: 23px;
    display: inline-block;
    margin-right: 5px;

    background: url(../../../templates/mysite/img/tree.png);
}

#header .panellink a.tree:hover{
   background-position: 0 0;
}

#header .panellink a.mail{
    height: 14px;
    width: 17px;
    display: inline-block;
    margin-right: 2px;

    background: url(../../../templates/mysite/img/mail.png);
}

#header .panellink a.mail:hover{
   background-position: 0 0;
}

#header .topmenu{
  position: absolute;
  left: 150px;
  top: 170px;
}

#header .topmenu li {
  color: #007cc3;
  font-size: 18pt;
  height: 25px;
  padding-top: 0;
  position: relative;
}


#header .topmenu li:hover,#header .topmenu li.active {
  color: #990000;
}

#header .topmenu li a{
  color: #007cc3;
  font-size: 12pt;
  position: absolute;
  width: 90px;
  top: 3px;
  display: block;
  text-decoration: none;
}

#header .topmenu li:hover a,#header .topmenu li.active a{
  color: #990000;
}

#header .menu {
  position: absolute;
  top: 330px;
  left: 134px;
  z-index: 10000;
}

#header .menu li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
    
     *zoom: 1;
        *display: inline;      
}
#header .menu li  a{
  display: block;
  height: 26px;
  padding-top: 5px;
  color: #3f4446;
  font-size: 12pt;
  text-decoration: none;
  
}

#header .menu li  a:hover,#header .menu li  a.active{
  background: url(../../../templates/mysite/img/menu.png);
  color: #990000;
}

#header .menu li  a:hover .left,#header .menu li  a.active .left{
  display: block;
  height: 31px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -12px;
  
  background: url(../../../templates/mysite/img/menuleft.png);
}

#header .menu li  a:hover .right,#header .menu li  a.active .right{
  display: block;
  height: 31px;
  width: 12px;
  position: absolute;
  top: 0;
  right: -12px;
  
  background: url(../../../templates/mysite/img/menuright.png);
}


#header .date {
    position: absolute;
    left: 754px;
    top: 80px;
    font-size: 11pt;
  color: #ffffff;
}

#header .date  span{
    font-weight: bold;
}


#header .time{
    position: absolute;   
    top: 70px;
    left: 975px;
    
    font-size: 22pt;
    font-family: Arial;
    color: #ffffff;
}

#header .time .points {
    display: inline-block;
    width: 9px;
  position: relative;
  
}




#header .slide {
  position: absolute;
  left: 400px;
  top: 100px;
}

#header .slide .online {
  position: absolute;
  z-index: 1000;
  left: 425px;
  top: 150px;
  width: 180px;
  height: 23px;
  display: block;
  padding-top: 5px;
  
  background: url(../../../templates/mysite/img/online.png);
  text-align: center;
  color: #007cc3;
  font-size: 11pt;
  text-decoration: none;
}

#header .slide .online:hover {
  background: url(../../../templates/mysite/img/online.png) 0 28px;
}

#header .slide  .car{
  position: absolute;
  left: -72px;
  bottom: 0;

}

#header .slide .index {
  position: absolute;
  top: 70px;
  left: 25px;
  display: none;
}
#header .slide .evacuator{
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
}
#header .slide .vans{
  position: absolute;
  top: 65px;
  left: 30px;
  display: none;
}
#header .slide .cargo{
  position: absolute;
  top: 113px;
  left: 35px;
  display: none;
}
#header .slide .limousines{
  position: absolute;
  top: 90px;
  left: 20px;
  display: none;
}

#header .slide  .boxcar{
  position: absolute;
  left: 35px;
  width: 350px;
  height: 200px;
 display: block;
}

#header  .items {
  position: relative;
  top: 0;
  left: 0;
}

#header  .item {
  position: absolute;
  top: 0;
  width: 700px;
  height: 220px;
  left: 0;
  display: none;
}

#header  .item:first-child {
  display: block ;
}

#header .slide .leftarrow{
  position: absolute;
  width: 14px;
  height: 23px;
  cursor: pointer;
  top: 100px;
  
  background: url(../../../templates/mysite/img/leftarrow.png)
}

#header .slide .leftarrow:hover{
  background: url(../../../templates/mysite/img/leftarrow.png) 0 23px;
}


#header .slide .rightarrow{
  position: absolute;
  width: 14px;
  height: 23px;
  cursor: pointer;
  top: 100px;
  left: 400px;
  
  background: url(../../../templates/mysite/img/rightarrow.png)
}

#header .slide .rightarrow:hover{
  background: url(../../../templates/mysite/img/rightarrow.png) 0 23px;
}

#header .slide .navigation {
  position: relative;
  top: 10px;
  left: 460px;
}


#header .slide .navigation li{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
     
    
  background: url(../../../templates/mysite/img/round.png);     
  *zoom: 1;
        *display: inline; 
}



#header .slide .navigation li:hover{
  background: url(../../../templates/mysite/img/round.png) 0 15px;
}

#header .slide .navigation li.active{
  background: url(../../../templates/mysite/img/round.png) 0 15px;
}

#header .slide  .info {
  position: absolute;
  left: 440px;
  top: 40px;
  width: 170px;
  color: #3f4446;
  font-size: 8pt;
  line-height: 13px !important;
}

#header .slide .navigation .littleleft{
  position: absolute;
  width: 7px;
  height: 13px;
  cursor: pointer;
  left: -14px;
  
  background: url(../../../templates/mysite/img/littleleft.png)
}

#header .slide .littleleft:hover{
  background: url(../../../templates/mysite/img/littleleft.png) 0 13px;
}

#header .slide .navigation .littleright{
  position: absolute;
  width: 7px;
  height: 12px;
  cursor: pointer;
  right: -14px;
  top: 0;
  
  background: url(../../../templates/mysite/img/littleright.png)
}

#header .slide .littleright:hover{
  background: url(../../../templates/mysite/img/littleright.png) 0 12px;
}


#content{
  position: relative;
  width: 859px;
  left: -78px;
  margin-top: -50px;
  padding: 0 100px 0 135px;
  min-height: 210px;
}




#content .gallery{
  position: relative;
  display: inline-block;
  height: 110px;
  margin: 10px 30px 10px 0;
}



#content .jobtext{
  font-size: 10pt;
  color: #007cc3;
  margin-bottom: 5px;
}


#content a{
  color: #1f1a17;
  font-size: 11pt;
}

#content a:hover{
  color: #990000;
}


 #content .job{
   position: relative;
   width: 370px;
   display: inline-block;
   margin-top: 5px;
 }

#content h1{
  display: inline-block;
  position: relative;
  font-size:14pt;
  background: #fff;
  padding: 1px 0 1px 0;
  margin: 0 0 5px -25px;
}


#content h1 .left{
   display: block;
  position: absolute;
  width: 10px;
  height: 25px;
  left: -10px;
  top: 0;
  background: url(../../../templates/mysite/img/title.png) left no-repeat;
}



#content h1 .right{
   display: block;
  position: absolute;
  width: 10px;
  height: 25px;
  right: -10px;
  top: 0;
  background: url(../../../templates/mysite/img/title.png) right no-repeat;
}

#push{
  height: 163px;
  clear:both;
}



#footer{  
  position: relative;
  width:1179px;
  margin: 0 auto;
  margin-top:-163px;
  clear:both;
  height:163px;
  left: 0;
  
  background: url(../../../templates/mysite/img/footer.jpg);  
}

#footer .text {
  position: relative;
  left: 370px;
  width: 400px;
  top: 100px;
  color: #ffffff;
  font-size: 11pt;
}


#footer .development{
    position: absolute;
    left: 760px;
    bottom: 51px;
    padding: 10px 130px 0 0;
    height: 24px;
    font-size: 8pt;
    z-index: 3;
    background: url(../../../templates/mysite/img/farbucks.png)  no-repeat right;
    color: #000000;
    text-decoration: none;
}

#footer .development:hover{
    text-decoration: underline;
}


#footer .design{
    position: absolute;
    left: 835px;
    bottom: 13px;
    padding: 7px 0 0 0;
    height: 23px;
    font-size: 9pt;

    color: #000000;
    text-decoration: none;
}

#footer .design:hover{
    text-decoration: underline;
}

#footer .design span{
    color: #ff6600;
}

#footerline {

  background: url(../../../templates/mysite/img/bodyleft.jpg) repeat-x bottom;
    height: 163px;
    margin: -163px 0 0;
    width: 50%;
  
}

#blackblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 100000;
  opacity: 0.5;
  display: none;
}


#ui-datepicker-div{ font: 8pt "Trebuchet MS", sans-serif; margin: 10px 0 0 -8px;}
