/* ** Main Nav ** */
#NavMain {
	background: transparent;
	font-family: arial, sans-serif;
	font-weight:bolder;
	font-size: 11pt; /* using absolute for menu */
	
}

#NavMain li { 
 	list-style: none; 
	float: left;
	line-height: 20px;
}

#NavMain li#last-nav {
	margin-right: 0px;
}

#NavMain li a { 
	float: left;
	text-decoration: none;
	padding : 0px;
	color: #374031;
}

#NavMain li span.outerSpan {
	padding-left: 18px;
	padding-right : 0px;
	text-align: center;
	margin : 0px;
}


#NavMain li a:hover { 
	color: #788e67;	
	cursor: pointer;
}


#NavMain li a.section {
	color: #788e67;
}

#NavMain li a.section:hover { 
	color: #92ae7e;	
	cursor: pointer;
}

#NavMain li a.current,
#NavMain li a.current:hover { 
	color: #92ae7e;
	cursor: default;
}


	#solutions #NavMainAccent {
		background: transparent url("../images/nav-accents-main-and-secondary-900x2.png") 130px 0px no-repeat; 
	}

	#portfolio #NavMainAccent {
		background: transparent  url("../images/nav-accents-main-and-secondary-900x2.png") 200px 0px no-repeat; 
	}

	#contact #NavMainAccent {
		background: transparent  url("../images/nav-accents-main-and-secondary-900x2.png") 280px 0px no-repeat; 
	}


/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
/* ** Main SECONDARY ** */
#NavSecondary {
		/* parent must be "position : relative" */
	position : absolute;
 	right: 0px; 
 	bottom: 1px; /* 1px stripe */
	background: transparent;
	font-family: arial, sans-serif;
	font-weight:normal;
	font-size: 9pt; /* using absolute for menu */
	
}
#NavSecondary li { 
 	list-style: none; 
	float: left;
	line-height: 20px;
}

#NavSecondary li#last-nav {
	margin-right: 0px;
}

#NavSecondary li a { 
	float: left;
	text-decoration: none;
	padding : 0px;
	color: #374031;
}

#NavSecondary li span.outerSpan {
	padding-left: 18px;
	padding-right : 0px;
	text-align: center;
	margin : 0px;
}


#NavSecondary li a:hover { 
	color: #788e67;	
	cursor: pointer;
}


#NavSecondary li a.section {
	color: #788e67;
}

#NavSecondary li a.section:hover { 
	color: #92ae7e;	
	cursor: pointer;
}

#NavSecondary li a.current,
#NavSecondary li a.current:hover { 
	color: #92ae7e;
	cursor: default;
}

	#NavSecondLineAccent {
		background: #1c1e1b;
	}

	#process #NavSecondLineAccent {
		background: #1c1e1b url("../images/nav-accents-main-and-secondary-900x2.png") -70px -1px no-repeat; 
	}


	#web-development #NavSecondLineAccent {
		background: #1c1e1b url("../images/nav-accents-main-and-secondary-900x2.png") 0px -1px no-repeat; 
	}

	#design #NavSecondLineAccent {
		background: #1c1e1b url("../images/nav-accents-main-and-secondary-900x2.png") 100px -1px no-repeat; 
	}

	#content-management #NavSecondLineAccent {
		background: #1c1e1b url("../images/nav-accents-main-and-secondary-900x2.png") 200px -1px no-repeat; 
	}

	#e-commerce #NavSecondLineAccent {
		background: #1c1e1b url("../images/nav-accents-main-and-secondary-900x2.png") 310px -1px no-repeat; 
	}


/** Breadcrumbs **********************/

#Breadcrumbs { 
	
	text-align: left;
	/* font-size: 0.8em;  */	margin-left: 12px; 
	margin-bottom: 0px; 
	padding : 0px;
	color : #555;
	}
	
	#Breadcrumbs a {
		color: #435039;
		text-decoration : none;
	}
	#Breadcrumbs a:hover { 
		color: #92ae7e;	
		cursor: pointer;
	}

/************************************



/* Footer *****************************************/

#Footer { 

	position : absolute;
	bottom : 0px;
	margin-top : 20px;
	margin-bottom : 6px;
	width: 100%;
	font-size: 9pt;
	line-height: 14pt;
	font-family: "arial", "Times New Roman", serif;
 	color: #333;
	background: transparent; /* url(../images/footer-bg.png) top left repeat-x; */
	}
	
	#Footer #FooterBody {
		float : right;				
		margin-right : 15px;
	}
	
		/* need this too, as regular link is there for site credit */
  	#Footer a ,
  	#Footer .seperator { 
   		color : #374031;
		text-decoration : none;
	}
	#Footer a:hover {
	   	color: #788e67; 
		cursor: pointer;
	}
	
  	#Footer #Copyright { 
  		margin-left : 35px;
  		margin-right : 20px;
	}	
  	#Footer #SiteCredit { 
  		margin-left : 20px;
	}
	#Footer .outerSpan {
	}

	#Footer a.current ,
	#Footer a.current:hover { 
		/* TO DO: current one will stand out just a shade */
   		color : #788e67;
		cursor: default;
	}
	
	#Footer a.section {
		/* TO DO: current one will stand out just a shade */
   		color : #788e67;
	}
	#Footer a.section:hover { 
	   	color: #AAA; 
	}	


#HomepageSambhogakaya #Footer { 

	margin : 0px;

	position : absolute;
	top : 660px; 
	left : 0px;
	width : 100%;
	height : 50px;
	
 	color: #666;

}






