/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 1, 2014, 8:58:46 AM
    Author     : smeyer
*/

/*div {
     border-style: none;
    border-width: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 7pt;
}*/
/*#header1{
    width: 980px;
    height: 274px;
    margin:0 auto;
    background-image: url(images/taskmaster-bg.jpg);
    background-repeat: no-repeat;
    border-bottom: 2px solid #fecc00;
    overflow: hidden;
    position: relative;
}*/
.taskmaster-linkDefault{
    float: left;
   margin: 163px 0 0 404px;
    
}
.taskmaster-link{
    float: left;
   margin: 54px 0 0 404px;
    
}
.new-search
{
    float: right;
    margin-top: 209px;
    margin-right: 16px;
    position: relative;
}
#new-search-input{
    background-image:  url(images/search-bg.png);
    background-color: transparent;
    border-radius: 6px;
    float:left;
    width: 149px;
    padding: 5px;
    height: 16px;
    border: none;
}
#new-search-button {
    display: block;
    height: 26px;
    width: 27px;
    position: absolute;
    left: 128px;
    cursor: pointer;    
}
.advanced-search{
    float:left;
    color:#c6c6c6;
    font-size: 11px;
    margin-left: 8px;    
}
.home-bar { clear: both;
           margin: 0 auto;
           width: 980px;
}
.home-bar img { border: none;}
.home-bar .h-left  {
    float: left;
    width: 744px;
    height: 26px;
    padding: 0 26px;
    background-color: #006699;
    border-right: solid 1px #fff;
}
.home-bar .h-left a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 ;
}
.home-bar .h-right {
     background-color: #000066;
     float:left;
     width: 167px;
     padding:0px 8px;
      height: 26px;
      
}
.home-bar .h-right a { display: block; 
                        float: right; 
                        padding: 3px 0;
                        margin-left: 10px;}
.tool-overlay{
    position: absolute;
    left: 531px;
    top: 40px;
    z-index: 100;
}

.tools {
    width: 644px;
    left: 655px;
    top: 0px;
    position: absolute;
    z-index: 10;
}
.tool {
    display: none;
    left: 350px;    
    position: absolute;
}
.tools .punch {
    top: 55px;
}
.tools .crimp {
    top: 3px;
}
.tools .cut {
    top: 25px;
}