/* 
	JH Bertrand
	Home Screen CSS
		
 */
 /* home */
 
 #features {
		background:  url(/content/v1/us/img/featurebackup.jpg) no-repeat;
		width: 982px;
		height: 276px;
 }
 
 	#bigKit,
	#blog,
	#options {
		float: left;
		_display: inline;
		width: 210px;
		height: 117px;
		padding: 20px 15px 0 105px;
		color: #7e7e7e;
		line-height: 1.1;
		font-size: 12px;
	}
	#bigKit a,
	#blog a,
	#options a {
		text-decoration: inherit;
	}
	
	
	#bigKit {
		width: 197px;	
		padding-left: 110px;
		background: url(/content/v1/us/img/bigkit.jpg) no-repeat;
	}
	
	#blog {
		background: url(/content/v1/us/img/blog.jpg) no-repeat;
	}
		#blog h2,
		#blog p {
			margin-left: 35px;
		}
		#blog p {
			width: 160px;
		}
		
	
	#options {
		padding-left: 100px;
		width: 215px;
		background: url(/content/v1/us/img/valueoptions.jpg) no-repeat;
	}
	
		#bigKit h2,
		#blog h2,
		#options h2{
			font-size: 22px;
			font-weight: normal;
			color: #d35501;
			text-transform: uppercase;
			padding: 0 0 5px 0;
		}
		
			#blog h2 em {
				font-style: normal;
				font-weight: bold;
				font-size: 120%;					
			}
		
		#blog p {
		}
		
		p.date {
			padding: 0!important;
			font-size: 10px;
		}
		
		p.more {
			float: right;	
			padding-left: 10px !important;
		}
		
			p.more a,
			#options li a {
				background: url(/content/v1/us/img/link-arrow.gif) no-repeat left;
				padding-left: 8px;
				font-size: 11px;
			}
			
		#options li {
			width: 100px;
			padding-right: 5px;
			float: left;
			_display: inline;
		}
	

