/*************************************************************************
---------------------------- HOME PAGE ----------------------------------
*************************************************************************/

body#home #contentWrapper {
	position:relative;
	width:764px;
	height:349px;
	background:url('/Assets/images/HomeNav/MainTop_03.png');
	* background: none;	/* This rule tells the alpha filter to use a transparent background */
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='/Assets/images/HomeNav/MainTop_03.png', sizingMethod='crop'); /* This filter is only understood by IE */
	background-repeat:no-repeat;
	padding:0px 0px 4px 0px;
	margin-top:10px;
	margin-left:-4px;
}

#NavRow {
	width:515px;
	height: 60px;
	background: url('/Assets/images/HomeNav/HeaderTag.gif');
	background-repeat:no-repeat;
	margin:-10px 0px 10px -25px;
	padding:0px;
	position: relative;
}

/* -- Main Column
------------------------------------------------------------------------*/

body#home #main {
	float:left;
	margin-top:19px;
	width:470px;
	height:307px;
	padding:10px 10px 0px 20px;
	background:url('/Assets/images/HomeNav/MainCenter_03.png');
	* background: none;	/* This rule tells the alpha filter to use a transparent background */
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='/Assets/images/HomeNav/MainCenter_03.png', sizingMethod='scale'); /* This filter is only understood by IE */
}

#mainBottom {
	width:500px;
	height:24px;
	background:url('/Assets/images/HomeNav/MainBottom_03.png');
	* background: none;		/* This rule tells the alpha filter to use a transparent background */
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='/Assets/images/HomeNav/MainBottom_03.png', sizingMethod='crop'); /* This filter is only understood by IE */
	background-repeat:no-repeat;
	clear:left;
}

#main h3 {
	padding: 0px;
	margin:0px;
	margin-top:-10px;
	font-size:24px;
	font-weight: normal;
	color: #353D67;
	letter-spacing: -1px;
	line-height:1em;
	/*	background: url(/Assets/images/pagetitleBg.gif) no-repeat; */	
}

#RotatorAnchor {
	float:right;
	width:245px;
	height:314px;
	_height:305px;
}
#Rotator, #RotatorNext {
	position:absolute; top:2px; left:250px; cursor:pointer;
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='Assets/images/Rotator/2.png', sizingMethod='scale'); /* This filter is only understood by IE */
}
#NavRow li {
	display:none;
}

/* Sidebar - Navigation
------------------------------------------------------------------------*/
#sidebar {
	float:right;
	width:250px;
	padding:0px;
	padding-top:0px;
}

#nav {
	background:url('/Assets/images/HomeNav/HomeNavCenter_04.png');
	* background: none;		/* This rule tells the alpha filter to use a transparent background */
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='/Assets/images/HomeNav/HomeNavCenter_04.png', sizingMethod='scale'); /* This filter is only understood by IE */
	background-position:left;
	height:1%;
}

#navBottom {
	height:23px;
	background:url('/Assets/images/HomeNav/HomeNavBottom_04.png');
	* background: none;		/* This rule tells the alpha filter to use a transparent background */
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='/Assets/images/HomeNav/HomeNavBottom_04.png', sizingMethod='crop'); /* This filter is only understood by IE */
	background-repeat:no-repeat;
	background-position:top left;
}
#navTop {
	height:23px;
	background:url('/Assets/images/HomeNav/HomeNavTop_04.png');
	* background: none;		/* This rule tells the alpha filter to use a transparent background */
	* filter:progid:dximagetransform.microsoft.alphaimageloader(src='/Assets/images/HomeNav/HomeNavTop_04.png', sizingMethod='crop'); /* This filter is only understood by IE */
	background-repeat:no-repeat;
	background-position:top left;
}
#nav ul li {
	margin-right:8px;
	padding:0px 10px;
}

#nav a {
	display:block !important; /* for Mozilla browsers */
	display:inline-block; /* for IE */
	font-size:11px;
	line-height:14px;
	color:#333B66;
	width:240px;
	height:58px;
	padding:2px 0px 2px 0px;
}

	#HomeNav{
		width:233px;
		height:310px;
		background: url('/Assets/images/HomeNav/SideNav.gif');
		background-repeat:no-repeat;
		margin:0px 0px 0px 10px;
		padding-top:-15px;
		position: relative;
	}
	#HomeNav li {margin:0px; padding:0px; list-style: none; position:absolute; top:0; left:-16px; width:250px;}
	#HomeNav li, #HomeNav a {height:60px; display:block;}
	#homeNavAbout {top:0px; }
	#homeNavServices {top:55px !important;}
	#homeNavPortfolio {top:120px !important;}
	#homeNavApproach {top:180px !important;}
	#homeNavContact {top:245px !important;}
	#homeNavAbout a:hover {background:transparent url('/Assets/images/HomeNav/SideNav.gif') -232px 0px no-repeat;}
	#homeNavServices a:hover {background:transparent url('/Assets/images/HomeNav/SideNav.gif') -232px -55px no-repeat;}
	#homeNavPortfolio a:hover {background:transparent url('/Assets/images/HomeNav/SideNav.gif') -232px -120px no-repeat;}
	#homeNavApproach a:hover {background:transparent url('/Assets/images/HomeNav/SideNav.gif') -232px -180px no-repeat;}
	#homeNavContact a:hover {background:transparent url('/Assets/images/HomeNav/SideNav.gif') -232px -245px no-repeat;}

/* -- 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;
	}

