/* CSS Document */


body { 
	
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	min-width: 800px;
	/*background-image:url(../images/mainBg.jpg);*/
}

img {
    border: 0;
}

body.popUp { 
    margin: 0px;
}

sup
{
    font-size: 60%;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}





.clear	{
	clear:both;
}	


/* Nav */

.nav {
	margin:0 auto;
	width: 905px;
}
.wrapperNav {
	margin:0 auto;
	max-width:1024px;
	min-width:800px;
	height:58px;
	text-align:center;
	/*background-image:url(../images/navBack.jpg);*/
	background-position:top;
	background-color:#000000;

}


.button1On {
	display: block;
	width: 120px;
	height: 58px;
	float:left;
	text-decoration: none;
	/*background:url(../images/nav-discoverBing.jpg);*/
	background-position: 0 -58px ;
}

a.button1 {
	display: block;
	width: 120px;
	height: 58px;
	float:left;
	text-decoration: none;
	/*background:url(../images/nav-discoverBing.jpg);*/
	}

a.button1:hover {
	background-position: 0 -116px ;
	}
	
	
	
	
.button2On {
	display: block;
	width: 120px;
	height: 58px;
	float:left;	
	text-decoration: none;
	/*background:url(../images/nav-downloadCentre.jpg);*/
	background-position: 0 -58px ;
	}	

a.button2 {
	display: block;
	width: 120px;
	height: 58px;
	float:left;	
	text-decoration: none;
	/*background:url(../images/nav-downloadCentre.jpg);*/
	}

a.button2:hover {
	background-position: 0 -116px ;
	}
	
	
	

.button3On {
	display: block;
	width: 120px;
	height: 58px;
	float:left;	
	text-decoration: none;
	/*background:url(../images/nav-bingNewsletter.jpg);*/
	background-position: 0 -58px ;
	}

a.button3 {
	display: block;
	width: 120px;
	height: 58px;
	float:left;	
	text-decoration: none;
	/*background:url(../images/nav-bingNewsletter.jpg);*/
	}

a.button3:hover {
	background-position: 0 -116px ;
	}



.button4On {
	display: block;
	width: 120px;
	height: 58px;
	float:left;	
	text-decoration: none;
	/*background:url(../images/nav-optimiseWithBing.jpg);*/
	background-position: 0 -58px ;
	}

a.button4 {
	display: block;
	width: 120px;
	height: 58px;
	float:left;	
	text-decoration: none;
	/*background:url(../images/nav-optimiseWithBing.jpg);*/
	}

a.button4:hover {
	background-position: 0 -116px ;
	}



.button5On {
	display: block;
	width: 120px;
	height: 58px;
	float:left;
	text-decoration: none;
	/*background:url(../images/nav-bingMapsTour.jpg);*/
	background-position: 0 -58px ;
	}

a.button5 {
	display: block;
	width: 120px;
	height: 58px;
	float:left;
	text-decoration: none;
	/*background:url(../images/nav-bingMapsTour.jpg);*/
	}

a.button5:hover {
	background-position: 0 -116px ;
	}
	
	
	
	.button6On {
	display: block;
	width: 120px;
	height: 58px;
	float:left;
	text-decoration: none;
	/*background:url(../images/nav-bingMapsTour.jpg);*/
	background-position: 0 -58px ;
	}

a.button6 {
	display: block;
	width: 120px;
	height: 58px;
	float:left;
	text-decoration: none;
	/*background:url(../images/nav-bingMapsTour.jpg);*/
	}

a.button6:hover {
	background-position: 0 -116px ;
	}
	

.displace {
	display: none;

	
	}

.navBit {
	width:37px;
	height:58px;
	float:left;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	/*background-image:url(../images/navBit.gif);*/
	
}





/* frame */




.wrapperContent {
	margin:0 auto;
	max-width:1024px;
	min-width:800px;
	height:630px;
	text-align:center;
	/*background-image:url(../images/backGroundImage.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#000000;

}


.mainContent {
	margin:0 auto;
	width:750px;
	height:380px;

}

.header {
	margin:0 auto;
	width:750px;
	height:120px;

}
.searchArea {
	font-family:Arial, Helvetica, sans-serif;
	width:600px;
	float:left;
	text-align:left;
    padding-top: 44px;
}

#bingLogo {
    display: block;
    float: left;
    margin: 0 32px 0 2px;
    width: 124px;
    height: 44px;
}
.tryBingNow {
	width:150px;
	height:120px;
	float:left;
	text-align:left;
}

#searchControls
{
    float: left;
}

#searchBarContainer {
    background: #fff;
    border:1px solid #ACBABD;
    float: left;
    padding: 3px 3px 2px 5px;
    margin: 2px 0 0 0;
}

#bingSearchText
{
    float: left;
    height: 1.7em;
    border: 0px;
    width: 28.2em;
}

#bingSearchGo {
    border:0 none;
    color:#333333;
    float:left;
    font-size:100%;
    background:url("http://www.bing.com/fd/s/a/k.png") repeat scroll 0 0 #F9761D;
    cursor:pointer;
    height:24px;
    margin:0 0 -12px;
    overflow:hidden;
    padding:24px 0 0;
    width:24px;
}

#searchOptionsContainer
{
    clear: left;
    float: left;
    margin: 3px 0 0 0;
    width: 400px;
}

#searchOptionsContainer input
{
    margin: 0px 5px 0 0;
    display: block;
    float: left;
}

#searchOptionsContainer label
{
    color: White;
    font-size: 75%;
    display: block;
    float: left;
}

#searchOptionsContainer input#regionfilt
{
    margin: 0 5px 0 14px;
}


.contentPadding {
width:360px;
padding-top:15px;
padding-left:20px;


}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-style:normal;
font-weight:100;
color:#2d353a;
			
}

p  {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
text-align:justify;
color:#2d353a;

}



a.homePageLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:justify;
	color:#2d353a;
	}


a.homePageLinks:visited {
	color: #05579B;
}



			
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;	
font-style:normal;
line-height:0px;
font-weight:100;
color:#2d353a;
			
}			




.mainContentButtons {
	margin:0 auto;
	width:798px;

}


.homeDownloadText {
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}


.homeDownloadImage {
	text-align:center;
	padding-top:0px;
}


a.homeDownload {
	display: block;
	width: 266px;
	height: 88px;
	float:left;
	text-decoration: none;
	/*background:url(../images/downloadHomePageBack.png);*/
	float:left;
	}

a.homeDownload:hover {
	background-position: 0 -88px ;
	}
	


.areaWrapper {
	width:750px;
}





/* Maps*/


.mapIcon {
	background-image:url(../images/mapIcon.png);
	background-repeat:no-repeat;
	width:160px;
	height:100px;
	position:relative;
}

.mapline {

	background-image:url(../images/line2.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:2px;
	
}


.mapContentImage {
	width:220px;
	float:left;
	
}

.mapContentText {
	width:510px;
	float:left;
	
}


.areaWrapperMaps {
	width:775px;
	height:700px;
	text-align:left;
	background-color:#d0d8db;
}


.mainContentMaps {
	margin:0 auto;
	width:775px;

}

.mapTitle {

	font-family:Arial, Helvetica, sans-serif;
	color:#5f6a70;
	font-size:20px;
	padding-left:20px;
	padding-top:14px;
	padding-bottom:10px;

}

.mapTitle2 {
	padding-top:3px;
	padding-left:5px;
	width:300px;
	float:left;
}
.mapNumber {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	width:20px;
	height:15px;
	text-align:center;
	float:left;
	padding-top:3px;
	background-image:url(../images/numberCircle.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;

}


.wrapperContentLargeMap {
	margin:0 auto;
	max-width:1024px;
	min-width:800px;
	height:900px;
	text-align:center;
	background-image:url(../images/backGroundImageMap.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#1e1e1e;

}



/* homePage */

.homePageText {
	width:400px;
	float:left;
	text-align:left;
}

.homePageFlash {
	padding-top:20px;
	width:350px;
	float:left;
	text-align:center;
	
}




/* IE 8 Page .................................................................................................................... */





a.findOutMore {
	display: block;
	width: 218px;
	height: 72px;
	float:left;
	text-decoration: none;
	/*background:url(../images/IE8-findMoreAd.png);*/
	float:left;
	}

a.findOutMore:hover {
	background-position: 0 -72px ;
	}
	






.featureWebslices {
	text-align:left;
	width:250px;
	float:left;
	/*background-image:url(../images/webslices-panel.png);*/
	background-position: 3px 0px;
	background-repeat:no-repeat;
	height:284px;
}


.featureAccelerators {
	text-align:left;
	width:250px;
	float:left;
	/*background-image:url(../images/accelerators-panel.png);*/
	background-position: 3px 0px;
	background-repeat:no-repeat;
	height:284px;
}


.featureVisualSearches {
	text-align:left;
	width:250px;
	float:left;
	/*background-image:url(../images/visualSearch-panel.png);*/
	background-position: 3px 0px;
	background-repeat:no-repeat;
	height:284px;
}


.featureTitle {

	padding-left:85px;
	padding-top:33px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	height:30px;

}


.feature1 {

	padding-left:30px;
	padding-top:26px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	height:65px;

}


.feature2 {

	padding-left:30px;
	padding-top:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	height:77px;

}

.IE8Logo {
	padding-left:0px;
	padding-top:10px;
	width:200px;
	float:left;
}

.IE8Text {
	padding-left:25px;
	padding-top:20px;
	width:400px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:17px;
}
.IE8Back {
	padding-left:15px;
	padding-top:20px;
	width:100px;
	float:left;
}

.IE8TitleText {
	font-size:17px;
}


.IE8DownloadButton {
	padding-left:5px;
	width:353px;
	float:left;
}
.IE8systemReuirements {
	width:170px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
.IE8FindOutMore {
	width:150px;
	float:left;
}





/* download pages */

.backbuttonWrapper {
	padding-top:20px;
	float:left;
	padding-left:230px;
	
}

a.backButton {
	display: block;
	width: 100px;
	height: 38px;
	float:left;
	text-decoration: none;
	/*background:url(../images/smallButtonBack.png);*/
	float:left;
	}

a.backButton:hover {
	background-position: 0 -38px ;
	}
	


.tranline {

	/*background-image:url(../images/tranLine.png);*/
	background-position:center;
	background-repeat:repeat-x;
	height:2px;
	width:716px;
	
}



.space2 {
	width:750px;
	height:40px;
}


.space3 {
	width:750px;
	height:20px;
}

.contentPadding2 {
width:360px;
padding-top:15px;
padding-left:15px;


}


.areaWrapperCenter {
	width:750px;
	text-align:center;
}


.bingBarText {
	width:400px;
	float:left;
	text-align:left;
}

.bingBarFlash {
	padding-top:20px;
	width:350px;
	float:left;
	text-align:right;
	
}


.feature {
	text-align:left;
	width:250px;
	float:left;
	/*background-image:url(../images/featureBack.png);*/
	background-repeat:no-repeat;
	height:230px;
}
.featurePadding {
	width:190px;
	padding-left:32px;
	padding-top:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align:justify;

}




.downloadNow {
	width:400px;
	float:left;
	text-align:left;
}

.systemReuirements {
	width:350px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	
}
.worksWith {
	/*background-image:url(../images/worksWith.png);*/
	position:relative;
	left:270px;
	top:-30px;
	width:74px;
	height:51px;
}

a.downloadNowButton {
	display: block;
	width: 344px;
	height: 64px;
	float:left;
	text-decoration: none;
	/*background:url(../images/downloadFree.png);*/
	}

a.downloadNowButton:hover {
	background-position: 0 -64px ;
	}

.downloadNowPadding{
	padding-left:15px;
}


.wrapperContentLarge {
	margin:0 auto;
	max-width:1024px;
	min-width:800px;
	height:630px;
	text-align:center;
	/*background-image:url(../images/backGroundImageLarge.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#000000;

}



/* download center */

.areaWrapperDownload {
	text-align:left;
	padding-left:20px;
	width:750px;
}

a.downloadCentre {
	display: block;
	width: 714px;
	height: 56px;
	text-decoration: none;
	/*background:url(../images/downloadCentreButton.png);*/
	}

a.downloadCentre:hover {
	background-position: 0 -56px ;
	}

.downloadText {
	padding-top:19px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	width:440px;
	float:left;
}


.downloadImage {
	width:230px;
	float:left;
	text-align:center;
	padding-top:3px;
}

.downloadSpace {
	width:750px;
	height:10px;
}



/* optimise for bing*/

.optimiseHomePage {
	padding-top:127px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2d353a;
	font-size:14px;
	width:160px;
	text-align:right;
	float:left;
}
.optimiseMainImage {
	/*background-image:url(../images/optimiseForBingMainImage.png);*/
	background-position:center;
	background-repeat:no-repeat;
	width:430px;
	height:278px;
	float:left;
	
}

.optimiseMainImage2 {
	/*background-image:url(../images/optimiseForBingMainImage2.png);*/
	background-position:center;
	background-repeat:no-repeat;
	width:430px;
	height:278px;
	float:left;
	
}
.optimiseSearch {
	padding-top:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2d353a;
	font-size:14px;
	width:160px;
	text-align:left;
	float:left;
}

a.smallButton2 {
	text-align:right;
	display: block;
	width: 119px;
	height: 32px;
	text-decoration: none;
	/*background:url(../images/smallButton.png);*/
	}

a.smallButton2:hover {
	background-position: 0 -32px ;
	}


a.smallButton {
	text-align:right;
	display: block;
	width: 119px;
	height: 32px;
	text-decoration: none;
	/*background:url(../images/smallButton.png);*/
	}

a.smallButton:hover {
	background-position: 0 -32px ;
	}

.smallButtonText {
	padding-top:8px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	
}
.buttonWrapper {
	padding-left:35px;
	
}	


.optimiseSpace {
	width:750px;
	height:20px;
}



/* popup */

.popupWrapperFF {

	width:800px;
	height:280px;
	padding-top:20px;
	background-color:#abb6bd;
	/*background-image:url(../images/browserLogo-firefox.jpg);*/
	background-position: 380px 11px ;
	background-repeat:no-repeat;
	
}
.popupWrapperIE {

	width:800px;
	height:280px;
	padding-top:20px;
	background-color:#abb6bd;
	/*background-image:url(../images/browserLogo-ie.jpg);*/
	background-position: 380px 11px ;
	background-repeat:no-repeat;
	
}
.popupWrapperChrome {

	width:800px;
	height:280px;
	padding-top:20px;
	background-color:#abb6bd;
	/*background-image:url(../images/browserLogo-chrome.jpg);*/
	background-position: 380px 11px ;
	background-repeat:no-repeat;
	
}
.popupWrapperSafari {

	width:800px;
	height:280px;
	padding-top:20px;
	background-color:#abb6bd;
	/*background-image:url(../images/browserLogo-safari.jpg);*/
	background-position: 380px 11px ;
	background-repeat:no-repeat;
	
}
.popupWrapperNetscape {

	width:800px;
	height:280px;
	padding-top:20px;
	background-color:#abb6bd;
	background-image:url(../images/browserLogo-netscape.jpg);
	background-position: 380px 11px ;
	background-repeat:no-repeat;
	
}
.popupWrapperOpera {

	width:800px;
	height:280px;
	padding-top:20px;
	background-color:#abb6bd;
	/*background-image:url(../images/browserLogo-opera.jpg);*/
	background-position: 380px 11px ;
	background-repeat:no-repeat;
	
}


.popupImage {
	width:380px;
	text-align:center;
	float:left;

}

.popupText {
	width:390px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	float:left;
	

}


.browserLogo {
	position:relative;
	left:685px;
	top:-10px;
	width:107px;
	height:54px;
}










/* footer */


.footerWrapper {
	margin:0 auto;
	width:750px;
	height:100px;
	text-align:right;
	padding-top:20px;

}




#footer1 a{color:#FFA615;}
#footer{
	width: 755px;
	height: 100px;
}

#footer1, #footer2{
	width: 755px;
	overflow:hidden;
}
#explore{padding: 0 0 20px 0;}
#footer_buttons{height:80px; width:500px; overflow:hidden; margin-left:60px;}
#footer_buttons ul{list-style-type:none;}
#footer_buttons ul li{ float:left;width:240px; height: 25px;}
.links, .links2{
	list-style-type:none;
	margin:0px;
	float: right;	
}
.links li  {
	float:left;
	padding-left: 20px;
}
.links li a{
	font-size: 11px;
}
.links2{
	padding-top: 10px;
}
.links2 li  {
	display:inline;
}
.links2 li img  {
	margin-bottom: -3px;
}
.links2 li a{
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.microsoft_logo {
	/*background: url(../images/microsoft_logo.gif) no-repeat 0 0 ;*/
	width: 82px;
	height: 30px;
	float:right;	
}
a.takeTour {
	display: block;
	width: 150px;
	height: 35px;
	float:left;
	text-decoration: none;
	/*background:url(../images/takeTheNewBingTourSmall.png);*/
	}

a.takeTour:hover {
	background-position: 0 -35px ;
	}
