/* 
	Styles for the solutions section of the website
	They're separate, since they aren't needed for the other sections and would bloat the main css file
*/


div#solmain {
	/*float: left; */
	margin-left: 200px;
	width: 560px;
	padding-right: 10px;
	padding-top: 20px;
	background: url(../images/Realtime.jpg) no-repeat 412px 20px;
	}
	
/* Fix IE Float Bug \*/
div#solmain { margin-right: -3px; }
/* End Fix */

div#solmain p {
	margin: 10px;
	text-align: justify;
	}

div#solmain ul {
	margin:10px;
	margin-left:20px;
	}

div#solmain li {
	list-style:none;
	padding-left:10px;
	background: url(../images/indigo-bullet.gif) no-repeat 0 3px;
	margin-bottom: 5px; 
	_height: 1%;
	}

div#solmain a {color:#336;}
div#solmain a:visited {color:#336;}
div#solmain a:hover {color:#F93;}

div#solmain h3 {
	margin-left:10px;
	color:#006;
	font-size:13px;
	padding:3px 0;
	}

div#solmain h4 {margin-left:10px;}
