@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padidng: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/*   ^_^   HEADER   ^_^   */

.header {
 width: 100 %;
	height: 158px;
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
}
.logo {
	width: 481px;
	height: 61px;
	text-align: center;
	margin: 0 auto;
}
.slogan {
	width: 400px;
	height: 23px;
	background-image: url(img/innovationLoungeSlogan.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	padding-left: 50px;
	margin-top: -7px;
}
.pinstripes {
	width: 100%;
	height: 100px;
	background-image: url(img/pinstripes.jpg);
	background-repeat: repeat-x;
	margin-top: 13px;
}
/*   ^_^   CONTENT   ^_^   */

.contact a {
	width: 33px;
	height: 118px;
	background-image: url(img/contactStatic.jpg);
	background-repeat: no-repeat;
	position: fixed;
	margin-top: 157px;
}
.contact a:hover {
	background-image: url(img/contactHover.jpg);
}
.content {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
}
.culumnLeft {
	width: 600px;
	height: 100%;
	float: left;
	margin-right: 20px;
}
.columnRight {
	width: 300px;
	height: 100%;
	float: right;
	padding-left: 20px;
}
.segment {
	float: left;
}
.couch {
	margin-top: -30px;
	padding-bottom: 20px;
}
.oneColumn {
	min-width: 100% !important;
	float: none;
	display: inline-block;
	margin-top: -140px;
	padding-bottom: 50px;
}
/*   ^_^   TEXT   ^_^   */

.numbers {
	float: left;
	width: 50px;
	height: 45px;
	margin-right: 10px;
	padding-top: 3px;
	margin-top: 40px;
}
.heading {
	margin-bottom: -20px;
}
h1 {
	color: #b2d239;
	font-size: 50px;
	font-weight: normal;
	height: 45px;
}
h3 {
	color: #444445;
	font-size: 20px;
	font-weight: normal;
	padding-left: 60px;
}
h4 {
	color: #b2d239;
	font-size: 14px;
	font-weight: normal;
	padding-left: 60px;
}
p {
	font-size: 14px;
	color: #444445;
	padding-left: 60px;
	text-align: justify left;
	line-height: 25px;
}
p a:link, p a:visited {
	color: #b2d239;
}
.columnRight p {
	padding-left: 30px;
	text-align: justify left;
}
/*   ^_^   FOOTER   ^_^   */

.footer {
	width: 100% !important;
	height: 102px;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
}
.creditsBox {
	height: 0px;
	clear: both;
}
.creditsBox p {
	font-size: 10px;
	color: white;
	padding-left: 10px;
}
.creditsBox a {
	font-size: 10px;
	color: #b2d239;
	text-decoration: none;
}
.creditsBox a:hover {
	color: #fff;
}
.creditsBoxLeft {
	width: 400px;
	float: left;
	margin-top: -30px !important;
}
.creditsBoxRight {
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-top: -30px !important;
}
/*   ^_^   CONTACT FORM   ^_^   */


.submitButton:hover, .submitButtonLeft:hover {
	background-image: url(img/sumbitHover.jpg);
}
fieldset {
	margin: 0px;
	border-style: none;
	padding-left: 0px;
	margin-top: -40px;
	padding-left: 40px;
}
.submitButton {
	width: 89px;
	height: 49px;
	background-image: url(img/sumbit.jpg);
	background-repeat: no-repeat !important;
	border: none;
	float: left;
	cursor: pointer;
}
div.submitButton, div.submitButtonLeft {
	margin-top: 15px;
	padding-left: 50px;
}
.error {
	color: #b2d239;
	font-size: 12px;
}
fieldset p {
	margin-left: -40px;
	margin-bottom: 0px;
}
/*   ^_^   SOCIAL MEDIA   ^_^   */

.fb-like {
	padding-left: 20px;
	height: 28px;
}
.socialMediaBox {
	width: 350px;
	padding-top: 0px;
	margin: 0 auto;
	text-align: center !important;
}
.socialMedia {
	float: left;
	padding-right: 20px;
	text-align: center;
	margin-top: 20px;
}
a img {
	border: none !important;
}
