@import "news.css";

#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/smartgit-index/bottom-left.png) no-repeat;
}

#downloadBottom .center {
	width: 900px;
	background: #004289 url(img/smartgit-index/bottom-center.png) repeat-x;
}

#downloadBottom .right {
	width: 10px;
	background: url(img/smartgit-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/smartgit-index/teaser-left.png) no-repeat;
}

#teaserRight {
	width: 10px;
	height: 357px;
	float: left;
	background: url(img/smartgit-index/teaser-right.png) no-repeat;
}

#teaserCenter {
	width: 900px;
	height: 357px;
	float: left;
	background: #5A1677 url(img/smartgit-index/teaser-center.png) repeat-x;
}

#teaserPicture {
	position: absolute;
	top: 1px;
	left: 10px;
	width: 426px;
	height: 355px;
	background: url(img/smartgit-index/teaser-picture.png) no-repeat;
}

#teaserHeadLine {
	position: absolute;
	top: 20px;
	left: 280px;
	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: 60px;
	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;
}

#whatitis {
	float: left;
	width: 630px;
	max-width: 630px;
	min-width: 630px;
}

#whatitisnot {
	float: left;
	margin-left: 40px;
	width: 250px;
	max-width: 250px;
	min-width: 250px;
}
