@import "news.css";

.home #centerContainer {
    padding-bottom: 120px; /* bottom padding for footer */
    background: url(img/home_bg.jpg) no-repeat left 249px;
}

.home #search_box {
    top: 10px;
    background: url(img/home_search_bg.gif) top left no-repeat;
}

#homeNav div {
    float: left;
}

#homeContent {
    height: 380px;
}

#homeContent div.productDescription, div.productLinks {
    float: left;
    width: 273px;
    padding: 30px 22px 0 30px;
}

#homeContent .title {
    font-size: 17px;
    margin-left: 10px;
}

#homeContent div.productLinks {
    float: left;
    width: 273px;
    padding-top: 20px;
    padding-bottom: 40px;
}

#homeContent .productLinks a {
    padding: 5px 15px 5px 18px;
    font-size: 11px
}

#homeContent .productLinks .linkFeatures {
    background: url(img/linkFeatures.gif) no-repeat left center;
}

#homeContent .productLinks .linkDownload {
    background: url(img/linkDownload.gif) no-repeat left center;
}

#homeContent .productLinks .linkPurchase {
    background: url(img/linkPurchase.gif) no-repeat left center;
}

#newsLarge {
    float: left;
    width: 577px;
    height: 250px;
    background: url(img/home_news_bg.png) no-repeat 30px 0;
    padding: 15px 50px 40px 50px;
}

#homePromo {
    float: left;
    width: 295px;
    height: 200px;
    padding-left: 28px;
    background: url(img/version-textbox.png) no-repeat 28px top;
}

#homePromo a {
    display: block;
    height: 140px;
    padding: 22px 35px 0 30px;
}

#homePromo p {
    color: #FFF;
    font-size: 12px;
    padding-bottom: 5px;
}

#homePromo h2 {
    font-size: 22px;
    color: #FFF;
    padding: 5px 0 0 0;
}

#smartsvnLogo a img {
	background: url("img/home-smartsvn.png") #004289;
}

#smartsvnLogo a:hover img {
	background: url("img/home-smartsvn-hover.png") #004289;
}

#smartgitLogo a img {
	background: url("img/home-smartgit.png") #621881;
}

#smartgitLogo a:hover img {
	background: url("img/home-smartgit-hover.png") #621881;
}

#smartcvsLogo a img {
	background: url("img/home-smartcvs.png") #AC040A;
}

#smartcvsLogo a:hover img {
	background: url("img/home-smartcvs-hover.png") #AC040A;
}

