

#HomeLeft {
	width:274px;
	float:left;
	margin-right:10px;
}

	#HomeLeft #search {
		background-color:#e6e6e6;
		width:274px; 
		height:50px;
	}	
	
	#HomeLeft #search #SearchForm {
		width:240px; 
		height:20px; 
		border:#6f6f6f solid 1px; 
		text-align:left;
		vertical-align:middle;
		background-color:#fff;
		margin:15px;
	}
	
		#HomeLeft #search #SearchForm #Label {
			margin-left:2px;
			margin-right:2px;
			font-weight:bold; 
			font-size:8pt;
			text-transform:uppercase;
		}		
		#HomeLeft #search #SearchForm #SearchText {
			border:0px none;
			border-left:#6f6f6f solid 1px;
			width:137px;
			padding-left:4px;
		}		
		#HomeLeft #search #SearchForm #SearchButton {
			margin-left:2px;
			font-weight:bold; 
			font-size:6pt;
			border:0px none;
			border-left:#6f6f6f solid 1px; 
			background-color:#FFF; 
			text-align:right; 
			text-transform:uppercase;
			width:20px;
		}
		
		#HomeLeft #ChangeCountryBtn {
			margin-bottom:8px;
			width:274px;
		}
	
	#HomeLeft #news {
		width:274px;
		margin:auto;
		margin-top:12px;
		margin-bottom:20px;
		border-top:black 1px solid;	
		border-bottom:black 1px solid;
	}		
		#HomeLeft #news img {
			margin-top:10px;
			margin-bottom:10px;
		}		
		#HomeLeft #news ul li{
			color:#808080;
			font-size:8pt;
		}
	
	#HomeLeft #subnav ul li {
		list-style-image:url('../../Assets/Images/Templates/Common/orange_bullet.gif');
		font-weight:bold;
	}	
	#HomeLeft #subnav ul li a {
		color:#333;
	}

#HomeRight {
	width:686px;
	float:left;
}

	#HomeRight #pod_commercial {
		margin-right:10px;
		float:left;
	}		
		#HomeRight #pod_commercial #caption1{
			padding:10px;
			margin-top:5px;
			width:202px;
			height:95px;
			background-image:url('../../Assets/Images/Templates/Home/commercial_bg.gif');
			background-repeat:no-repeat;
			color:white;
		}
	
	#HomeRight #pod_residential {
		margin-right:10px;
		float:left;
	}	
		#HomeRight #pod_residential #caption2{
			padding:10px;
			margin-top:5px;
			width:202px;
			height:95px;
			background-image:url('../../Assets/Images/Templates/Home/residential_bg.gif');
			background-repeat:no-repeat;
			color:white;
		}
	
	#HomeRight #pod_automotive {
		float:left;
	}	
		#HomeRight #pod_automotive #caption3{
			padding:10px;
			margin-top:5px;
			width:202px;
			height:95px;
			background-image:url('../../Assets/Images/Templates/Home/automotive_bg.gif');
			background-repeat:no-repeat;
			color:white;
		}
		
	#HomeRight #pod_commercial a, #HomeRight #pod_residential a, #HomeRight #pod_automotive a {
		color:#fff;
	}
