/* 
Title: Front page specific styles
Author: Arif Hidayat
Author URI: http://primitip.com
Last Update: Mar 25, 2010
*/

/* layout */

#main {
	padding: 110px 0 0;
	position: relative;
	}
#content {
	margin: 0 20px;
	}
#header {
	padding-bottom: 0;
	}

/* tagline */

#tagline {
	margin: 25px 0;
	color: #3f3f3f;
	font-size: 1.95em;
	line-height: 1.2em;
	}
#tagline strong {
	color: #6199b4;
	}

/* feature tabs */

#feature {
	height: 300px;
	padding: 10px 10px 20px;
	position: relative;
	background: #fff url('../images/bg-feature.gif') repeat-x 0 100%;
	z-index: 1;
	}
#feature .tabs {
	left: 0;
	bottom: -52px;
	margin: 0;
	_width: 940px;
	position: absolute;
	list-style: none;
	}
#feature .tabs li {
	float: left;
	}
#feature .tabs li a {
	float: left;
	width: 188px;
	display: block;
	padding: 0 0 4px;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background: url('../images/bg-feature-tab.png') no-repeat;
	}
#feature .tabs li a.current {
	color: #fff;
	background-position: 0 100%;
	}

#feature .panes {
	width: 920px;
	height: 300px;
	position: relative;
	overflow: hidden;
	}
#feature .item {
	display: none;
	}
#feature .item img {
	width: 920px;
	height: 300px;
	}
#feature .item-content {
	top: 0;
	right: 0;
	width: 295px;
	height: 280px;
	padding: 20px 20px 0 25px;
	position: absolute;
	color: #fff;
	font-size: .85em;
	line-height: 1.4em;
	}
#feature .item-content .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	_width: 330px;
	height: 300px;
	position: absolute;
	background: #0c1a21;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity:80);
	}
#feature .item-content h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	}
#feature .item-content h3,p,a {
	position: relative;
	}

/* mid content */

.onethree .one {
	width: 265px;
	margin: 0 52px 0 0;
	font-size: 12px;
	line-height: 1.5em;
	}
.onethree .ico {
	float: left;
	width: 24px;
	height: 22px;
	padding: 0!important;
	background: none!important;
	}
.onethree .title {
	margin: 0 0 15px;
	padding: 5px 0 13px 32px;
	color: #656565;
	font-size: 1.5em;
	background: url('../images/bg-line-1.gif') repeat-x 0 100%;
	}

.onethree #recent-news .item {
	margin: 0 0 15px;
	padding: 0 0 19px;
	background: url('../images/bg-line-1.gif') repeat-x 0 100%;
	}
.onethree #recent-news .omega {
	margin: 0;
	padding: 0;
	background: none;
	}
.onethree #recent-news h4 {
	margin: 0 0 5px;
	font-size: 1.2em;
	line-height: normal;
	}
.onethree #recent-news p {
	margin: 0;
	}

.onethree #testimonials .tabs {
	display: none;
	}
.onethree #testimonials .nav {
	float: right;
	width: 53px;
	height: 25px;
	background: url('../images/bg-testimonial-nav.png') no-repeat;
	}
.onethree #testimonials .nav a {
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	}
.onethree #testimonials .nav a {
	}
.onethree #testimonials .panes {
	float: left;
	width: 265px;
	height: 155px;
	overflow: hidden;
	margin: 0 0 7px;
	background: url('../images/bg-line-1.gif') repeat-x 0 100%;
	}
.onethree #testimonials .item {
	display: none;
	margin: 0 0 20px;
	}
.onethree #testimonials blockquote {
	margin: 0 0 10px;
	color: #958227;
	font-style: normal;
	background: url('../images/bg-blockquote-top.png') no-repeat 0 0;
	}
.onethree #testimonials blockquote p {
	margin: 0;
	padding: 20px 25px 35px 25px;
	background: url('../images/bg-blockquote-bottom.png') no-repeat 0 100%;
	}
.onethree #testimonials .client-name {
	float: left;
	margin: 0 0 0 25px;
	line-height: 1.2em;
	display: inline;
	}
.onethree #testimonials .client-name span {
	display: block;
	}
.onethree #testimonials .client-logo {
	float: right;
	padding: 0;
	background: none;
	}

.onethree #newsletter .finput {
	float: left;
	width: 184px;
	margin: 0 5px 0 0;
	}
.onethree #newsletter .finput input {
	width: 164px;
	height: 22px;
	margin: 1px 0 0;
	padding: 7px 10px 0;
	color: #9c9c9c;
	font-style: italic;
	vertical-align: top;
	background: url('../images/bg-newsletter-input.png') no-repeat;
	border: none;
	}
.onethree #newsletter .fsubmit {
	float: left;
	_margin: 0 0 0 -4px;
	position: relative;
	}
