
/***   Overide the Default padding, margin, etc.   ***/

#main_content {
	position:relative;
	left: 0;
	margin: 0 12px;
	margin-top:-10px;
	float: none;
	width: auto;
	padding: 0 0 0 16px;
	border-top: 20px solid #fff;
	border-bottom: 10px solid #fff;
}

#callout_home {
	position: relative;
	height: 439px;
	width: 100%;
	background: url(../../images/home/background.jpg) no-repeat left top;
}

/***   Intro/welcome block  ***/

#callout_intro {
	padding: 26px 20px 0 36px;
	width: 425px;
	height: 150px;
	font-size: 14px;
}

/***   3 Callout Options   ***/

#callout_home div.callout { 
	position: absolute;
	width: 135px;
	height: 180px;
	font-size: 12px;
}

	#callout_home div.callout h2 { 
		font-size: 1.9em;
		margin-bottom: 5px;
	}

	#callout_home div.callout p { 
		line-height: 1.3em;
	}
	
	#callout_home ul { 
		margin: 10px 0 0 0;
		padding: 0 10px 0 0;
		list-style: none;
	}
	
	#callout_home ul li {
		padding: 0 0 .3em 20px;
		margin: 0;
	}

#callout_software {
	top: 222px;
	left: 38px;
}

	#callout_software ul li {
		background: url(../../images/dingbats/orange_bullet.gif) 0 0 no-repeat;
	}
	
	#callout_software ul a {
		color: #C46604;
	}

#callout_demos {
	top: 222px;
	left: 200px;
}
	#callout_demos ul li {
		background: url(../../images/dingbats/red_bullet.gif) 0 0 no-repeat;
	}
	
	#callout_demos ul a {
		color: #943600;
	}

#callout_services {
	top: 222px;
	left: 362px;
}
	#callout_services ul li {
		background: url(../../images/dingbats/yellow_bullet.gif) 0 0 no-repeat;
	}
	
	#callout_services ul a {
		color: #D1AD00;
	}
	
#main_content a {
	color:#000;
	text-decoration:none;
}

#callout_software ul a:hover, #callout_demos ul a:hover, #callout_services ul a:hover {
	text-decoration:underline;
}

#news_scroller {
	position:absolute;
	bottom:92px;
	left: 29px;
	width: 500px;
	height: 30px;
}