/* CSS Document */
body{
	background-color:#23257e;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
.table{display: table}
.tr{display: table-row}
.td{
	display: table-cell;
	vertical-align: top;
}
.center, .container .center{text-align: center}
.container {
	background-color: #FFF;
	background-image: url(/images/main-bg-image.jpg);
	background-repeat:no-repeat;
	width: 970px;
	margin: 0 auto;
	text-align: center;
	color:#000;
	padding: 10px;
}
.container *{text-align: left}
.header{height: 170px}
.header, .logo, .logo a, .trustmark, .trustmark a, .dulux, .dulux a, .confidence, .confidence a{display: block}
.logo{
	background-image: url(/images/apc-decorating-tiverton-logo-2016.png);
	background-size: contain;
	width: 460px;
	height: 150px;
	float: left;
}
.logo, .trustmark{margin:0 0 0 20px}
.logo a{
	width: 460px;
	height: 150px;
}
.logo a span, .trustmark a span, .dulux a span, .confidence a span{display: none}
.logo a, .trustmark a, .dulux a, .confidence a, .email, .email a, .email2, .email2 a, .topmenu a, .footmenu a, .phone a, .mobile a{text-decoration: none}
.logo, .trustmark, .dulux, .confidence{background-repeat: no-repeat}
.trustmark, .trustmark a{
	width: 200px;
	height: 85px;
}
.trustmark, .dulux, .confidence{background-position: center}
.trustmark, .dulux, .confidence{
	float: none;
	display: inline-block;
}
.trustmark{background-image: url(/images/trustmark-2018.png)}
.dulux{
	background-image: url(/images/dulux-select-decorators-winner.png);
	width: 160px;
	height: 69px;    
	margin: 5px 18px 0;
	clear: right;
}
.dulux a{
	width: 200px;
	height: 60px;
}
.confidence{
	background-image: url(/images/trading-standards-approved-small.jpg);
	margin: 10px 0 0;
}
.confidence, .confidence a{
	background-size: auto 100%;
    height: 72px;
    width: 146px;
}
.phone, .mobile, .email, .email a, .email2, .email2 a{font-weight: bold}
.phone, .phone a{color: #e62d37}
.mobile, .mobile a{color: #fac81c}
.email, .email a{color: #8272b1}
.email2, .email2 a{color:#33CC00}
.contact{
	padding-top: 40px;
	font-size: 22px;
}
.contact p{
	margin: 2px 10px;
	text-align: right;
}
.topmenu, .footmenu, .topmenu a, .footmenu a{color:#FFF} 
.topmenu, .footmenu, .topmenu a:hover, .footmenu a:hover{border-radius: 5px}
.topmenu, .footmenu{
	background-color:#2e3192;
	height: 35px;
	vertical-align:middle;
	padding-top: 10px;
	box-shadow: 3px 3px 3px #ccc;
	font-size: 18px;
}
.topmenu a, .footmenu a{
	padding: 5px;
	margin-left: 5px;
}
.topmenu a:hover, .footmenu a:hover{
	color:#000;
	background-color:#FFF;
}
.topmenu ul, .topmenu li, .footmenu ul, .footmenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.topmenu li, .footmenu li{
	display: inline;
	float: left;
}
.article{
	min-height: 700px !important;
	/*height: 700px;*/
	overflow:visible;
	margin-top: 5px;
}
.footer,.copy{margin-top:20px}
.footer *{text-align: center}
.copy{font-size: 12px;} 
.copy, .copy a{color:#999}
.leftcol{
	width: calc(50% - 20px);
	vertical-align: top;
	float: none;
}
.leftcol *{text-align: center}
.leftcol h3{
	font-size: 24px;
	margin-top: 0;
}
.leftcol .gallery_link h3{font-size:14px}
.leftcol a{
	font-size: 14px;
	font-weight: normal;
}
.leftcol img {
  	max-width: 100%;
  	height: auto;
}
.rightcol{
  	width: calc(50% - 40px);
  	display: inline-block;
	clear: none;
	vertical-align:top;
	padding: 0 20px;
}
.rightcol h2{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size:36px;
}
.rightcol h2.sub{font-size: 32px}
.rightcol p{font-size: 16px}
img {box-shadow: 3px 3px 3px #ccc}
form .td{padding: 5px}
img.thumb{
	border: 0;
	width: 205px; 
	height: 154px; 
}
.thumbp a{margin-right: 20px}
.thumbp a:last-child{margin-right: 0}
.thumbp{
	margin: 5px 0 10px;
	padding-bottom: 5px;
	text-align: center;
}
.inBlock{display:inline-block}
.ctr{text-align:center}