@import url('about.css');
@import url('process.css');
@import url('casestudies.css');
@import url('contact.css');

html
{
	height:100%;
	margin:0;
	padding:0;
	overflow: scroll;
}

body
{
	height:100%;
	margin:0;
	padding:0;
	background:#C9CED2 url(../images/bg.jpg) top center no-repeat;
	
	font-family: Helvetica, Arial,tahoma,sans-serif; 
	letter-spacing: 0px; 
}

a { color: #FFA400; }

.subBody  
{ 
	font-size: 16px;
	line-height: 23px; 
	color:#999999;
}
	
h1
{
	font-size: 24px;
	line-height: 30px; 
	color:#FFA400;
	font-weight:normal;
	margin:0px;
}

#mainNav
{ 
	width: 755px;
	height:36px;
	font-size: 13px; /*11px;*/
	letter-spacing: -.5px;
	padding:16px 0px 0px 0px;
	margin:0px auto 0px auto;
}

#mainNav #voLogo
{
	float:left;
	margin:0px 0px 0px 25px;
}

#mainNav ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#mainNav a
{
	color:transparent;
	text-decoration: none;
	display:block;
	float:left;
}

#mainNav img
{
	display:block;
	float:left;
}

#mainNav a#navHome
{
	width:165px;
	height:36px;
	background:url(../images/topnav.gif) 0px 0px no-repeat;
}

	#mainNav a#navHome:hover
	{
		background:url(../images/topnav.gif) 0px -36px no-repeat;
	}

#mainNav a#navShowcase
{
	width:118px;
	height:36px;
	background:url(../images/topnav.gif) -165px 0px no-repeat;
}

	#mainNav a#navShowcase:hover
	{
		background:url(../images/topnav.gif) -165px -36px no-repeat;
	}
	
	#mainNav a#navShowcase.selected
	{
		background:url(../images/topnav.gif) -165px -72px no-repeat;
	}

#mainNav a#navAbout
{
	width:113px;
	height:36px;
	background:url(../images/topnav.gif) -283px 0px no-repeat;
}

	#mainNav a#navAbout:hover
	{
		background:url(../images/topnav.gif) -283px -36px no-repeat;
	}
	
	#mainNav a#navAbout.selected
	{
		background:url(../images/topnav.gif) -283px -72px no-repeat;
	}

#mainNav a#navProcess
{
	width:108px;
	height:36px;
	background:url(../images/topnav.gif) -396px 0px no-repeat;
}

	#mainNav a#navProcess:hover
	{
		background:url(../images/topnav.gif) -396px -36px no-repeat;
	}
	
	#mainNav a#navProcess.selected
	{
		background:url(../images/topnav.gif) -396px -72px no-repeat;
	}

#mainNav a#navCaseStudies
{
	width:138px;
	height:36px;
	background:url(../images/topnav.gif) -504px 0px no-repeat;
}

	#mainNav a#navCaseStudies:hover
	{
		background:url(../images/topnav.gif) -504px -36px no-repeat;
	}
	
	#mainNav a#navCaseStudies.selected
	{
		background:url(../images/topnav.gif) -504px -72px no-repeat;
	}

#mainNav a#navContact
{
	width:109px;
	height:36px;
	background:url(../images/topnav.gif) -642px 0px no-repeat;
}

	#mainNav a#navContact:hover
	{
		background:url(../images/topnav.gif) -642px -36px no-repeat;
	}
	
	#mainNav a#navContact.selected
	{
		background:url(../images/topnav.gif) -642px -72px no-repeat;
	}

#content
{
	width:750px;
	margin:auto;
	padding-bottom:10px;
}

.showcase #content
{
	width:100%;
	padding-bottom:0;
}

#showcase
{
	position:absolute;
}

.leftCol
{
	width:130px;
	float:left;
	margin:0px 30px 0px 0px;
}

.leftCol p
{
	margin:0px 0px 1em 0px;
}

.rightCol
{
	width:590px;
	float:left;
}

.showcase #mainNav
{
	visibility: hidden;
	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}