﻿body {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container {
 background-color:#f1f1f1;
    border: solid 1px #d8d8d8;       
}

.content {
    margin-top: 55px;
    padding: 0px;
    background-color:#f1f1f1;
    border: solid 1px #d8d8d8;    
    min-height:800px;

}

.maincontent-section {
    margin-top: -4px !important;
    padding: 20px;
    color: white;   
    background-color:black; 
}

.marketing-section {
    margin-top: 20px;
}

.marketing-img {
    max-height: 80px;
}

.footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.download-button {
    margin-top: 10px;
    margin-bottom: 10px;
    width:275px;
}

.affix {
    top: 80px;
}

.SampleTemplateItem {
    margin-top: 50px;
}

.sampleTemplateScreenShot {
    max-width: 480px;
}

.sampleTemplateSecondaryScreenShot {
    max-width: 200px;
}


.secondaryScreenShots {
    margin-top: 20px;
}
.overviewScreenShots{

}

.sampleTemplateDescription {
    margin-bottom: 10px;
}

.anchor {
    position: relative;
    top: -10px; /* or whatever value you need */    
}

.gettingstarted-anchor {
    position: relative;
    top: -40px; /* or whatever value you need */    
}


.templateTip {
    width: 480px;    
}

.templateTipIcon {
    margin-right:10px;
}
.menu-item {
    white-space:normal; 
    max-width:235px;
}
.gettingStartedSection{
    margin-top:20px;    

}
.moreInfoLinks{
    margin-left:50px; 
}
.sampleTemplateResolution{
    font-weight:bold;
    color:#777;    
    font-size:9pt;
}
.additionalScreenShotDescription{
    text-align:center;    
    font-weight:bold;
    color:#777;    
    font-size:9pt;
    margin-top:5px;
}
.clicktoSeeTemplateDescription {
    font-weight: bold;
    font-style:italic;
}
.margintop20{
    margin-top:20px;
}
.margintop0{
    margin-top:0px;
}
.bold{
    font-weight:bold;
}
.underline {
    text-decoration: underline;
}
.productsDownloadLink{
    font-weight:bold;
}
.productText {
    font-size:16px;
}
#footer {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;	
}
.tmNote{
    margin-top:20px;
    font-style:italic;
    color:#666;
}