/* Global reset from http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start */

html
{
	min-height: 100%;
	height: 100%;
}

body
{
	color: #000000;
	background-color: #EEEEEE;
	min-height: 100%;
	height: 100%;
	font-family: "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1;
}

div#canvas
{
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('../images/canvas.png');
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 192px;
	overflow: hidden;
}

div#header
{
	width: 1000px;
	height: 299px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 8px 90px;
	margin: 0 auto;
}

div#header > div
{
	height: 100%;
	background-image: url('../images/header-div.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

div#company-name
{
	float: left;
	font-size: 42px;
	font-weight: bold;
	margin: 20px 0 0 40px;
}

div#company-number
{
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin: 38px 40px 0 0;
}

div#navbar
{
	margin: 241px 30px 0 30px;
	overflow: hidden;
}

div#navbar > ul
{
	overflow: hidden;
	border-left: 1px solid #999999;
	float: left;
}

div#navbar > ul > li
{
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	border-right: 1px solid #999999;
}

div#navbar > ul > li > a
{
	color: #DDDDDD;
	padding: 13px 0.5em 12px 0.5em;
	text-decoration: none;
	display: block;
	float: left;
}

div#navbar > ul > li > a:hover
{
	color: #FFFFFF;
	background-color: #000000;
}

div#body
{
	width: 980px;
	overflow: hidden;
	margin: 10px auto;
	line-height: 1.2;
}

div#main
{
	float: right;
	width: 70%;
}

div#main > div
{
	padding: 0 20px;
}

div#sidebar
{
	float: right;
	width: 30%;
	margin-top: 65px;
}

div#sidebar > div
{
	padding: 0 20px;
	border-right: 1px solid #CCCCCC;
}

span.company-name,
span.company-number
{
	font-weight: bold;
}

div#sidebar > div > address
{
	margin: 0.5em 0;
}

div#sidebar > div > div.image
{
	width: 250px;
	height: 250px;
	margin: 1em auto;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	background-color: #FFFFFF;
}

div#sidebar > div > div.image > div
{
	background-image: url('../images/sidebar-div-image-div.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100%;
}

div#body ul,
div#body ol
{
	padding: 0 1.5em;
	margin: 1em 0;
}

div#body ul
{
	list-style-type: disc;
}

div#body ol
{
	list-style-type: decimal;
}

div#body li
{
	padding: 0.2em 0;
}

div#footer
{
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 90px;
}

div#footer > div
{
	text-align: right;
	line-height: 1.3;
	width: 960px;
	margin: 0 auto;
	padding: 15px 20px;
	overflow: hidden;
}

div#footer > div > ul
{
}

div#footer > div > ul > li
{
	display: inline;
	border-left: 1px solid #000000;
	padding: 0 0.4em;
}

div#footer > div > ul > li:first-child
{
	border-left: none;
}

div#footer > div > ul > li:last-child
{
	padding-right: 0;
}

div#footer a
{
	color: #000000;
}

sup,
sub  { font-size: 70%; }

sup { vertical-align: top;    }
sub { vertical-align: bottom; }

a       { color: #191966; text-decoration: underline; }
a:hover { color: #CC6600; text-decoration: none; }

h1, .h1 { font-size: 35px; margin: .67em 0; font-weight: bold; text-align: center; }
h2, .h2 { font-size: 24px; margin: .83em 0; font-weight: bold; text-align: left;   }
h3, .h3 { font-size: 18px; margin: .90em 0; font-weight: bold; text-align: left;   }

h1:first-child, .h1:first-child { margin-top: 0; }

p,
li,
dt,
dd
{
	line-height: 1.2;
}

p
{
	text-align: justify;
	margin: 1.2em 0;
}

div.text-block > p             { text-indent: 3em  !important; }
div.text-block > p:first-child { text-indent: 0    !important; }

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p
{
	text-indent: 0 !important;
}

table
{
	margin: 1em auto;
}

th,
td
{
	font-weight: normal;
	padding: 0.1em;
}

th { text-align: right; }
td { text-align: left; }

form dl > dt
{
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0 !important;
}

form dl > dd
{
	margin: 0 0 0.5em 2em;
	padding: 0 !important;
}

.problem
{
	color: #CC0000;
	font-weight: bold;
}

.mandatory
{
	color: #CC0000;
}

textarea
{
	width: 100%;
	display: block;
	overflow: auto;
}

.highlight { color: #CC0000; }

img.left
{
	display: block;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

img.right
{
	display: block;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

img.centre
{
	display: block;
	margin: 0.5em auto 0.5em auto;
}

ul.area-links
{
	list-style: none !important;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

ul.area-links > li
{
	display: block;
	float: left;
	width: 33%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.free
{
	text-transform: uppercase;
}

