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


body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.jpg) left top repeat-x #99cc33;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
strong
{
font-weight:bold;
color: #99cc33;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:900px;
height:auto;
margin:0px auto;
text-align:center;
}
.header
{
width:900px;
height:80px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
padding-top:20px;
}
.logo-box
{
width:350px;
height:80px;
float:left;
text-align:left;
}
.logo
{
margin-left:12px;
margin-top:15px;
}
.header-right
{
width:510px;
height:36px;
float:right;
text-align:left;
padding:0px 30px 0px 0px;
}
/* CSS Menu */
.navcontainer {
		width:510px;
        height:36px;
		float:left;
		text-align:left;
		margin-top:44px;
		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:36px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

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

.navcontainer ul li a:hover {
        color: #FFF;
        font: bold 13px/36px Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
		}
.navcontainer li.active a {
        color: #FFF;
        font: bold 13px/36px Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
}
.navcontainer ul li a.big
{
width:140px;
}
.navcontainer ul li a.medium 
{
width:108px;
}
.navcontainer ul li a.medium2 
{
width:96px;
}
.navcontainer ul li a.small
{
width:92px;
}
#body-main
{
width:900px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
}
.body-top
{
width:842px;
height:auto;
float:left;
text-align:left;
padding:20px 28px 20px 30px;
background:url(../images/gray-bar-bg.jpg) left bottom repeat-x;
}
.body-top-left
{
width:570px;
height:auto;
float:left;
text-align:left;
padding-top:10px;
}
.grocery-top-box
{
width:570px;
height:300px;
float:left;
text-align:left;
padding-bottom:16px;
}
.grocery-middle-box
{
width:570px;
height:auto;
float:left;
text-align:left;
padding-bottom:12px;
}
.grocery-middle-left
{
width:272px;
height:auto;
float:left;
text-align:left;
}
.grocery-middle-right
{
width:272px;
float:right;
height:auto;
text-align:left;
}
.grocery-bottom-box
{
width:545px;
height:auto;
float:left;
text-align:left;
border:1px dashed #b2b2b2;
padding:9px 14px 9px 9px;
}
.client-th
{
float:left;
margin-right:18px;
}
.body-top-right
{
width:258px;
height:601px;
float:right;
text-align:left;
background:url(../images/top-right-bg.jpg) left top no-repeat;
}
.varified-bg
{
margin-top:488px;
}
.link-arrow
{
margin-right:7px;
}
.body-bottom
{
width:900px;
height:auto;
float:left;
text-align:center;
background:url(../images/bottom-bg.jpg) left bottom repeat-x;
padding:22px 0px 12px 0px;
}
.waiting-box
{
width:842px;
height:auto;
float:left;
text-align:left;
padding:5px 0px 24px 0px;
}
.waiting-arrow
{
float:left;
margin-right:25px;
}
.waiting-bottom-box
{
width:842px;
height:auto;
float:left;
text-align:left;
}
.waiting-left-box
{
width:380px;
height:auto;
float:left;
text-align:left;
}
.step-box
{
width:363px;
height:auto;
float:left;
text-align:left;
border:1px dashed #7f7f7f;
margin-bottom:10px;
background:url(../images/step-box-bg.jpg) left top repeat-y;
padding:10px 15px 10px 0px;
}
.step-left-box
{
width:90px;
height:auto;
float:left;
text-align:center;
}
.step-right-box
{
width:255px;
height: auto;
float:right;
text-align:left;
}
.waiting-right-box
{
width:436px;
height:auto;
float:right;
text-align:left;
}
.privecy-bg
{
margin-left:184px;
margin-top:40px;
}
#footer
{
width:860px;
height:48px;
float:left;
text-align:left;
background:url(../images/footer-bg.jpg) left top no-repeat;
padding:12px 20px 20px 20px;
color: #FFF;
font: normal 11px/18px  Arial, Helvetica, sans-serif;
}
#footer a
{
text-decoration: none;
color: #FFF;
font: bold 11px/18px  Arial, Helvetica, sans-serif;
}
#footer a:hover
{
text-decoration: underline;
color: #a0d011;
font: bold 11px/18px  Arial, Helvetica, sans-serif;
}
.footer-left
{
width:450px;
height:40px;
float:left;
text-align:left;
padding-top:8px;
}
.footer-right
{
width:310px;
height:48px;
float:right;
text-align:right;
}
/* 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:#99cc33;
text-decoration: none;
font-weight:bold;
font-size:13px;
}
body a:hover
{
color:#ff9900;
text-decoration: underline;
font-weight: bold;
font-size:13px;
}
h1{
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height:28px;
	font-weight:bold;
	font-variant: normal;
	color: #669933;
	text-decoration: none;
	font-style:italic;
}
h2{
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height:42px;
	font-weight:bold;
	font-variant: normal;
	color: #ff9900;
	text-decoration: none;
	font-style:italic;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height:34px;
	font-weight:bold;
	font-variant: normal;
	color: #669900;
	text-decoration: none;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:26px;
	font-weight:bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:26px;
	font-weight:bold;
	font-variant: normal;
	color: #669900;
	text-decoration: underline;
}
h4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:26px;
	font-weight:bold;
	font-variant: normal;
	color: #ff9900;
	text-decoration: underline;
}