html {
	border-top: 25px solid #000;
}
body {
	background-color:#000;
	color:#CCC;
	margin-top:30px;
	margin-bottom:40px;
	background-image:url(../img/bg-main-home-04.jpg);
	background-position:top center;
	background-repeat: repeat-x;
}
.content-box {
	background-color:#FFF;
	padding:15px;
	color:#333;
}
.eqbox h4{ border-bottom:1px solid #CCC; padding-bottom:10px;}

ul.docs-download {
	list-style:none;}
ul.docs-download li a { color:#069;}



/* GALLERY */
#gallery ul {
	list-style: none;
	margin-bottom:0px;
}
#gallery ul li {
	display: inline-block;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:0px;
}
#gallery ul li span {
	display: block;
	margin-bottom: 15px;
	text-align:center;
}
 #gallery ul li:nth-last-child(3n+1) {
margin-right:0px;
}
#gallery ul img {
	border: 1px solid #000;
	
}
#gallery ul a:hover img {
	border: 1px solid #023d51;
}
#gallery ul a:hover {
	color: #fff;
}
#gallery ul.equipment li span  a{
	display:block;
	width:315px;
	margin-bottom:0;
	text-align:center;
	padding:30px 0;
	font-size:1.125em;
	background-image:url(../img/bg60.png);
	text-decoration:none;
	
}

#gallery ul.equipment li span  a:hover{
	background-image:url(../img/bg80.png);
	text-decoration:none;}













/* BUTTONS */

.button-gray {
	display:block;
	padding:4px 10px;
	height:100%;
	color:#666;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:0.75em;
	border:none;
	cursor:pointer;
	background-image: -moz-linear-gradient(90deg, #c5c5c5 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(90deg, #c5c5c5 0%, #e9e9e9 100%);
	background-image: -moz-linear-gradient(90deg, #c5c5c5 0%, #e9e9e9 100%);
	background-image: -webkit-linear-gradient(90deg, #c5c5c5 0%, #e9e9e9 100%);
	background-image: -ms-linear-gradient(90deg, #c5c5c5 0%, #e9e9e9 100%);
	background-image: linear-gradient(90deg, #c5c5c5 0%, #e9e9e9 100%);
	background-color: #003f56;
	text-decoration:none;
	width:auto;
}



.button-gray:hover {
	background-image: -moz-linear-gradient(90deg, #023d51 0%, #023d51 100%);
	background-image: -o-linear-gradient(90deg, #023d51 0%, #023d51 100%);
	background-image: -moz-linear-gradient(90deg, #023d51 0%, #023d51 100%);
	background-image: -webkit-linear-gradient(90deg, #023d51 0%, #023d51 100%);
	background-image: -ms-linear-gradient(90deg, #023d51 0%, #023d51 100%);
	background-image: linear-gradient(90deg, #023d51 0%, #023d51 100%);
	background-color: #023d51;
	text-decoration:none;
	color:#f2f2f2;
}