@charset "utf-8";

/* promo styles ------------- */

#promo-wrapper { /* at the top of the document. positioned behind the promo */
	background: #666;
	height: 339px;
	left: 0;
	position: absolute;
	top: 148px;
	width: 100%;
	z-index: -1;
}

#tagline-stripe {
	background: #73AC39;
	bottom: 0;
	height: 36px;
	position: absolute;
	width: 100%;
}

#promo {
	padding: 10px 8px;
}

ul.tabs {
	height: 34px;
	margin-bottom: 1px;
}

ul.tabs li {
	float: left;
	list-style: none;
}

.tab-1, .tab-2, .tab-3 {
	margin-right: 1px;
}

ul.tabs a {
	background: url(../images/home/tab-bg.png);
	color: #333;
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 235px;
}

ul.tabs a:hover, ul.tabs .current {
	background-position: bottom;
	text-decoration: none;
}

#panes {
	clear: both;
	height: 248px;
	overflow: hidden;
	position: relative;
	width: 943px;
}

#items {
	clear: both;
	position: absolute;
	width: 6000px;
}

.pane-1, .pane-2, .pane-3, .pane-4 {
	display: inline-block;
	height: 248px;
	width: 943px;
}

.pane-1 {
	background: url(../images/home/pane-1-bg.jpg);
}

.pane-2 {
	background: url(../images/home/pane-2-bg.jpg);
}

.pane-3 {
	background: url(../images/home/pane-3-bg.jpg);
}

.pane-4 {
	background: url(../images/home/pane-4-bg.jpg);
}

/* left column ---------------------------------------- */

#left-column {
	color: #666;
	float: left;
	margin-right: 10px;
	width: 690px;
}

#tagline {
	color: #fff;
	font: 24px "Arial", Helvetica, sans-serif;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: center;
}

#welcome {
	background: url(../images/gradient-divider-bg.png) bottom repeat-x;
	color: #666;
	font: 14px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

a.welcome-box {
	background: #fff url(../images/home/welcome-box-bg.png);
	color: #333;
	display: block;
	float: left;
	font-size: 12px;
	height: 88px;
	margin-bottom: 10px;
	padding: 10px;
	width: 320px;
}

.welcome-box:hover {
	text-decoration: none;
}

.welcome-box img {
	float: left;
	margin: 0 10px 0 0;
}

.welcome-box strong {
	color: #73ac39;
	display: block;
	font: 18px "Arial", Helvetica, sans-serif;
	font-weight: normal;
}

#welcome-awards {
	float: right;
	margin-left: 1em;
}

#welcome-awards img {
	margin: 0 0 2px 2px;
}

#ima-winner {
	background: url(../images/gradient-divider-bg.png) bottom repeat-x;
	list-style: none;
	height: 220px;
}

#ima-winner li {
	float: left;
	margin: 0 6px;
	text-align: center;
}

#ima-winner img {
	margin-bottom: 5px;
}

#ima-winner strong {
	display: block;
}

/* Right Column -------------------------------------------------- */

#right-column {
	float: right;
	width: 260px;
}

#view-portfolio-tab {
	background: url(../images/home/view-portfolio-tab-bg.png);
	color: #fff;
	display: block;
	font: 21px "Arial", Helvetica, sans-serif;
	height: 43px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

ul#blog {
	background: #ebebeb;
	font-size: 14px;
	margin: 16px 0 20px 0;
	padding: 0 10px;
}

ul#blog li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	padding: 7px 0;
}

li#blog-header {
	border-top: none !important;
	color: #73AC39;
	font: 24px "Arial", Helvetica, sans-serif;
}

#blog-header img {
	vertical-align: text-bottom;
}

#testimonials {
	background: #fffaef;
	padding: 10px 5px 1px 10px;
}

#testimonials_header {
 	color: #73ac39;
	font: 24px "Arial", Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align: center;
}

#testimonials ul {
	color: #666;
	font-size: 13px;
	list-style: none;
	margin-bottom: 1em;
}

#testimonials li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

#testimonials strong {
	display: block;
	margin-top: 1em;
}