@charset "utf-8";


body, html {
	margin:0px;
	background:#d9d9d9 url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}
img {
	border:none;
}
/* MAIN CONTAINER */
#container{
	text-align:left;
	width:910px;
	margin:0 auto; 
}

/* HEADER */
#header {
	height:85px;
	line-height:85px;
	margin:0;
}
#BingLogo{
	float:left;
	width:246px;
	height:43px;
	padding:25px 0px 0px 0px;
}
#MicrosoftLogo{
	float:right;
	width:95px;
	height:15px;
	line-height:85px;
	padding:10px 0px 0px 0px;
	margin:0px;
}

/* PANELS */
#mainPanel {
	width:910px;
	height:375px;
	background:url(../images/bingPhoto.jpg) no-repeat;
}
#mainPanelContent {
	padding:80px 0px 0px 50px;
}

#panel1{
	float:left;
	width:315px;
	padding:20px 10px 10px 0px;
	background:url(../images/ui_vertSpaceLine.png) no-repeat top right;
}
#panel2{
	float:left;
	width:315px;
	margin:0px -335px 0px 0px;
	padding:20px 10px 10px 20px;
	background:url(../images/ui_vertSpaceLine.png) no-repeat top right;
}
#panel3{
	float:right;
	width:220px;
	padding:20px 0px 10px 0px;
}
#panel4{
	float:left;
	width:435px;
	padding:20px 10px 10px 0px;
	background:url(../images/ui_vertSpaceLine.png) no-repeat top right;
}
#panel5{
	float:left;
	width:435px;
	margin:0px -435px 0px 0px;
	padding:20px 10px 10px 20px;
}

/* ADDITIONAL HOMPAGE ELEMENTS */
.homepageCopy {
	height:100px;
}
.screenHolder {
	background:url(../images/ui_shadow.png) no-repeat bottom center;
	text-align:center;
	padding:10px;
}

/* ADDITIONAL DOWNLOAD PAGE ELEMENTS */
.downloadCopy {
	height:55px;
}
.featureHolder{
	clear:both;
	width:400px;
	padding-top:25px;
}
.featureHolderImage {
	width:125px;
	float:left;
	background:url(../images/ui_shadowThumb.png) no-repeat bottom center;
	text-align:center;
}
.featuredHolderText{
	float:left;
	margin-right:-130px;
	width:290px;
}

/* FOOTER */
#footerHighlight{
	background: url(../images/ui_footerBg.png) no-repeat top center;
	color:#333333;
	clear:both;
	width:960px;
	margin:0px;
	height:58px;
}
#footer{
	color:#666666;
	clear:both;
	width:930px;
	text-align:right;
	margin:0px 0px 20px 0px;
}
#footer a {
	text-decoration:none;
	color:#666666;
}

/* DOWNLOAD PAGE SLIDER */
#slidingDiv {
    display: none;
	height:40px;
	line-height:40px;
	background-color: #0099cc;
	padding:10px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	
}

#slidingDiv a {
	color:#FFFFFF;
}

