#container {	width: 1100px;	margin-right: auto;	margin-left: auto;}
#phone-number {position: absolute; height: 50px; width: 200px; right: 10px; top: 5px; background-image: url(images/phone.png); background-position:left; background-repeat: no-repeat; padding-left: 50px; line-height: 50px; color: #fff; font-size: 24px; text-align: right;}
body {	font-family:Verdana, Arial, Helvetica, sans-serif;	color: #666666;	background-image: url(images/body-bg.gif);	background-repeat: repeat-x;	font-size: 12px;	line-height: 22px;	background-color: #f6f7f8;	}
* {	margin: 0;	padding: 0;}
a {outline: none;}
p  {	margin-bottom: 10px;}
h2  {	color: #252525;	margin-bottom: 10px;	font-size: 14px;}
.green {	color: #207a00;}
#betacapital {	margin-left: 10px;	width: 200px;	float: left;}
#betacapital h1 a {	background-image: url(images/logo.jpg);	height: 64px; margin-top: 20px;	width: 200px;	text-decoration: none;	text-indent: -9999em;	display: block;}
#logos {	text-align: center;	height: 57px;	background-image: url(images/logos2.png);	background-repeat: no-repeat;	clear: both;	background-position: center;	margin-top: 30px;}
#map {	width: 350px;	float: left;	margin-left: 50px;	margin-top: 20px;}
#contact-left {	float: left;	width: 260px;}

#header {	height: 100px;	position: relative;	margin-bottom: }
#product {	float: left;	width: 169px;	margin-left: 6px;	height: 210px;	text-align: center;}
#product  h1 {	color: #252525;	font-size: 13px;	text-align: center;}
#top-right {	width: 840px;	float: right;}
#top-right  li  {	margin-left: 30px;	margin-right: 30px;}
#bottom-left {	-moz-box-shadow: 0 0 3px 2px #d8d5d5;	-webkit-box-shadow: 0 0 3px 2px #d8d5d5;	height: 390px;	width: 680px;	float: left;	line-height: 22px;	padding: 20px;	margin-bottom: 20px;	background-color: #FFFFFF;		border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #CCCCCC;	border-bottom-color: #CCCCCC;}
#bottom-right {	-moz-box-shadow: 0 0 3px 2px #d8d5d5;	-webkit-box-shadow: 0 0 3px 2px #d8d5d5;	float: right;	height: 390px;	width: 320px;	padding: 20px;	background-color: #FFFFFF;	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #CCCCCC;	border-bottom-color: #CCCCCC;}
.call {	text-align: center;	margin-top: 10px;}
#bottom-right h2 {	color: #252525;	margin-bottom: 10px;	font-size: 14px;}
#bottom-right a {	text-decoration: none;	color: #666666;}
#bottom-right a:hover {	text-decoration: underline;}
#bottom-right li {	list-style-type: none;	color: #666666;	font-weight: bold;	line-height: 25px;	font-size: 12px;	list-style-image: url(images/arrows.png);	margin-left: 25px;}
#bottom-left a {	color: #666666;	font-weight: bold;	text-decoration: none;}
#bottom-left a:hover {	text-decoration: none;}
.content {	padding: 20px;	margin-bottom: 30px;	-moz-box-shadow: 0 0 3px 2px #d7d8db;	-webkit-box-shadow: 0 0 3px 2px #d7d8db;	float: left;	clear: both;	width: 1060px;	background-color: #FFFFFF;	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #CCCCCC;	border-bottom-color: #CCCCCC;}
.content li {	margin-left: 50px;}
#footer {	text-align: center;	margin-top: 20px;	font-size: 10px;	color: #CCCCCC;	line-height: 15px;}
#product a {	color: #252525;}
#footer a {	color: #999999;	text-decoration: none;}
#footer a:hover {	text-decoration: underline;}
.call-us {	margin-top: 30px;	font-weight: bold;	color: #15AC66;}
#top-right a {	text-decoration: none;	color: #666666;	font-weight: bold;}
.content a {	font-weight: bold;	text-decoration: none;}
.content a:hover {text-decoration: underline;}
.content ul {	margin-bottom: 20px;}
.bold {	font-weight: bold;}
#disclaimer {	color: #666666;}
#disclaimer a {	color: #666666;}
.content a {	color: #666666;}
.enquire {	float: right;	margin-right: 20px;}
.bold-black {	font-weight: bold;	color: #333333;}
#contact-left a {	color: #207A00;	text-decoration: underline;}
#contact-left a:hover {	text-decoration: none;}
h3 {color: #207a00; margin-bottom: 10px; }

.content h3 a {color: #207a00; margin-bottom: 10px; }

#phone-number a {color: #fff; text-decoration: none;}
.align-right {float: right; padding: 0px 20px 10px 20px;}

.licences {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

a.btn-gradient {
    background: rgb(85,166,5);
    background: -moz-linear-gradient(top, rgba(85,166,5,1) 0%, rgba(64,127,4,1) 100%);
    background: -webkit-linear-gradient(top, rgba(85,166,5,1) 0%,rgba(64,127,4,1) 100%);
    background: linear-gradient(to bottom, rgba(85,166,5,1) 0%,rgba(64,127,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a605', endColorstr='#407f04',GradientType=0 );
    color: #fff;
    height: 35px;
    margin-right: 10px;
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;    
}

a.btn-gradient:hover {
    text-decoration: none;
}



#footer #disclaimer{ display:none; }


