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

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) center top repeat-y #030002; 
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.right
{
border:1px solid #bdbdbd;
padding:2px;
background-color:#FFF;
float:right;
margin-left:16px;
}
.left
{
border:1px solid #bdbdbd;
padding:2px;
background-color:#FFF;
margin-right:16px;
float:left;
}
.left-xover
{
padding:2px;
background-color:#FFF;
margin-right:16px;
float:left;
}
.center { text-align:center;}
.clear
{
clear:both;
height:0px;
}
#container
{
width:960px;
height:auto;
text-align:center;
margin:0px auto;
}
#header
{
width:960px;
height:159px;
float:left;
text-align:left;
}
#body-main
{
width:790px;
height:auto;
float:left;
text-align:left;
padding:0px 85px;
background:url(../images/body-main-bg.jpg) left top no-repeat;
}
.body-main-box
{
width:790px;
height:auto;
float:left;
text-align:left;
}
.body-round-top
{
width:790px;
height:30px;
float:left;
text-align:left;
}
.body-inside-box
{
width:790px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-inside-bg.jpg) left top repeat-y;
}
.body-main-inside
{
width:710px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-inside-top-bg.jpg) left top no-repeat;
padding:0px 40px;
}
.website-box
{
width:710px;
height:auto;
float:left;
text-align:left;
padding-bottom:25px;
}
.website-round-top
{
width:710px;
height:25px;
float:left;
text-align:left;
}
.website-inside-box
{
width:678px;
height:auto;
float:left;
text-align:left;
background:url(../images/website-inside-bg.jpg) left top repeat-y;
padding:0px 16px;
}
.website-round-bottom
{
width:710px;
height:16px;
float:left;
text-align:left;
}
.adult-text-box
{
width:710px;
height:auto;
float:left;
text-align:left;
background:url(../images/gray-bar-box.jpg) left bottom no-repeat;
padding-bottom:50px;
}
/* sub-navigation */
.subnav
{
width:710px;
height:auto;
float:left;
text-align:left;
padding-top:5px;
}
.subnav ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.subnav ul li
{
width:686px;
height: auto;
float:left;
text-align:left;
font: normal 14px/22px Arial, Helvetica, sans-serif;
display:block;
background: url(../images/green-arrow-bg.jpg) left 5px no-repeat;
padding-left:24px;
padding-bottom:10px;
color: #000000;
}
.collect-box
{
width:670px;
height:249px;
float:left;
text-align:left;
background:url(../images/collect-box-bg.jpg) left top no-repeat;
padding:10px 20px 0px 20px;
}
.plus-box
{
width:710px;
height:auto;
float:left;
text-align:left;
background:url(../images/gray-bar-box.jpg) left bottom no-repeat;
padding:15px 0px 45px 0px;
}
/* sub-navigation */
.gift-box
{
width:710px;
height:auto;
float:left;
text-align:left;
}
.gift-box ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.gift-box ul li
{
width:710px;
height: auto;
float:left;
text-align:left;
font: normal 14px/22px Arial, Helvetica, sans-serif;
display:block;
padding-top:10px;
padding-bottom:8px;
color: #000000;
border-bottom:1px solid #e5e5e5;
}
.business-plan-botton-box
{
width:710px;
height:auto;
float:left;
text-align:center;
}
.body-round-bottom
{
width:790px;
height:45px;
float:left;
text-align:left;
}

#footer
{
width:960px;
height:118px;
float:left;
text-align:center;
background: url(../images/footer-bg.jpg) left top no-repeat;
font: normal 12px/18px Arial, Helvetica, sans-serif;
padding-top:12px;
color:#FFF;
}
#footer a
{
color:#FFF;
text-decoration:none;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#footer a:hover
{
text-decoration: underline;
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #ff7dff;
}

/* CSS Text Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height:30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height:30px;
	font-weight: bold;
	font-variant: normal;
	color: #cc0099;
	text-decoration: none;
}