/*************************************************************************
---------------------------- HOME PAGE ----------------------------------
*************************************************************************/

body#home #contentWrapper {
	position:relative;
	width:750px;
	height:348px;
	background: url('../_images/home/contentWrapperBg.gif') no-repeat;
	padding:0 5px 4px 3px;
	}


/* -- header
------------------------------------------------------------------------*/

body#home #header {
	position:relative;
	width:758px;
	height:93px;
	background:url('../_images/headerBg.gif');
	}


/* -- Main Column
------------------------------------------------------------------------*/

body#home #main {
	position:absolute;
	top:0;
	left:3px;
	width:456px;
	height:265px;
	padding:20px;
	background-image: url('../_images/home/baby.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	}

body#home #main img {
	position:absolute;
	top:0;
	right:0;
	}

body#home #main h3 {
	width:211px;
	height:83px;
	background: url('../_images/home/h3.gif') no-repeat;
	}

body#home #main h3 span {
	margin-left:-5000px;
	}

body#home #main p {
	width:218px;
	height:174px;
	background:  url('../_images/home/p.gif');
	margin-top:12px;
	}

body#home #main p span {
	margin-left:-5000px;
	}
	
baby {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

	
/* -- Navigation
------------------------------------------------------------------------*/

#homeNav {
	position:absolute;
	top:0;
	right:5px;
	width:239px;
	height:348px;
	/* background:url('http://www.sparkplug.com/_images/test.gif'); */
	}

#homeNav a {
	display:block;
	width:239px;
	height:58px;
	}

a#homeNavProfile {
	background:url('../_images/home/tabs/off/profile.gif');
	}

a#homeNavCapabilities {
	background:url('../_images/home/tabs/off/capabilities.gif');
	}

a#homeNavPortfolio {
	background:url('../_images/home/tabs/off/portfolio.gif');
	}

a#homeNavMethodology {
	background:url('../_images/home/tabs/off/methodology.gif');
	}

a#homeNavContact {
	background:url('../_images/home/tabs/off/contact.gif');
	}

a#homeNavLaboratory {
	background:url('../_images/home/tabs/off/laboratory.gif');
	}

a#homeNavProfile:hover {
	background:url('../_images/home/tabs/on/profile.gif');
	}

a#homeNavCapabilities:hover {
	background:url('../_images/home/tabs/on/capabilities.gif');
	}

a#homeNavPortfolio:hover {
	background:url('../_images/home/tabs/on/portfolio.gif');
	}

a#homeNavMethodology:hover {
	background:url('../_images/home/tabs/on/methodology.gif');
	}

a#homeNavContact:hover {
	background:url('../_images/home/tabs/on/contact.gif');
	}

a#homeNavLaboratory:hover {
	background:url('../_images/home/tabs/on/laboratory.gif');
	}


/* -- Capabilities
------------------------------------------------------------------------*/

#capabilities {
	position:absolute;
	left:3px;
	bottom:4px;
	padding:5px;
	width:485px;
	height:19px;
	}

#capabilities li {
	display:inline;
	float:left;
	}

#capabilities a {
	height:19px;
	display:block;
	}

a#homeCapBranding {
	width:112px;
	background:url('../_images/home/capabilities/branding.gif');
	}

a#homeCapWebDe {
	width:67px;
	background:url('../_images/home/capabilities/webDe.gif');
	}

a#homeCapPrint {
	width:74px;
	background:url('../_images/home/capabilities/print.gif');
	}

a#homeCapAdvertising {
	width:71px;
	background:url('../_images/home/capabilities/advertising.gif');
	}

a#homeCapAnimation {
	width:60px;
	background:url('../_images/home/capabilities/animation.gif');
	}

a#homeCapWebAp {
	width:101px;
	background:url('../_images/home/capabilities/webAp.gif');
	}

	
/* -- Copyright
------------------------------------------------------------------------*/

body#home #copyright {
	width:758px;
	}

