/* Interior page styles */
#book-page #side{
	display: none;
}
#book-page #contents{
	width: 650px;
	margin-right: 0;
}


#services, 
#services li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#services li{
	float: left;
	width: 252px;
}
#services a{
	display: block;
	height: 54px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -1000em;
	outline: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#services li#video a{
	background-image: url(../../images/nav-int_video.gif);
	background-color:  #439D5A;
}
#services li#cases a{
	background-image: url(../../images/nav-int_cases.gif);
	background-color: #BD924B;
}
#services li#digital a{
	background-image: url(../../images/nav-int_tech.gif);
	background-color: #6493A8;
}
#services a:hover,
#services-page li#video a,
#clients-page li#cases a,
#tech-page li#digital a{
	background-position: 0px -54px;
}

.contact-info{
	margin-left: 0;
	padding-left: 0;
}
.contact-info li{
	padding-left: 20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-repeat: no-repeat;
	list-style: none;
}
.contact-info li.address{
	background-image: url(../../images/icon-address.gif);
}
.contact-info li.map{
	background-image: url(../../images/icon-map.gif);
}
.contact-info li.phone{
	background-image: url(../../images/icon-phone.gif);
}
.contact-info li.cell{
	background-image: url(../../images/icon-cell.gif);
}
.contact-info li.fax{
	background-image: url(../../images/icon-fax.gif);
}
.contact-info li.email{
	background-image: url(../../images/icon-email.gif);
}
.contact-info li ul{
	margin-left: 1.25em;
	padding-left: 0;
}
.contact-info li * li{
	padding-left: 0;
	margin: 0;
	list-style-type: square;
}
