*{
	padding:0;
	margin:0;
}
body{
	/* setting the base font-size to 62.5% allows you to set other font sizes in ems that emulate pt.
	so, 1.2em will map to 12pt. 1.6 will map to 16pt, etc. */
	font-size: 62.5%;
	background-image:url(../images/global_back.jpg);
}


p{	
	color:white;
	font-size:1.4em;
	font-family:Trebuchet ms;
	padding:0 10px 10px 610px;
	text-align:right;
	font-weight:normal;
}

img{
	border:none;
}
.firstpara{
	padding-top:200px;
}
.firstpara1{
	padding-top:150px;
}
#whitecontainer{
	width:920px;
	margin:auto;
	background-color:white;
	padding-top:10px;
	margin-top:20px;	
}
#imagecontainer{
	width:900px;
	margin:auto;
	background-image:url(../images/global_content_back.jpg);
	padding-bottom:10px;
	border-bottom:10px solid white;
}

#imagecontainerindex{
	width:900px;
	margin:auto;
	background-image:url(../images/global_content_back_index.jpg);
	padding-bottom:10px;
	border-bottom:10px solid white;
}

#images1 {
	width:300px;
	height:370px;
	float:left;
	margin-top:111px;
	background-image:url(../images/home_images.jpg);
}
#images2 {
	width:300px;
	height:370px;
	float:left;
	margin-top:111px;
	background-image:url(../images/findus_map.gif);
}
#title{
	width:300px;
	height:100px;
	text-indent:-9000px;
}
#nav{
	width:301px;
	height:100px;
	float:right;
}
li{
	display:inline;
	list-style:none;
}
#nav a:link{
	display:block;
	height:52px;
	float:left;
	text-indent:-9000px;
	outline:none;
}
#nav a:visited{
	display:block;
	height:52px;
	float:left;
	text-indent:-9000px;	
	outline:none;
}
#nav a:active{
	display:block;
	height:52px;
	float:left;
	text-indent:-9000px;
	outline:none;
}
#nav a:hover{
	display:block;
	height:52px;
	float:left;
	text-indent:-9000px;
	outline:none;
}
.navhome{
	width:92px;
}
.navfind{
	width:116px;
}
.navpromotion{
	width:93px;
}
#home{
	background-image:url(../images/global_home.jpg);
	background-repeat:no-repeat;
}
#findus{
	background-image:url(../images/global_findus.jpg);
	background-repeat:no-repeat;
}
#promotion{
	background-image:url(../images/global_promotions.jpg);
	background-repeat:no-repeat;
}
#promoinfo{
	width:580px;
	margin-left:320px;
	margin-top:150px;
}

#promoinfoindex{
	width:580px;
	margin-left:320px;
	margin-top:150px;
}

.viewlogo{
	width:186px;
	float:right;
	padding-left:20px;
}

.o2logo{
	width:75px;
	float:right;
	padding-left:20px;
}
.inclogo{
	width:109px;
	float:right;
	padding-left:20px;
}
.jimlogo{
	width:125px;
	float:right;
	clear:both;
	padding-left:12px;
}
.partnerslogo{
	width:73px;
	padding-left:205px;
	margin-bottom:20px;
}
.incgrouplogo{
	width:104px;
	float:right;
	margin-bottom:50px;
	margin-right:20px;
}
.london24{
	padding-left:50px;
}


#promoinfo p{
	text-align:left;
	padding:0 0 10px 10px;
}


#promoinfo a:link{
	font-family:Trebuchet ms;
	font-size:1em;
	text-decoration:none;
	color:white;
}

#promoinfo a:visited{
	font-family:Trebuchet ms;
	font-size:1em;
	text-decoration:none;
	color:white;
}


#footer{
	width:920px;
	clear:both;
	margin:auto;
	color:white;
	font-size:1.1em;
	padding:10px 0 20px 20px;
	font-family:Trebuchet ms;
}
#ticketweb{
	background-image:url(../images/global_ticketweb.gif);
	background-repeat:no-repeat;
	width:100px;
	height:19px;
	float:right;
	margin-right:20px;
	
}
#footer a{
	color:white;
	text-decoration:underline;
	font-size:1.1em;
	font-family:Trebuchet ms;
}

h2	{	
	color:white;
	font-size:2em;
	font-family:Trebuchet ms;
	padding:0 10px 10px 400px;
	text-align:right;
	}
	
.bold	{
	font-size:1.5em;
	font-weight:bold;
	}