/* Home Page Styles ____________________________________________________________________ */
#home #content{
	padding-top: 40px;
}


/* Services ____________________________________________________________________ */
#services {
	/*margin-top: 60px;*/
	width: 940px;
	padding-left: 10px;
}

#services .tabs {
	background: #f5f4ed url(http://yaronschoen.com//../system/templates/styles/assets/tabs.png) no-repeat top left;
}
#services .tab_1 {
	background-position: 0 0;
}
#services .tab_2 {
	background-position: 0 -64px;
}
#services .tab_3 {
	background-position: 0 -128px;
}

#services .tabs li {
	width: 313px;
	padding: 23px 0 0;
	margin-left: 0px;
	cursor: pointer;
}
	#services .tabs li:first-child {
		margin-left: 0;
	}
	#services .tabs li.active {
		position: relative;
		padding-bottom: 22px;
		z-index: 1;
		
	}
	
#services .tabs_content {
	background: #faf9f5;
	border: 1px solid #c9c8c1;
	border-top: none;
	padding: 40px;
	position: relative;
	top: -2px;
}

#services h4 {
	margin-bottom: 15px;
}

#services p {
	padding-right: 190px;
	margin-bottom: 25px;
}

#services .icons {
	position: absolute;
	top: 30px;
	right: -10px;
	width: 218px;
	height: 145px;
	/*text-indent: -3000px;*/
}
