body {
	background: #fff url(../../images/intel_ms_bg.png) repeat-x top left;
	color: #666;
	font: 11px/12px Arial, Helvetica Neue, Helvetica, sans-serif;
}

#wrapper,
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 974px;
}

a {
	color: #024a7d;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1 {
	background: url(../../images/intel-ms-header.png) no-repeat;
	height: 75px;
	margin-left: -110px;
	width: 700px;
}

h1 a {
	display: block;
	height: 75px;
	margin-left: 112px;
	width: 370px;
}

h1 span,
h2 { display: none; }

h4 {	
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

strong { font-weight: bold; }

.more {
	background: url(../../images/arrow.gif) no-repeat right 3px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 11px;
}

.d_load {
	background: url(../../images/arrow_down.gif) no-repeat right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 11px;
}

.ms_blue{
	color: #024a7d;
	font-weight: bold;
}

.moreButton {
	background: url(../../images/moreButton.png) no-repeat left top;
	display: block;
	height: 24px;
	width: 105px;
}

	.moreButton:hover { background-position: left -26px; }

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	float: none;
}

.hide { display: none; }




#header {
	height: 109px;
	position: relative;
	width: 100%;
}
	#headerBg {
		background: url(../../images/bgHeaderNav.gif) repeat-x;
		height: 105px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	.logos {
		height: 43px;
		top: 14px;
		position: absolute;
		left: 573px;
	}	
	
		.logos .first {
			/*border-right: 1px solid #9eb1b9;*/
			margin-right: 10px;
			padding-right: 14px;
		}
	
	#subNav {
		color: #FFFFFF;
		position: absolute;
		top: 9px;
		right: 0;
	}
	
		#subNav a { color: #FFFFFF; }
	
		#subNav #search {
			display: block;
			margin-top: 8px;
			text-align: right;
		}
	
		#subNav input {
			background: url(../../images/bgSearchbox.gif);
			border: 0;
			color: #fff;
			padding: 4px 2px 3px 5px;
			width: 112px;
		}
		
		#subNav #Button1 {
			background: url(../../images/btnSearch.gif) no-repeat left top;
			height: 23px; /* actual: 23px; */
			padding: 5px 0 7px 0;
			width: 21px;
			cursor: hand;
			cursor: pointer;
		}
		
		#subNav #Button1:hover {
			background-position: left -25px;
		}

#nav {
	bottom: 0;
	height: 33px;
	position: absolute;
	width: 970px;
	z-index: 50;
}

	#nav li {
		background: url(../../images/bgNavBtn.gif) no-repeat right 5px;
		display: block;
		float: left;
		height: 20px;
		padding-top: 8px;
	}
	
	#nav li.last { background: none; }

	#nav a {
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 8px 14px 8px 14px;
		text-transform: uppercase;
	}
	
	#nav a span { display: none; }
	
	#nav a.on {
		background-color: #6d9ba5;
		color: #fff;
	}
	
	



	
#shadow img {
	height: 4px;
	position: absolute;
	top: 105px;
	width: 100%;
	z-index: 999;
}

#promo-vpro {
    position: absolute;
    width: 216px;
    height: 165px;
    float: left;
    background: transparent url(../../images/pixel.gif);
}

#promo-win7 {
    position: absolute;
    width: 216px;
    height: 188px;
    float: left;
    background: transparent url(../../images/pixel.gif);
}

#promo-server {
    position: absolute;
    width: 216px;
    height: 174px;
    float: left;
    z-index: 10;
    background: transparent url(../../images/pixel.gif);
    }


#content { 
	background: #dbcfb9 url(../../images/bgContentAssets.gif) repeat-x left bottom;
	float: left;
	margin-top: -4px;
	min-height: 428px;
	position: relative;
	z-index: 500;
}

	#content.home { margin-bottom: -50px; padding-bottom: 50px; width: 100%; }






#colRight {
	float: right;
	position: relative;
	width: 239px;
}

	#colRight div {
		background: url(../../images/lineRightCol.gif) no-repeat center top;
		padding: 21px 18px 18px 22px;
	}
	
		#colRight div.first { background: none; }
		
		#colRight div.blog { 
			background: url(../../images/bgBlogPromo.gif) repeat-x; 
			margin: 0 10px 0 14px;
			padding: 21px 11px 18px 10px;
		}
	
	#colRight h4 {
		color: #527986;
		text-transform: uppercase;
	}
	
	#colRight a.more { font-size: 11px; }
	
	#colRight p { margin-bottom: 6px; line-height: 14px; }
	
	#colRight h5 {
		color: #527986;
		display: block;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#colRight li {
		line-height: 12px;
		padding-bottom: 14px;
	}
	
	
	
	

#slider {
	border-right: 2px solid #fff;
	height: 455px;
	position: relative;
	width: 733px;
}

	ul#sliderList, li.sliderItem {
		margin:0;
		padding:0;
		list-style:none;
		}
	li.sliderItem { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:733px;
		height:455px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}
	
	.blurb {
		background: url(../../images/bgBlurb2.png) no-repeat;
		/*background-position: left -100px;  remove for real content */
		color: #fff;
		font-size: 12px;
		height: 258px; /* actual: 300px; */
		margin: 27px 0 0 53px;
		padding: 18px 0 0 24px;
		position: absolute;
		width: 371px; /* actual: 395px */
		z-index: 90;
	}
	
	.blurbBG { display: none; }
	
	
	.blurb ul { 
		list-style-type: disc;
		list-style-position: outside;
		padding-top: 13px;
		padding-left: 13px;
		width: 337px;
	}
	
	.blurb li {
		padding-bottom: 9px;
	}
	
	.blurb #learnMore { position: absolute; top: 175px; }
	
#toggle {
	background: url(../../images/bgToggle.png) no-repeat;
	height: 68px;
	left: 57px;
	padding: 5px 0 0 3px;
	position: absolute;
	top: 245px; /* put back to 245 for real content */
	width: 200px;
	z-index: 100;
}

	#toggleBG { display: none; }

	#toggle a {
		background-position: 0 0;
		display: block;
		float: left;
		height: 46px;
		width: 46px;
	}
	
	a.slide1 { background-image: url(../../images/slider1ThumbOpacity.png); }
	a.slide2 { background-image: url(../../images/slider2ThumbOpacity.png); }
	a.slide3 { background-image: url(../../images/slider3ThumbOpacity.png); }
	
	#toggle a.current { background-position: 0 -50px; }
	
			
	
	
	
#intro {
/*	background: #fff url(../../images/bgIntro.gif) repeat-x; */
	background-color: #fff;
	border-right: 2px solid #fff;
	float: left;
	padding: 26px 0 0 25px;
	position: relative;
	width: 708px; /* actual: 733px; */
}

	.promo #intro { background: #fff url(../../images/bgPromo.gif) repeat-x; }

	#intro img {
		float: right;
		margin: -26px 0 0 35px;
	}

	#intro h3 { 
		margin-bottom: 20px;
		text-indent: -800px; 
		width: 400px;
	}
	
		h3.server {height: 23px; background: url(../../images/enterpriseServer.gif) no-repeat; }
		h3.client {height: 23px; background: url(../../images/enterpriseClient.gif) no-repeat; }
		h3.smb {height: 23px; background: url(../../images/smb.gif) no-repeat; }
		
		
		#intro h3.businessIntel {
			height: 23px;
			background: url(../../images/businessIntelligence.gif) no-repeat;
			width: 489px;
		}
		h3.coreInfrastructure {height: 23px; background: url(../../images/coreInfrastructure.gif) no-repeat; }
		h3.highPerformance {height: 23px; background: url(../../images/highPerformanceComputing.gif) no-repeat; }
		h3.serverVirtualization {height: 23px; background: url(../../images/serverVirtualization.gif) no-repeat; }
		
		h3.clientVirtualization {height: 23px; background: url(../../images/clientVirtualization.gif) no-repeat; }
		h3.manageability {height: 23px; background: url(../../images/manageability.gif) no-repeat; }
		h3.windows7 { height: 50px; background: url(../../images/newPowerToSucceed.png) no-repeat; }
		
		h3.serverSolutions {height: 23px; background: url(../../images/serverSolutions.gif) no-repeat; }
		
		h3.newsAndEvents {height: 23px; background: url(../../images/newsAndEvents.gif) no-repeat; }
		
		h3.searchResults {height: 23px; background: url(../../images/searchResults.gif) no-repeat; }
		
		h3.mobility {height: 23px; background: url(../../images/mobility.gif) no-repeat; }
		h3.productivityTools {height: 23px; background: url(../../images/productivityTools.gif) no-repeat; }
		h3.onTheHorizon {height: 23px; background: url(../../images/onTheHorizonHeader.gif) no-repeat; }
	
		
	#intro strong {
		display: block;
		color: #527986;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
	}
	
		.promo #intro strong { color: #58711c; }
	
	#intro p { 
		color: #999; 
		font-size: 12px;
		line-height: 16px;
		padding: 8px 0 0 0;
	}
	
	.assets #intro p { padding: 8px 118px 35px 0; }
	.assets.promo #intro p { padding: 8px 0 0 0; }
	
	.news #intro .more { font-size: 12px; }
	
	
	
#buckets {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	width: 733px;
}
 
	.assets #buckets { background-color: #fff; }

	#buckets div {
		border-right: 2px solid #fff;
		float: left;
		width: 243px;
	}
	
	.assets #buckets div {
		background: #fff url(../../images/bgContentAssets.gif) repeat-x;
		min-height: 450px;
	}
	
	.sub p {
		margin-bottom: 10px;
	}
	
	.assets #buckets .full {
		width: 733px;
		background: #fff url(../../images/bgContentAssets.gif) repeat-x;
	}
	
	.assets #buckets .full .title_p {
		margin-left: 15px;
	}
	
	.assets #buckets .full .title_p a {
		margin: 0px;
	}
	
	.assets #buckets .full p {
		margin-left: 0px;
	}
	
	.sub #buckets div {
		background: #fff url(../../images/bgContentAssets.gif) repeat-x;
		min-height: 450px;
	}
	
	.news #buckets div {
		background: #fff url(../../images/bgContentAssets.gif) repeat-x;
		border-right: 0;
		width: 733px;
	}
		
		#buckets div.last { border: none; }
		
		#buckets.two div { width: 365px; }
		#buckets.two div.last { width: 366px; }
		
		#buckets.four div { width: 181px; }
		#buckets.four div.last { width: 184px; }
	
	#buckets h3 {
		color: #527986;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		padding: 19px 0 11px 15px;
	}
	
	#buckets h4 {
		background: url(../../images/bgBucketHeaders.gif) repeat-x;
		color: #fff;
		font-size: 12px;
		font-weight: 14px;
		line-height: 14px;
		padding: 14px 0 10px 15px;
		text-transform: uppercase;
	}
	
	#buckets h5 {
		margin: 0px 0px 0px 15px;
		padding: 0px 15px 0px 0px;
	}
	
	#buckets ul { 
		margin-top: 18px; 
		padding: 0 52px 0 16px; 
	}
	
		#buckets li {
			display: block;
			margin-bottom: 34px;
		}
		
	
	#buckets strong {
		color: #666;
		display: block;
		font-weight: bold;
		line-height: 14px;
		margin: 0 0 6px 0;
	}
	
		.news #buckets strong { font-size: 12px; line-height: 18px; }
	
	#buckets img {
		margin: 19px 10px 0 5px;
	}
	
	#buckets p {
		margin: 0 0 6px 15px;
		padding: 0px 15px 0px 0px;
		line-height: 14px;
/*		width: 209px; */
	}
	
		#buckets.four p { width: 155px; }
		.news #buckets p { margin-left: 0; width: 598px; }
	
	#buckets a { margin-left: 15px; }
	
		#buckets a.more,
		.assets #buckets a {
			font-size: 11px;
			font-weight: bold;
		}
		
		#buckets ul a { margin-left: 0; }




#footer {
	background: url(../../images/bgFooter.png) repeat-x left bottom;
	clear: both;
	float: none;
	text-align: right;
	padding: 100px 0 80px 0;
	width: 974px;
	margin: auto;
}

	#footer input {
		background-color: #d8dbd9;
		border: 0;
		color: #5c6763;
		margin: 0 0 8px 0;
		padding: 4px 2px 5px 14px;
		width: 103px;
	}

	#footer input#emailSub {
		background: url(../../images/btnGo.gif) no-repeat left top;
		padding: 4px 0 5px 0;
		width: 21px;
	}
	
	#footer input#emailSub:hover {
		background-position: left -27px;
	}
	
	#footer a { 
		color: #6f7b75; 
		margin: 0px 0px 0px 10px;
	}
	
	#footer p { 
		margin: 0px 5px 0px 0px;
	}