h1, h2 {
	margin-left: 28px;
}

h1 {
	margin-top: 28px;
	font-size: 2.5em;
}

h2 {
	font-size: 1.25em;
	margin-left: 35px;
	color: #333;
}

.sectionContainer {
	margin-top: 3px;
	min-height: 122px;
}

.headingContainer, .textContainer {
	width: 269px;
	font-size: 0.8em;
}

.textContainer {
	margin: 3px;
	padding: 2px;
	width: 249px;
	min-height: 100px;
	border: solid 5px black;
	text-align: justify;
}

.homeSection {
	background: url('../../images/pages/home/homeBG.gif') no-repeat;
	background-color: #CE3634;
}

.homeSection h1 {
	color: #FFA6A4;
}

.homeSection .textContainer {
	border-color: #A81F1F;
	background-color: #FFDDDC;
}

.downloadSection {
	background: url('../../images/pages/home/downloadBG.gif') no-repeat;
	background-color: #E0B124;
}

.downloadSection h1{
	color: #FFE87E;
}

.downloadSection .textContainer {
	border-color: #C97515;
	background-color: #FDF2BE;
}

.downloadSection .textContainer p {
	min-height: 100px;
}

.sourceSection {
	background: url('../../images/pages/home/sourceBG.gif') no-repeat;
	background-color: #C7D725;
}

.sourceSection h1{
	color: #F3FF84;
}

.sourceSection .textContainer {
	border-color: #99B515;
	background-color: #F8FFB6;
}

.contactSection {
	background: url('../../images/pages/home/contactBG.gif') no-repeat;
	background-color: #34CFC0;
	margin-bottom: 3px;
}

.contactSection h1{
	color: #C8FFF9;
}

.contactSection .textContainer {
	border-color: #1DA78C;
	background-color: #E1FDFA;
}

.gliderControl {
	width: 10px;
	padding-top: 37px;
}

.scroller, .scroller .section {
	width: 229px;
	height: 100px;
	overflow: hidden;
}

.scroller .section {
	float: left;
}

.scroller .content {
	width: 10000px;
}

.scroller .content a {
	margin-top: 2px;
	padding: 2px;
	float: left;
	display: block;
	width: 110px;
	height: 91px;
}

.scroller .content a.first {
	margin-right: 1px;
}

.scroller .content a:hover {
	background-color: #DDA749;
}

#ssPrev {
	margin-left: -1px;
}

#ssNext {
	margin-left: 1px;
}

/* Safari hacks */
.textContainer { line-height: 1.05em; }
.textContainer { line-height: 1.1em;# }
