body {
	background: #fff url(../images/bg_lines.png) repeat-x top left;
}
h1 {
	margin-bottom: 10px;
}
#loginBar {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
#homeLogin {
	color: #FFF;
	text-align:right;
	height:60px;
}
#homeLogin form {
	padding-top:18px;
}
#homeLogin fieldset legend {
	display: none;
}
#homeLogin form input {
	border: 0;
	margin-left: 5px;
	padding:2px 5px;
}
.login-button {
	font-weight: normal;
	background-color:#55938E;
	color: #000;
	border-color: #477a76 !important;
}
.login-button:hover {
	cursor:pointer;
}

#topSection {
	width: 940px;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
	height: 300px;
	background:url(../images/polaroids.png) no-repeat top right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3BC9A;
}
.intro-text h1 {
	display: block;
	height: 35px;
	width: 462px;
	background:url(../images/tagline.png) no-repeat;
}
.intro-text {
	display: block;
	width: 580px;
	margin-top: 20px;
	float: left;
	clear: left;
	font-weight: normal;
}
.intro-text p {
	display: block;
	clear: left;
	margin-top: 10px;
	text-shadow:0 1px #f8f4ed;
	font-size: 16px;
}
.big-button {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.big-button a {
	width:310px;
	height:105px;
	display:block;
	background: url(../images/big_button2.png) no-repeat top center;
}
.big-button a:hover, .big-button a:active {
	background-position:bottom;
}
.big-button span {
	display:none;
}
#bottomSectionContainer {
	background:#fff;
}
#bottomSection {
	width: 940px;
	margin: 0 auto;
	padding:40px 20px;
	background:#fff;
}
#infoBoxContainer {
	width: 460px;
	float: left;
}
.infoBox {
	margin-bottom: 20px;
}
.infoBox .infoText {
	margin-left: 60px;
	font-size: 14px;
}
#examplesBox {
	width: 480px;
	float: right;
	margin-right: -20px;
}

#examplesBox img {
	width: 80px;
	height:80px;
	border: 1px solid #aaa;
	padding: 9px;
	float: left;
	margin:5px 20px 15px 0;
}

#examplesBox a:hover img {
	background-color: #000;
}

