@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.jpg) left top repeat-x #f1f1f1;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
strong
{
font-weight:bold;
color: #106ca5;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:100%;
height:auto;
text-align:center;
float:left;
}
#header
{
width:950px;
height:432px;
margin:0px auto;
text-align:center;
}
.header-top
{
width:950px;
height:104px;
float:left;
text-align:left;
}
.logo-box
{
width:626px;
height:104px;
float:left;
text-align:left;
font:bold 56px/56px Arial, Helvetica, sans-serif;
color: #FFF;
}
.logo
{
margin-top:20px;
}
.header-top-right
{
width:268px;
height:78px;
float:right;
text-align:left;
padding-top:26px;
font: bold 16px/22px Arial, Helvetica, sans-serif;
color: #FFF;
}
.header-top-right a
{
font: bold 16px/22px Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration:none;
}
.header-top-right a:hover
{
font: bold 16px/22px Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration: underline;
}
.header-bottom
{
width:930px;
height:318px;
float:left;
text-align:left;
background-color: #FFF;
padding:10px 10px 0px 10px;
}
.header-banner-box
{
width:930px;
height:272px;
float:left;
text-align:left;
}
/* CSS Menu */
.navcontainer {
		width:930px;
        margin:0px;
        height: 46px;
		float:left;
		background:url(../images/menu-bg.jpg) left top repeat-x;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		height:46px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

.navcontainer ul li a {
        width: auto;
        height: 46px;
        margin: 0px;
		padding:0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
		padding:0px 28px;
        font: bold 13px/46px Arial, Helvetica, sans-serif;
		display:inline;
	}

.navcontainer ul li a:hover {
        color: #d1de82;
		padding:0px 28px;
        font: bold 13px/46px Arial, Helvetica, sans-serif;
		display:inline;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #d1de82;
		padding:0px 28px;
		font: bold 13px/46px Arial, Helvetica, sans-serif;
		text-decoration:none;
}
#body-main
{
width:100%;
height:auto;
float:left;
text-align:left;
}
.body-container
{
width:950px;
height:auto;
margin:0px auto;
text-align:center;
}
.body-inside
{
width:930px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
padding:0px 10px;
}
.body-main-box
{
width:930px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-top-bg.jpg) left top repeat-x;
padding-top:20px;
}
.body-top-box
{
width:930px;
height:auto;
float:left;
text-align:left;
background:url(../images/gray-bar-bg.jpg) left bottom repeat-x;
padding-bottom:12px;
}
.body-top-left
{
width:454px;
height:auto;
float:left;
text-align:left;
}
.who-we-are-box
{
width:454px;
height:auto;
float:left;
text-align:left;
}
.who-weare-th
{
float:left;
margin-right:15px;
}
.choose-us-box
{
width:430px;
height:auto;
float:left;
text-align:left;
padding-left:24px;
}
.future-service-box
{
width:428px;
height:auto;
float:right;
text-align:left;
padding-right:19px;
}
.future-service-title
{
width:428px;
height:auto;
float:left;
text-align:left;
padding:5px 0px 4px 0px;
}
.future-box
{
width:413px;
height:234px;
float:left;
text-align:left;
background:url(../images/future-box-bg.jpg) left top no-repeat;
padding:10px 0px 0px 15px;
}
/* sub-navigation */
.service
{
width:413px;
height:auto;
float:left;
text-align:left;
}
.service ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.service ul li
{
width:387px;
height:28px;
float:left;
text-align:left;
font: normal 18px/28px Arial, Helvetica, sans-serif;
display:block;
background: url(../images/service-arrow-bg.jpg) left center no-repeat;
padding-left:26px;
color: #669900;
}
.testimonial-box
{
width:880px;
height:auto;
float:left;
text-align:left;
background:url(../images/testimonial-box-bg.jpg) left bottom repeat-x;
padding:24px 25px 0px 25px;
}
.testimonial-left-box
{
width:428px;
height:auto;
float:left;
text-align: justify;
}
.testimonial-right-box
{
width:428px;
height:auto;
float:right;
text-align: justify;
font-size:11px;
line-height:18px;
}
.testimonial-th
{
float:left;
margin-right:10px;
}
#footer
{
width:100%;
height:auto;
float:left;
text-align:center;
background: url(../images/footer-bg.jpg) left top repeat-x #181818;
font: normal 11px/18px Arial, Helvetica, sans-serif;
color: #FFF;
}
#footer a
{
color:#FFF;
text-decoration:none;
font: normal 11px/18px Arial, Helvetica, sans-serif;
}
#footer a:hover
{
text-decoration: underline;
font: normal 11px/18px Arial, Helvetica, sans-serif;
color: #96cc2f;
}
.footer-main
{
width:950px;
height:auto;
text-align:center;
margin:0px auto;
}
.footer-container
{
width:950px;
height:auto;
float:left;
text-align:left;
background:url(../images/footer-top-bg.jpg) left top no-repeat;
padding-top:45px;
}
.footer-top
{
width:950px;
height:auto;
float:left;
text-align:left;
padding-bottom:6px;
font-size:12px;
}
.marketing-solution-box
{
width:462px;
height:auto;
float:left;
text-align:left;
}
/* sub-navigation  */	
	
.subnav{
	color: #FFF;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	line-height:24px;
	width:462px;
	float:left;
	text-align:left;
		}
.subnav ul {margin: 0; padding: 0; list-style-type:none;}
.subnav li {
	display: block;
	padding: 0px 0px 0px 21px;
	width:210px;
	float:left;
	text-decoration: none;
	color: #FFF;
	background: url(../images/green-arrow.gif) left center no-repeat;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
}
.industries-box
{
width:462px;
height:auto;
float:right;
text-align:left;
}
.footer-bottom
{
width:950px;
height:auto;
float:left;
text-align:center;
border-top:1px solid #464646;
padding:12px 0px;
}
/* CSS Text Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#669900;
font-weight:bold;
text-decoration:none;
}
body a:hover
{
color:#ff9900;
text-decoration: underline;
font-weight:bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height:28px;
	font-weight: normal;
	font-variant: normal;
	color: #3e6b03;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:22px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
.blue-text
{
color: #106ca5;
font-weight:bold;
}
