﻿body 
{	

	background-attachment: scroll;
	background-color: #f0f3f8;
	background-repeat:repeat-x;
	background-position:center top;
	color: #666666;
	font-family: Segoe UI, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

}

.horizon{
	background-image: url(../images/horizon-bg.jpg);
}

.horizon-short{
	background-image: url(../images/horizon-bg.jpg);
	background-position:center -160px;
}

.no-horizon
{
	background-image: url(../images/no-horizon-bg.jpg);
}


a, a:visited
{
	color: #0D74AA;
	text-decoration: none;
}
a:hover
{
	color: #5EB5E3;
	text-decoration: underline;
}

#Page
{
	margin: 0px auto 0px auto; /* this apparent duplicate css (also on body tag) required to center in IE */
	padding-top: 23px;
	width: 1000px;;
}

#invite_container p{
	font-size:12px;
}

#sysreq_container {
	line-height:1.429em;
	margin-top: 106px;
}

#sysreq_container h2{
/*	margin-top:130px;	*/
}

#sysreq_container p{
	font-size:12px;
}

#eula-box{
	width:900px;
	height:173px;
	overflow:scroll;
	background-color:#FFF;
	padding:20px;
	border: solid 1px #94d1e6;
	margin-bottom:20px;

}
#eula-box p{
	font-size:14px;
}


#download-buttons-container
{
	margin-top:40px;
	clear:both;
	padding-bottom:31px;
    height: 3px;
}

/* BEGIN: Header Region Styles */
#Header
{
	height: 81px;
	margin: 0px 0px 0px 0px;
	width: 961px;
}
#Logo
{
	border: solid 0px Transparent;
	display: inline;
	float: left;
	height: 80px;
	margin: 0px 0px 0px 0px;
	width: 191px;
}
#LogoImg
{
	border: solid 0px Transparent;
	display: inline;
}
#PrimaryNavigation
{
	width: auto;
	display: inline;
	float: right;
	margin: 0px 0px 0px 0px;
}
#PrimaryNavigation a
{
	text-decoration: none;
}
#PrimaryNavigation a.PrimaryNavUnselected, #PrimaryNavigation a:visited.PrimaryNavUnselected
{
	color: #0D74AA;
}
#PrimaryNavigation a:hover.PrimaryNavUnselected
{
	color: #5EB5E3;
}
#PrimaryNavigation a.PrimaryNavSelected, #PrimaryNavigation a:visited.PrimaryNavSelected
{
	color: #70706F;
}
#PrimaryNavigation a:hover.PrimaryNavSelected
{
	color: #70706F;
}
#PrimaryNavigation ul
{
	margin-top: 25px;
}
#PrimaryNavigation li
{ 
	display:inline;
	font-weight: bold;
	list-style: none;
	margin: 0px 7px 0px 7px;
	text-transform: uppercase;
}

.PrimaryNavButton
{
	display: inline;
	padding: 7px 17px 9px 17px;
	height: 33px;
	width: 151px;
}
.PrimaryNavButtonUnselected
{
	background-image:url(../images/bg-header-button-download.png);
}
.PrimaryNavButtonSelected 
{
	background-image:url(../images/bg-header-button-download-selected.png);	
}
.PrimaryNavButtonLinkUnselected, .PrimaryNavButtonLinkUnselected:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.PrimaryNavButtonLinkUnselected:hover
{
	font-weight: bold;
    text-decoration: none;
    color: #5EB5E3;
}
.PrimaryNavButtonLinkSelected, .PrimaryNavButtonLinkSelected:visited
{
	font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.PrimaryNavButtonLinkSelected:hover
{
	font-weight: bold;
    text-decoration: none;
    color: #70706F;
}

.VideoNavButton
{
	display: inline;
	padding: 7px 20px 9px 17px;
	height: 33px;
	width: 151px;
}
.VideoNavButton2
{
	display: inline;
	padding: 7px 20px 9px 22px;
	height: 33px;
	width: 151px;
}
.VideoNavButton3
{
	display: inline;
	padding: 7px 20px 9px 25px;
	height: 33px;
	width: 151px;
}

.VideoNavButtonUnselected
{
	background-image:url(../images/bg-button-02.png);
}
.VideoNavButtonSelected 
{
	background-image:url(../images/bg-header-button-download-selected.png);	
}
.VideoNavButtonLinkUnselected, .VideoNavButtonLinkUnselected:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.VideoNavButtonLinkUnselected:hover
{
	font-weight: bold;
    text-decoration: none;
    color: #5EB5E3;
}
.VideoNavButtonLinkSelected, .VideoNavButtonLinkSelected:visited
{
	font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.VideoNavButtonLinkSelected:hover
{
	font-weight: bold;
    text-decoration: none;
    color: #70706F;
}

/* END: Header Region Styles */


/* BEGIN: Main Body Region Styles */

#MainBody
{
	background: url(../images/bg-hero-01.png) no-repeat 0px 85px;
	float: left;
	margin: 10px 10px 30px 10px;	
	min-height:500px;

}
/* END: Main Body Region Styles */

/* BEGIN: centered card Region Styles */
#MainBodyNoLogo
{	
	background: url(../images/bg-hero-01.png) no-repeat 0px 0px;
	float: left;
	margin: 10px 10px 30px 10px;	
	min-height:400px;

}
#CenteredCard
{
	width:960px;
	margin:0px auto 0px auto;
	text-align:center;
}
#CenteredCard a{
	position:relative;
	top:148px;
}

#NoLogo
{
	float:right;
	margin-top:4px;
}
/* END: centered card Region Styles */



/* BEGIN: Footer Region Styles */
#Footer
{
	display: inline;
	float: right;


}
#Footer a, #Footer a:visited
{
	color: #999999;
	font-size: 11px;
	line-height: 1.2em;
	text-decoration: none;
}
#Footer a:hover
{
	color: #999999;
	text-decoration: underline;
}
#Footer li
{
	border-left: 1px solid #999999;
	color: #999999;
	display: inline;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
}
#Footer li.first 
{
	border-left: none;
}
#Footer li.last 
{
	border-left: none;
}
#Logo-Microsoft
{
	border: solid 0px Transparent;
}
/* END: Footer Region Styles */