.heading {
	font-size: 1.7em;
	color:#295097;
	margin:15px 0 10px 0;
}

ul.list {
	list-style-type: disc;
	margin-left: 20px;
	}

.prices {
	
	border-collapse:collapse;
	background-color: #ebebeb;
	text-align: center;
}

.prices td, .prices th{
	border: 1px solid #ebebeb;
	padding: 5px;
}


th {
	color:#767793;
	background-color: #e3e3e3;
}

.red{
	color: red;
}

.green {
	color: green;
}

.yellow {
	color: #efc500;
}

.str {
	background-color: #e7e7e7;
}

.brd{
	border: solid 3px #e7e7e7;
}

.gallery ul{
	
}

.gallery li{

  float:left;
  display:block;
  position:relative;
}

.gallery2 li{

  float:left;
  display:block;
  position:relative;
  margin:0px 5px 20px !important;
  margin:0px 3px 20px;
}

.gallery img, .gallery2 img{
  border: solid 5px #fbfbfb;
}

.gallery img:hover, .gallery2 img:hover{
  border: solid 5px #e0e0ec;
}

.gtext{
	margin:10px 0 10px 0;
	color: #295097;
	font-size: 1.3em;
}


