* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-size: 100.01%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1em;
	background: #000000 url(../images/logo.gif) 50% 68px no-repeat;
	text-align : center;
}

#page-wrapper {
	margin: 0 auto;
	margin-top: 121px;
	text-align: left;
	width: 386px;
	font-size: 11px;
	min-height: 400px;
}

* html #page-wrapper {
	height: 400px;
}

#footer {
	padding: 13px 0 20px 0;
	background-color: #000000;
	text-align: center;
}

h2 {
	padding-bottom: 10px;
}

h3 {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
}

ul {
	padding: 0 0 39px 0;
	margin: 0;
	display: block;
}

li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

li a {	
	height: 17px;
	display: block;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}

li a:hover {	
	background-position: 0 -16px;
}

li.selected a {	
	background-position: 0 -16px;
}

li a span { display: none;}

li.showreel a {
	width: 88px;
	background-image: url(../images/nav-watchShowreel.gif);
}

li.contact a {
	width: 67px;
	background-image: url(../images/nav-contactUs.gif);
}

li.testimonials a {
	width: 75px;
	background-image: url(../images/nav-testimonials.gif);
}

li.clients a {
	width: 84px;
	background-image: url(../images/nav-clients.gif);
}

p {
	padding-bottom: 25px;
}

strong {
	color: #901414;
}

a {
	color:#ffb300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#scroll-content {
	padding-bottom: 22px;
	text-align: left;
}

img {
	border: none;
}

.flash-link {
	text-align: center;
}

.clientsEvents li {
	padding: 0 0 5px 15px;
	background: url(../images/bullet.gif) 0 7px no-repeat;	  
	display: list-item;
}