/* @override http://localhost:8888/stylesheets/master.css */

/* @override http://10.0.1.197:8888/LIME/getlimed//stylesheets/master.css */

/* @override http://10.0.1.197:8888/LIME/getlimed//stylesheets/master.css */

/* @override http://10.0.1.197:8888/LIME/getlimed//stylesheets/master.css */

/* @override http://10.0.1.197:8888/LIME/getlimed//stylesheets/master.css */

/* @group Reset */

/* Guides.rubyonrails.org */
/* Reset.css */
/* Created January 30, 2009
--------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {line-height: 1; color: black; background: white;}
a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

:focus {
  -moz-outline:0;
  outline:0;
  outline-offset:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}




/* @end */

/* @group Global */

body {
	background: #000;
	color: #fff;
	font-family: Tahoma;
}

a {
	color: #B3D33E;
	text-decoration: none;
}

div#wrapper {
	width: 950px;
	margin: auto;
}

div#quote b {
	display: none;
}

div#content {
	overflow: hidden;
	line-height: 1.2;
	font-size: 12px;
}

div#your_browser_sucks {
	display: none;
}

/* @end */

/* @group div#navigation */

div#navigation {
	position: relative;
	height: 33px;
	margin-top: 35px;
	margin-bottom: 60px;
	z-index: 1;
}

div#navigation h2 b{
	display: none;
}

div#navigation h2 {
	width: 266px;
	height: 32px;
	background: url(../images/page_navigation.png) no-repeat 2px -496px;
	position: absolute;
	font-size: 20px;
	top: 1px;
	right: 108px;
	cursor: pointer;
}

body.home div#navigation h2 {
	background: url(../images/page_menu_new.png) no-repeat -7px -7px;

}

div#pages {
	position: absolute;
	top: 33px;
	right: 103px;
	list-style: none;
	background: url(../images/page_menu_new.png) no-repeat -3px -45px;;
	width: 263px;
	z-index: 1;
	overflow: hidden;
	margin-top: 3px;
	width: 275px;
}

div#pages b {
	display: none;
}

div#pages div {
	width: 263px;
}

div#pages a {
	float: left;
	width: 263px;
	height: 31px;
	margin: 0 0 0 6px;
	background: url(../images/page_navigation.png) no-repeat -255px -286px;
}

div#pages a.link-7 {
	background-position: -254px -368px;
}

div#pages a:hover {
	background-position: -256px -326px;
}

div#pages a.link-7:hover {
	background-position: -255px -398px;
}

h1#logo {
	position: absolute;
	right: 0;
	top: 3px;
}

h1#logo b {
	display: none;
}

h1#logo a {
	display: block;
	width: 102px;
	height: 58px;
	background: url(../images/page_navigation.png) no-repeat -28px -269px;	
}

/* @end */

/* @group index */

h1#what {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 23px;
}

div#index_wrapper {
	margin-top: 30%;
	width: 875px;
	line-height: 31px;
	margin-left: 16px;
	position: relative;
}

/* @end */

/* @group Headers */

div#header {
	height: 65px;
	position: relative;
	border-bottom: solid 1px;
	padding-bottom: 0;
	margin-bottom: 15px;
}

div#header h1{
	font-size: 45px;
	float: left;
	padding-top: 1px;
	letter-spacing: 2px;
}

div#header h2 {
	float: left;
}

div#header h2 a {
	display: block;
	color: #ccc;
	text-decoration: none;
	font-size: 15px;
	margin-top: 6px;
	line-height: 21px;
	margin-left: 10px;
	padding-left: 38px;
	background: url(../images/page_navigation.png) no-repeat -248px -323px;
	height: 46px;
	padding-top: 1px;
}

div#header.hover h2 a {
	color: #B3D33E;
}

div#header hr {
	border: none;
	border-bottom: solid 1px #ccc;
	position: absolute;
	width: 50px;
	right: 0;
	top: 11px;
}

div#header.hover hr {
	background: #B3D33E;
}

body.working_with_lime div#header hr {
	right: 91px;
	width: 268px;
}

body.our_portfolio div#header hr {
	right: 312px;
	width: 177px;
}

body.our_services div#header hr {
	right: 204px;
	width: 338px;
}

body.lime_apps div#header hr {
	right: 374px;
	width: 270px;
}

body.client_list div#header hr {
	right: 92px;
	width: 308px;
}

body.myths_and_facts div#header hr {
	right: 392px;
	width: 177px;
}

body.getting_in_touch div#header hr, body.thanks div#header hr {
	right: 204px;
	width: 334px;
}

body.motion div#header hr, body.thanks div#header hr {
	right: 224px;
	width: 334px;
}

/* @end */

/* @group footer */

body.home div#footer {
	display: none;
}

div#footer {
	border-top: solid 1px;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 12px;
	margin-bottom: 50px;
}

div#footer p {
	line-height: 20px;
	width: 384px;
	float: right;
	text-align: right;
	color: #585858;
	white-space: nowrap;
}

div#footer a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../images/page_navigation.png);
	background-repeat: no-repeat;
	margin-right: 6px;
}

div#footer a {
	background-position: 0 -425px;	
}

div#footer a:hover {
	background-position-y: -448px;
}

div#footer a.contact {
	width: auto;
	height: auto;
	background-position: -204px -431px;
	padding-right: 24px;
	margin-right: 0;
}

div#footer a b {
	display: none;
}

div#footer a.facebook {
	background-position: 0 -425px;
}

div#footer a.facebook:hover {
	background-position: 0 -448px;
}

div#footer a.twitter {
	background-position: -23px -425px;
}

div#footer a.twitter:hover {
	background-position: -23px -448px;
}

div#footer a.digg {
	background-position: -46px -425px;
}

div#footer a.digg:hover {
	background-position: -46px -448px;
}


/* @end */

/* @group working_with_lime */

div#scroll_wrapper {
	overflow: hidden;
	white-space: nowrap;
	width: 921px;
	margin: auto;
}

div#scroll_navigation {
	position: relative;
	height: 31px;
	line-height: 29px;
	background: url(../images/scroll_navigation_bg.png) no-repeat 0 -6px;
}

div#scroll_navigation li {
	list-style: none;
	float: left;
}

div#scroll_navigation li a {
	display: block;
	width: 237px;
	text-align: center;
	font-size: 14px;
}

div#scroll_navigation li a.current {
	color: #fff;
}

div#scroll_navigation div {
	position: absolute;
	width: 150px;
	background: url(../images/scroll_navigation_bg.png) no-repeat -6px -44px;
	height: 24px;
	top: 4px;
	left: 39px;
}

/* @end */

/* @group portfolio */

div#header div#request a {
	display: block;
	width: 160px;
	height: 25px;
	background: url(../images/page_navigation.png) no-repeat 0 -367px;
	position: absolute;
	right: 12px;
	bottom: 0;
}

div.client {
	margin-bottom: 30px;
}

div.client img {
	margin-right: 20px;
	border: solid 1px;
}

div.images img.num_2, div.images div.num_03 img {
	margin-right: 0;
}

div.images {
	cursor: pointer;
}

div.client h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	overflow: hidden;
}

div.client h4 button {
	float: right;
	display: block;
	border: none;
	background: url(../images/page_navigation.png) no-repeat -73px -427px;
	width: 49px;
	height: 19px;
	margin-top: 5px;
}

div.small h4 {
	position: relative;
	z-index: 0;
}

div.small h4 button {
	position: relative;
}

div.client h4 button.toggled {
	background: url(../images/page_navigation.png) no-repeat -73px -450px;
}

div.client h4 em {
	font-weight: normal;
	font-style: normal;
	color: #818386;
	margin-left: 10px;
}

div.client h4 b {
	color: #B3D33E;
	font-weight: normal;
}

div.client div.more {
	font-size: 12px;
}

div.client p.description {
	float: left;
	width: 475px;
	padding: 15px 30px 15px 0;
	line-height: 15px;
}

div.client div.meta {
	float: left;
	width: 429px;
	padding: 15px 0 15px 15px;
}

div.client div.meta h5, div.client div.meta p{
	margin-bottom: 1.6em;
}

div.client div.meta h5 {
	color: #818386;
	font-weight: normal;
}

div.small p.description {
	float: left;
	width: 296px;
}

div.small p.num_03 {
	padding-right: 0;
}

div.small div.images {
	overflow: hidden;
}

div.small div.images div {
	float: left;
	font-size: 14px;
	margin-right: 5px;
}

div.small div.images div.num_03 {
	margin-right: 0;
}

div.small h4 button {
	display: none;
}

div.small div.images div.num_03 button {
	display: block;
}


/* @end */

/* @group client_list */

body.client_list div#content {
	height: 520px;
	background: url(../images/client_list.png) no-repeat;
	position: relative;
}

p#list {
	display: none;
}

body.client_list div#content a {
	position: absolute;
	display: block;
	width: 42px;
	height: 24px;
	top: 460px;
	left: 662px;
}



/* @end */

/* @group services */

body.our_services h2 {
	font-size: 28px;
	color: #5a5b5e;
}

body.our_services h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

body.our_services div#content p, body.our_services div#content ul {
	font-size: 12px;
	line-height: 130%;
}

div#content div.block {
	float: left;
	margin-right: 34px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#yep {
	width: 355px;
}

div#services {
	width: 260px;
}

div#content div#capabilities {
	margin-right: 0;
	width: 264px;
}

body.our_services div#content ul {
	list-style: none;
	float: left;
	width: 40%;
	margin-right: 5%;
}

li.last {
	color: #B3D33E;
}

div#quote {
	clear: both;
	height: 103px;
	background: url(../images/quote_growing_portfolio.png) no-repeat top center;

}

/* @end */

/* @group contact */

body.getting_in_touch h2, body.thanks h2{
	font-size: 28px;
	color: #5a5b5e;
}

body.getting_in_touch h4, body.thanks h4 {
	font-size: 16px;
	color: #5a5b5e;
	margin-bottom: 12px;
}

body.getting_in_touch h3, body.thanks h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

input[type=text] {
	font-size: 16px;
	margin-bottom: 10px;
	width: 270px;
	border: solid 1px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 4px 8px;
}

textarea {
	height: 200px;
	width: 270px;
	font-size: 16px;
	border: solid 1px #ccc;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.left {
	float: left;
	width: 766px;
}

div.right {
	float: left;
	width: 183px;
	padding-top: 250px;
	background: url(../images/utah.png) no-repeat;
}

form#contact_form {
	float: left;
	width: 305px;
	margin-top: 13px;
	position: relative;
}

form#contact_form input[type=image] {
	margin-top: 8px;
}

div#meeting_with_lime {
	float: left;
	width: 350px;
	padding: 31px 0 31px 68px;
	background: url(../images/utah.png) no-repeat -191px 33px;
	margin-top: 33px;
}

div#meeting_with_lime {
	font-size: 13px;
	line-height: 130%;
}

div.right p b {
	color: #5a5b5e;
	font-size: 14px;
}

div.right p {
	font-size: 13px;
	margin-bottom: 10px;
}

label {
	color: #5a5b5e;
	font-size: 13px;
}

label[for=comments] {
	width: 200px;
}

div#thanks {
	background: #000 url(../images/thanks.jpg) no-repeat;
	width: 293px;
	height: 393px;
	position: absolute;
	left: 0;
	top: 0;
}

/* @end */

/* @group motion */

body.motion h2 {
	font-size: 28px;
	color: #5a5b5e;
}

body.motion h2 b {
	color: #B3D33E;
}

body.motion h3 {
	margin-top: 6px;
	margin-bottom: 40px;
}

body.motion h4 {
	font-size: 20px;
	margin-bottom: 17px;
}

body.motion h5	{
	color: #B3D33E;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

body.motion div.left {
	width: 580px;
}

body.motion div.right {
	background: url(../images/lime-motion.png) no-repeat;
	width: 285px;
	margin-left: 70px;
	padding-top: 200px;
}

body.motion div.right h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

body.motion p.fine_print {
	padding-top: 30px;
	clear: both;
	font-size: 10px;
	color: #585858;
}

body.motion input#submit_video {
	float: right;
	margin-right: -3px;
}

div.client div.mores {
	float:left;
}

div.client div.icon_elem {
	float: left;
}

div.client img.app {
	margin: 5px;
	border: 0;
}

div.client img.icon {
	margin-left: 20px;
	margin-right: 20px;
	border: 0;
}

/* @end */