body {
	color:#585a5d;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height:120%;
	background-color:#ecf5fe;
}

p {
	line-height:170%;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	letter-spacing: 0.4px;
	color:#585a5d;
}

h1,h2,h3 {
	color:black;
	font-family: 'Ubuntu', sans-serif;
}

a {
	color:#1a7ec9;
	text-decoration:none;
}

a:visited {
	color:#1a7ec9;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

input.home-search {
/*	width:280px;*/
	margin: 10px 0;
	padding: 22px 15px;
}

input.home-location {
/*	width:280px;*/
	margin: 10px 0;
	padding: 22px 15px;
}

input.header-search {
/*	width:280px;*/
	margin: 5px;
	padding: 10px 15px;
	font-size:13px;
}

input.header-location {
/*	width:280px;*/
	margin: 5px;
	padding: 10px 15px;
	font-size:13px;
}

.container-body {
	max-width: 980px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.container-main {
	background-color: #ecf5fe;
}

@media (max-width:576px) {
	.container-main {
	background-color: white;
}	
}

.container-header {
	background: url('img/bg-header.png') repeat-x top;width:100%;
}

.container-nav-index {
	background: url('img/bg-nav-index.png') repeat-x top;width:100%;
}

.container-nav-shadow {
background: rgb(190,190,190);
	background: -moz-linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(236,245,254,1) 46%, rgba(236,245,254,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(236,245,254,1) 46%, rgba(236,245,254,1) 100%);
	background: linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(236,245,254,1) 46%, rgba(236,245,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bebebe",endColorstr="#ecf5fe",GradientType=1);
	height:10px;
}

.container-search-index {
	background: rgb(52,100,164);
	background: -moz-linear-gradient(180deg, rgba(52,100,164,1) 0%, rgba(66,126,191,1) 50%, rgba(52,100,164,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(52,100,164,1) 0%, rgba(66,126,191,1) 50%, rgba(52,100,164,1) 100%);
	background: linear-gradient(180deg, rgba(52,100,164,1) 0%, rgba(66,126,191,1) 50%, rgba(52,100,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3464a4",endColorstr="#3464a4",GradientType=1);
	/*background: url('img/bg-search-index.png') repeat-x top;width:100%;*/
}

.background-aus {
	 background: url('img/bg-search-australia.png') no-repeat center top;width:100%;
}

.container-addyourbusiness {
	background-color: #ecf5fe;
}

.container-footer {
	background: #ecf5fe url('img/bg-footer.png') repeat-x top;width:100%;
}


.section-header {
	height:155px;
}
.section-nav-index {
	height:54px;
}

.section-nav-shadow {
	max-width:800px;
	height:10px;
	background: rgb(190,190,190);
background: -moz-linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bebebe",endColorstr="#ffffff",GradientType=1);
}

.section-content {
background-color:white;
padding:20px!important;
line-height:140%;
max-width:800px;
	}



.section-index-search {
	height:327px;
	/*background: url('img/bg-search-australia.png') no-repeat center top;width:100%;*/
}

.section-addyourbusiness {
	height:100px;
	max-width:800px;
	background: url('img/bg-addyourbusiness.jpg');
	background-repeat: no-repeat;
	background-size: 800px 100px;
	background-position: center;
}

.section-footer {
	height:263px;
	font-size:12px;
	line-height:125%;
	padding-top:30px;
}

.section-content ul li {
	font-size: 14px;
	color:black;
}

img.adwords-certified {
	width:80px;
	height:80px;
	vertical-align: middle;
}

img.logo-top {
	width:381px;
	height:59px
}

@media (max-width: 576px) {
	img.logo-top {
	/*width:100%;*/
	
}
}

button.navigation {
	font-size:12px;
	padding:5px 5px;
	width:170px;
}

button.search-go-index {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 26px;
	padding:2px 40px;
}

button.search-go-header {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 20px;
	padding:5px 18px;
}

form.contact .form-control {
	margin:15px 5px;
}

form.contact button {
	padding:5px 30px;
	font-size:20px;
	font-weight:bold;
}

.verify-text {
	font-weight:bold;
	font-size:14px;
}

td {
	font-size:15px;
}