/*************************************************************************
---------------------------- HOME PAGE ----------------------------------
*************************************************************************/

body#home #contentWrapper {
	position:relative;
	width:750px;
	height:348px;
	background: url(img/home/contentWrapperBg.gif) no-repeat;
	padding:0 5px 4px 3px;
	}


/* -- header
------------------------------------------------------------------------*/

body#home #header {
	position:relative;
	width:758px;
	height:93px;
	background:url(img/headerBg.gif);
	}


/* -- Main Column
------------------------------------------------------------------------*/

body#home #main {
	position:absolute;
	top:0;
	left:3px;
	width:390px;
	height:265px;
	padding:20px;
	background-image: url(img/home/baby.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

body#home #main img {
	position:absolute;
	top:0;
	right:50;
	}

/*
body#home #main h3 {
	width:211px;
	height:83px;
	background: url(img/home/h3.gif) no-repeat;
	}

body#home #main h3 span {
	margin-left:-5000px;
	}

body#home #main p {
	width:218px;
	height:174px;
	background:  url(img/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(img/test.gif); */
	}

#homeNav a {
	display:block;
	width:239px;
	height:58px;
	}

a#homeNavProfile {
	background:url(img/home/tabs/off/profile.gif);
	}

a#homeNavCapabilities {
	background:url(img/home/tabs/off/capabilities.gif);
	}

a#homeNavPortfolio {
	background:url(img/home/tabs/off/portfolio.gif);
	}

a#homeNavMethodology {
	background:url(img/home/tabs/off/methodology.gif);
	}

a#homeNavContact {
	background:url(img/home/tabs/off/contact.gif);
	}

a#homeNavLaboratory {
	background:url(img/home/tabs/off/laboratory.gif);
	}

a#homeNavProfile:hover {
	background:url(img/home/tabs/on/profile.gif);
	}

a#homeNavCapabilities:hover {
	background:url(img/home/tabs/on/capabilities.gif);
	}

a#homeNavPortfolio:hover {
	background:url(img/home/tabs/on/portfolio.gif);
	}

a#homeNavMethodology:hover {
	background:url(img/home/tabs/on/methodology.gif);
	}

a#homeNavContact:hover {
	background:url(img/home/tabs/on/contact.gif);
	}

a#homeNavLaboratory:hover {
	background:url(img/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:470px;
	background:url(img/home/capabilities/branding.gif);
	}

/*
a#homeCapWebDe {
	width:67px;
	background:url(img/home/capabilities/webDe.gif);
	}

a#homeCapPrint {
	width:74px;
	background:url(img/home/capabilities/print.gif);
	}

a#homeCapAdvertising {
	width:71px;
	background:url(img/home/capabilities/advertising.gif);
	}

a#homeCapAnimation {
	width:60px;
	background:url(img/home/capabilities/animation.gif);
	}

a#homeCapWebAp {
	width:101px;
	background:url(img/home/capabilities/webAp.gif);
	}
*/
	
/* -- Copyright
------------------------------------------------------------------------*/

body#home #copyright {
	width:758px;
	}


