	* {
		margin: 0;
		padding: 0;
	}
		

	html {
		height: 100%;
		
	}
	
	body {
		font: normal .7em verdana;
   		background:  #fff; 
		color: #000;
		height: 100%;
		background: url('../images/left_menu_back.gif') ;
		background-repeat: repeat-y;
	}

	p {
		line-height: 1.8em;
		margin: 1.8em 0 1.8em 0;
	}
	

	
	h1 {
		font-size: 3.2em;
		font-weight: bold;
		line-height: normal;
		color: #000;
		padding:0;
	}

	h2 {
		font-size: 1.6em;
		font-weight: bold;
		line-height: normal;
		color: #000;
		padding:0;
	}
	
	h3	{
		font-size: 1.4em;
		font-weight: bold;
		line-height: normal;

	}
		
		
	a 	{
		font-weight: bold;
		color: #003871;
		text-decoration: underline;
	}		
	
	noscript {
		font-weight: bold;
		color: #990000;
	}
	
	a:hover {
		font-weight: bold;
		color: #BF0000;
		text-decoration: underline;
	}
	
	/* Page Formatting Elements */
	

	
	#main {
		background: url('../images/key_background2.jpg');
		position:absolute;
		top: 6em;
		width: 100%; 
		min-width: 850px;
		height:100%;
		z-index:1;
		
	}
	
	#block1, #block2, #block3 {float: left;}
	#block1 {width: 57%; margin-left: 11em; margin-right: 0}
	#block2 {width: 200px; margin-right: -200px}
	#block3 {width: 10em; margin-left: -57%;position: relative; left: -11em;height:100%;}
	* html  #block3 {width: 9em; margin-left: -57%;position: relative; left: -12em;height:100%;}
	* html #block1 {display: inline;}
	* html #footer {position: relative;}
	#footer {clear: both;}




	
		

	/* Left Navigation Menu */
		
	#leftLinks {
		position:relative;
		top: 1.8em;
		height: 100%;
		background: #F0F0F0;
		border-right: solid #CDCDCD 2px;
		text-align: center;
	}
	
	
	*html #leftLinks {
		position:relative;
		top: 3em;
		height: 100%;
		background: #F0F0F0;
		border-right: solid #CDCDCD 2px;
	}
	

	#leftLinks ul {
        list-style-type: none;
        width: 100%;
		margin: 10px 3px 0 0;
		border-bottom: 1px solid #999;
	} 

	#leftLinks li {
        border-top: 1px solid #D2D2D2;
        border-width: 1px 0;
        margin: 0;
		background: url('leftMenu_off.gif') repeat-y right #f8f8f8;
	}

	#leftLinks li a { 
        color: #333333;
        display: block;
        font-weight: normal;
        padding:1.5em 0 1.5em .5em;
        text-decoration: none;
	}

	* html #leftLinks li a {  /* make hover effect work in IE */
		width: 100%;
	}

	#leftLinks li a:hover {
        background: #000;
		color: #fff;
		font-weight: bold;
	}

	#leftLinks a em { 
        color: #333;
	}

	#leftLinks a span {
        color: #125F15;
	}
	
	#intro {
		margin-top: 5em;
		line-height: 1.9em;

	}		
	
	#intro ul {
		margin: 15px 0 0 50px;
		list-style-type: square ;
	}		
		

/* Right Side Elements */
	#right_container {
		position: relative;
		top: 60px;
		width:200px;
		
	}	



	.industry_container {
		float:left;
		margin-top: 20px;
		margin-left: 15px;
		width:180px;
		padding: 3px;
	}	
	

	
	
	.module_container {
		float:left;
		margin-top: 20px;
		margin-left: 15px;
		width:180px;
		padding: 3px;
		
		
	}	

		
	.industry_solution {
		width: 159px;		
		border-left: 1px solid #A6A6A6;
		border-bottom: 1px solid #A6A6A6;
		padding: 5px 6px 5px 5px;
		margin: 7px 0 -6px 4px;
		background: #fff;
		line-height: 1.4em;
	}
	
	
	.module_solution {
		width: 159px;
		
		border-left: 1px solid #A6A6A6;
		border-bottom: 1px solid #A6A6A6;
		padding: 5px 6px 5px 5px;
		margin: 6px 0 -6px 4px;
		background: #fff;
		
	}
	
	

	
	


	.sprite	{
		float: left;
		width: 50px;
		padding: 10px;
	}

	.sprite	img {
		border: solid 1px #fff;
	}

	.solution_text {
		float: left;
		display: inline;
		width: 200px;
		padding-right: 0px;
		font-size: .9em;
		line-height: 1.5em;
	}		
		
		
.module_solution_text {
	float: left;
	display: inline;
	width: 330px;
	padding-left: 5px;


}		
		
.content_trial_download_short {
	padding:  10px;
	border: solid 1px #A6A6A6;
	background: #FFFFEC;
}



.content_trial_download_long {
	padding:  10px;
	border: solid 1px #A6A6A6;
	background: #FFFFEC;
}




/* Formatting Elements */

	.rounded {
		background: #CCCCCC;
	}

	.centered {
		text-align: center;
	}
	
	.screenshots{
		width: 100%;
	}

	.screenshots img {
		margin: 1em;
	}

	table.screenshots td {
		text-align: center;
		padding: 10px;
		border-collapse: collapse;
		border: solid 1px #333;
		background: #fff;

	}
	

	
	

	
.reseller_results {
	padding: 7px;
	border-collapse: collapse;
	border: solid 1px #BBB;
	width: 85%;
	background: #fff;
}



