body {
background: #000000 url(/images/lemon_bg.jpg) scroll top center no-repeat;
font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
font-size:12px;
margin:0;
padding:0;
text-align:center;
}
a {
color:#999999;
}
a img {
border:medium none;
}
#top {
display:inline;
float:right;
height:300px;
margin-bottom:10px;
margin-top:50px;
padding:10px;
width:718px;
}
#intro {
color:#FFFFFF;
float:left;
font-size:16px;
width:390px;
}
#details {
float:left;
font-weight:bold;
margin-left:30px;
}
#header {
	background:transparent url(/images/header_bg.png) repeat-x scroll 0 0;
	float:left;
	height:30px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10000;
}
#header_content {
	background:transparent url(/images/logo.png) no-repeat scroll 0 0;
	height:30px;
	left:50%;
	margin-left:-480px;
	position:absolute;
	width:958px;
}

#links {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:right;
	font-size:14px;
	line-height:30px;
	margin-right:20px;
}

#body {
display:inline;
float:left;
margin:30px 0;
padding-top:30px;
}
#footer {
font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
color:#4D4D4D;
font-size:12px;
height:36px;
line-height:36px;
text-align:center;
width:100%;
}
#content {
background:#000000 none repeat scroll 0 0 !important;
margin:auto;
text-align:left;
width:960px;
}
#bottom {
background:transparent url(/images/bottom_headings.png) no-repeat;
color:#FFFFFF;
float:left;
height:307px;
width:960px;
}
#bottom-services {
background:transparent url(/images/bottom_headings_services.png) no-repeat;
color:#FFFFFF;
float:left;
height:307px;
width:960px;
}
#bottom-blog {
background:transparent url(/images/bottom_blog.png) no-repeat;
color:#FFFFFF;
float:left;
height:500px;
width:960px;
}
#blogentry {
display:inline;
float:left;
margin-top:50px;
width:225px;
color:#FFFFFF;
padding-right:10px;
}
#blogarchive {
margin-left:20px;
margin-top:50px;
float:left;
display:inline;
width:225px;
color:#FFFFFF;
}
#bottom-contact {
background:transparent url(/images/bottom_contact.png) no-repeat;
color:#FFFFFF;
float:left;
height:500px;
width:960px;
}
#bottom-clients {
float:left;
text-align:center;
width:960px;
color:#FFFFFF
}
#client-thm {
display:inline-block;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
width:775px;
height:925px;
}
#what, #who, #download, #contactus {
display:inline;
float:left;
margin-top:50px;
width:225px;
color:#FFFFFF;
padding-right:10px;
}
#what {
margin-left:20px;
}
.block .title {
float:left;
height:22px;
margin:0 0 10px -2px;
width:207px;
}
div#contact {
		width: 90%;
		float: right;
	}
		
		#contact label{
			display: block;
			font-weight: bold;
			text-align: left;
			float: left;
			width: 35%;
		}
		
		#contact .small{
			color: #666666;
			display: block;
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			width: 100%;
		}
		
		#contact input, textarea{
			float: left;
			font-size: 12px;
			padding: 4px 2px;
			width: 60%;
			margin: 2px 0 20px 10px;
			border-color: #7C7C7C #C3C3C3 #DDDDDD;
			border-style: solid;
			border-width: 1px;
			color: #333333;
			background: url(/images/back.gif) repeat #FFFFFF;
		}
		
		#contact textarea {
			height: 200px;
		}
		
		#contact button{
			float: right;
			width: 125px;
			height: 30px;
			background: #666666;
			text-align: center;
			line-height: 30px;
			color: #FFFFFF;
			font-size: 11px;
			font-weight: bold;
		}