@import url('components/services-links.css');
@import url('components/articles-links.css');
@import url('components/contact-information.css');
@import url('components/ebook.css');

h1 {
	margin-top: 0.3em;
}


body#pages-services-body div#inner-content {
	background: url('../images/banners/services.jpg') no-repeat top left;
}

body#pages-articles-body div#inner-content {
	background: url('../images/banners/articles.jpg') no-repeat top left;
}


body#pages-services-body h1, body#pages-articles-body h1 {
	margin-top: 1.2em;
}

body#pages-services-body div#services-home-page h2 {
	margin-top: 0.5em;
	color: #000;
	font-weight: normal;
}

body#pages-services-body div#services-home-page h3 {
	background: url('../images/other/circle-with-tick-inside.png') no-repeat top left;
	margin-top: 1.3em;
	padding-bottom: 2px;
}

body#pages-services-body div#services-home-page h3, body#home-services-body div#services-home-page p {
	padding-left: 25px;
}

body#pages-sitemap-body h1 {
	margin-top: 0;
}

h3.as-seen-on-tv {
	position: relative;
}

h3.as-seen-on-tv img {
	padding-left: 8px;
	position: absolute;
	top: 0; right: -8px;
}


/* articles */
div#column-right div {
	margin-bottom: 22px;
}

div.google-maps-js {
	height: 350px;
}

div.column-inner {
	float: left;
	padding: 0 25px;
	width: 40%;
}

div#column-1 {
	border-right: 3px solid #1c6787;
	padding-left: 0;
}

ul.articles {
	padding-left: 20px;
}

/* service fees */
table.fees {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 22px;
}

table.fees th {
	border-bottom: 1px solid #999;
}

table.fees th.procedure {
	width: 500px;
}
table.fees th.crown-procedure {
	width: 420px;
}
table.fees th, table.fees td {
	padding: 8px;
}

table.fees td {
	border-bottom: 1px solid #ccc;
}
table.fees td.wider {
	width: 130px;
}