/* UNIVERSAL JEEP COLOURING */
#menu,
.btn-primary,
.btn-primary:hover,
.btn-primary:active{
	background-image: none;
	background-color: #A79A65;
	border-color: #51846E;
}
a,
footer a{
	color: #51846E;	
}
a:hover,
footer a:hover{
	color: #601320;
}
.btn-primary{
	border-top-width: 2px;
	border-right-width: 2px;
}
.btn-primary:hover{
	border-top-width: thin;
	border-right-width: thin;
}
footer{
	background-color: #f8f8f8;	
	color: #444;
}
footer h5{
	color: #444;
}

.info_phone{
	background-image:url(../../../../../image/graphics/UJS_phone.png);
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
}
.info_email{
	background-image:url(../../../../../image/graphics/UJS_email.png);
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
}
.info_map{
	background-image:url(../../../../../image/graphics/UJS_map.png);
	background-size:20px 20px;
	background-repeat:no-repeat;
 	background-position:center;
}
.social_icon{
	height:40px;
	width:40px;
	float:right;
	margin:0px 15px;
}