 	* {
		padding: 0;
		margin: 0;
   		}
    	
html, body {
	width: 100%;
	height: 95%;
	text-align: center;
	font: 76% Arial, Helvetica, sans-serif;
	background-color: #00281F;
	color: #9E9E9E;
   		}
a{
	color:#ACACAC;
	text-decoration: none;
} 
a:hover{
	color:#9BD81E;
}    	

span {
    	display: none;
    	}
    	
#container {
	margin: 0 auto;
	padding-top: 5px;
	width: 760px;
	text-align: left;
		}
    	
#header {
	padding-top: 10px;
    	}
    	
#header h1{
	float:right;
	display: block;
	width: 195px;
	background: url(../images/general/limegreentangerine-logo.gif) no-repeat right bottom;
	height: 25px;
   		}
#banner{
	background-color: #292929;	/*border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;*/
	}
#tagLine{
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
	height:2em;
	font-size: 1.1em; 
	background-color: #292929;
	padding: 0 20px;
	text-align: right;
	}
#tagLine p{
	padding: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	}
#breadcrumb{
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
	background-color: #292929;
	height:20px;/**/
	padding: 0px 19px;
	font-size: 10px;
	}
#breadcrumb ul{
	display:inline;
	}	
		
#breadcrumb li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
  	}
    		
#breadcrumb li a{
	/**/display: block;
	float: left;
	font-weight: bold;
	padding: 4px 4px 4px;
	text-decoration: none;
	}
#breadcrumb li b{
	color: #9BD81E;
 }
#breadcrumb li p.unselected {
	color: #888888;
}

#breadcrumb li a:hover {
	text-decoration: none;
	background-color: #203F03;
	}

#footer {
	height:50px;
	background-color: #292929;
	clear:both;
    	}
#footer div{
	height:2em;
	padding: 0px 20px;
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
	}
#footer p{
	font-size: 1em;
		} 
#footer p.valid{
	float: left;
	padding: 4px 0 0 0;
	}
#footer p.copyright{
	padding: 4px 0 0 0;
	float: left;
	text-transform: uppercase;
	}		  
#footer p.call{
	padding: 5px 0 0 0;
	float: right;
	background: url(../images/general/call.jpg)  no-repeat center center;
	height: 11px;
	width: 136px;
	display: block;
	}	  
	  	
div#menu {
	margin-top:5px;
	height: 20px;
	font-weight: bold;
    }
#menu ul{
	float: left;
	}	
		
#menu li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
  	}
    		
#menu li a{
	display: block;
	float: left;
	height:20px;
	}
#menu li a.home{
	width:83px;
	background: url(../images/nav/whatsnew-off.jpg)  no-repeat center center;
	}
#menu li a.home:hover {
	width:83px;
	background: url(../images/nav/whatsnew-over.jpg)  no-repeat center center;
	}
#menu li a.homeSelected{
	width:83px;
	background: url(../images/nav/whatsnew-on.jpg)  no-repeat center center;
	}
#menu li a.about{
	width:74px;
	background: url(../images/nav/about-off.jpg)  no-repeat center center;
	}
#menu li a.about:hover {
	width:74px;
	background: url(../images/nav/about-over.jpg)  no-repeat center center;
	}
#menu li a.aboutSelected{
	width:74px;
	background: url(../images/nav/about-on.jpg)  no-repeat center center;
	}
#menu li a.work{
	width:45px;
	background: url(../images/nav/work-off.jpg)  no-repeat center center;
	}
#menu li a.work:hover {
	width:45px;
	background: url(../images/nav/work-over.jpg)  no-repeat center center;
	}
#menu li a.workSelected{
	width:45px;
	background: url(../images/nav/work-on.jpg)  no-repeat center center;
	}
#menu li a.news{
	width:44px;
	background: url(../images/nav/news-off.jpg)  no-repeat center center;
	}
#menu li a.news:hover {
	width:44px;
	background: url(../images/nav/news-over.jpg)  no-repeat center center;
	}
#menu li a.newsSelected{
	width:44px;
	background: url(../images/nav/news-on.jpg)  no-repeat center center;
	}
#menu li a.sublime{
	width:61px;
	background: url(../images/nav/sublime-off.jpg)  no-repeat center center;
	}
#menu li a.sublime:hover {
	width:61px;
	background: url(../images/nav/sublime-over.jpg)  no-repeat center center;
	}
#menu li a.sublimeSelected{
	width:61px;
	background: url(../images/nav/sublime-on.jpg)  no-repeat center center;
	}
#menu li a.contact{
	width:65px;
	background: url(../images/nav/contact-off.jpg)  no-repeat center center;
	}
#menu li a.contact:hover {
	width:65px;
	background: url(../images/nav/contact-over.jpg)  no-repeat center center;
	}
#menu li a.contactSelected{
	width:65px;
	background: url(../images/nav/contact-on.jpg)  no-repeat center center;
	}
	
#menu li a.jobs{
	width:42px;
	background: url(../images/nav/jobs-off.jpg)  no-repeat center center;
	}
#menu li a.jobs:hover {
	width:42px;
	background: url(../images/nav/jobs-over.jpg)  no-repeat center center;
	}
#menu li a.jobsSelected{
	width:42px;
	background: url(../images/nav/jobs-on.jpg)  no-repeat center center;
	}
 
.content{
	width:720px;
	padding:20px;
	margin: 0px;
	clear: both;
	background-color: #292929;
	}
.content a {
	color:#CCC;
}
.content a:hover {
	text-decoration: none;
	color:#FFF;
}
none{
	padding:0px;
	margin:0px;
	}
img{
	border:0px;
	margin: 0px;
	padding: 0px;
	}
.clear {
	clear: both;
	}
.content h1 {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	height: 30px;
	width: 370px;
	}
.content h1.home {	
	background: url(../images/home/h1-whats-new.gif) no-repeat;
}
.content h1.about {
	background: url(../images/about-lgt/h1-about-lgt.gif) no-repeat;
}
.content h1.team {
	background: url(../images/about-lgt/h1-team.gif) no-repeat;
}
.content h1.studio {
	background: url(../images/about-lgt/h1-the-studio.gif) no-repeat;
}
.content h1.capabilities {
	background: url(../images/about-lgt/h1-our-capabilities.gif) no-repeat;
}
.content h1.work {
	background: url("../images/work/h1-work.gif") no-repeat;
}
.content h1.work-1 {
	background:  url("../images/work/h1-work-1.gif") no-repeat;
}
.content h1.work-2 {
	background:  url("../images/work/h1-work-2.gif") no-repeat;
}
.content h1.work-3 {
	background:  url("../images/work/h1-work-3.gif") no-repeat;
}
.content h1.work-4{
	background:  url("../images/work/h1-work-4.gif") no-repeat;
}
.content h1.work-5 {
	background:  url("../images/work/h1-work-5.gif") no-repeat;
}
.content h1.work-6 {
	background: url("../images/work/h1-work-6.gif") no-repeat;
}
.content h1.work-7 {
	background:  url("../images/work/h1-work-7.gif") no-repeat;
}
.content h1.work-8 {
	background:  url("../images/work/h1-work-8.gif") no-repeat;
}
.content h1.work-9 {
	background:  url("../images/work/h1-work-9.gif") no-repeat;
}
.content h1.work-10 {
	background:  url("../images/work/h1-work-10.gif") no-repeat;
}
.content h1.work-11 {
	background:  url("../images/work/h1-work-11.gif") no-repeat;
}
.content h1.pr {
	background:  url("../images/about-lgt/h1-news.gif") no-repeat;
}
.content h1.sublime {
	background: url("../images/sublime/h1-sublime.gif") no-repeat;
}
.content h1.imail {
	background: url("../images/sublime/h1-imail.gif") no-repeat;
}
.content h1.contact {
	background: url(../images/contact/h1-contact.gif) no-repeat;
}
.content h1.contactJobs {
	background: url(../images/contact/h1-contact-jobs.gif) no-repeat;
}
.content h1.contactEnquiries {
	background: url(../images/contact/h1-contact-enquiries.gif) no-repeat;
}
.content h1.tools {
	background: url(../images/tools/h1-tools.gif) no-repeat;
}
.content h1#siteMap {
	background: url(../images/h1-siteMap.gif) no-repeat;
}
.content h1#articles {
	background: url(../images/articles/h1-articles.gif) no-repeat;
}
.content p {
	font-size: 1.2em;
	color: #9E9E9E;
	line-height: 1.30em;
}
.content ul{
	margin:0 1em;
	font-size: 1.2em;
	line-height: 1.3em;
}
.content li{
	color: #9E9E9E;
	margin-bottom:0.5em;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}
h3{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #9CD81E;
}

/* WORK/HOME PAGE */
.content .tr {
	float: left;
	margin-top: 3em;
}
.content .tr img{ 
	float: left;
}
.content .td {
	float: left;
	height: 8em;
	width: 370px;
}
.content .tdRight {
	float: left;
	height: 8em;
	width: 350px;
}
.content .tr .text{ 
	width: 240px;
	margin: 0 0 0 10px;
	float: left;
}
.content .tr .textRight{ 
	width: 238px;
	margin: 0 0 0 10px;
	float: left;
}
.content .tr h2{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	color: #B6B6B6;
	text-transform: uppercase;
}
	
.content .tr p, .content p.smallUppercase{
	/*text-transform: uppercase;*/
	font-size: 1.2em;
	/*font-weight: bold;*/
	line-height: 1.3em;
}
.content .tr a{
	/*text-transform: uppercase;*/
	font-size: 1em;
	line-height: 1.4em;
	color: #9BD81E;
	text-decoration: none;
}
.intro {
	font-size: 1.4em;
	/*font-weight: bold;
	line-height: 1.2em;*/
}

.content .more {
	font-size: 1.5em;
	display: inline;
}

.line{
	width:760px;
	border-top: 1px solid #454545;
	margin:0 -20px;
}
#portfolio {
	float: right;
	width: 255px;
	padding: 0 15px;
}
#portfolio .images{
	float:left;
	width:430px;
}

.imgNav{
	float:left;
}
.otherProjects{
	display: block;
	width: 430px;
	text-align: right;
}
.otherProjects h3{
	background: url(../images/work/other-projects.gif) no-repeat;
	display: block;
	height: 12px;
	width: 91px;
	float:right;
}
.otherProjectsShowAll h3{
	background: url(../images/work/other-projects.gif) no-repeat;
	display: block;
	height: 12px;
	width: 91px;
	}
.otherProjectsShowAll{
	display: block;
	width: 100%;
	text-align: left;
}
.otherProjects p, .otherProjectsShowAll p{
	color:#B6B6B6;
	text-transform: uppercase;
    font-size: 1em;
	clear:right;
}

.otherProjects a, .otherProjectsShowAll a {
	color:#888888;
	text-decoration: none;
}

/* NEWS PAGE */
.content #secondNav{
	float:right;
	width:140px;
	padding-left:10px;
}
.content #secondNav li {
	list-style: none;
	text-transform: uppercase;
	padding-bottom:5px;
	color: #888888;
  	}    		
.content #secondNav li a{
	font-weight: bold;
	text-decoration: none;
	color: #888888;
	font-size:0.95em;
	line-height: normal;
	}
.content #secondNav li a:hover, .content #secondNav li b{
	color: #9BD81E;
 }
.content #secondNav li p.unselected {
	color: #888888;
}
.content #pr{
	float:left;
	width:539px;
	padding: 0 30px 10px 0;
	border-right: 1px solid #454545;
}

/* Capabilities PAGE */
.content #contentRight{
	float:right;
	width:530px;
	padding: 0 0 10px 30px;
	border-left: 1px solid #454545;
}
.content #secondNavLeft{
	float:left;
	width:120px;
	padding: 0 10px 0 0px;
}
.content #secondNavLeft ul {
margin:0;
}
.content #secondNavLeft li {
	list-style: none;
	text-transform: uppercase;
	padding-bottom:10px;
	color: #888888;
  	}    		
.content #secondNavLeft li a{
	font-weight: bold;
	text-decoration: none;
	color: #888888;
	font-size:0.95em;
	line-height: normal;
	}
.content #secondNavLeft li a:hover,.content #secondNavLeft li a:active{
	color: #9BD81E;
 }
.content #contentRight ul{
	margin:5px 0;
	list-style-type: none;
}

/* CONTACT */
.content .contact{
	float: left;
	padding: 0 30px 10px 0;
}
.content .contactBorder {
	float: left;
	padding: 0 15px 0px 15px;
	height: auto;
	border-left: 1px solid #454545;
}
.content .contactBorder a {
	text-decoration:none;
}
.content .directions h3{
	font-size: 1.1em;
	text-transform: uppercase;	
}
.content .directions{
	width: 230px;
	float: right;
	padding: 0 10px 20px 15px;
}
.content .h2Directions{
	margin:0 -20px;
	padding:3px 20px;
	width:100%;
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}
.content .jobs td{
	padding:5px 3px 5px 0;
}
.content .jobs td.padding-left{
	padding-left:15px;
	width:83px;
}
.content .jobs td.label{
	padding: 0;
	width:83px;
}
.content .jobs td.noPadding{
	padding: 0;
}
.content label{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}
.content input, textarea, select{
	border:none;
	background-color: #CFDAD1;
	color:#292929;
}
input.fields{
	width:267px;
}
input.securityCode {
	width: 75px;
}
.content .jobs textarea{
	width:715px;
}
.content input.button{
	padding: 1px 5px;
	width:auto;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.content input.file{
	width:auto;
}

.right {
	float: right;
}
.left {
	float: left;
}

a.back {
	background: url(../images/general/back.gif) no-repeat;
	display: block;
	height: 10px;
	width: 39px;
	float:left;
}
a.back:hover {
	background: url(../images/general/back-over.gif) no-repeat;
}
a.print {
	background: url(../images/general/print.gif) no-repeat right bottom;
	display: block;
	height: 10px;
	width: 36px;
	float:left;
}
a.print:hover {
	background: url(../images/general/print-over.gif) no-repeat right bottom;
}

a.top {
	background: url(../images/general/top.gif) no-repeat;
	display: block;
	height: 10px;
	width: 47px;
}
a.top:hover {
	background: url(../images/general/top-over.gif) no-repeat;
}

a.showAll{
	background: url(../images/work/show-off.gif) no-repeat;
	display: block;
	height: 11px;
	width: 55px;
		float: left;
	}
a.showAll:hover{
	background: url(../images/work/show-over.gif) no-repeat;
	}
b .showAll, b .showAll:hover{
	background: url(../images/work/show-on.gif) no-repeat;
	}
	
.siteMap{
	float:left;
	padding:5px;
	width:15%;
	/*border-right:1px solid #454545;*/
}
.siteMap ul{
	margin:5px 0px;
}
.siteMap ul li{
	list-style-type: none;
	margin-bottom:2px;
}
.siteMap a{
	text-decoration: none;

}
.siteMap ul li a{
	font-size: 1em;	color: #ACACAC;
}
.lightgrey{
	color:#ACACAC;
}
#renovPics {
	float: right;
	width: 300px;
}
#renovPics img{
	float: left;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
}

.green{
	color: #9CD81E;
}a.underlined {
	text-decoration: underline;
}
