.standout {
    color: #2B4495;
    font-weight: bold;
}

#main #content #tour #carousel {
    overflow: hidden;
}

#main #content #tour {
    background: url(../images/layout/carouselbg.png) top no-repeat #597998;
    margin: -20px -20px 20px -20px;
    position: relative;
}

#main #content #tour #carousel #features {
    width: 10000px;
}

#main #content #tour #carousel #features .feature {
    float: left;
    width: 804px;
    height: 278px;
    padding: 0px 0px 0px 20px;
    color: #dFeBf7; /*#CFDBE7;*/
}

#main #content #tour .menu {
    height: 42px;
    background-color: #222;
    clear: left;
    padding: 0px 20px;
}

#main #content #tour .menu a {
    color: #FFFFFF;
    display: block;
    float: left;
    margin-right: 15px;
    height: 28px;
    padding: 14px 10px 0px 10px;
    font-size: 1.2em;
}

#main #content #tour .menu a.selected {
    font-weight: bold;
    background-color: #597998;
}

#main #content #tour h2 {
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 2.1em;
}

#main #content #tour h3 {
    color: #FFFFFF;
    font-size: 1.3em;
    padding-top: 10px;
    font-weight: normal;
}

#main #content #tour .feature .text {
    width: 445px;
}

#main #content #tour .feature .img {
    float: right;
}

/*********************
	Call Out
*********************/
#content .callout {
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-top: 30px;
}

#content .callout dl dt {
    background: url(../images/layout/bullet-callout.png) no-repeat top left;
    padding: 0px 0px 4px 20px;
    font-weight: bold;
    color: #597998;
    text-transform: uppercase;
}

#content .callout dl dd {
    margin: 0px 0px 20px 20px;
    color: #444444;
}

#content .thumbnails {
    text-align: center;
}

#content .thumbnails dl dd {
    margin: 10px 0px 4px 4px;
    color: #444444;
    text-align: left;
}

#content .callout .subtext {
    color: #888888;
}

#content .callout .description {
    float: right;
    padding-left: 120px;
}

/*********************
	Quotes
*********************/
#content .quotes {
    margin-bottom: 30px;
    padding-top: 10px;
    background: url(../images/layout/openquote.png) no-repeat top left;
}

#content .quote {
    font-size: 1.1em;
    padding: 0px 5px;
    background: url(../images/layout/closequote.png) no-repeat bottom right;
    margin-bottom: 20px;
}

#content .quote .author {
    font-style: normal;
    color: #999999;
    text-align: right;
}

#content .quotes a.button {
    margin: 0px auto;
}

/*********************
    Screenshots
*********************/
#screenshots li {
    display: inline;
}

#screenshots li a {
    display: block;
    float: left;
    border: 1px solid #CCCCCC;
    margin: 0px 8px 8px 0px;
}

#sstooltip {
    position: absolute;
    display: block;
    width: 600px;
    top: -10000px;
}

#sstooltip .text {
    position: absolute;
    background: url(../images/layout/tooltip_left.png) no-repeat top left;
    display: block;
    height: 46px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4em;
    padding: 10px 10px 0px 10px;
}

#sstooltip .end {
    background: url(../images/layout/tooltip_end.png) no-repeat top left;
    display: block;
    height: 56px;
    width: 33px;
    float: right;
}

#screencasts {
    margin-bottom: 30px;
}

#screenshot-shelf {
    margin: 0;
    padding: 0;
}

#screenshot-shelf .columns .column {
    margin-right: 3%;
    width: 155px;
    height: 260px;
}

#screenshot-shelf .columns .column.four {
    margin-right: 0%;
}

#screenshot-shelf.callout.column dl dd {
    width: 130px;
}


.feature-block{
    padding-bottom: 25px;
    min-height: 70px;
}

.feature-block p{
    margin: 0;
    padding: 0 0 10px 0;
}

.feature-block ul{
    margin-top: 7px;
}

.feature-block li{
    padding: 0;
    margin: 0;
    display: inline;     
}

.feature-block img{
    border: 1px solid #858585;
    /*border-right: 2px solid #cccccc;*/
    /*border-left: 1px solid #cccccc;*/
    /*border-bottom: 2px solid #cdcdcd;*/
}

.feature-block a{
    padding: 0;
    margin: 0;
}

.feature-block img{
    width: 40px;
    height: 40px;
}

/*same CSS as feature-block, but without the img */
.getapp-block{
    padding-bottom: 20px;
    min-height: 190px;
}

.getapp-block p{
    margin: 0;
    padding: 0 0 10px 0;
}

.getapp-block ul{
    margin-top: 7px;
}

.getapp-block li{
    padding: 0;
    margin: 0;
    display: inline;     
}
.getapp-block a{
    padding: 0;
    margin: 0;
}
.getapp-block table{
    padding: 3;
    margin: 0;
}

.getapp-block th {
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	text-align: center;
    border: 1px;
}

.getapp-block td {
	padding: 3px 3px 3px 3px;
	text-align: left;
    border: 1px;
}
