@charset utf-8;

a { outline: 0;  }
h1 { text-align: center;  font: 12px  bold Helvetica, Arial, Sans-Serif;}
h2 { text-align: center; ; background: #EC3237; color: #ffffff;  font: 12px  bold Helvetica, Arial, Sans-Serif;}
 
#garagedoor {
margin-left:auto;
	list-style: none;
	background:url(../images/menu-bg.jpg) no-repeat;
    width: 920px;
	
	background-color:#EC3237;
	height:40px;
border:0px #fff solid;


}
#garagedoor li {
	width: 110px;
	height:38px;
	display: block;
	float: left;
		border:1px #EC3237 solid;

	
}

/* Modernizer Enabled */
.csstransitions #garagedoor li {
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	-o-transition-property: background-position 0.5s ease;
	
}
.csstransitions #garagedoor li:hover {
	background-position: 0 -100px !important;
	
}

#garagedoor li#shutter1 {
	background: url(../images/home.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter2 {
	background: url(../images/about.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter3 {
	background: url(../images/team.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter4 {
	background: url(../images/clients.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter5 {
	background: url(../images/activities.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter6 {
	background: url(../images/contact.jpg) 0 0 no-repeat; 
}
#garagedoor a {
   width: 110px;
   height: 38px;
   display: block;
 
   text-indent: -9999px;
	border:0px #000 solid;
}
