/* HTML elements
 ---------------------------------------------------------------------*/
body {
	font: x-small/150% Arial, Helvetica, sans-serif; 
	background:#313131 url(../images/base/body_bg.png) repeat-x; 
	color:#7B7B7B;
}


a {color:#F82ACE; text-decoration:none;}
a:hover {text-decoration:underline;} 
h1, h2, h3, p, ul, ol {margin-bottom:1em;}
strong {font-weight:bold;}

/* Custom elements
 ---------------------------------------------------------------------*/
/*#masthead {
	background:url(../images/base/masthead_bg.png) no-repeat 95.2639% 64px;
}*/
#logo {background:url(../images/base/logo.png) no-repeat;}
#navigation {
	font-size:1.2em; 
	background:url(../images/base/content_start.png) no-repeat left bottom;
}
#navigation li li {font-size:.9em;}
#navigation a, #navigation li:hover li a {color:#FFF; text-decoration:none;}
#navigation li:hover a, #navigation a:hover, #navigation li:hover li a:hover {color:#F82ACE; text-decoration:none;}
#content {
	color:#4C4C4C; font-size:1.1em;
	background:url(../images/base/content_bg.png) repeat-y;
}
#primarycontent h2 {font-size:1.5em;}
#primarycontent h3 {font-size:1em; color:#339900; font-weight:bold;}
#primarycontent ul, #primarycontent ol {margin-left:2em; list-style:disc;}
#footer {background:url(../images/base/content_end.png) no-repeat left top;}
#footer p {margin-bottom:.5em;}
#footer .designs-by {color:#000000;}
#footer .sitemap {
	background:url(../images/icons/sitemap.png) no-repeat left center;
}
.mainheading {position:relative;}
.mainheading span {
	background-repeat:no-repeat; display:block; position:absolute;
}

/* Graphical headings
 ---------------------------------------------------------------------*/
.ttl-homepage {
	background-image:url(../images/headings/homepage.png);
	width:332px; height:28px;
}
.ttl-about {
	background-image:url(../images/headings/about.png);
	width:264px; height:28px;
}
.ttl-clients {
	background-image:url(../images/headings/clients.png);
	width:264px; height:28px;
}
.ttl-contact {
	background-image:url(../images/headings/contact.png);
	width:264px; height:28px;
}.ttl-links {
	background-image:url(../images/headings/links.png);
	width:264px; height:28px;
}
.ttl-news {
	background-image:url(../images/headings/news.png);
	width:264px; height:28px;
}
.ttl-events {
	background-image:url(../images/headings/events.png);
	width:264px; height:28px;
}
.ttl-case {
	background-image:url(../images/headings/case.png);
	width:264px; height:28px;
}
.ttl-services {
	background-image:url(../images/headings/services.png);
	width:264px; height:28px;
}
.ttl-whyus {
	background-image:url(../images/headings/why_us.png);
	width:300px; height:28px;
}
.ttl-carbon {
	background-image:url(../images/headings/carbon.png);
	width:300px; height:28px;
}


.ttl-sitemap {
	background-image:url(../images/headings/sitemap.png);
	width:264px; height:28px;
}
