* {
	margin: 0;
	padding: 0;
	}

body {
	font: normal 0.8em/1em Arial, Helvetica, sans-serif;
	background: #fff;
	color: #036;
	}

h1, h2, h3, h4 { line-height: 1em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
p, li { line-height: 1.5em; }

a { color: #2071c1; }

a:hover { color: #529ae2; }

.clear { clear: both; }
.carrot { font-size: 1.2em; }
.backtotop {
	clear: both;
	}
.backtotop a { 
	font-size: 0.85em;
	padding-right: 12px;
	background: url(img/backtotop.gif) no-repeat right;
	}

#main-container {
	width: 755px;
	margin: 0 auto;
	}

#header {
	margin-top: 20px;
	margin-bottom: 20px;
	}
#header span {
	display: none;
	}
#header #main-logo {
	float: left;
	}
#header h1 {
	width: 258px;
	height: 60px;
	background: url(img/logo-title.gif) no-repeat;
	margin-left: 100px;
	}

/*--- Navigation ---*/

#navbar {
	width: 328px;
	height: 32px;
	float: right;
	list-style: none;
	}
#navbar li {
	float: left;
	}
#navbar li a {
	height: 32px;
	display: block;
	background-image: url(img/navbar.png);
	}
#navbar li a#nav-home {	width: 62px; background-position: 0 0; }
#navbar li a#nav-about { width: 68px; background-position: -62px 0; }
#navbar li a#nav-services { width: 125px; background-position: -130px 0; }
#navbar li a#nav-contact { width: 73px; background-position: -255px 0; }
#navbar li a#nav-home:hover { background-position: 0 -32px; }
#navbar li a#nav-about:hover { background-position: -62px -32px; }
#navbar li a#nav-services:hover { background-position: -130px -32px; }
#navbar li a#nav-contact:hover { background-position: -255px -32px; }
#navbar li a#nav-home.selected { background-position: 0 -64px; }
#navbar li a#nav-about.selected { background-position: -62px -64px; }
#navbar li a#nav-services.selected { background-position: -130px -64px; }
#navbar li a#nav-contact.selected { background-position: -255px -64px; }

#intro {
	clear: both;
	margin-bottom: 20px;
	}
#intro span {
	display: none;
	}

.content {
	clear: both;
	}
.content h2 span {
	display: none;
	}
.content .text-left {
	width: 387px;
	float: left;
	padding: 0 20px;
	}
.content .text-right {
	width: 328px;
	float: right;
	}
.content .text-right p, .content .text-right h3 {
	padding-left: 20px;
	padding-right: 20px;
	}
.content .text-full {
	padding: 0 20px;
	}
.content ul, .content li {
	margin: 0.5em 0;
	}


#footer {
	clear: both;
	font-size: 0.85em;
	color: #135bac;
	margin: 20px 0 20px 0;
	padding-bottom: 4px;
	background: #bad8f8 url(img/footer-bottom.gif) bottom no-repeat;
	}
#footer a {
	color: #135bac;
	/*text-decoration: none;
	border-bottom: 1px dashed #135bac;*/
	}
#footer .text-left {
	width: 407px;
	padding: 0 10px;
	float: left;
	}
#footer .text-right {
	width: 318px;
	padding-right: 10px;
	float: right;
	}
#footer .footer-top {
	height: 4px;
	background: url(img/footer-top.gif) no-repeat;
	}

