/* Reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top left;
}
body {
	font-size: 76%;
	}
ul {
	list-style: none;
	}
img,
abbr,
acronym {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
caption,
th {
	text-align: left;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,
q:after {
	content: "";
}
:focus {
	outline: 0;
}

/* Styling */

/* Basic */
body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #252525;
	}
p, dt, dd, blockquote {
	line-height: 1.6;
	margin-bottom: .8em;
	}
blockquote {
	font-style: italic;
	margin-left: 60px;
	}
a {
	border-bottom: 1px dotted #fed650;
	}
#main a, #areas h3 a, #sidecontent dt a {
	color: #f59c00;
	}
#main a:hover, #areas h3 a:hover {
	border-bottom-color: #f38b02;
	}
#companyname h2,
#nav ul,
#header h1,
#header p,
#content,
#getintouch,
#footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
	}
#nav ul:after, #benefits:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility:	hidden;
	font-size: 1%;
	line-height: 0;
	}
	
/* Header */

#companyname {
	padding-top: 10px;
	min-height: 50px; /*60*/
	background-color: #252525;
	}
#companyname h2 {
	width: 896px;
	min-height: 22px;
	background-image: url('../graphics/logo.png');
	background-position: 0px 8px;
	padding-left: 44px;
	color: white;
	font-size: 2.4em;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	}
#nav {
	padding: 17px 0;
	min-height: 26px; /*60*/
	background-color: #f38b02;
	color: white;
	font-size: 1.1em;
	}
#nav li {
	float: left;
	margin-right: 6px;
	}
#nav a {
	display: block;
	padding: 4px 16px 5px 16px;
	border: none;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	}
#nav a:hover {
	background-color: #fbab01;
	}
#nav li.active a {
	background-color: #fbab01;
	}
#header {
	background: #fdc404 url('../graphics/header-bg.png') repeat-x scroll bottom left;
	border-top: 1px solid #fed650;
	}
#header h1 {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 6em;
	color: white;
	line-height: .4;
	padding-top: 38px;
	min-height: 141px; /*179*/
	background-image: url('../graphics/header-dots.png');
	background-position: top right;
	}
#header h1 span {
	font-size: .4em;
	color: #252525;
	letter-spacing: -0.02em;
	}

/* Content */

#content {
	padding-top: 50px;
	}
#main {
	margin-bottom: 40px;
	width: 460px;
	}
#main h2 {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	color: #d8000b;
	margin: 1.4em 0 .8em 0;
	}
#main > h2:first-child {
	margin-top: 0;
	}
#main h2 a {
	border-color: #e2e2e2;
	}
#main h2 a:hover {
	border-color: #d8000b;
	}
#sidecontent {
	width: 310px;
	float: right;
	position: relative;
	top: -82px; /*-32*/
	left: 5px;
	}
#areas {
	padding-bottom: 18px;
	background-image: url('../graphics/areas-bg-bottom.png');
	background-position: bottom center;
	}
#areas h2, #areas h3 {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 2em;
	padding-left: 24px;
	padding-right: 24px;
	}
#areas h2 {
	font-weight: bold;
	padding-top: 17px;
	min-height: 54px; /*71*/
	padding-bottom: .6em;
	background-image: url('../graphics/areas-bg-top.png');
	background-position: top center;
	}
#areas h3 {
	padding-bottom: .3em;
	cursor: pointer;
	}
#areas h3 a {
	display: block;
	padding-bottom: .1em;
	}
#areas ul {
	background-image: url('../graphics/areas-bg-middle.png');
	background-repeat: repeat-y;
	}
#sidecontent dt {
	margin-top: 40px;
	}
#sidecontent blockquote {
	margin-left: 0;
	}
#testimonials #sidecontent dt, #testimonials #sidecontent dd {
	display: none;
	}
.author {
	font-weight: bold;
	}
#getintouch {
	clear: both;
	}
#benefits {
	margin-bottom: 40px;
	width: 500px;
	}
.benefit {
	margin-right: 20px;
	width: 220px;
	float: left;
	}
.benefit p {
	min-height: 50px;
	}
.hassle {
	background-image: url('../graphics/benefit-hassle.png');
	}
.profits {
	background-image: url('../graphics/benefit-profits.png');
	}
.liabilities {
	background-image: url('../graphics/benefit-liabilities.png');
	}
#benefits h3 {
	font-size: 1.6em;
	color: #f59c00;
	margin-bottom: 10px;
	}
.benefit p {
	padding-left: 60px;
	}
#getintouch {
	width: 970px; /*970*/
	background-image: url('../graphics/contact-bg.png');
	min-height: 96px;
	}
#getintouch a {
	display: block;
	padding-top: 18px;
	height: 50px; /*68*/
	width: 222px;
	font-size: 1.8em;
	color: #d8000b;
	float: left;
	position: relative;
	left: -1px;
	top: -1px;
	border: none;
	background-color: #fdc404;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	margin: 15px 20px 0 15px;
	}
#getintouch a.message {
	margin-left: 0;
	margin-right: 0;
	}
.images-on #getintouch a.telephone, .images-on #getintouch a.message {
	text-indent: -9999px;
	background-color: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
.images-on .telephone {
	background-image: url('../graphics/contact-telephone-bg.png');
	}
.images-on .message {
	background-image: url('../graphics/contact-message-bg.png');
	}
#getintouch p {
	width: 460px;
	float: right;
	margin: 19px 15px 0 0;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.2;
	color: #f59c00;
	}
.js-on #getintouch p {
	font-size: 1.8em;
	}
#newspagenavigation {
	background-color: #eee;
	padding: 7px 12px 8px 12px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
#newspagenavigation {
	cursor: default;
	}
#newspagenavigation span, #newspagenavigation a {
	padding: 4px 12px 5px 12px;
	border: none;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	color: white;
	}
#newspagenavigation a {
	background-color: #fbab01;
	}
#newspagenavigation a:hover {
	background-color: #f38b02;
	}
#newspagenavigation span.ditto_currentpage {
	background-color: #d8000b;
	}
.ditto_currentpage, .ditto_page, .ditto_previous_link, .ditto_next_link {
	margin-left: 10px;
	}

/* Forms */

form {
	margin: 1.2em 0 1.2em 0;
	}
fieldset {
	padding: 1.6em 0;
	margin-bottom: 1.2em;
	}
fieldset.submit {
	border: none;
	}
legend {
	font-weight: bold;
	margin-left: 8px;
	}
label {
	clear: left;
	display: block;
	float: left;
	padding: .31em 1em 0 0;
	text-align: right;
	width: 10em;
	}
label.checkbox {
	margin: 0;
	padding: 0;
	position: relative;
	left: 11em;
	text-align: left;
	width: 18em;
	}
input {
	float: left;
	margin: 0 0 .6em 0;
	}
input.checkbox {
	position: relative;
	right: 9em;
	}
input.submit {
	margin-top: 0;
	margin-left: 11em;
	}
input, textarea {
	font-size: 1em;
	width: 18em;
	}
#online-payment input.submit {
	width: 180px;
	}
input.checkbox {
	width: inherit;
	}

/* Footer */

#footer-container {
	background-color: #252525;
	background-image: url('../graphics/footer-bg-top.png');
	background-repeat: repeat-x;
	color: white;
	margin: 60px 0 7px 0;
	overflow: auto;
	padding: 24px 0 32px 0;
	}
#footer dl.main {
	width: 220px;
	margin-right: 20px;
	float: left;
	}
#footer dl.info {
	float: right;
	margin-right: 0;
	}
#footer dt {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #f59c00;
	margin-bottom: .6em;
	}
#footer dt a {
	border: none;
	}
#footer dd a {
	border-color: #444;
	}
#footer dd a:hover {
	border-color: white;
	}
#footer dl.main dl dt {
	font-size: 1em;
	color: white;
	display: inline;
	}
#footer dl.main dl dd {
	display: inline;
	}
#footer dl.info dt {
	color: #cacaca;
	}
.rss-feed {
	position: relative;
	top: 9px;
	left: 4px;
	}
body {
	background-color: white;
	background-image: url('../graphics/footer-bg-bottom.png');
	background-position: bottom;
	background-repeat: repeat-x;
	}
