body
{
	margin: 0;
	padding: 0;
	color: #525252;
	font: 0.75em "Lucida Sans" , Arial, sans-serif;
	background: url(../images/page-bg.gif) repeat-x;
	text-align: center;
}

#Preview
{
	position:fixed;
	text-align:center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:White;
	display: none;
	font-size:large;
}

#main
{
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	overflow: hidden;
}

.first
{
	background: none !important;
}


h2
{
	margin: 0;
	color: #8ac771;
	font-size: 2em;
	padding: 0 0 20px 0;
	font-weight: normal;
	line-height: 20px;
}

h3
{
	margin: 0;
	color: #495f5f;
	font-size: 1.5em;
	padding: 0 0 15px 0;
	font-weight: normal;
}


p
{
	margin: 0;
	padding: 0 0 25px 0;
}

ul, ol
{
	margin-top: 0;
	margin-bottom: 30px;
}

li
{
	padding-bottom: 5px;
}


/*-----header---------*/
#header
{
	float: left;
	width: 1000px;
	margin: 0;
}
#header strong
{
	float: left;
	margin: 12px 0 0 20px;
	display: inline;
}
#header strong a
{
	display: block;
	width: 934px;
	height: 117px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
}

.inp
{
	float: left;
	margin: 7px 0 0 1px;
	padding: 2px 5px 3px;
	display: inline;
	width: 117px;
	background-color: #fcecdf;
	border: none;
	font: 12px Arial, sans-serif;
}

/*-----navigation-----*/
#navigation
{
	float: left;
	width: 1000px;
	margin: 17px 0 0;
}
#navigation ul
{
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	width: 970px;
	font-family: "Lucida Sans", Arial, sans-serif;
}
#navigation ul li
{
	float: left;
	margin: 0 2px 0 0;
	display: inline;
	list-style: none;
	overflow: hidden;
}
#navigation ul li a
{
	display: block;
	height: 34px;
	text-indent: -9999px;
}
#navigation ul li a:hover, #navigation ul li a.active
{
	background-position: 0 -34px;
}
a.nav-home
{
	width: 71px;
	background: url(../images/nav-home.gif) no-repeat;
}
a.nav-about-us
{
	width: 94px;
	background-image: url(../images/nav-about-us.gif);
	background-repeat: no-repeat;
}
a.nav-services
{
	width: 94px;
	background: url(../images/nav-services.gif) no-repeat;
}
a.nav-team
{
	width: 94px;
	background: url(../images/nav-team.gif) no-repeat;
}
a.nav-clients
{
	width: 97px;
	background: url(../images/nav-clients.gif) no-repeat;
}
a.nav-contactus
{
	width: 97px;
	background: url(../images/nav-contact-us.gif) no-repeat;
}
a.nav-news
{
	width: 76px;
	background: url(../images/nav-news.gif) no-repeat;
}
/*-----content-----*/
#HomeContent
{
	float: left;
	width: 1000px;
	padding: 0 0 20px 0;
	text-align: left;
}
#content
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;

}
.holder
{
	float: left;
	width: 980px;
	margin: 0;
}
#content strong.important-info
{
	float: left;
	margin: 22px 0 0 3px;
	display: inline;
	font-size: 14px;
}
#content strong.important-info em
{
	margin: 0 2px;
	padding: 1px 5px 2px;
	color: #fff;
	background-color: #43b4e4;
	font-style: normal;
}
/*--welcome-block--*/
.welcome-block
{
	float: left;
	width: 980px;
	margin: 20px 0 0;
	padding: 0 0 0px;
	font-family: "Lucida Sans", Arial, sans-serif;
	background-image: url(../images/watermark-bg.jpg);
}
.welcome-block ul
{
	float: left;
	width: 228px;
	margin: 1px 0 0;
	padding: 0 0 9px;
	background: url(../images/welcome-bottom-shadow.gif) no-repeat 0 100%;
}
.welcome-block ul li
{
	float: left;
	width: 228px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.welcome-block ul li a
{
	display: block;
	width: 228px;
	height: 90px;
	text-indent: -9999px;
}
.welcome-block img
{
	float: left;
	margin: 0 0 0 25px;
	display: inline;
	border: none;
}

/*-----footer-----*/
#footer
{
	float: left;
	width: 1000px;
	padding: 0 0 20px;
	border-top: 5px solid #8ac771;
	margin-top: 30px;
}
#footer .footer-text-holder
{
	float: left;
	width: 390px;
	margin: 0 0 0 14px;
	display: inline;
}
#footer .footer-text-holder p
{
	float: left;
	margin: 4px 0 0;
	padding: 0 0 0 6px;
	color: #43b4e4;
}
#footer .footer-text-holder ul
{
	float: left;
	margin: 22px 0 0;
	padding: 0;
	width: 390px;
}

/********** Menu Tabs **********/

#tabs
{
	font-family: "Lucida Sans" ,Arial,sans-serif;
	float: left;
	width: 100%;
	background: #01aef0;
	font-size: 14px;
	line-height: normal;
}

#tabs ul
{
	margin: 0;
	padding: 5px 10px 0 50px;
	list-style: none;
}

#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

