* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f6e8;
	line-height: 170%;
	color: #181A1F;
	font-family: "Helvetica Neue LT Com", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #322c2e;
	font-size: 14px;
}

a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #a9cc66;
}

p a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#logo_link {
    padding: 40px 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
    z-index: 101;
}

#navigation {
	text-align: right;
	background: transparent url('img/css/top-bar.png') top left repeat-x;
	height: 103px;
	z-index: 99;
	position: relative;
}

#navigation ul {
	width: 960px;
	height: 103px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	background: url('img/css/treemolabs-logo.png') top left no-repeat;
	z-index: 99;
}

#navigation ul li, #footer ul li {
	display: block;
	height: 42px;
	line-height: 30px;
	float: right;
	color: #9d9e88;
	text-align: center;
	z-index: 99;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited,
#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
    color: #9d9e88;
    padding: 8px 18px;
    display: block;
}

#navigation ul li:hover a, #navigation ul li a:hover,
#footer ul li.active, #footer ul li.active a {
    color: #a9cc66;
    text-decoration: none;
}

#navigation ul li.active, #navigation ul li.active a,
#footer ul li:hover a, #footer ul li a:hover {
	color: #332d2f;
	text-decoration: none;
}

#navigation ul li.active {
    background: #dbdbc3;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

#top_container {
	height: 464px;
	background: url('img/css/texture.png') repeat top left #312b2c;
}

#home #top_container {
	height: 592px;
}

#bottom_container {
	background: url('img/css/bg-lowerHalf.jpg') top left repeat-x #f5f6e8;
	min-height: 320px;
}

#services #top_container,
.work_top #top_container {
	height: 130px;
}

#top {
	width: 960px;
	height: 361px;
	margin-top: 103px;
	margin-left: -480px;
	position: absolute;
	top: 0;
	left: 50%;
	color: #9d9e88;
}

#bottom {
	margin-left: -480px;
	width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
	top: 465px;
	padding: 15px;
}

#services #bottom,
.work_top #bottom {
	top: 135px;
}

#work #top img, #about #top img {
	margin-top: 1px;
}

#home #top {
	height: 675px;
	width: 100%;
	left: 0;
	margin-left: 0;
	z-index: 1;
}

#home #top img {
	z-index: 1;
}

#home #bottom {
	height: 200px;
	top: 787px;
}

#footer {
	padding-top: 10px;
	margin: 10px 0 35px 0;
	border-top: solid 1px #c3c4af;
	color: #909183;
	height: 50px;
}

#footer img {
	float: left;
}

#footer p {
	float: left;
	padding: 0 5px 5px 15px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

#footer ul {
	float: right;
	list-style: none;
}

#footer li {
	height: 32px !important;
	line-height: 20px !important;
	font-size: 15px;
}

#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
    padding: 2px 11px;
}

#inner_nav {
	width: 140px;
	float: left;
	color: #91927b;
	margin-top: 20px;
}

#inner_nav ul li {
	list-style: none;
}

#inner_nav ul li a.active {
	color: #f5f6e8;
	background: #91927b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#inner_nav ul li a {
    display: block;
	color: #91927b;
	line-height: 18px;
	/*height: 18px;*/
	padding: 6px 12px 6px 12px;
	margin-bottom:10px;
}

#inner_nav ul li a:hover {
    color: #181A1F;
}

#content {
	width: 760px;
	margin-left: 170px;
	margin-top: 10px;
}

#services #content,
.work_top #content {
	width: 960px;
	margin-left: 0;
}

#content h1 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 30px;
	color: #4a4446;
	line-height: 34px;
	margin-bottom: 20px;
}

#content h3 {
	margin-bottom: 20px;
}

#services h1 {
	font-size: 30px;
	color: #4a4446;
	line-height: 34px;
	margin-bottom: 20px;
}

#services h2 {
	color: #A9CD5F;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
	font-weight: normal;
}

#services h3 {
	margin-bottom: 8px;
}

.work_top #content {
	overflow:hidden
}

.work_top #content h1{
	margin-bottom:10px;
}

.work_top #content h2{
	font-weight:normal;
	font-size: 31px;
	margin-bottom:30px;
}

.work_top #filterNav {
	float:left;
	list-style-type:none;
	margin-bottom:20px;
}

.work_top #filterNav li {
	float:left;
	padding-left:0;
	margin:0 5px 0 0;
}

.work_top #filterNav a { 
	color: #91927b;
	font-size:14px;
	padding:5px 15px;
}

.work_top #filterNav li.selected a {
	background-color: #91927b;
	color: #F5F6E8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}

.work_top #clientList {
	list-style-type:none;
	float:left;
	width:100%;
}

.work_top #clientList > li{
	float:left;
	margin: 0 20px 20px 0;
}

.work_top #clientList > li:nth-child(3n){
	margin-right:0px;
}

.work_top #clientList > li a {
	display:block;
}

.work_top #clientList a img {
	height:178px;
	width:297px;
}

#content p, #content li {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
	color: #4a4446;
	font-weight: normal;
}

#content li {
	margin-left: 18px;
}

#services li,
.work_top li {
	color: #A9CD5F !important;
}

#services li span,
.work_top li span {
	color: #4a4446;
}

#content .leftColumn {
	width: 440px;
	float: left;
}

#content .rightColumn {
	width: 297px;
	float: right;
}

#content .availableInAppStore {
	background: url('img/css/available_in_app_store.png') top left no-repeat;
	height: 98px;
	width: 297px;
	display: block;
	margin-bottom: 17px;
}

#content .rightColumn form, #content blockquote {
	background: url('img/css/bg_quote.png') top left no-repeat;
	color: #a6a19d;
	padding: 24px 20px 20px 20px;
}

#content .rightColumn form {
	margin-top: 100px;
}

#content .rightColumn form label {
	display: block;
}

#content .rightColumn form fieldset{
	border-width: 0px;
}

#content .rightColumn form legend {
	display: none;
}

#content .rightColumn form input, #content .rightColumn form textarea {
	margin-bottom: 10px;
	width: 250px;
	background: #e3e4cf;
	border:  solid 1px #949285;
	-webkit-border-radius: 5px;
	line-height: 22px;
	font-size: 16px;
	padding: 4px 8px;
}

#content .rightColumn form input[type=submit] {
	padding: 13px 0 19px 25px;
	line-height: 22px;
	font-size: 18px;
	height: 50px;
	width: 205px;
	display: block;
	background: url('img/css/btn.png') 0 0 no-repeat;
	text-align: left;
	color: #323131;
	text-shadow: #ddd 0 1px 0;
	border: none;
}

#content .rightColumn form input[type=submit]:hover {
	background-position: 0px -50px;		
}

#content .rightColumn form input[type=submit]:active {
	background-position: 0px -100px;		
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; margin-top:-8px }

#content blockquote {
	font-family: "Helvetica LT Std", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	font-style: italic;
}

#content blockquote cite {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	line-height: 18px;
	font-family: "Helvetica Neue LT Com", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#bottom .bottomPromo {
    padding: 12px;
}

/** Scrollable Styles **/


/* root element for the whole scrollable setup */
div.scrollable {  
    position: relative;
	overflow: hidden;
	/*width: 853px;*/
	width: 100%;
	height: 612px;
	margin: 0;
	margin-top: 30px;
}

div.scrollable .backImage {
	position: relative;
	z-index: 8;
}

div.scrollable .frontImage {
	position: relative;
	top: -424px;
	z-index: 9;
}

div.scrollable .frontImage h2 {
	color: #e3e4cf;
	position: absolute;
	top: 50px;
	left: 50%;
	font-size: 40px;
	margin-left: 20px;
	text-shadow: #000 0 -1px 0;
}

div.scrollable .frontImage p {
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: 50px;
	text-align: left;
	color: #fffffd;
	line-height: 22px;
	font-size: 15px;
	text-shadow: #000 0 -1px 0;
}

div.scrollable .iphone h2 {
	margin-left: 0px;
}

div.scrollable .iphone p {
	margin-left: 30px;
}

div.scrollable .frontImage .learnMore {
	position: absolute;
	top: 250px;
	padding: 13px 0 19px 25px;
	line-height: 22px;
	font-size: 18px;
	height: 18px;
	width: 205px;
	display: block;
	left: 50%;
	margin-left: 125px;
	background: url('img/css/btn.png') 0 0 no-repeat;
	text-align: left;
	color: #323131;
	text-shadow: #ddd 0 1px 0;
}

div.scrollable .frontImage .learnMore:hover {
	background-position: 0px -50px;		
}

div.scrollable .frontImage .learnMore:active {
	background-position: 0px -100px;		
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
}

/* single item */
.thumbs div {
	float: left;
	/*width: 853px;*/
	width: 1024px;
	text-align: center;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	/*float: left;*/
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 42px;
	height: 41px;
	background: url(img/css/left.png) no-repeat 0 0px;
	/*float: left;*/
	margin: 190px 4px;
	cursor: pointer;
	position: absolute;
	top: 100px;
	z-index: 50;
}

a.next, a.nextPage {
    right: 50%;
    margin-right: -480px;
}

a.prev, a.prevPage {
    left: 50%;
    margin-left: -480px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -41px;		
}

a.prev:active, a.next:active, a.prevPage:active, a.nextPage:active {
	background-position: 0px -82px;		
}

/* disabled navigational button */
a.disabled {
	/*visibility: hidden !important;		*/
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(img/css/right.png);
	clear: right;	
}

/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	margin: 0;
    width: 12px;
	height: 20px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: 0px;
    text-align: center;
}


/* items inside navigator */
div.navi a {
	width: 12px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(img/css/navigator.png) 0 0 no-repeat;     
	cursor: pointer;	
	border: none;
}

/* mouseover state */
div.navi a:hover {
	background-position: 0 -8px;     
}

/* active state (current page state) */
div.navi a.active {
	background-position: 0 -16px;     
}

/* Product Page Styles */
a.sign-up-btn {
    display: block;
    margin: 20px 0 0 0;
    padding: 13px 17px 14px;
    background: url(../img/sign-up-btn.png) top left no-repeat;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

#products #content h2 {
    font-size: 28px;
}

#products #content h1 {
    font-size: 40px;
}

