/**
 * Styles rules for homepage
 * @author Luis Pirir lpirir@truepresence.com, luispirir@gmail.com
 */
	body.home { background: url(../pix/bg_site_home.jpg) repeat-x; }
	#submenu { overflow: hidden; }
		#submenu-items {
			float: left;
			width: 440px;
			height: 315px; outline: 1px solid #fff;
		}	
			#submenu-items img { float: right; }
			#submenu-items form input {
				float: left;
				width: 100px;
				height: 12px;
				background: url(../pix/bg_search.jpg) no-repeat;
				margin-top: 13px;
				color: #fff;
				padding: 3px 5px;
				font-size: 1.1em;				
			}
		#scm-sidebar-banner { 
			float: left;
			width: 752px;
			height: 315px;
		}
	#text.home {
		float: left;
		width: 506px !important;
		padding: 0 30px !important;
		font-size: 1.3em !important;
		color: #747373 !important;		
	}
		#text.home h2 {
			font-size: 1.4sem;
			line-height: 1.3em;
			text-transform: uppercase;
			color: #314f9b;
		}
		#text.home strong {
			font-size: 1.3em;
		}
	#servicesbtp {
		float: left;
		width: 600px;
		border-left: 1px solid #c1c1c1;
	}
		#servicesbtp h3 {
			font-size: 1.8em;
			margin: 0 0 0.5em 20px;
		}
		#servicesbtp #optionsbtp {
			float: left;
			width: 269px;
			color: #747373;
			font-size: 1.2em;
			padding: 0 20px;
			border-right: 1px solid #c1c1c1;			
		}
			#optionsbtp h4 {
				color: #314f9b;
				font-size: 1.2em;
				margin: 0.5em 0;
			}
		#servicesbtp #data {
			float: left;
			width: 240px;
			padding: 0 25px;
			color: #747373;
			font-size: 1.2em;
		}
			#data strong { color: #333; }
			#data h4 {
				color: #314f9b;
				font-size: 1.4m;
				margin: 0.5em 0;
			}
			#data #scm-sidebar-tax-incentives { padding-bottom: 10px; }
			#data #scm-sidebar-networking {
				border-top: 1px solid #c1c1c1;
				padding-top: 10px;
				margin-top: 10px;
			}
				#scm-sidebar-networking h4, #scm-sidebar-tax-incentives h4 {
					font-size: 1.5em;
					color: #152b62;
				}
