@import "news.css";

#featureblock {
    float: left;
    width: 750px;
    min-width: 750px;
    max-width: 750px;
}

#featureblock .feature {
    width: 235px;
    float: left;
    margin-right: 15px;
}

#featureblock .featureSymbol {
    float: left;
}

#featureblock .gap {
    height: 10px;
}

#featureblock .more {
    float: right;
    margin-right: 15px;
    font-size: 10px;
    background: url(img/dot.gif) no-repeat 0 5px;
    padding-left: 10px;
}

#contentContainer .featureHeader {
    padding-left: 90px;
    padding-bottom: 5px;
    font-weight: bold;
}

#contentContainer .featureText {
    padding-left: 90px;
    font-size: 11px;
	line-height: 15px;
}

.featureLinks, .featureLinks a {
    font-size: 10px;
    color: #999;
}

#contentContainer ul.featureLinks li {
	padding-top: 0;
}

#testimonials {
    float: left;
    width: 530px;
    max-width: 530px;
    min-width: 530px;
}


#testimonials .more {
    float: right;
    font-size: 10px;
    background: url(img/dot.gif) no-repeat 0 5px;
    padding-left: 10px;
}

.testimonial {
    float: left;
}

.testimonialGap {
    float: left;
    width: 10px;
    min-width: 10px;
    max-width: 10px;
}

#why {
    float: left;
    margin-left: 40px;
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    font-size: 11px;
}

#why .productButtonContent a {
	padding-left: 13px;
}

#testimonials h1, #why h1 {
    padding-top: 0;
}

#downloadBottom,
#downloadBottom .left,
#downloadBottom .center,
#downloadBottom .right {
    height: 57px;
	float: left;
}

#downloadBottom {
    width: 920px;
    margin-top: 30px;
    position: relative;
}

#downloadBottom .left {
    width: 10px;
    background: url(img/smartsvn-index/bottom-left.png) no-repeat;
}

#downloadBottom .center {
    width: 900px;
	background: #004289 url(img/smartsvn-index/bottom-center.png) repeat-x;
}

#downloadBottom .right {
    width: 10px;
    background: url(img/smartsvn-index/bottom-right.png) no-repeat;
}

#downloadBottomText {
    position: absolute;
    margin-top: 4px;
    padding-top: 16px;
    padding-left: 16px;
    float: left;
    font-size: 30px;
	font-style: italic;
    color: #FFF;
}

#downloadBottomButton {
    position: absolute;
    top: 2px;
    right: 3px;
    background: url(img/green-button.png) no-repeat;
    z-index: 3; 
}

#downloadBottomButton a, #downloadBottomButton a:hover {
	display: block;
    text-decoration: none;
    border-bottom: none;
}

#teaser {
    position: relative;
    height: 355px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#teaserLeft {
    width: 10px;
    height: 357px;
    float: left;
	background: url(img/smartsvn-index/teaser-left.png) no-repeat;
}

#teaserRight {
    width: 10px;
    height: 357px;
    float: left;
	background: url(img/smartsvn-index/teaser-right.png) no-repeat;
}

#teaserCenter {
    width: 900px;
    height: 357px;
    float: left;
	background: #3E6D9F url(img/smartsvn-index/teaser-center.png) repeat-x;
}

#teaserPicture {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 477px;
    height: 355px;
	background: url(img/smartsvn-index/teaser-picture.png) no-repeat; 
}

#teaserHeadLine {
    position: absolute;
    top: 30px;
    left: 300px;
    z-index: 2;
    color: #B8DD22;
    font: 28px/28px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; /* Taken from h1 */
    font-weight: bold;
}

#teaserText {
    position: absolute;
    top: 70px;
    left: 490px;
    width: 400px;
    z-index: 2;
    color: #FFF;
    font-size: 15px;
    line-height: 1.5em;
}

#teaserText p {
    margin-top: 10px;
}

#teaserButtonDownload {
    position: absolute;
    top: 260px;
    left: 490px;
    z-index: 3;
}

#teaserButtonFeatures {
    position: absolute;
    top: 260px;
    left: 290px;
    z-index: 3;
}
