﻿@charset "utf-8";
/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background-color:#000000;

}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:100%;
height:auto;
text-align:center;
}

/* CSS Intro page Document */
.intor-box
{
width:100%;
height:auto;
text-align:center;
padding-top:188px;
background:url(images/background2.gif) center top ;
}
.intro-menu
{
width:100%;
height:auto;
padding-bottom:115px;
padding-top:35px;
}

.warpar
{
width:100%;
height:auto;
text-align:center;
background:url(../images/beta-body-bg.jpg) center top no-repeat;
}



/* CSS Header Document */
.header
{
width:900px;
height:55px;
margin:0px auto;
text-align:center;
color:#FFFFFF;
}
.logo-box
{
width:290px;
height:95px;
float:left;
text-align:left;
padding-top:16px;
}
.header-right
{
width:610px;
height:55px;
float:right;
text-align:left;
}
.header-info
{
width:900px;
height:10px;
padding-top:10px;
float:left;
text-align:left;
}
.navcontainer
{
width:900px;
height:auto;
float:left;
text-align:center;
}
/* CSS Body-main Document */
.body-main
{
width:900px;
height:auto;
margin:0px auto;
text-align:center;
padding:20px 0px 10px 0px;
}
.services
{
width:900px;
height:auto;
float:left;
text-align:left;
}
.services ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.services ul li
{
width:400px;
height:290px;
float:left;
text-align:left;
background:url(../images/body-box-bg.jpg) left top no-repeat;
padding:15px 25px;
display:block;
margin-bottom:20px;
}
.services p
{
margin:6px 0px;
text-align:justify;
}
/* CSS Footer Document */
.footer
{
width:900px;
height:auto;
margin:0px auto;
text-align:center;
background:url(../images/beta-footer-bg.gif) center top no-repeat;
padding:34px 0px 30px;
clear:both;
color:#FFF;
line-height:22px;
}

.footer a
{
color:#FFF;
text-decoration:none;
}
.footer a:hover
{
color:#ffff99;
text-decoration:underline;
}


/* 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: #333333;
	text-decoration: none;
}

#content {
	padding:20px;
	background-color:white;
}