@charset "utf-8";
/* CSS Document */

#main{
	height:485px;
	width:840px;
	margin:0;
	padding:0 5px;
}

#leftcolumn{
	height:470px;
	width:205px;
	margin:10px 0 0;
	float:left;
}
.leftpanel{
	height:150px;
	width:205px;
	margin:0 0 10px 0;
}

#rightcolumn{
	height:470px;
	width:628px;
	margin:10px 0 0;
	float:right;
}
.bigpanel{
	height:310px;
	width:628px;
	margin: 0 0 10px;
}
.smallpanel1{
	height:150px;
	width:152px;
	margin:0 6px 0 0;
	float:left;
}
.smallpanel2{
	height:150px;
	width:152px;
	margin:0 6px 0 0;
	float:left;
}
.smallpanel3{
	height:150px;
	width:152px;
	margin:0 6px 0 0;
	float:left;
}
.smallpanel4{
	height:150px;
	width:152px;
	margin:0;
	float:left;
}
#vision{
  display: block;
  width:205px;
  height:150px;
  background: url("../images/index/fleet_vision.jpg") no-repeat 0 0;
}

#vision:hover{ 
  background-position:-205px 0;
}

#vision span{
  display: none;
}

#services{
  display: block;
  width:205px;
  height:150px;
  background: url("../images/index/fleet_services.jpg") no-repeat 0 0;
}

#services:hover{ 
  background-position:-205px 0;
}

#services span{
  display: none;
}

#news{
  display: block;
  width:205px;
  height:150px;
  background: url("../images/index/fleet_news.jpg") no-repeat 0 0;
}

#news:hover{ 
  background-position:-205px 0;
}

#news span{
  display: none;
}


#enter{
  display: block;
  width:628px;
  height:310px;
  background: url("../images/index/fleet_main.jpg") no-repeat 0 0;
}

#enter:hover{ 
  background-position:-628px 0;
}

#enter span{
  display: none;
}



#quote{
  display: block;
  width:152px;
  height:150px;
  background: url("../images/index/fleet_quote.jpg") no-repeat 0 0;
}

#quote:hover{ 
  background-position:-152px 0;
}

#quote span{
  display: none;
}


#team{
  display: block;
  width:152px;
  height:150px;
  background: url("../images/index/fleet_team.jpg") no-repeat 0 0;
}

#team:hover{ 
  background-position:-152px 0;
}

#team span{
  display: none;
}




#legal{
  display: block;
  width:152px;
  height:150px;
  background: url("../images/index/fleet_legal.jpg") no-repeat 0 0;
}

#legal:hover{ 
  background-position:-152px 0;
}

#legal span{
  display: none;
}



#contact{
  display: block;
  width:152px;
  height:150px;
  background: url("../images/index/fleet_contact.jpg") no-repeat 0 0;
}

#contact:hover{ 
  background-position:-152px 0;
}

#contact span{
  display: none;
}
