body, ul, li, ol, h1, h2, h3, h4, h5, div, img {
	margin: 0px;
	padding: 0px;
	
}

body {
	background-color: #ebebeb;
	text-align: center;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #666666;
	font-size: 14px;
	padding-bottom: 30px;
}

img {
	border: 0px;
}

a {
	color: #1EA2C1;
	text-decoration: none;
}

a:hover {
	color: #1EA2C1;
	text-decoration: underline;
}


h1 {
	font-size: 32px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
	position: absolute;
	top:0px;
left: 0px;
z-index: 999;
}

.tagline
{
	position: relative;
height: 50px;
}

h2 {
	font-size: 20px;
	color: #999999;
	font-weight: normal;
}

.tagline h2
{
	position: absolute;
	top:40px;
	left: 0px;
	z-index: 999;

}

h3 {	
	color: #666666;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	padding-bottom: 2px;
}

h3 span a {
	color: #1EA2C1;
	text-decoration: none;
	font-size: 10px;
	float: right;
	margin-top: 6px;
}

h4 {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #1EA2C1;
}

.maincontent .col1 h4 {
	padding-bottom: 10px;
}

.footer h4 {
	padding-bottom: 10px;
}

h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #1EA2C1;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

h5 
{
	padding-top: 10px;
	font-size: 12px;
	font-weight:normal;
	color: #1EA2C1;
}

.center {
	text-align: left;
	margin: 30px auto;
	width: 907px;
}

.container {
	width: 907px;
}




.mainnav {
	width: 907px;
	background-color: #ffffff;
	position: relative;
	height: 110px;
	margin-bottom: 30px;
}

.mainnav img {
	position: relative;
	top: 0px;
	left: 0px;
}



.mainnav a 
{
	float: left;
	display: block;
	height: 110px;
	width: 115px;
	text-indent: -999px;
}

.lettucelogo 
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: 0px !important;
}



.mainnav ul {
	list-style-type: none;
	position: relative;
	top: 0px;
	float: right;
}

.mainnav li {
	list-style-type: none;
	position: relative;
	float: left;
	height: 110px;
	width: 115px;
	background-color: #ffffff;
	overflow: hidden;
}

.mainnav li {
	
}

.mainnav .aboutus {
	background-image: url('../images/aboutUsSprite.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	/*-webkit-transition: background .2s linear;*/
}

.mainnav .aboutus:hover {
	background-position: 0 -117px;
}

.mainnav .services {
	background-image: url('../images/servicesSprite.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.mainnav .services:hover {
	background-position: 0 -118px;
}

.mainnav .casestudies {
	background-image: url('../images/caseStudiesSprite.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.mainnav .casestudies:hover {
	background-position: 0 -117px;
}

.mainnav .news {
	background-image: url('../images/newsSprite.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.mainnav .news:hover {
	background-position: 0 -117px;
}

.mainnav .contactus {
	background-image: url('../images/contactUsSprite.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.mainnav .contactus:hover {
	background-position: 0 -117px;
}

.header {
	height: 266px;
	position: relative;
}

#rotator {
	margin: 0px;
	padding: 0px;
	height: 266px;
	width: 907px;
	overflow: hidden;
	position: relative;
	float: left;
	/*-webkit-box-shadow: 0px 0px 4px #333;*/
}



#rotator .items {
	/* this cannot be too large */
	width:9000px;
	position:absolute;
	clear:both;
}

#rotator .items div {
	float: left;
}

.navicontainer 
{
	position: absolute;
	top: 225px;
	left: 280px; 
	width: 600px;
	height: 20px;	
	
}

/* position and dimensions of the navigator */ 
.navi { 
	position: relative;
	
    width:auto; 
    float: right;
    height:20px; 
    padding-bottom: 0px;
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:14px; 
    height:16px; 
    float:left; 
    margin:3px; 
    background:url(../images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:12px;
    text-decoration: none;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 7px;
    color: #ffffff; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -20px;
      text-decoration: none;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -40px; 
    color: #000;     
}


.maincontent {
	width: 867px;
	background-color: #ffffff;
	position: relative;
	float: left;
	padding: 15px 20px 20px 20px;

}

.fiftyspacer {
	height: 50px;
	width: 100px;
	display: block;
}

.twentyspacer {
	height: 20px;
	width: 100px;
	display: block;
}

.checkOut {
	position: absolute;
	left: 735px;
	top: 15px;
}

.maincontent .col1 {
	position: relative;
	float: left;
	width: 340px;
	margin-right: 30px;
	margin-top: 60px;
	line-height: 20px;
}

.maincontent .col1 ul {
	margin-left: 30px;
}

.maincontent .col1 li {
	margin-bottom: 7px;
}

.maincontent .col2 {
	position: relative;
	float: left;
	width: 490px;
	margin-top: 60px;
	line-height: 20px;
}

#aboutus {
	border-top: 12px solid #5dab30;
}


#casestudies {
	border-top: 12px solid #ffce00;
}

#contactus {
	border-top: 12px solid #1ea2c1;
	height: 680px;
}

#news {
	border-top: 12px solid #e56e1f;
}

#news h4 {
	width: 100%;
}

#news h4 span {
	float: right;
}

#services {
	border-top: 12px solid #aa0226;
}


.maincontent .contentcol1 {
	position: relative;
	float: left;
	width: 500px;
	margin-right: 30px;
	margin-top: 30px;
	line-height: 20px;
}

.maincontent .contentcol1 ul {
	
	margin-left: 30px;
}

.maincontent .contentcol1 li {
	margin-bottom: 7px;
}

.maincontent .contentcol2 {
	position: absolute;
	/*float: left;*/
	width: 320px;
	/*margin-top: 60px;*/
	left: 560px;
	top: 0px;
	line-height: 20px;
}

.maincontent .contentcol2 ul {
	margin-left: 30px;
}

.maincontent .contentcol2 li {
	margin-bottom: 7px;
}

.maincontent .contentcol2 h4 {
	padding-bottom: 10px;
}
.maincontent .icon {
	position: absolute;
	top: 5px;
	left: 460px;
z-index:1;
}


.tweetdate {
	color:#1EA2C1;
	float: right;
	font-size: 12px;
}

.tweetbody {
	margin-bottom: 30px;
}

.songList 
{
	list-style-type: none;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.songList li 
{
	margin-left: 0px !important;
	padding-left: 27px !important;
	background-image: url('../images/music-icon.png');
	background-repeat: no-repeat;
	background-position:left top;
	height: 25px;
}

.pagination .left 
{
	float: left;
}

.pagination .right 
{
	float: right;
}

.comments  {
	font-size: 12px;
}
.comments p {
	font-size: 12px;	
	padding-top: 2px;
	padding-top: 5px;
	margin: 0px;
}

.comments form 
{
	margin-top: 15px;
}

.comments form label 
{
	
}

.comments .submit 
{
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	padding: 7px 12px 7px 12px;
	color: #1EA2C1;
	font-weight: bold;
	font-size: 14px;
}

.comments .submit:hover
{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.comments form .input 
{
	width: 300px;
	border: 1px solid #cccccc;
	height: 19px;
	margin-bottom: 7px;
}

.comments form textarea 
{
	width: 300px;
	border: 1px solid #cccccc;
	height: 150px;
	margin-bottom: 7px;
}

.footer {
	position: relative;
	float: left;
	background-color: #ffffff;
	width: 867px;
	padding: 15px 20px 20px 20px;
	margin-top: 30px;
	font-size: 12px;
}

.footer .col1 {
	width: 200px;
	float: left;
}

.footer .col2 {
	width: 210px;
	float: left;
}

.footer .col3 {
	width: 140px;
	float: left;
}

.footer .col4 {
	width: 300px;
	float: left;
}

.footer a {
	color: #666666;
}

.footer ul {
	list-style-type: none;
}

.footer li {
	margin-bottom: 6px;
}

.footer h4 a {
	color: #1EA2C1;
}

.footer .col4 .icebergbyline {
	font-size: 14px;
}