body{
	font-family: "Times New Roman", Times, serif;
  }

.demo {cursor:pointer;}

.clearfloat {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	border: 0px none;
	line-height: 0px;
}


p {
	font-size: 16px;
	text-align: justify;
}


#footerMain p {font-size: 10px;}  
#footerMain p a:link {
    color: white;    
    text-decoration: none;}

a:link {text-decoration: none;}

/*a:link {
    color: white;    
    text-decoration: none;}*/
/*ul a:link {
	color: black;    
    text-decoration: none;
}*/	
/*a:visited {
    color: #000000;
    text-decoration: none;}*/
p a:hover, ul a:hover {
  color: white;
  background-color: red;
  text-decoration: none;}
  
a:active {text-decoration: underline;}

	
.breadcrumb {
	text-align: center;
	background-color: #d3d3d3;
	padding: 10px;}

ul.breadcrumb {
	margin: 10px 0 0 0;
    padding: 0px 5px;
    list-style: none;
	text-align: center;
	/*border: 2px solid #ccc;*/
    /*background-color: #eee;*/
}
ul.breadcrumb li {
	display: inline;
	font-size: 16px;
	padding: 5px 5px;}


	
/*ul.breadcrumb li+li:before {
    padding: 2px;
    color: black;
    content: "/\00a0";
}
/*ul.breadcrumb li a {color: #ff0000;}*/

.active {font-weight: bold;}

.w3-btn {width:150px;}
  
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	top: 100%;
    left: 50%;
    margin-left: -60px;

}

.tooltip:hover .tooltiptext {visibility: visible;}

#telephone a:link {color: #000000;}

/*SUPPLIER BROCHURE*/
.supplier-brochure-top {
	margin: auto;
	width: 1024px;
	/*margin: 5px 10px 5px 20px;*/
	padding: 10px;
}
.supplier-brochure {
	margin: auto;
    width: 90%;
    border: 3px solid white;
	/*position: relative;*/
	/*margin: 5px 10px 5px 20px;*/
	padding: 5px;
	background-color: #000000;
}

.supplier-brochure-logo {
	float: right;
	margin-right: 20px;
}

.gallery {
	margin: 5px 10px 5px 10px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 150px;
	
}

.gallery:hover {
	border: 1px solid #777;
}

.gallery img {
	width: 100%;
	height: auto;
}

.supplier-brochure h2 {
	color: #ffffff;
	margin-left: 10px;
	padding: 10px;
}
.supplier-desc p{
	padding: 3px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}



/*PHOTOS*/
#gallery {display: center;}
  
th {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;}
  
td {
	overflow: hidden;
	padding: 5px 5px;
	border: 2px solid #cccccc;}
	
.gallery-box {
  margin-top: 10px;
  padding: 5px 5px;}
.gallery-box p {text-align: center;}  
  
.gallery1, #gallery2, .classics2 {margin-top: 20px;}
.classics1 {margin: 5px 0 0 50px;}  
.classics2 {margin: 20px 0 0 0px;}
  
#photomain img {
  width: 120px;
  height: 100px;
  text-align: center;
}
#photomain1 img {
  width: 120px;
  height:100px;
  text-align: center;
  padding: 10px;
}

#photomain1 .classics1 img {
  width: 700px;
  height: 300px;
}

/*CONTACT US*/
#contactother #contactgrp1 {
	float: left;
	padding: 10px 20px;
	width: 450px;
}
#contactother #contactgrp2 {
	float: left;
	padding: 10px 20px;
	width: 350px;
}
#contactmap {
	width:100%;
	text-align: center;
} 
.accreditation2 {
	text-align: center;
	margin: 20px 0 20px 0;
  
  }  
