body {
	background: #e7e9df url(images/bg.png) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	margin: 0px;
	padding: 0px;
}
html{ margin:0px; padding:0px;}

a, b {
	color: #4cbe00;
}
img {
	border-width: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
h1 {
	display: none;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 10px 0;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
#container {
	width: 988px;
	margin: 0 auto;
}
#menu1 {
	font-size: 12px;
	color: #eee;
	list-style: none;
	background: url(images/menu1.png) no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
	height: 37px;
	width: 764px;
	float: left;
}
#menu1 li {
	float: left;
	margin: 11px 17px 0;
	text-shadow: 0 1px #979797;
}
#menu2 li {
	float: left;
	margin: 11px 17px 0;
	text-shadow: 0 1px #797979;
}
#menu1 a, #menu2 a {
	color: #eee;
	text-decoration: none;
}
#menu1 a:hover, #menu2 a:hover {
	color: #fff;
}
#menu2 {
	font-size: 12px;
	color: #eee;
	list-style: none;
	background: url(images/menu2.png) no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
	height: 37px;
	width: 204px;
	float: left;
}
#header {
	background: url(images/header.png);
	height: 299px;
	clear: both;
	width: 988px;
	margin: 0 0 15px;
}
#coda-slider-1 {
	float: left;
	width: 786px;
}
#panel1 div, #panel2 div, #panel3 div {
	width: 395px;
	margin: 90px 0 0 80px;
}
#panel1 {
	background: url(images/slide1.png);
}
#panel2 {
	background: url(images/slide2.png);
}
#panel3 {
	background: url(images/slide3.png);
}
.coda-slider-no-js .coda-slider {
	overflow: auto !important;
}
.coda-slider, .coda-slider .panel, .coda-slider .panel {
	width: 786px;
}
.coda-nav {
	width: 202px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	float: left;
}
.coda-nav li a {
	background: url(images/slidea.png) no-repeat;
	height: 71px;
	width: 201px;
	color: #fff;
	display: block;
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
	padding: 27px 0 0;
	/margin-top: -3px;
}
.coda-nav li a.current {
	background: url(images/slideb.png) no-repeat;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider .panel {
	display: block;
	float: left;
	height: 295px;
	width: 786px;
}
.coda-slider .panel div {
	width: 730px;
	margin: 15px auto 0;
}
#content {
	background: #fff url(images/content.png) repeat-x bottom;
	padding: 0 0 4px;
}
#companyprofile {
	background: url(images/companyprofile.png) no-repeat;
	padding: 75px 40px 0;
	width: 282px;
	float: left;
}
#contactus {
	background: url(images/contactus.png) no-repeat;
	height: 183px;
	width: 198px;
	float: left;
	padding: 75px 50px 0 60px;
}
#casestudies {
	float: left;
	background: #c8c8c8 url(images/casestudies.png) no-repeat;
	padding: 69px 0 0;
	width: 318px;
}
.casestudies {
	color: #5d5d5d;
	text-decoration: none;
	display: block;
	padding: 8px 30px 5px;
}
.casestudies:hover {
	background: url(images/casestudieslink.png) repeat-x;
}
.casestudies b {
	color: #5d5d5d;
	display: block;
}
#viewmore {
	font-size: 12px;
	font-weight: 800;
	color: #666;
	background: url(images/viewmore.png) no-repeat;
	text-align: center;
	display: block;
	margin: 5px auto;
	height: 18px;
	width: 89px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 3px 0 0;
}
#casestudies2 {
	color: #8d8d8d;
	background: #dcdcdc url(images/casestudies2.png) repeat-x;
	padding: 20px 25px 10px;
}
#content2 {
	float: left;
	width: 590px;
	padding: 0px 40px 20px;
}
#content2 h1 {
	display: block;
	font-weight: 400;
	font-size: 28px;
	padding: 25px 0px;
	margin: 0;
}
#footer {
	padding: 20px 20px 27px;
	font-size: 12px;
}
#footer a, #footer b, #footer {
	color: #5b5e51;
}
#footerlink {
	position: absolute;
	width: 940px;
	text-align: right;
}
#footer span {
	text-align: center;
	display: block;
}

/* Overlay */
#overlay{
	margin:0px; padding:0px; border: 0px; top:0; left:0;
	position: absolute; z-index: 2000;
	width: 100%; height: 100%;
	background-color: #000;
    filter: alpha(opacity=70); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
	-moz-opacity: .70; /*older Mozilla*/
	-khtml-opacity: 0.7;   /*older Safari*/
	opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/
	display: none;
}

#overlayDiv{
	border: 10px #448811 solid;
	position: absolute; z-index: 2001;
	top: 25%; left: 38%;
	background: #fff;
	padding: 30px 50px;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #448811;
	display: none;
/*	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#overlayDiv table td{
	text-align: left;
	padding-left: 10px;	
	cursor: pointer;
}

#overlayDiv table td:first-child{
	text-align: right;	
}

#overlayDiv h2{
	font-size: 24px;
	padding: 20px 0;
}

#overlayDiv img{
	line-height: 300px;
	height: 25px;
	margin: 2px;
}





