body {
	margin: 0;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	line-height: 160%;
}

#p-home #logo {
	margin: 210px 0 0 43px;
}

#p-home #logo h1 a {
	background: url('../images/logo.jpg') no-repeat;
	width: 471px;
	height: 58px;
	display: block;
	text-indent: -9999px;
}

#p-home #logo h1 a:hover {
	background: url('../images/logo.jpg') 0px -58px no-repeat;
}

#wrapper {
	width: 1053px;
	padding-left: 47px;
}

#logo h1 a {
	background: url('../images/sub-logo.jpg') no-repeat;
	width: 301px;
	height: 17px;
	text-indent: -9999px;
	display: block;
	margin: 44px 0 91px 0;
}

#nav ul {
	margin: 0 0 20px 0;
	width: 150px;
}

#nav #tv-portfolio,
#nav #press-portfolio {
	left: 70px;
}

#nav li {
	position: relative;
	list-style: none;
}
#nav li.focus {
	list-style:disc;
}

#nav li a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 160%;
}

#nav li ul {
	position: absolute;
	left: 150px;
	display: none;
}

#nav .small-list {
	width: 50px !important;
}

#n-advertising ul {
	top: 0;
}

#n-not-advertising ul,
ul#press-portfolio,
ul#interactive-portfolio{
	top: -16px;
}

ul#recent-work {
	top: -32px;
}

#n-not-advertising ul {
	width: 200px;
}

#top-image,
#content {
	margin-bottom: 70px;
}

#content {
	width: 700px;
}

#content h1 {
	text-transform: uppercase;
}

#content .left {
	float: left;
	margin-right: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:394px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}
