*{	
	margin:0;
	padding:0;
}

body{
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size:16px;
}

img{
	border: none;
}

#wrapper{
	width: 780px;
	height: 100%; 
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 780px;
	margin: 10px 0 0 0;
	text-align: left;
}

#header li {	
	display: inline-block;
}
/* Include only for IE 5.5+ */
#header li{
	display: inline;
	zoom: 1;
}

#header  a{
	display: inline-block;
	height: 24px;
	padding: 0 7px 0 7px;
	text-decoration: none;
}

#header .home a, #footer  a{
	color:#BCBCBC;
	background-color: #FFFFFF;
}

#header .home a:hover{
	color:#FFFFFF;
	background-color: #BCBCBC;
	text-decoration: none;
}

#header .how a{
	color:#333333;
	background-color:#FCEE21;
}

#header .how a:hover{
	color:#FCEE21;
	background-color: #333333;
	text-decoration: none;
}

#header .what a{
	color:#FFFFFF;
	background-color:#F7931E;
}

#header .what a:hover{
	color:#F7931E;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header .who a{
	color:#FFFFFF;
	background-color:#FF1D25;
}

#header .who a:hover{
	color:#FF1D25;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header .contact a, #content .contact-btns a, #content  .map-btns a{
	color:#FFFFFF;
	background-color:#3FA9F5;
}

#header .contact a:hover, #content .contact-btns a:hover, #content  .map-btns a:hover{
	color:#3FA9F5;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header .clientsandawards a, #content .clientsandawards-btns a{
	color:#FFFFFF;
	background-color:#985FC3;
}

#header .clientsandawards a:hover, #content .clientsandawards-btns a:hover{
	color:#985FC3;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header .work a, #content .work-btns a{
	color:#FFFFFF;
	background-color:#D9E021;
}

#header .work a:hover, #content .work-btns a:hover{
	color:#D9E021;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header .video a, #content  .video-btns a{
	color:#FFFFFF;
	background-color: #000000;
}

#header .video a:hover, #content  .video-btns a:hover{
	color:#000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header .iphoneHLine{
	display: none;
}

#content {
	position: absolute; 
	top: 100px;
	width: 780px;
}

#content p {
	font-size: 26px;
	line-height: 28px;
}

#content h1 {
	font-weight: bold;
	font-size: 40px;
}

#content .h1Top{
	text-align: left;
	margin-bottom: 20px;
}

#content .h1Bottom{
	text-align: left;
	padding: 30px 0 0px 0;
}

#content a {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#content .smallText {
	line-height: 24px;
	font-size: 20px;
}

#content .verySmallText{
	line-height: 14px;
	font-size: 12px;
}

#content .contact-btns{
	position:absolute;
	top: 290px;
	right:0px;
}

#content .map-btns{
	position:absolute;
	top: 394px;
	right: 87px;
}

#content .contact-btns a, #content  .map-btns a, #content  .video-btns a{
	font-size: 24px;
	display: block;
	height: 24px;
	padding: 0 3px 0 3px;
	text-decoration: none;
}
/* Include only for IE 6 */
#content .map-btns a{
	width: 76px;
}

/* Include only for IE 6 */
#content .contact-btns a{
	width: 104px;
}

#content .mapImage{
	margin-top: -40px;
}

#content .clientsandawards-btns a,  #content .work-btns a{
	font-size: 24px;
	display: inline-block;
	height: 24px;
	margin-right: 50px;
	padding: 0 3px 0 3px;
	text-decoration: none;
}

#footer{
	position: absolute;
	bottom: 10px;
	width: 780px;
}

#footer p {
	font-style:oblique;
	font-size:9px;
}

.video-back_btn{
	position: absolute;
	right: 140px;
	top: 0px;
	width: 76px;
	height: 34px;
}

.video-swap_btn{
	position: absolute;
	right: 140px;
	top: 410px;
	width: 76px;
	height: 34px;
}

.video-title{
	position: absolute;
	left: 0px;
	top: -3px;
}

.video-wrapper{
	position: absolute;
	left: 0px;
	top: 30px;
}

.video-download{
	position: absolute;
	left: 0px;
	top: 410px;
}

.iphoneLogo{
	display: none;
}

.logo{
	position: absolute;
	right: 0px;
	bottom: -5px;
	display: block;
	width: 180px;
	height: 34px;
	background-repeat: no-repeat;
}

.strong{
	font-weight: bold;
}

#iphoneFooter {
	display:none;
}

