* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	background: #000 url(../img/stripe_bg_sml.gif) repeat fixed;
}

div#pageContainer {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

div#pageContent {
	position: relative;
	width: 960px;
}

.clearAll {
	clear: both;
}

h2 {
	font-size: 24px;
	color: #999;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

img {
	border-style: none;
}

a {
	color: #999;
}

a:hover {
	color: #fff;
}

/* @group header */

#pageHeader {
	position: relative;
	height: 70px;
}

#pageHeader h1 a {
	width: 205px;
	height: 0;
	float: left;
	background: url(../img/menu_ap_logotype.gif) no-repeat;
	padding-top: 48px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

#pageHeader ul {
	position: absolute;
	top: 27px;
	left: 220px;
	list-style-type: none;
}

#pageHeader ul li {
	float: left;
}

#pageHeader ul li a {
	float: left;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#pageHeader ul li a:hover {
	background-position: 0 -20px;
}

a#navShowreel {
	width: 117px;
	background-image: url(../img/nav-showreel.gif);
}

body#bShowreel a#navShowreel {
	background: url(../img/nav-showreel.gif) no-repeat 0 -40px;
}

a#navGallery {
	width: 101px;
	background-image: url(../img/nav-gallery.gif);
}

body#bGallery a#navGallery {
	background: url(../img/nav-gallery.gif) no-repeat 0 -40px;
}

a#navWeb {
	width: 56px;
	background-image: url(../img/nav-web.gif);
}

body#bWeb a#navWeb {
	background: url(../img/nav-web.gif) no-repeat 0 -40px;
}

a#navProfile {
	width: 93px;
	background-image: url(../img/nav-profile.gif);
}

body#bProfile a#navProfile {
	background: url(../img/nav-profile.gif) no-repeat 0 -40px;
}

p#navContact {
	width: 255px;
	background: url(../img/menu_contact.gif) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 29px;
}

p#navContact a {
	background: url(../img/nav-email.gif) no-repeat 0 0;
	width: 152px;
	height: 0;
	float: left;
	padding-top: 20px;
	overflow: hidden;
}

p#navContact a:hover {
	background-position: 0 -20px;
}

p#navContact span {
	float: left;
	background-image: url(../img/nav-phone.gif);
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	width: 103px;
}

/* @end */

/* @group home */

div#homeContent {
	margin-top: 40px;
}

div.homeBox {
	background: url(../img/web_thumb_highlight.png) no-repeat center 130px;
	width: 320px;
	float: left;
	height: 440px;
}

div.homeHero {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}

div.content {
	width: 240px;
}

div.homeBoxText {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 210px;
}

div.homeBoxText h2 a {
	text-decoration: none;
}

div.homeBoxText h2 a:hover {
	color: #fff;
}



/* @end */

/* @group web */

div#webIntro {
	padding-top: 10px;
	padding-bottom: 30px;
}

#webIntro h2 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

div.webBox {
	width: 320px;
	float: left;
	background: url(../img/web_thumb_highlight.png) no-repeat center 129px;
	height: 320px;
}

div.webBox img {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 20px;
}

div.webBoxText {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.webBoxText h4 {
	color: #fff;
	font-size: 14px;
}

div.webBoxText p {
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

div.webBoxText p a {
	color: #0ff;
	text-decoration: none;
}

/* @end */

/* @group profile */

div#profileText {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	overflow: hidden;
	background: #000 url(../img/profile-pic.jpg) no-repeat right top;
	padding: 80px 50px 50px 70px;
}

#profileText h2 {
	width: 490px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

#profileText p {
	width: 490px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}

#profileText p.sub {
	font-size: 12px;
}



/* @end */

/* @group showreel */

div#showReelContainer {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */