*{padding: 0px;
}

body{
background: url('images/verticalbar.gif') repeat-x;
}
a{
border:0;
padding:0;
margin:0;
}

img{
margin:0;
padding:0;
border: 0;
}


#container{
padding: 0px;
margin: 0 auto;
width: 750px;
height: 578px;
padding: 0px;
border: 0px solid black;
}



#header{
border: 3px solid pink;
background-repeat: no-repeat;
height:132px;
border: 0px solid yellow;
width: 100%;
}

#navigation{
border:0px solid pink;
height:53px;
width:100%;
}


#main
{
width:100%;
height: 461px;
border: 0px solid green;
background: url('images/check_01.jpg');
}

#footer{
background: url('images/footer.jpg');
width:100%;
margin:auto;
border:0px solid yellow;
height:44px;
}


#navbar {
width: 100%;
height:53px;
background: url('images/allbar.gif') no-repeat;
position:relative;
margin: 0;
padding:0px;
border:0px solid black;
}


#text1{
font-family: lucida grande, verdana;
color: white;
width: 600px;
position:relative;
top: 10px;
font-size: 14px;
left:130px;
border: 0px solid green;
}


#text2{
font-family: lucida grande, verdana;
color: white;
width: 420px;
position:relative;
top: 20px;
left:300px;
border: 0px solid green;
font-size: 14px;
}

#navbar li {
margin: 0;
padding: 0;
list-style: none;
position: absolute; top: 0;
border:0px solid black;
}

#navbar li, #whole a {
height: 53px;
display: block;
border:0px solid black;
}

#home {left: 0; width: 103px;}
#vision {left: 102px ; width:102px;}
#services {left: 205px; width: 114px;}
#online {left: 319px; width: 178px;}
#careers {left: 497px; width: 108px;}
#contact {left: 605px; width: 145px;}

#home a:hover {
    background: transparent  url(images/allbar.gif)
    0 -53px no-repeat;}

#vision a:hover {
	background: transparent url (images/allbar.gif)
	-103px -53px no-repeat;}

#vision a:hover {
    background: transparent url(images/allbar.gif)
    -103px -53px no-repeat;}
	
#services a:hover {
    background: transparent url(images/allbar.gif)
    -205px -53px no-repeat;}

#online  a:hover {
    background: transparent url(images/allbar.gif)
    -319px -53px no-repeat;}

#careers a:hover {
    background: transparent url(images/allbar.gif)
    -497px -53px no-repeat;}
  

#contact a:hover {
    background: transparent url(images/allbar.gif)
    -605px -53px no-repeat;}

