/*=============================== Index.html =================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #7f7f7f url(../img/bg_grey.gif) repeat-x top;
	min-width: 800px;
	padding: 15px 15px;
}


#mainwrap {
	height:80%;
	min-width: 920px;
	background: #FFFFFF;
	padding: 8px;	
}



#nav {
	vertical-align:text-bottom;
	float: right;
	margin-top:40px;
	margin-bottom:10px;
}


/* Rollover Banner */

#flashintro {
	
	height: 140px;
	background: url(../img/bg_contentrepeat.jpg) top left repeat;
	margin-bottom: 8px;
}


#flashintro div			
	{width:200px; height:140px;float:left;}
		
	#distribute	div
	{background: url(../img/rollover/dist.jpg) 0 0 no-repeat;}		
	#distribute:hover div
	{background-position: 0 -140px;}
	
	#capture	div			
	{background: url(../img/rollover/cap.jpg) 0 0 no-repeat;}	
	#capture:hover div		{
	background-position: 0 -140px;}
	
	#process	div			
	{background: url(../img/rollover/proc.jpg) 0 0 no-repeat;}	
	#process:hover div		
	{background-position: 0 -140px;}

#flashintro #image {
	float:right;
	width:310px; 
	background: url(../img/flashimage.jpg) top right no-repeat;
	}
	
#columnimage {
float:right;
width:128px;
height:128px;
padding:5px;
}


#banner {
	height:90px;
	background: #efefef url(../img/bg_bannercontentrepeat.jpg) top left repeat;
	margin-bottom: 8px;
}

#bannerleft
{
width:300px;
float:left;
}	

#bannerright
{
height:90px;
float:right;
}	






/*=================embedded Images========*/


#embedphotoright {
float:right;
height: 150px;
width: 100px;
padding: 10px;
}

#embedphotoleft {
float:left;
height: 150px;
width: 100px;
padding: 10px;
}


/*==============List/Navigations Definitions============*/


#nav ul li {
	padding: 0px 10px 0px 10px;
	float: left;
	list-style: none;
}


ul#footnav {
	margin-left: 8px;
}


ul#footnav li {
	float: left;
	list-style: none;
	padding-right: 18px;
	padding-top:10px;
}


#subnav ul li {
list-style: none;
}


/*=============Spacer Definitions=============*/

.spacer {
	clear: both;
	height: 0px;
}

.spacer span {
}
