/*
	type3 styles by
	kim at type3digital.com
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	background-color: #000000; /* #343434 */
	height: 100%; /* this is require for ie6 background pixels */
}
	
a:link, a:visited, a:active { 
	color: #00aeef;
	outline:none;
	text-decoration: none;
}

a:hover { 
	color: #ffffff;
}
	
img { 
	border:none;
}

h1 {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-family: "AccentGuard", Arial, Tahoma, Sans Serif;
	font-size: 2em;
	line-height: 1.4em;
	color: #ffffff;
	text-transform:lowercase;
	clear: both;
}

h2 { 
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: "AccentGuard", Arial, Tahoma, Sans Serif;
	font-size: 1.8em;
	line-height: 1em;
	color: #ffffff;
	text-transform:lowercase;
}

h3 { 
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: "AccentGuard", Arial, Tahoma, Sans Serif;
	font-size: 1.65em;
	line-height: 1.4em;
	color: #ffffff;
	text-transform:lowercase;
}

h4 { 
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: "AccentGuard", Arial, Tahoma, Sans Serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #ffffff;
	text-transform:lowercase;
}

h5 { 
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: "AccentGuard", Arial, Tahoma, Sans Serif;
	font-size: 1.3em;
	line-height: 1em;
	color: #ffffff;
	text-transform:lowercase;
}

h6 { 
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: "AccentGuard", Arial, Tahoma, Sans Serif;
	font-weight: normal;	
	font-size: 1em;
	line-height: 1em;
	color: #ffffff;
	text-transform:lowercase;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 1.5em;
}

ul {
	margin: 0px;
	padding: 0px 0px 5px 15px;
}

ul li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

hr {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #414141;
	border: 1px solid #414141;
	background-color: #414141;
}

.white { color: #ffffff; }
.blue { color: #00aeef; }
.grey { color: #666666; }
.pink { color: #ea0195; }

.associationTxt { padding-top:10px; font-size: 0.8em; }

.clearall { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

/* container */

#top-frame {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-image: url(../images/generic/top-frame.gif);
	background-position: left;
	background-repeat: repeat-x;
	z-index: 7000;
	position: relative;
}

#container {
	width: 991px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 7000;
	position: relative;
}

/* header */

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header a {
	color: #ffffff;
}

#header .header-london {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#header .header-san-fran {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: right;
	/* display: none; */
}

#header h1 {
	font-size: 1.7em;
}

#header .city {
	margin: 0px;
	color: #ffffff;
	background-color: #222222;
}

#header .number {
	margin: 0px;
	color: #ffffff;
	background-color: #00aeef;
}

.topNumber {
	
}

.topNumber h1 a span {
	padding:8px 13px 8px 13px;
	display:block;
	float:left;
}

/* image placement & styles 

#logo-flash { 
	background-image:url(../images/generic/type3-a-digital-creative-agency.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:140px;
}*/
.blue-hello {
	position:relative;
	left:700px;
	top:80px;
}

/* navigation */

#nav {
	margin: 0px;
	padding: 15px 0px 15px 10px;
	width: 227px;
	float: right;
	background-image: url(../images/navigation/nav-background.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #ffffff;
	text-transform: lowercase;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	float: left;
	width: 227px;
	list-style: none;
	display: block;
}

#nav ul li span {
	visibility: hidden;
}

#nav ul li a {
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color: #ffffff;
	display: block;
	background-image: url(../images/navigation/navigation.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#nav ul li a:hover, #nav ul li .on {
	color: #40c2f3;
}

/* second level nav */

#nav ul li ul {
	display: none;
}

/*
#nav ul li ul {
	margin: 0px;
	padding: 0px 17px 0px 0px;
	right: 2999px;
	width: 220px;
	position: absolute;
	z-index: 7000;
	background-image: url(../images/navigation/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav ul li:hover ul {
	right: 226px;
	z-index: 8000;
}

#nav ul li ul span {
	visibility: visible;
	font-family: Arial, Tahoma, Sans Serif;
	font-size: 1.5em;
	font-weight: bold;
}

#nav ul li ul li {
	margin: 0px;
	padding: 0px;
}

#nav ul li ul li a {
	margin: 0px;
	padding: 5px 17px 5px 20px;
	display: block;
	width: 180px;
	text-align: right;
	background-image: none;
	background-color: #252525;
}

#nav ul li .on ul, #nav ul li .sub-on {
	right: 226px;
	z-index: 7000;
	background-image: url(../images/navigation/nav-arrow-light.png);
	background-repeat: no-repeat;
	background-position: top right;
}
*/
/* third level nav */

/*
#nav ul li ul li ul {
	margin: -30px 0px 0px 0px;
	padding: 0px;
	display: none;
	background-image: none;
}

#nav ul li ul li:hover ul {
	display: block;
}

#nav ul li ul li ul li {
	margin: 0px;
	padding: 0px;
}

#nav ul li ul li ul li a {
	margin: 0px;
	padding: 4px 17px 4px 20px;
	background-color: #333333;
}

#nav ul li .on ul li a, #nav ul li .sub-on li a {
	background-color: #424242;
}

#nav ul li .on ul li ul li a, #nav ul li .sub-on li ul li a {
	background-color: #252525;
}
*/
#nHome a { background-position: 15px -5px; }
#nAgency a { background-position: 15px -65px; }
#nCapabilities a { background-position: 15px -125px; }
#nCaseStudies a { background-position: 15px -185px; }
#nPortfolio a { background-position: 15px -245px; }
#nClients a { background-position: 15px -305px; }
#nContactUs a { background-position: 15px -365px; }

#nHome a:hover, #nHome .on { background-position: 15px -35px; }
#nAgency a:hover, #nAgency .on { background-position: 15px -95px; }
#nCapabilities a:hover, #nCapabilities .on { background-position: 15px -155px; }
#nCaseStudies a:hover, #nCaseStudies .on { background-position: 15px -215px; }
#nPortfolio a:hover, #nPortfolio .on { background-position: 15px -275px; }
#nClients a:hover, #nClients .on { background-position: 15px -335px; }
#nContactUs a:hover, #nContactUs .on { background-position: 15px -395px; }

#nHomeSub { top: 170px; }
#nAgencySub { top: 190px; }
#nCapabilitiesSub { top: 225px; }
#nCaseStudiesSub { top: 260px; }
#nPortfolioSub { top: 295px; }
#nClientsSub { top: 325px; }
#nContactUsSub { top: 355px; }


/* main content */

#main-content {
	clear:both;
	margin: 0px 0px 0px 0px;
}

#homepage-banner {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	width: 720px;
	background-image: url(../images/hero-banners/banner-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.home-banner-video { margin-left:140px; width:442px; }

.home-banner-copy { float:left; width:255px; padding-left:20px; }

.home-banner-copy h1 { font-size:30px; margin:0px 0px 8px 0px; }

.home-banner-share { margin-top:150px; }

.home-banner-share img { margin-right:12px; }

/*
#content-panel {
	margin: 0px;
	padding: 20px; 
	float: left;
	width: 500px;
	background-image: url(../images/content-bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	position: relative;
}
*/

#content-panel {
	margin: 0px;
	padding: 20px 20px 40px 20px;
	float: left;
	width: 710px;
	background-color: #121212;
	position: relative;
}

#content-panel p {
	margin: 0 0 20px 0;
	line-height:1.6em;
}

#content-panel ul, #content-panel ol {
	margin: 0 0 20px 0;
	line-height:1.6em;
	padding:0;
}

#content-panel ul ul, #content-panel ol ol {
	margin: 0;
}

#content-panel li {
	background-image:url(../images/generic/bullet.gif);
	background-repeat:no-repeat;
	background-position: left top;
	list-style: none;
	list-style-position: outside;
	padding: 0px 0 3px 20px;
}


#content-panel li li {
	background-image:url(../images/generic/bullet-l2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 3px 0 3px 20px;
}

#content-wide {
	margin: 0px;
	padding: 20px 20px 40px 20px;
	float: left;
	width: 710px;
	background-color: #121212;
	position: relative;
}

#images { 
	float:right;
	height:200px; 
	margin:0px 0px 10px 20px;
}

#images ul {
	list-style: none;
	padding: 0px;
}

#images li {
	background-image:none;
	background-color:#00aeef;
	float:left;
	padding:2px;
}

#images a { color:#000000; }

.content-title {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.5em;
}

#dark-content-bg h3 {
	color:#00aeef;
	font-size:18px;
}

.list {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
	
.list li {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	list-style: none; 
	background-image: url(../images/generic/li.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* crumb trail */

#main-content .crumb-trail {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 500px;
	text-transform:lowercase;
}

#main-content .crumb-trail ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-content .crumb-trail ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	background-image: none;
}

#main-content .crumb-trail ul li a {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	display: block;
	color: #666666;
	text-decoration: none;
	/*border-right: 1px solid #666666;*/
}

#main-content .crumb-trail ul li a:hover {
	color: #999999;
}

#main-content .crumb-trail ul li:first-child a {
	padding: 0px 3px 0px 0px;
}

/* sitemap */
#sitemap ul { margin: 0px; }
#sitemap .blue { display: none; }

/* case study */

#gridList{
	padding: 30px 0 0 0;
	margin-right:-15px;
}

#gridList h4 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

#gridList h4 a{
	color:#ffffff;
}

#gridList h4 a:hover {
	color:#00aeef;
}

#gridList .pic{
	padding: 0 0 5px 0;
}

#gridList .item{
	float:left;
	width:225px;
	padding:0 15px 15px 0;
	margin:0;
}

/* portfolio */

#portfolio-link {
	color:#ffffff;
}

#grid{
	padding: 30px 0 0 0;
}

#grid .row {
	padding: 0 0 10px 0;
}

#grid .row h4 a{
	color:#ffffff;
}

#grid .row h4 a:hover {
	color:#00aeef;
}

#grid .row .pic{
	padding: 0 0 5px 0;
}

#grid .row .item{
	float:left;
	width:225px;
	padding-right:15px;
}

#grid .row .item-end{
	float:left;
	width:225px;
}

#grid .row .twocolumn{
	float:left;
	width:465px;
}

.contentpic{
	float:right;
	margin: 0 0 25px 25px;
}

.contentpic .portfolio{
	padding: 10px 0 0 0;	
}

/* press release */

#presscontact {
	margin-top: 20px;
}

#presscontact .column{
	float:left;
	width:225px;
	padding-right:15px;
}

.highlight{
	color:#00aeef;
}

/* clients */

#clients{
	width: 100%;
	padding: 0px 0 0 0;
}

#clients .column{
	float:left;
	width:225px;
	padding-right:15px;
}

#clients .column .pic{
	padding-bottom:20px;
}

#clients .column-end{
	float:left;
	width:225px;
}

#clients .column .quote{
	width:185px;
}

#clients ul{
	margin: 0 0 20px 0;
	line-height:1.1em;
	padding:0;
}

#clients  ul ul {
	margin: 0;
}

#clients  li{
	background-image:url(../images/generic/bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 3px 0 3px 20px;
	
}

#clients   li li{
	background-image:url(../images/generic/bullet-l2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 3px 0 3px 20px;
	
}

#clients .twocolumn{
	float:left;
	width:465px;
}

#clients .twocolumn .intro{
	padding-bottom: 35px;
	line-height:220%;
}

#clients .twocolumn .column h4, #clients .twocolumn .column-end h4{
	padding: 0 0 20px 0;
	margin:0;
	color:#d60088;
}


#bio{
	padding: 25px 0 0 0;
}

#bio .person{
	padding: 0 25px 20px 0;
	float:left;
	width:225px;
}

#bio .pic{
	width: 115px;
	padding: 0 0 10px 0;
	float:left;
}

#bio .desc{
	float:left;
}

#bio .role{

	padding: 0 0 10px 0;
}

#bio .bio{
	
}

#overlay {
	position:absolute;
	z-index:9999999;
	top:0;
	left:0;
}


.dotted {
	display: none;
	position:absolute;
	z-index:99999999;
	height:26px;
	background:url(../images/clients/dotted.gif) repeat-x;
}

.overlay-content .text {
	color:#ffffff;
	width:160px;
}

/* portfolio */

.portfolio-title { 
	color: #ffffff;
	font-size: 1.7em;
}

.portfolio-back {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	display: block;
}

#keywords { 
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#keywords h4 { 
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#keywords ul { 
	margin: 0px;
	padding: 5px 0 0 0;
	list-style: none;
	width:100%;
}

#keywords li { 
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

#keywords li a {
	margin: 0;
	padding: 2px 8px 2px 0px;
	color: #8e8d8d;
	height:10px;
}

#keywords a .white {
	display: none;
}

#keywords a .grey {
	display: block;
}

#keywords a:hover .white {
	display: block;
}

#keywords a:hover .grey {
	display: none;
}

#keywords ul .selected .white {
	display: block;
}

#keywords ul .selected .grey {
	display: none;
}

#keywords ul li a:hover {
	color: #ffffff;
}

#keywords ul .selected a {
	color: #ffffff;
}

#keywords .kwDesc {
	margin:0px 0px 10px 0;
}

#keywords .kwDesc h4 {
	line-height:1.2em;
	height:auto;
	overflow:hidden;
}

.portfolio-item {
	margin: 0px;
	padding: 0px;
}

.portfolio-item .portfolio-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}

.portfolio-item .portfolio-right {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 210px;
	color: #ffffff;
}

.tab-content .portfolio-item .portfolio-right {
	width: 200px;	
}

.portfolio-item .portfolio-right ul, .portfolio-item .portfolio-right ol {
	margin: 0 0 20px 0;
	line-height:1.6em;
	padding:0;
}

.portfolio-item .portfolio-right ul ul, .portfolio-item .portfolio-right ol ol {
	margin: 0;
}


.portfolio-item .portfolio-right li{
	background-image:url(../images/generic/bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 0px 0 3px 20px;
	
}

.portfolio-item .portfolio-right li li{
	background-image:url(../images/generic/bullet-l2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 0px 0 3px 20px;
}

.portfolio-item .portfolio-small {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	float: left;
	width: 230px;
}

.portfolio-item .portfolio-thumb-left, .portfolio-item .portfolio-thumb-flash-left {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	float: left;
	width: 230px;
}

.portfolio-item .portfolio-thumb-right, .portfolio-item .portfolio-thumb-flash-right {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	float: left;
	width: 230px;
}


.portfolio-item .portfolio-right h4 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.portfolio-item .portfolio-thumb-related-work {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 230px;
}

.portfolio-item .portfolio-related-work h4 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.expanded {
	display: none;
	z-index:2000;
}

.flash-expanded{
	display: none;
}

.close {
	margin: 0px;
	padding: 0px;
}

.flash-close {
	float:right;
	padding:5px;
	background: #121212;
}

#game, #game2, #game3, #game4 {
	margin: 0px;
	padding: 0px;
	display: none;
	position:relative;
	background: url(/images/generic/flashbg.jpg) #ffffff top no-repeat;
}

/* portfolio game area */

.portfolio-item #game_holder {
	padding: 5px 0px 0px 0px;
}

/* landing pages */

.landing-page {
	margin: 0px;
	padding: 0px;
}

.landing-page .landing-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}

.landing-page .landing-right {
	margin: 0px;
	padding: 0px 0px 50px 20px;
	float: left;
	width: 270px;
	color: #ffffff;
}

.landing-page .landing-right h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 24px;
}

.landing-page .landing-right ul, .landing-page .landing-right ol {
	margin: 0 0 20px 0;
	line-height:1.6em;
	padding:0;
}

.landing-page .landing-right ul ul, .landing-page .landing-right ol ol {
	margin: 0;
}

.landing-page .landing-right li {
	background-image:url(../images/generic/bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 0px 0 3px 20px;
}

.landing-page .landing-right li li {
	background-image:url(../images/generic/bullet-l2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style: none;
	padding: 0px 0 3px 20px;
}

.landing-contact {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.landing-contact h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}

.sticker {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 480px;
	left: 600px;
}

/* panels */

#panels {
	margin: 0 0 0 0;
	padding: 15px 5px 5px 0;
	float:left;
	background-image: url(../images/panels/panel-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#panels .panel-title {
	margin: 0px;
	padding: 3px 18px 3px 12px;
	height:31px;
	float: left;
	background-color: #121111;
}

#panels .panel-notitle {
	margin: 0px;
	padding: 0px;
	height: 35px;
	float: left;
}

#panels .panel-image {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#panels .spacer-margin {
	margin-top:37px;
}

#panels .panel-text {
	margin: 0px;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	background-color: #121111;
}

#panels .panel-text p {
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

#panels .panel-flash {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #121111;
}

#panels .work { 
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	width: 240px;
}

#panels .clients {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	width: 230px;
}

#panels .quote {
	margin: 0px 0px 0px 15px;
	padding: 20px 15px 15px 20px;
	float: left;
	width: 180px;
	color: #ffffff;
	background-color: #000000;
}

.quote.alt {
	margin: 20px 10px -50px 0px ;
	padding: 20px 15px 15px 20px;
	float: right;
	clear:right;
	width: 180px;
	color: #ffffff;
	background-color: #000000;
}

#panels .quote h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #5e5f5e;
}

.quote.alt h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #5e5f5e;
}

#panels .quote p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.quote.alt p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
 .news_letter {
	margin: 0px 0px 0px 5px;
	padding: 20px 20px 15px 7px;
	float: left;
	width: 75px;
	color: #ffffff;
}

.get-involved {
	width:219px;
	float:right;
	clear:right;
	display:inline;
	margin:20px 7px 0 10px;
}

.get-involved .news-letter {
	padding:14px 18px 15px 18px;
	background:#f3e500;	
	overflow:hidden;
	height:1%;
}

.get-involved .news-letter h1 {
	color:#000000;
	font-size:21px;
	margin:0 0 0px 0;
}

.get-involved .news-letter h2 {
	color:#65622e;
	font-size:12px;
	margin:0 0 10px 0;
}

.get-involved .news-letter input {
	color:#878787;
	background:#ffffff;
	height:15px;
	padding:2px 2px 2px 4px;
	margin:0 0 5px 0;
	display:block;
	float:left;
	font-size:10px;
	width:150px;
}

.get-involved .news-letter a {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.get-involved .news-letter .extra-fields {
	margin:0 0 0px 0;	
	overflow:hidden;
	clear:both;
	display:none;
}

.get-involved .news-letter .extra-fields a.submit,
.get-involved .news-letter .extra-fields a.submit:visited {
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	background:#000000;
	color:#ffffff;
}

.get-involved .news-letter .extra-fields a.submit:hover {
	background:#38b8da;
}

.get-involved .follow-us {
	padding:18px 0px 18px 18px;
	background:url(../images/get-involved/follow-us-backing.png) no-repeat;
	overflow:hidden;
	height:1%;
}

.get-involved .follow-us h2 {
	color:#ffffff;
	font-size:12px;
	margin:0px 0 0 0;
}

.get-involved .follow-us a{
	float:left;
	margin:0px 9px 0 -2px;
	position:relative;
	z-index:990;
}

.highScoreStart {
 	position:absolute;
	right: 0px;
	top:-7px;
}

.talk-to-us a, .talk-to-us input {
	position:relative;
	z-index:990;
}

.talk-to-us {
	width:186px;
	float:right;
	display:inline;
	margin:0 0 -30px 0;
	background:url(../images/talk-to-us/talk-to-us-message.png) no-repeat top right;
}

.talk-to-us .message {
	padding:16px 16px 6px 24px;	
}

.talk-to-us .extra-fields {
	margin:0 0 0px 0;	
	overflow:hidden;
	clear:both;
	display:none;
}

.talk-to-us  h1 {
	color:#ffffff;
	font-size:19px;
	line-height:17px;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.talk-to-us  h2 {
	color:#c4ecfb;
	font-size:15px;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.talk-to-us input.email,
.talk-to-us input.name,
.talk-to-us input.telephone,
.talk-to-us input.company {
	color:#878787;
	background:#ffffff;
	height:15px;
	padding:2px 2px 2px 4px;
	margin:0 0 5px 0;
	display:block;
	float:left;
	font-size:10px;
	font-weight:normal;
	width:120px;
}

.talk-to-us .footer{
	width:186px;
	height:10px;
	margin:0 0 0 0;
	background:url(../images/talk-to-us/talk-to-us-footer.png) no-repeat;
}
.talk-to-us .extra-fields a.submit,
.talk-to-us .extra-fields a.submit:visited {
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	background:#000000;
	color:#ffffff;
}

.talk-to-us .extra-fields a.submit:hover {
	background:#38b8da;
}


/* Twitter form for newsletter */

.get-twitted {
	width:219px;
	float:right;
	clear:right;
	display:inline;
	margin:20px 7px 0 10px;
}

.get-twitted .tweetform {
	padding:14px 18px 15px 18px;
	background:#f3e500;	
	overflow:hidden;
	height:1%;
}

.get-twitted .tweetform h1 {
	color:#000000;
	font-size:21px;
	margin:0 0 0px 0;
}

.get-twitted .tweetform h2 {
	color:#65622e;
	font-size:12px;
	margin:0 0 10px 0;
}

.get-twitted .tweetform input {
	color:#878787;
	background:#ffffff;
	height:15px;
	padding:2px 2px 2px 4px;
	margin:0 0 5px 0;
	display:block;
	float:left;
	font-size:10px;
	width:150px;
}

.get-twitted .tweetform a {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.get-twitted .tweetform .extra-fields {
	margin:0 0 0px 0;	
	overflow:hidden;
	clear:both;
	display:none;
}

.get-twitted .tweetform .extra-fields a.submit,
.get-twitted .tweetform .extra-fields a.submit:visited {
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	background:#000000;
	color:#ffffff;
}

.get-twitted .tweetform .extra-fields a.submit:hover {
	background:#38b8da;
}

/* footer */

#footer { 
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 8px 0px;
}

.footer-bg {
	margin: 0px;
	padding: 0px;
	width: 750px;
	background-color: #121212;
}

.footer-address { 
	margin: 0px;
	padding: 8px 15px 8px 15px;
	width: 540px;
	float: left;
	background-color: #121212;
}

#shareLink {
	margin: 0px;
	padding: 15px 15px 15px 15px;
	float: right;
	background-color: #121212;
}

.footer-address h1 {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	height: 15px;
}

.footer-address h4 {
	margin: 0px;
	padding: 2px 0px 5px 0px;
}

.footer-address h1 a {
	color: #ffffff;
}

.footer-address h1 a:hover {
	color: #00aeef;
}

.footer-address .slashes {
	margin: 0px;
	padding: 0px 6px 0px 6px;
	color: #666666;
	display: inline-block;
}

.footer-nav {
	margin: 5px 0px 0px 0px;
	padding: 7px 10px 7px 5px;
	color: #cccccc;
	background-color: #121212;
}

.footer-nav ul {
	margin: 0px;
	padding: 0px;
}

.footer-nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

.footer-nav ul li a {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: block;
	color: #ea0195;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #ffffff;
}

.footer-nav ul li:last-child a {
	border-right: none;
}

.disclaimer {
	margin: 8px 0px 0px 15px;
	padding: 0px;
}

/* contact us */

#address {
	margin: 0px;
	padding: 0px;
	float: left;
}

#googlemap {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}

#map {
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 350px;
	color: #000000;
}

.onlinebutton{
 	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 200px;

}

.onlinebutton span {
	visibility: hidden;
}

.onlinebutton a,.onlinebutton  a:visited{
	margin:0;
	padding:5px 0 0 0px;
	background-image: url(/images/contact-us/enquire-button-off.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:60px;
	width:194px;
	display:block;
	text-decoration:none;
}
.onlinebutton a:hover {
	background-image: url(/images/contact-us/enquire-button-on.gif);

}
#address .location  {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 250px;
	
}
#newsinput-container{
	width:458px;
	margin:0;
	padding:0;
		
		
}
.newsinput-holder{
		width:245px !important;
		width:190px;
		float:left;
		padding:0;
		margin:0;
}
.newsinput-holder-right{
		width:170px;
		float:right;
		padding: 0 20px 0 0;
}
/* background */

#bg-images {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#background-pixels {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/backgrounds/background-pixels.gif);
	background-position: left top;
	background-repeat: repeat;
	top: 0px;
	left: 0px;
	z-index: 6000;
	position: absolute;
	display: inline;
	color: #000000;
}

#background-pixels img {
	display: block;
	visibility: hidden;
}

#background-image {
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 5000;
	position: absolute;
	overflow: hidden;
	color: #000000;
}

.bg-image {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
}

/* form */

form {
	margin: 0px;
	padding: 0px;
}

form label {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	display: block;
}

form input, form textarea {
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/generic/form-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: none;
}

.submitbackg {
	color:#FFFFFF;
	margin: 10px 0px 0px 0px;
	background: url(/images/generic/form-bg-button.jpg);

	border: none;
}

form textarea {
	font-size: 1.1em;
}

/* base */

#base {
	margin: 45px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/generic/base-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #343434;
	/*height: 100%;*/
	height: 50px;
	top: 0px;
	left: 0px;
	z-index: 7000;
	position: relative;
}

/* Pager control */

.paging {
	padding: 5px 0px 0px 0px;
	color: #6d6d6d;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;*/
}

.paging p {
	display:block;
}

.paging .left {
	float:left;
	display: none;
}

.paging .right {
	margin: 0px;
	padding: 0px;
	float: right;
	border: 1px solid #222222;
}

.paging p a,
.paging p span {
	display:block;
	float:left;
	text-decoration:none;
}

.paging .left a,
.paging .left span {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	display: block;
}

.paging .right a,
.paging .right span {
	margin: 0px;
	padding: 1px 4px 1px 4px;
	color: #ffffff;
	display: block;
	background-color: #222222;
}

.paging .right a {
	color: #666666;
	background-color: #222222;
	background: none;
}

.paging .right a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background: none;
}

.overlayContactBox { z-index:7400; position:absolute; display:none; background-color:#000; }
.contactBox { display:none; position:absolute; z-index:99990; }
.contactBox .titleText { display:none; }
.contactBox .spaceInvader { float:left; display:none; }
.contactBox .form { float:left; margin-left:20px; display:none; }
.titleText { margin-bottom:10px; }
.contactBox .form input { border:none; background-color:#FFF; padding:5px; color:#999; font-family:Tahoma, Helvetica, sans-serif; font-size:10px; margin-top:6px; height:11px; width:120px; }
.contactBox .subText { margin-bottom:5px; }
.buttonTalkToUs { float:right; margin:-90px -50px 0px 0px; }

#high-score {
	margin: 0px;
	padding: 0px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

/* capabilities */

#page-banner {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

#page-categories {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#tab-top li {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	display: block;
	list-style: none;
}

#tab-top li a {
	margin: 0px;
	padding: 5px 15px 0px 15px;
	display: block;
	float: left;
}

#tab-top li a:hover, #tab-top li .on {
	background-color: #252525;
}

#tab-top {
	margin: 0px;
	padding: 0px;
}

#tab-bottom {
	margin: 0px;
	padding: 0px;
}

.tab-content {
	margin: 0px;
	padding: 15px;
	clear: both;
	background-color: #252525;
}

.tab-content ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.tab-content ul li {
	margin: 0px;
	padding: 0px 0px 2px 20px;
	list-style: none;
	display: block;
	background-image: url(../images/bullet-large.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nTab1 a {
	background-color: #252525;
}

#tab1 {
	display: block;
}

.tab-left {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	width: 185px;
}

.tab-right {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 450px;
	background-color: #2e2e2e;
}

.tab-left2 {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	width: 450px;
}

.tab-right2 {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 185px;
	background-color: #2e2e2e;
}

#padded-list li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
}

.tab-right ul {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	width: 210px;
}

/* what's new */

#quote .twitter {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#quote h1, #quote h2, #quote p {margin:0px; padding:10px 20px 10px 20px; }
#quote h1 {font-size:2.5em; color:#fff;}
#quote h2 {font-size:2em; color:#06a;}
#quote p {padding-bottom:0.5em; color: #333;}
#quote h2 {padding-top:0.5em;}
#quote {background: transparent; margin: 20px 0px 0px 0px;}
#quote a:hover { color: #333;}
 
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffff;}
.xb1 {margin:0 5px; background:#ffffff;}
.xb2 {margin:0 3px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
 
.quotecontent {display:block; background:#ffffff;}

#youtube {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#ian-game {
	margin:0 0 20px 0;
}