.home #content {
	float: none;
	width: auto;
}
#tabs {
	clear: both;
	margin-top: 2.5em;
	background: url("../img/style/home/bg-tabcontent.png") no-repeat 50% 0;
}
#tabNavigation {
/*	background: url("../img/style/home/bg-tabs.gif") repeat-x 50% 4px; */
	overflow: hidden;
	margin-left: 0 !important;
	list-style: none !important;
}
#tabNavigation li {
	float: left;
	clear: none;
	line-height: 50px;
	padding: 0 39px;
}
#tabNavigation li.first-child {
	padding-right: 42px;
/*	background: url("../img/style/home/bg-tabs-left.gif") no-repeat 0 4px; */
}
#tabNavigation li.last-child {
/*	background: url("../img/style/home/bg-tabs-right.gif") no-repeat 100% 4px; */
	padding-right: 51px;
}
#tabNavigation li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	height: 50px;
}
#tabNavigation li a span {
	display: block;
}
#tabNavigation li a span span {
	display: block;
	padding: 0 26px;
}
#tabNavigation li a.selected span span {
	line-height: 42px;
	height: 50px;
}


#tabNavigation li a.selected {
	line-height: 42px;
	background: url("../img/style/home/bg-tab-active.gif") no-repeat center top;
	color: #03344F;
}
#tabNavigation li a.selected span {
	background: url("../img/style/home/bg-tab-active-left.gif") no-repeat;
}
#tabNavigation li a.selected span span {
	background: url("../img/style/home/bg-tab-active-right.gif") no-repeat right top;
}


.tabContent {
	padding: 25px 30px 0 275px;
	margin: 0;
	min-height: 265px;
	background: no-repeat 25px 11px;
	margin: 0 13px;
}
.tabContent.selected {
	display: block;
}
.tabContent h1 {
	margin-top: 0;
}

#web_development { background-image: url("../img/style/home/web-development.png"); }
#graphic_design { background-image: url("../img/style/home/graphic-design.png"); }
#internet_marketing { background-image: url("../img/style/home/internet-marketing.png"); }

/* fat footer */
#footer {
	overflow: hidden;
	color: #FFF;
}
#footer h2 {
	color: #FFF;
	font-size: 24px;
}
#latest-news, #featured-work {
	float: left;
	clear: none;
	width: 406px;
	margin-left: 30px;
}
#latest-news ol li {
	border-top: 1px dotted #FFF;
	padding: 8px 0;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#latest-news ol li.first-child {
	border: 0px none;
	padding-top: 0;
}
#latest-news ol li .item {
	margin-left: 60px;
}
#latest-news ol li h3 {
	margin: 0;
}
#latest-news ol li h3 a {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
#latest-news ol li .newslistdate {
	background: url("../img/style/bg-calendar.png") no-repeat;
	display: block;
	margin-right: 10px;
	width: 50px;
	height: 49px;
	line-height: 200%;
	text-align: center;
	position: relative;
	margin: 10px 0 15px;
	float: left;
	clear: none;
}
#latest-news ol li .newslistdate .day {
	display: block;
	font-weight: normal;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #26343E;
	position: absolute;
	top: 19px;
	left: 0;
	display: block;
	width: 50px;
}
#latest-news ol li .newslistdate .month {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
}
#latest-news ol li .newslistdate .year {
	display: none;
}
#featured-work img {
	background: url("../img/style/bg-large-thumb.gif") no-repeat;
	padding: 10px;
}
#featured-work dd {
	display: none;
}

