DIV#welcome h1 {
	color:#e71100;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:13px;
	text-transform:uppercase;
}
DIV.contactRow{
	overflow:hidden;
	margin:0px 0px 26px 0px;
	border-bottom: 1px solid #000000;
}
DIV.panel{
	width:231px;
	padding: 0px 0px 13px 0px;
	float:left;
}
DIV.panel p{
	padding:4px 0px;
	margin:0px;
	font-size:12px;
}
div.map {
	width:300px;
	height:280px;
	float:right;
	border:1px solid #50575d;

}
DIV.panel img{
	width: 100%;
	height: auto;
	display: block;
}
DIV.panel h2{
	background-color:#e71100;
	border:1px solid #e71100;
	border-width:1px 0px;
	color:white;
	text-align:center;
	margin:0px 0px 4px 0px;
	padding:4px 0px;
	font-size:12px;
	text-transform:uppercase;
}
DIV.panelStoke{
	
}
DIV.panelS h2{
	background-color:#e71100;
	border:1px solid #e71100;
	border-width:1px 0px;
}

DIV#contactDetails {
	width:566px;
	float:left;
}

@media screen and (max-width: 960px) {
	DIV#contactDetails {
		width: auto;
		float: none;
	}
	DIV#enquiryFooter {
		width: auto;
		float: none;
	}
	
	div.map {
		width: 47%;
	}
	DIV.panel {
		width: 47%;
	}
}

@media screen and (max-width: 600px) {
	div.map {
		width: auto;
		float: none;
	}
	DIV.panel {
		width: auto;
		padding: 0px 0px 13px 0px;
		float: none;
	}
	DIV.contactRow {
		padding-bottom: 13px;
	}
}