﻿/*____________________________________________________
  Tags
  ____________________________________________________
*/

html
{
    overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: verdana,arial,helvetica,clean,sans-serif;
	background: #000000;
	color: #FFFFFF;
    background: #000000 URL(../img/top_bar.jpg) repeat-x top;
}

a:link, a:visited
{
	color: #f47900;
	text-decoration: none;
	text-transform: none;
}

a:hover
{
    text-decoration: underline;
}

#sourceBar a:hover
{
	background-color:transparent;
}

#small_letterhead a:hover {
	background-color:transparent;
}

img{
	border: 0px;
}

/*____________________________________________________
  Classes
  ____________________________________________________
*/

h1
{
	font-size: 240%;
    font-weight: normal;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;    
	color: #f47900;	
    margin: 0;
}

h2
{
	font-size: 140%;
    font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #f47900;
    margin: 0;
}

h3
{
	font-size: 125%;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #f47900;
    margin: 0;
}

#featuresLeftColumn
{
    width: 500px;
}

#featuresRightColumn
{
    width: 270px;
}

.featureText
{
    line-height: 150%;
    text-align: justify;
    margin-top: 5px;
}

.featureTitle
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #f47900;
    font-size: 235%;
    float: left;
    margin-left: 10px;
}

.featureMoreImage
{
    width: 71px;
    margin-left: auto;
}

.heading_Bold {
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #f47900;
}

.subHeading_Small {
	color: #999999;
}

.subHeading_Medium {
	color: #999999;
	font-size: 125%;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

.borderBottom {
	border-bottom: #333333 1px solid;
	padding-bottom: 10px;
	padding-top: 5px;
}
.borderTop {
	border-top: #333333 1px solid;
	padding-bottom: 10px;
	padding-top: 5px;
}

.attention {
	background: url(../img/attentionIcon_small.gif) no-repeat 0 0;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.tip {
	background: url(../img/tipIcon_small.gif) no-repeat 0 0;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 2px;
}
.smallText {
	font-size: 12px;
	color: #999999;
}

.checked {
	background: url(../img/checkMark.gif) no-repeat 0 0;
	padding-left: 20px;
}

.expand {
	background: url(../img/plusIcon.gif) no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}
.collapse {
	background: url(../img/minusIcon.gif) no-repeat;
	padding-left: 15px;
}
.expandContent {
	padding:10px;
	padding-left: 15px;
}


/*____________________________________________________
  Divs
  ____________________________________________________
*/

#wrapper
{
	width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

#header
{
	position: relative;
	width: 990px;
    margin-bottom: 20px;
    height: 103px;
}

#header a:hover
{
    text-decoration: none;
}

.mainScreenshot
{
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.mainScreenshot #mainScreenshotImage
{
    float: left;
}

#mainScreenshotSmall
{
    width: 785px;
}

#mainScreenshotBig
{
    width: 990px;
}

#mainScreenshotNoDownload
{
    width: 460px;
}

#downloadButtonSmall
{
    margin-top: 5px;
}

#downloadButtonBig
{
    margin-top: 99px;
    margin-left: 10px;
}

.downloadButton
{
    background: url(../img/download_but.png) no-repeat top left;
    width: 285px;
    height: 104px;
    float: left;
    cursor: pointer;
}

.downloadButton:hover
{
    background: url(../img/download_but_hover.png) no-repeat top left;
}

#headerArrow
{
    background: transparent url(../img/top_arrow.gif);
    position: absolute;
    width: 46px;
    height: 19px;
    top: 66px;
}

#header a:hover
{
    background-color: transparent;
}

#logo
{
    margin-top: 20px;
    width: 237px;
    height: 61px;
    float: left;
}

#headerLinks
{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 437px;
    height: 22px;
    float: right;
    margin-top: 40px
}

#headerLinks ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
    
#headerLinks ul li
{
    list-style: none;
    display: inline;
    position: relative;
    margin-right: 0px;
    margin-left: -4px;
    padding: 3px 10px;
    border-right: 1px #0A0F0B solid;
    border-left: 1px #687173 solid;
}

#headerLinks ul li a
{
    width: 100%;
}

#headerLinks ul .first
{
    border-left: none;    
}

#headerLinks ul .last
{
    border-right: none;    
}

#headerLinks a:link, #header a:visited
{
    color:#FFFFFF;
}

#headerLinks a:hover
{
    color:#f47900;
    border-bottom: none;
    background: none;
}

#sourceBar {
	width:990px;
	margin:0 auto;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.overflowHidden
{
    overflow: hidden;
}

#tourAndFeatures
{
    border-bottom: 1px solid #333333;
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: 20px;
}

#videoTour
{
    margin-left: 85px;
}

#welcome
{
    margin-top: 22px;
    margin-bottom: 30px;
    width: 630px;
}

#spiderpic
{
    margin-bottom: 30px;
    margin-left: 40px;
    width: 320px;
    line-height: 150%;
}

#welcome #welcomeText
{
    line-height: 125%;
    text-align: justify;
}

#homepageFeatures .homepageFeature
{
    margin-top: 15px;
    overflow: hidden;
}

#homepageFeatures .featuresText
{
    margin-left: 10px;
    margin-top: 3px;
}

.feature
{
    margin-bottom: 25px;
}

.lastfeature
{
    margin-bottom: 0;
}

#contentLeft{
	height: 100%;
	min-height: 100%;
	width: 650px;
	padding-right: 30px;
}

#contentRight{
	min-height: 280px;
	width: 260px;
	padding-left: 15px;
}	

#footer {
	position: relative;
	margin: 50px auto 25px auto;
    text-align: center;
	width: 990px;
	color: #999999;
	font-size: 10px;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}
	
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 5px;
	border-right: #666666 solid 1px;
}

#footer ul li.last{ 
	border-right: none;
}

#footer a:link, #footer a:visited{
	color:#999999;
}

#footer a:hover{ 
	color:#f47900;
	background: none;
}

.resolution{
	float:right;
}

.image img{
	float:left;
}

.image {
	width:400px;
}

.bg {
	
	clear:right;
	float:left;
}

#featuresMenu
{
	overflow: hidden;
    width: 785px;
    border: 1px solid rgb(45,45,45);
    margin: 0 auto 30px auto;
    padding: 5px 0;
}

#featuresMenuInternal
{
    overflow: hidden;
    width: 346px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#featuresMenuInternal .featuresMenuItem
{
    float: left;
    margin-left: 10px;
    margin-right: 40px;
}

#featuresMenuInternal .firstFeaturesMenuItem
{
    float: left;
    margin-right: 40px;
}

#featuresMenuInternal .lastFeaturesMenuItem
{
    margin-right: 0;
}

#featuresMenuInternal .favoritesMenuItemText
{
    float: left;
    margin: 9px 0 0 5px;
}

#featuresExplorerHack
{
    height: 1px;
}

#internalFeaturesPageTitle
{
    float: left;
    margin: 8px 0 0 10px;
}

#internalFeaturesPageImageAndText
{
    overflow: hidden;
    margin-top: 15px;
    border-bottom: 1px solid #333333;
}

#internalFeaturesPageImageAndText #internalFeaturesPageText
{
    overflow: hidden;
    margin-left: 50px;
    width: 300px;
    float: left;
    line-height: 150%;
    text-align: justify;
}

#internalFeatures
{
    margin-top: 25px;
    overflow: hidden;
}

#internalFeatures .feature
{
    width: 296px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

#internalFeatures .lastHorizontalFeature
{
    margin-right: 0;
}

#internalFeatures .lastVerticalFeature
{
    margin-bottom: 0;
}

#requestInvitationText
{
    margin-top: 15px;
    line-height: 130%;
}

#privateBeta
{
    color: #999999;
    font-size: 125%;
    margin-top: 5px;
}

/*____________________________________________________
  Form Elements
  ____________________________________________________
*/

form { display: inline; margin: 0; }

.req { background: #FFCCCC; border: #CC0000 1px solid; }

.formInput
{ 
    background: #FFFFFF; 
    border: #7F9DB9 1px solid;
    width: 250px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    font-family: verdana,arial,helvetica,clean,sans-serif;
}

.formType
{ 
    background: #FFFFFF; 
    border: #7F9DB9 1px solid;
    width: 252px;
    height: 24px;
    margin-left: 5px;
    margin-top: 5px;
    font-family: verdana,arial,helvetica,clean,sans-serif;
}

.formMessage
{
    background: #FFFFFF; 
    border: #7F9DB9 1px solid;
    width: 250px;
    height: 100px;
    margin-left: 5px;
    margin-top: 5px;
    font-family: verdana,arial,helvetica,clean,sans-serif;
    font-size: 12px;
}

.formOptional
{
    color: gray;
    font-size: 10px;
    margin-left: 3px;
}

#contactSubmit
{
    margin-top:20px;
    margin-left: 70px;
    width:95px;
    height:30px;
    cursor: pointer;
}

#requestInvitationSubmit
{
    margin-top:20px;
    margin-left: 102px;
    width:95px;
    height:30px;
    cursor: pointer;
}

#requestInvitation
{
    width: 300px;
    overflow: hidden
}

#invitationSystemRequirements
{
    width: 300px;
    overflow: hidden
}

#error
{
    color: red;
    font-weight: bold;
    margin-left: 20px;
    /*margin-bottom: 10px;*/
    margin-top:28px;
}

#centeredContent
{
    width: 785px;
    margin: 0 auto;
    text-align: justify;
}

#centeredContentHeader
{
    margin-bottom: 10px;
}

.centeredContentSubHeader
{      
    color: #999999;
    font-weight: bold;
    font-size: 130%;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

.paragraph
{
    margin-bottom: 10px;
    line-height: 150%;
}

.doubleParagraph
{
    margin-bottom: 20px;
    line-height: 150%;
}

.paragraphLine
{
    line-height: 150%;
}

#aboutLink
{
    margin-top:20px;
}

.privacyHeader
{
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 150%;
}

#contactUs
{
    width: 600px;
    text-align: justify;
}

#contactUsText
{
    border-bottom: #333333 1px solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.supportLink
{
    font-weight: bold;
    margin-top: 3px;;
}

.faqQuestion
{
    font-size: 12px;
    font-weight: bold;
    color: #F47900;
    margin-bottom: 10px;
}

.faqAnswer
{
    margin-bottom: 20px;
    line-height: 150%;
}

#faqExplanation
{      
    color: #999999;
    font-size: 125%;
    font-weight: bold;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

#windowsLogo
{
    width: 40px;
    height: 37px;
    margin-top: 7px;
}

#windows
{
    width: 700px;
    margin-left: 8px;
    margin-top: 5px;
}

.homeLearnMore
{
    font-size: 11px;
}

#invitationCodeNotice
{
    color: gray;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 20px;
}

#contactMessage
{
    margin-top: 7px;
}

#privacyTermsUpdatedNotice
{
    color: gray;
    margin-top: 30px;
}

#downloadWarning
{
    width: 700px;
    color: #f47900;
    margin-left: 15px;
    margin-top: 7px;
    margin-bottom: 25px;
}

#downloadDownloading
{
    width: 700px;
    margin-left: 5px;
}

#downloadWindowsLogo
{
    width: 20px;
    height: 19px;
    margin-top: 0px;
}
