/***************************************************
	Fidelio Stylesheet
	Net Communications - 22/05/08
	Colin Gordon
	
	Site Colours:
	Background: #d1d2d4	
	Headings:	#0055a5
	Links:		#00adef
	Text:		#a0a1a4
	Navigation: #f4f4f4
****************************************************/

/***************************************************
	Reset HTML elements for consistent display
	across browsers
****************************************************/
	
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***************************************************
	Fidelio Styles
****************************************************/

body {
	background: #d1d2d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.2em;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #0055a5;}

h1 { font-size: 1.4em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.3em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text Elements */

p           { clear: both; margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a,
a:link,
a:visited {
	color: #00adef;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#wrapper {
	width: 790px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 150px;
	margin: 0;
	padding: 0;
}

#header #logo {
	position: absolute;
	height: 130px;
	left: 0;
	top: 5px;
	width: 159px;
	
}

#navigation {
	position: absolute;
	right: 0;
	top: 100px;
}

#navigation li {
	float: left;
	padding-left: 1em;
}

#navigation li a,
#navigation li a:link,
#navigation li a:visited {
	color: #f4f4f4;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
}

#navigation li a:hover,
#navigation li a:focus {
	color: #0055a5;
	border-bottom: 1px solid #f4f4f4;
	text-decoration: none;
}

#navigation li a#current {
	color: #0055a5;
	border-bottom: none;
}

#content {
	position: relative;
	clear: both;
	color: #a0a1a4;
	background: #fff;
	font-size: 0.8em;
	height: 394px;
	
}

#content h1 {
	padding: 14px 0 7px;
	margin: 0;
}

#content p {
	text-align: justify;
}

#carousel {
	position: absolute;
	left: 0;
	top: 0;
	height: 394px;
	z-index: 110;
}
#carousel img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 394px;
}

#main {
	padding: 0 75px 0 230px;
	margin: 0;
	height: 100%;
}

#main ul {
	list-style-type: disc;
}

#main ul li {
	color: #00adef;
	line-height: 2;
}
#main ul li span {
	color: #a0a1a4;
}
.services {
	background: transparent url(../img/checkboxes.jpg) no-repeat right bottom;
}
.partners {
	background: transparent url(../img/partners.jpg) no-repeat right 0;
}
.contact {
	background: transparent url(../img/contact-small.jpg) no-repeat right bottom;
}

#contactform p label {
float: left;
margin-right: 1em;
width: 100px;
text-align: right;
line-height: 2;
}
#contactform p {
margin: 0 0 5px;
}

#contactform input, #contactform textarea {
background: #d1d2d4;
border: 1px solid #d1d2d4;
color: #00adef;
width: 364px;
_width: 356px;
padding: 2px 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
#contactform input:focus, #contactform textarea:focus {
	border: 1px solid #00adef;
	background: #ecedef;
}
#copntactform textarea {
	overflow: auto;
}

#contactform #submit {
width: 60px;
color: #00adef;
font-weight: bold;
}